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: WizFi250_AP_HelloWorld
Fork of mbed-src by
Diff: targets/hal/TARGET_NXP/TARGET_LPC11U6X/PeripheralNames.h
- Revision:
- 193:cff126de7aaf
- Parent:
- 186:2e805bf06ee4
--- a/targets/hal/TARGET_NXP/TARGET_LPC11U6X/PeripheralNames.h Thu May 15 17:15:05 2014 +0100
+++ b/targets/hal/TARGET_NXP/TARGET_LPC11U6X/PeripheralNames.h Fri May 16 09:00:06 2014 +0100
@@ -55,6 +55,16 @@
I2C_1 = (int)LPC_I2C1_BASE
} I2CName;
+typedef enum {
+ SCT0_0 = 0,
+ SCT0_1,
+ SCT0_2,
+ SCT0_3,
+ SCT1_0,
+ SCT1_1,
+ SCT1_2,
+ SCT1_3,
+} PWMName;
#ifdef __cplusplus
}
