custom_structs.h
Go to the documentation of this file.
1 
7 #ifndef TOPOSENS_CUSTOM_STRUCTS_H
8 #define TOPOSENS_CUSTOM_STRUCTS_H
9 
10 #include <stdint.h>
11 
12 typedef struct Version_t
13 {
14  uint8_t major;
15  uint8_t minor;
16  uint8_t hotfix;
17 } Version_t;
18 
19 #endif // TOPOSENS_CUSTOM_STRUCTS_H
uint8_t hotfix
struct Version_t Version_t
uint8_t minor
uint8_t major


toposens_echo_driver
Author(s): Tobias Roth , Dennis Maier , Baris Yazici
autogenerated on Mon Feb 28 2022 23:57:42