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: Freedman_v2 Nucleo_i2c_OLED_BME280_copy
Fork of mbed-src by
Diff: targets/hal/TARGET_NXP/TARGET_LPC15XX/objects.h
- Revision:
- 112:a7168c414ef2
- Parent:
- 103:9b881da47c92
- Child:
- 117:e0a7df0a9a56
diff -r ae4891ca7084 -r a7168c414ef2 targets/hal/TARGET_NXP/TARGET_LPC15XX/objects.h
--- a/targets/hal/TARGET_NXP/TARGET_LPC15XX/objects.h	Thu Mar 06 10:00:06 2014 +0000
+++ b/targets/hal/TARGET_NXP/TARGET_LPC15XX/objects.h	Fri Mar 07 16:00:07 2014 +0000
@@ -29,6 +29,11 @@
     uint32_t ch;
 };
 
+struct pwmout_s {
+     LPC_SCT0_Type* pwm;
+     uint32_t pwm_ch;
+};
+
 struct serial_s {
     LPC_USART0_Type *uart;
     unsigned char index;
    