eeprom at24c signs of life
[cortex-from-scratch] / include / drivers / tsensor.h
1 extern void tsensor_output(uint16_t, uint16_t/* , uint16_t */);
2 extern void tsensor_input(uint16_t);
3 extern void run();
4