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.h
00001 #ifndef PINASSIGN_H 00002 #define PINASSIGN_H 00003 #include "mbed.h" 00004 00005 extern Serial pc; 00006 extern Serial Switch; 00007 00008 extern PwmOut pwm1; 00009 extern PwmOut pwm2; 00010 extern PwmOut pwm3; 00011 extern PwmOut pwm4; 00012 extern PwmOut pwm5; 00013 extern PwmOut pwm6; 00014 extern DigitalOut pwm7; 00015 extern DigitalOut pwm8; 00016 #endif
Generated on Sun Jul 17 2022 21:29:30 by
 1.7.2
 1.7.2