init

Dependencies:   aconno_I2C Lis2dh12 WatchdogTimer

Revision:
57:066dfbe8b4b9
Parent:
56:efd9f5613549
Child:
58:8d4a354816b1
--- a/common.h	Fri Aug 09 14:22:21 2019 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-#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 LED1blinkRTC(int count);
-extern void LED1errorCode(int pattern, int count);
-extern void LED1off(void);
-
-#endif
\ No newline at end of file