Files @ 0ac9c0fc6e35
Branch filter:

Location: therm/spi.h

Ethan Zonca
TC error page is now exited when a TC is attached. The error sometimes happens randomly. Changed verbage from brew to heat.
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