init

Dependencies:   aconno_I2C Lis2dh12 WatchdogTimer

Revision:
7:e9a19750700d
Child:
33:760005331b4c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/common.h	Tue Dec 11 22:18:24 2018 +0000
@@ -0,0 +1,11 @@
+#ifndef COMMON_H_
+#define COMMON_H_
+
+#include "main.h"
+
+extern DigitalOut led1;
+extern void LED1on(long milliseconds);
+extern void LED1blink(int count, long milliseconds);
+extern void LED1off(void);
+
+#endif
\ No newline at end of file