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
main.cpp
- Committer:
- jiteshg
- Date:
- 2015-10-06
- Revision:
- 0:fd080fb55bae
- Child:
- 1:8c73948a0864
File content as of revision 0:fd080fb55bae:
#include "mbed.h" PwmOut pwm1(p21); int main() { pwm1.period_ms(20); pwm1.write(0.5); return 0; }