Skip to content

[USART] Introduce a way to send a file as binary stream

Tommaso Lamon requested to merge usart-write-file into main

The function writeFile was added to USART. This function, given a file name as a parameter, sends data through the USART interface in 1KB chunks.

Merge request reports

Loading