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: mbed BufferedSerial ConfigFile
ROBOFRIEN_LED.h
00001 00002 #ifndef MBED_ROBOFRIEN_LED_H 00003 #define MBED_ROBOFRIEN_LED_H 00004 00005 #include "mbed.h" 00006 00007 00008 00009 class ROBOFRIEN_LED { 00010 public: 00011 void Init(); 00012 void update(uint8_t, uint8_t, uint8_t, uint8_t); 00013 void ALARM(uint8_t); 00014 00015 private: 00016 00017 }; 00018 00019 #endif
Generated on Sat Jul 16 2022 14:19:21 by
1.7.2