mirror of https://github.com/ARMmbed/mbed-os.git
parent
81e67758fa
commit
2f2f4d67bc
|
@ -43,6 +43,11 @@ struct spi_s {
|
||||||
unsigned char spi_n;
|
unsigned char spi_n;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
struct pwmout_s {
|
||||||
|
LPC_SCT_TypeDef* pwm;
|
||||||
|
uint32_t pwm_ch;
|
||||||
|
};
|
||||||
|
|
||||||
#include "gpio_object.h"
|
#include "gpio_object.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|
Loading…
Reference in New Issue