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.
Revision 9:444cbd658b17, committed 2017-10-17
- Comitter:
- ccchang
- Date:
- Tue Oct 17 14:19:36 2017 +0800
- Parent:
- 8:7781ece6964b
- Child:
- 10:080d4254ab42
- Commit message:
- Support NANO130
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Oct 02 13:41:19 2017 +0800 +++ b/main.cpp Tue Oct 17 14:19:36 2017 +0800 @@ -22,6 +22,8 @@ PwmOut pwm0(PC_6); // PWM0_pin #elif defined(TARGET_NUMAKER_PFM_M487) PwmOut pwm0(PA_5); // PWM0_pin +#elif defined(TARGET_NUMAKER_PFM_NANO130) +PwmOut pwm0(PA_12); // PWM0_pin #endif