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: FreescaleIAP MODSERIAL mbed monitor timer0
Fork of 18_PT1000 by
main.h
00001 #ifndef MAIN_H 00002 #define MAIN_H 00003 00004 #define CR 13 00005 #define LED_AUS 0 00006 #define LED_EIN 1 00007 00008 #define BOOL_FMT(bool_expr) (bool_expr) ? "ein" : "aus" 00009 00010 struct di_struct { 00011 bool aktiv; // Flag zur Steuerung 00012 bool old; // alter Wert vom Eingang für Flankenerkennung // Flag für Zeitsteuerung des Summers 00013 }; 00014 00015 #endif
Generated on Sat Jul 23 2022 04:58:04 by
1.7.2
