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.
lib_PwmOutAllPin.h File Reference
Lib PwmOutAllPin using TimeOut. More...
Go to the source code of this file.
Data Structures | |
| class | PwmOutAllPin |
| PwmOutAllPin class. More... | |
Detailed Description
Lib PwmOutAllPin using TimeOut.
Copyright (c) 2014, cstyles (http://mbed.org)
Exemple:
#include "mbed.h" #include "lib_PwmOutAllPin.h" PwmOutAllPin pin1(p20); PwmOutAllPin pin2(p12); int main() { pin2.period(0.0002); pin2 = 0.25; pin1 = 0.5; pin1.period_us(20); while(1) { wait(0.25); } }
library for PwmOut on all pins
- Date:
- 2015
Definition in file lib_PwmOutAllPin.h.
Generated on Tue Jul 12 2022 21:26:04 by
1.7.2