Solar panel
Loading...
Searching...
No Matches
uart.h
Go to the documentation of this file.
1/*
2 * File: uart.h
3 * Author: remi
4 *
5 * Created on March 3, 2023, 3:23 PM
6 */
7
8#ifndef UART_H
9#define UART_H
10
11#include "mcc_generated_files/mcc.h"
12
13void uart_send(uint8_t *tx_buf, uint8_t length);
14
15
16
17#endif /* UART_H */
18
uint8_t tx_buf[256]
Definition: modbus.c:30
void uart_send(uint8_t *tx_buf, uint8_t length)
Definition: uart.c:3