Files @ fe0367a9a87a
Branch filter:

Location: therm/spi.h

Ethan Zonca
Added larger font size and removed logos on preheat/etc screens
1
2
3
4
5
6
7
8
#ifndef SPI_H
#define SPI_H

void init_spi(void);

#endif

// vim:softtabstop=4 shiftwidth=4 expandtab