uart_wrapper.h
Go to the documentation of this file.
1 
8 #ifndef TOPOSENS_UART_WRAPPER_H
9 #define TOPOSENS_UART_WRAPPER_H
10 
11 #include <stdbool.h>
12 #include <stdint.h>
13 
14 #define UART_START_FLAG 0x01
15 #define UART_END_FLAG 0x02
16 #define UART_OVERHEAD_LENGTH 4
17 #define UART_PAYLOAD_START_OFFSET 2
18 #define UART_START_FLAG_IDX 0
19 #define UART_LENGTH_IDX 1
20 #define UART_MAX_BUF_LEN 254
21 
22 #endif // TOPOSENS_UART_WRAPPER_H


toposens_echo_driver
Author(s): Tobias Roth , Dennis Maier , Baris Yazici
autogenerated on Wed Mar 2 2022 01:12:32