Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: aconno_I2C Lis2dh12 WatchdogTimer
LED.h
00001 #ifndef COMMON_H_ 00002 #define COMMON_H_ 00003 00004 #include "main.h" 00005 00006 extern DigitalOut led1; 00007 extern DigitalOut led2; 00008 00009 extern void LED1on(long milliseconds); 00010 extern void LED1blink(int count, long milliseconds); 00011 extern void LED1blinkRTC(int count); 00012 extern void LED1errorCode(int pattern, int count); 00013 extern void LED1off(void); 00014 00015 extern void LED2on(long milliseconds); 00016 extern void LED2blink(int count, long milliseconds); 00017 extern void LED2blinkRTC(int count); 00018 extern void LED2errorCode(int pattern, int count); 00019 extern void LED2off(void); 00020 00021 #endif
Generated on Sat Jul 16 2022 03:03:28 by
1.7.2