Jack Hansdampf / Mbed OS ZustandGetreidetrocknungStufe2Loesung

Dependencies:   LCD_i2c_GSOE

Files at this revision

API Documentation at this revision

Comitter:
jack1930
Date:
Thu Jun 03 15:28:49 2021 +0000
Parent:
0:1f9f0461419d
Child:
2:f7beca47603f
Commit message:
Stufe 1 Loesung

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Jun 02 10:57:16 2021 +0000
+++ b/main.cpp	Thu Jun 03 15:28:49 2021 +0000
@@ -7,7 +7,7 @@
 #include "LCD.h"
 
 lcd mylcd;
-int zeit= 20; //Zeit in ms
+int zeit= 100; //Zeit in ms
 
 PortOut zustand(PortC,0b1111);
 DigitalOut warnlampe(PC_7);