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.cpp
- Revision:
- 71:ca2425c0a864
- Parent:
- 70:65b2f1cc2859
- Child:
- 72:67c5bce77999
--- a/Light/Light.cpp Tue Jan 21 13:20:59 2020 +0000 +++ b/Light/Light.cpp Fri Jan 24 07:32:42 2020 +0000 @@ -54,7 +54,7 @@ { if (this->BlinkEventID == 0){ // we can only track 1 blinkevent so we cant have 2 running at the same time printf("\n [Light] BLINK START\n"); - this->BlinkEventID=Ref_Events->call_every(500,Licht_toggle,this); + this->BlinkEventID=Ref_Events->call_every(250,Licht_toggle,this); Ref_Events->call_in(time_to_blink, Blinken_aus,this); } }