-
This commit is contained in:
18
solar_panel.X/uart.h
Normal file
18
solar_panel.X/uart.h
Normal file
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
* File: uart.h
|
||||
* Author: remi
|
||||
*
|
||||
* Created on March 3, 2023, 3:23 PM
|
||||
*/
|
||||
|
||||
#ifndef UART_H
|
||||
#define UART_H
|
||||
|
||||
#include "mcc_generated_files/mcc.h"
|
||||
|
||||
void uart_send(uint8_t *tx_buf, uint8_t length);
|
||||
|
||||
|
||||
|
||||
#endif /* UART_H */
|
||||
|
||||
Reference in New Issue
Block a user