Files @ 8efa67e4e6a3
Branch filter:

Location: therm/max31855.h

Ethan Zonca
Comment out unused portion of font table
1
2
3
4
5
6
7
8
#ifndef MAX31855_H
#define MAX31855_H

void max31855_readtemp(SPI_HandleTypeDef* hspi1, therm_settings_t* set, therm_status_t* status);

#endif

// vim:softtabstop=4 shiftwidth=4 expandtab