comparison Common/Inc/configuration.h @ 922:7c996354b8ac Evo_2_23

Moved UART6 into a separate unit: UART6 connects internal devices. As a first step the existing code sections have been moved into a new unit. As well the code of the external GNSS sensor has been copied into this unit as starting point for the further development. Later the internal part can be integrated into the common uart (code cleanup).
author Ideenmodellierer
date Sun, 03 Nov 2024 20:53:05 +0100
parents c4c9850a2039
children
comparison
equal deleted inserted replaced
921:eb4109d7d1e9 922:7c996354b8ac
71 71
72 /* Enable to have CO2 sensor functionality available */ 72 /* Enable to have CO2 sensor functionality available */
73 #define ENABLE_CO2_SUPPORT 73 #define ENABLE_CO2_SUPPORT
74 74
75 /* Enable to have GPS sensor functionality available */ 75 /* Enable to have GPS sensor functionality available */
76 /* #define ENABLE_GNSS_SUPPORT */ 76 #define ENABLE_GNSS_SUPPORT
77 77
78 /* Enable to have Sentinel rebreather interface available */ 78 /* Enable to have Sentinel rebreather interface available */
79 /* #define ENABLE_SENTINEL_MODE */ 79 /* #define ENABLE_SENTINEL_MODE */
80 80
81 /* Enable if you are using sensors with a voltage range 8..16 mV at surface / air level */ 81 /* Enable if you are using sensors with a voltage range 8..16 mV at surface / air level */
89 89
90 /* Enable to have a faster transfer speed between bluetooth module and CPU */ 90 /* Enable to have a faster transfer speed between bluetooth module and CPU */
91 #define ENABLE_FAST_COMM 91 #define ENABLE_FAST_COMM
92 92
93 /* Enable to have position sensor support active */ 93 /* Enable to have position sensor support active */
94 /* #define ENABLE_GNSS */ 94 #define ENABLE_GPIO_V2
95 95
96 #endif 96 #endif