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: DS1820 HighSpeedAnalogIn devices mbed
IOs.cpp
00001 #include "IOs.h" 00002 DigitalIn SD_FAULT(P1_9); 00003 DigitalOut SD_OE_R(P1_10); 00004 00005 DigitalIn ED1(P2_11); 00006 DigitalIn ED2(P2_12); 00007 DigitalIn ED3(P2_13); 00008 00009 DigitalIn ED4(P3_25); 00010 DigitalIn ED5(P3_26); 00011 DigitalIn ED6(P3_28); 00012 00013 DigitalIn ED7(P1_26); 00014 DigitalIn ED8(P1_27); 00015 DigitalIn ED9(P1_28); 00016 00017 uint32_t pwmPeriod; 00018 uint32_t pulsosEDs[3]; 00019 00020 PwmOut SD1(P1_18); 00021 PwmOut SD2(P1_20); 00022 PwmOut SD3(P1_21); 00023 PwmOut SD4(P1_23); 00024 PwmOut SD5(P2_4); 00025 PwmOut SD6(P2_5); 00026 DigitalOut SD7(P2_8); 00027 DigitalOut SD8(P2_9);
Generated on Wed Jul 13 2022 12:46:24 by
1.7.2