Tobias Jansen / Mbed OS Lorawan_Version_0_1

Dependencies:   Lorawan_Version_0_1

Dependents:   Lorawan_Version_0_1

Revision:
72:67c5bce77999
Parent:
70:65b2f1cc2859
diff -r ca2425c0a864 -r 67c5bce77999 Light/Light.h
--- a/Light/Light.h	Fri Jan 24 07:32:42 2020 +0000
+++ b/Light/Light.h	Tue Jan 28 14:22:48 2020 +0000
@@ -4,7 +4,7 @@
  
 Light(EventQueue *q,DigitalOut *la,DigitalOut *lh);
     
-void adjust(bool IsMoving, uint32_t TimeStanding );
+void adjust(uint32_t TimeStanding );
 
 void Blinken_ein(int time_to_blink);