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:
95:7e07b6fb45cf
Parent:
82:6473597d706e
--- a/TARGET_LPC812/TARGET_NXP/TARGET_LPC81X/objects.h	Mon Feb 16 16:32:49 2015 +0000
+++ b/TARGET_LPC812/TARGET_NXP/TARGET_LPC81X/objects.h	Wed Mar 04 07:31:39 2015 +0100
@@ -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