Fork of the official mbed C/C SDK provides the software platform and libraries to build your applications for RenBED.

Dependents:   1-RenBuggyTimed RenBED_RGB RenBED_RGB_PWM RenBED_RGB

Fork of mbed by mbed official

Revision:
81:7d30d6019079
Parent:
79:0c05e21ae27e
--- a/TARGET_LPC1549/objects.h	Fri Feb 21 12:21:39 2014 +0000
+++ b/TARGET_LPC1549/objects.h	Wed Mar 19 18:28:32 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;
@@ -38,6 +43,10 @@
     ADCName adc;
 };
 
+struct dac_s {
+    DACName dac;
+};
+
 struct i2c_s {
     LPC_I2C0_Type *i2c;
 };