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 mbed-rtos ShiftReg TextLCD
Diff: Interface/Interface.hpp
- Revision:
- 6:347c1f441b94
- Parent:
- 4:1ef122d47bf3
- Child:
- 7:d0159f675b30
--- a/Interface/Interface.hpp Thu Apr 11 11:51:16 2019 +0000 +++ b/Interface/Interface.hpp Thu Apr 11 18:12:31 2019 +0000 @@ -10,7 +10,7 @@ extern Serial PC; //TX, RX extern TextLCD Lcd; // rs, e, d4-d7 - +//extern DigitalOut On_board_led;//Onboard LED class INTERFACE { public://Public member functions and variables @@ -20,6 +20,7 @@ int Post(); void Serial(); void LCD(); + void On_board_LED_Flash(); //Public Functions //Public Variabls @@ -29,7 +30,6 @@ //Private Functions //Private Variables - - + //DigitalOut On_board_led;//Onboard LED }; #endif //_INTERFACE_HPP_ \ No newline at end of file