printid and get_temp implementation
[cortex-from-scratch] / include / drivers / tsensor.h
1 #ifndef __TSENSOR_H
2 #define __TSENSOR_H
3
4 extern void tsensor_printid();
5 extern uint16_t tsensor_get_temp();
6
7 #endif
8