init

Dependencies:   aconno_I2C Lis2dh12 WatchdogTimer

Revision:
57:066dfbe8b4b9
Parent:
56:efd9f5613549
Child:
58:8d4a354816b1
--- a/sensors.h	Fri Aug 09 14:22:21 2019 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-#ifndef SENSORS_H_
-#define SENSORS_H_
-
-#include "main.h"
-
-//------------------------------------------------------------------------------
-// ACCELEROMETER
-//------------------------------------------------------------------------------
-//PINS
-extern DigitalIn lis3dh_int1;
-extern DigitalIn lis3dh_int2;
-
-//FUNCS
-extern void lis3dh_configureForSleep(uint8_t motion_threshold, uint8_t impact_threshold);
-
-//------------------------------------------------------------------------------
-// TEMPERATURE
-//------------------------------------------------------------------------------
-
-#endif
\ No newline at end of file