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: Lorawan_Version_0_1
Dependents: Lorawan_Version_0_1
Diff: Light/Light.h
- Revision:
- 69:316fee01f5d9
- Child:
- 70:65b2f1cc2859
diff -r 41fff9c3fb4f -r 316fee01f5d9 Light/Light.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Light/Light.h Sun Jan 19 15:53:57 2020 +0000 @@ -0,0 +1,23 @@ + +class Light { +public: + +Light(EventQueue *q); + +void Licht_an(int time); +static void Licht_aus(); +void GPS_anfordern(); +static void Blinken_aus(); +void adjust(bool IsMoving, uint32_t TimeStanding ); + +void Blinken_ein(int time_to_blink); + +static void Licht_toggle(); +void Licht_dunkel(); +void Licht_hell(); + + + +private: +}; +