From 2934ef69972f5c66a14a77cab1d224e48744e17e Mon Sep 17 00:00:00 2001 From: Murilotrevisan Date: Thu, 21 Apr 2022 22:56:24 -0300 Subject: [PATCH] pwm initial interface update #42 --- platform/arch/platform_arduino.h | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/platform/arch/platform_arduino.h b/platform/arch/platform_arduino.h index 6e48dbe..be460ce 100644 --- a/platform/arch/platform_arduino.h +++ b/platform/arch/platform_arduino.h @@ -265,4 +265,19 @@ EXPORT error_t uart_readN(uart_connection_t conn, buffer_view_t buffer) { return serial.readBytes(buffer.data, buffer.size); } -#endif \ No newline at end of file +#endif + +/*** + * MODULO PWM + * + * + * + * + * + * + * + * + * + */ + +#endif /* INC_PLATFORM_ARDUINO_H_ */ \ No newline at end of file