Skip to content

Commit

Permalink
pwm initial interface update #42
Browse files Browse the repository at this point in the history
  • Loading branch information
Murilotrevisan committed Apr 22, 2022
1 parent d2a93b3 commit 2934ef6
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion platform/arch/platform_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
#endif

/***
* MODULO PWM
*
*
*
*
*
*
*
*
*
*/

#endif /* INC_PLATFORM_ARDUINO_H_ */

0 comments on commit 2934ef6

Please sign in to comment.