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: RangeFinder FastPWM
Revision 9:97b59d914fd8, committed 2021-04-24
- Comitter:
- mrford1616
- Date:
- Sat Apr 24 09:47:52 2021 +0000
- Parent:
- 8:6b747ad59ff5
- Commit message:
- V1.0
Changed in this revision
| Pseudo.cpp | Show annotated file Show diff for this revision Revisions of this file | 
diff -r 6b747ad59ff5 -r 97b59d914fd8 Pseudo.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Pseudo.cpp Sat Apr 24 09:47:52 2021 +0000 @@ -0,0 +1,29 @@ +/* +Betriebsmodus: + +Hauptschalter aus (Modus 0): +-Betriebs LED (aus) +-Fenster fährt zu + +Normalbetrieb (Modus 1): +-CO2 Gehalt messen (2min Takt) +-Schwellenwert zu Hoch (xxx?) +-Schwellenwert zu Tief (xxx?) +-LED Betriebsmodus (Grün) +-LED CO2 Status (Grün, Orange, Rot) + +Manueller Betrieb: +-Taster einmal kurz (Modus 2)(<2 Sekunden) Drücken (Fenster auf für 30 min springt zurück in Normalbetrieb), erneutes Drücken innerhalb der Zeit zurück in Normalbetrieb) +-Taster einmal lang (Modus 3)(>2 Sekunden) Drücken (Fenster schliesst für 30 min springt zurück in Normalbetrieb), erneutes Drücken innerhalb der Zeit zurück in Normalbetrieb) +-LED Betriebsmodus (Blau) +-LED CO2 Status (Grün, Orange, Rot) + +Funktionen: + +Funktion: Motor auf +Funktion: Motor zu +Funktion: CO2 messen und LED ansteuern (Globale Variable) +Funktion: Betriebsmodus bestimmen (Switch Int 0-3) + + +*/ \ No newline at end of file