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.
Dependents: mbed_blinky-bmd-200 bmd-200_accel_demo firstRig
Fork of mbed-src by
Diff: targets/hal/TARGET_NXP/TARGET_LPC81X/objects.h
- Revision:
- 483:69aad4cbc07a
- Parent:
- 46:bebbbd80dd87
--- a/targets/hal/TARGET_NXP/TARGET_LPC81X/objects.h Sat Feb 21 15:00:07 2015 +0000 +++ b/targets/hal/TARGET_NXP/TARGET_LPC81X/objects.h Tue Feb 24 13:45:08 2015 +0000 @@ -43,6 +43,11 @@ unsigned char spi_n; }; +struct pwmout_s { + LPC_SCT_TypeDef* pwm; + uint32_t pwm_ch; +}; + #include "gpio_object.h" #ifdef __cplusplus