printid and get_temp implementation
[cortex-from-scratch] / include / drivers / tsensor.h
index 64a5e94..9695eb7 100644 (file)
@@ -1,2 +1,8 @@
-extern void tsensor_init();
+#ifndef __TSENSOR_H
+#define __TSENSOR_H
+
+extern void tsensor_printid();
+extern uint16_t tsensor_get_temp();
+
+#endif