toposens_sensor_library
include
toposens
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-library
Author(s): Andrej Wallwitz, Thomas Böhm
, Sebastian Kruber
autogenerated on Wed Apr 27 2022 08:10:01