Go to the documentation of this file.
8 #ifndef TOPOSENS_CONFIG_SENSOR_LIB_CONFIG_H
10 #define TOPOSENS_CONFIG_SENSOR_LIB_CONFIG_H
30 #define UART_AVAILABLE
35 #define MAX_NUMBER_OF_SENSORS_ON_BUS 10
40 #define MAX_NUMBER_OF_POINTS_PER_SESSION 50
48 #define MPRINTF(f_, ...) otherprintf((f_), __VA_ARGS__)
50 #define MPRINTF(f_, ...) printf((f_), ##__VA_ARGS__)
52 #define NOREALPRINTF 1
53 #define MPRINTF(f_, ...) \
56 if (0) printf((f_), ##__VA_ARGS__); \
57 } while (0) // To also allow no print output
59 #define DEVICE_NAME_LEN 100
68 #endif // TOPOSENS_CONFIG_SENSOR_LIB_CONFIG_H
toposens_echo_driver
Author(s): Tobias Roth
, Dennis Maier , Baris Yazici
autogenerated on Wed Mar 2 2022 01:12:32