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: mbed
io_modules.h
00001 /* 00002 #ifndef IO_MODULES_H 00003 #define IO_MODULES_H 00004 #include "mbed.h" 00005 00006 // Battery Debugger Interface 00007 AnalogIn battery(PA_3); 00008 00009 00010 // Led Debugger Interface 00011 DigitalOut led_1(PB_12); 00012 DigitalOut led_2(PB_13); 00013 DigitalOut led_3(PB_14); 00014 DigitalOut led_4(PB_15); 00015 00016 // System io 00017 Serial serial (PA_9, PA_10); 00018 00019 #endif 00020 */
Generated on Thu Jul 14 2022 05:30:38 by
