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.
main.cpp
00001 #include "mbed.h" 00002 #include <string> 00003 #include "Keepad.h" 00004 #include "LCDs.h" 00005 #include "Decoder.h" 00006 //#include "steps.h" 00007 #include "interface.h" 00008 00009 DigitalOut led1(PC_13); 00010 DigitalOut led2(PC_14); 00011 DigitalOut led3(PC_15); 00012 00013 DigitalOut relay(PC_3); 00014 00015 DigitalOut led(LED1); 00016 00017 int main(){ 00018 char at = 'z'; 00019 //steps s; 00020 LCDs c; 00021 c.lcdinit(); 00022 interface inf; 00023 c.lcdcmd(0x38); 00024 wait_ms(250); 00025 c.lcdcmd(0x0C); 00026 inf.startup(); 00027 at = inf.scr1cnt(); 00028 led=1; 00029 }
Generated on Fri Jul 15 2022 03:01:38 by
1.7.2