Files @ 425d70b8073e
Branch filter:

Location: therm/spi.h - annotation

Ethan Zonca
Merge in multiple setpoints, fahrenheit support, tc error page to f0 branch
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