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
PinAssign.cpp
00001 #include "PinAssign.h" 00002 00003 Serial pc(USBTX, USBRX); 00004 Serial Switch(p9, p10); 00005 00006 PwmOut pwm1(p21); 00007 PwmOut pwm2(p22); 00008 PwmOut pwm3(p23); 00009 PwmOut pwm4(p24); 00010 PwmOut pwm5(p25); 00011 PwmOut pwm6(p26); 00012 DigitalOut pwm7(p19); 00013 DigitalOut pwm8(p20);
Generated on Sun Jul 17 2022 21:29:30 by
 1.7.2
 1.7.2