Solar panel
Loading...
Searching...
No Matches
uart.c
Go to the documentation of this file.
1
#include "
uart.h
"
2
3
void
uart_send
(uint8_t *
tx_buf
, uint8_t length){
4
for
(uint8_t
i
= 0;
i
< length;
i
++){
5
EUSART1_Write(
tx_buf
[
i
]);
6
}
7
}
tx_buf
uint8_t tx_buf[256]
Definition:
modbus.c:30
i
uint16_t i
Current in microamperes.
Definition:
old_main.c:37
uart_send
void uart_send(uint8_t *tx_buf, uint8_t length)
Definition:
uart.c:3
uart.h
uart.c
Generated by
1.9.6