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.
rtc.h
00001 #ifndef RTC_H 00002 #define RTC_H 00003 00004 class RoundTrainCircuit { 00005 public: 00006 RoundTrainCircuit (DigitalIn rtc_1, 00007 DigitalIn rtc_2, 00008 DigitalIn rtc_3, 00009 DigitalIn rtc_4, 00010 DigitalIn rtc_5, 00011 DigitalIn rtc_6, 00012 DigitalIn rtc_7, 00013 DigitalIn rtc_override); 00014 00015 DigitalIn deadman; 00016 DigitalIn emergencyButtonLeft; 00017 DigitalIn emergencyButtonRight; 00018 DigitalIn heatDetector; 00019 DigitalIn driverCord; 00020 DigitalIn superCapOverVoltage; 00021 DigitalIn spare; 00022 DigitalIn override; 00023 00024 void getTriggerCause(); 00025 }; 00026 00027 #endif
Generated on Thu Jul 28 2022 02:21:05 by
