init
Dependencies: aconno_I2C Lis2dh12 WatchdogTimer
common.h@33:760005331b4c, 2019-01-03 (annotated)
- Committer:
- pathfindr
- Date:
- Thu Jan 03 10:09:38 2019 +0000
- Revision:
- 33:760005331b4c
- Parent:
- 7:e9a19750700d
- Child:
- 48:64b1613941d5
12
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
pathfindr | 7:e9a19750700d | 1 | #ifndef COMMON_H_ |
pathfindr | 7:e9a19750700d | 2 | #define COMMON_H_ |
pathfindr | 7:e9a19750700d | 3 | |
pathfindr | 7:e9a19750700d | 4 | #include "main.h" |
pathfindr | 7:e9a19750700d | 5 | |
pathfindr | 7:e9a19750700d | 6 | extern DigitalOut led1; |
pathfindr | 7:e9a19750700d | 7 | extern void LED1on(long milliseconds); |
pathfindr | 7:e9a19750700d | 8 | extern void LED1blink(int count, long milliseconds); |
pathfindr | 33:760005331b4c | 9 | extern void LED1errorCode(int pattern, int count); |
pathfindr | 7:e9a19750700d | 10 | extern void LED1off(void); |
pathfindr | 7:e9a19750700d | 11 | |
pathfindr | 7:e9a19750700d | 12 | #endif |