We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b0e08e commit 736edacCopy full SHA for 736edac
Firmware/OpenLog_Artemis/settings.h
@@ -8,7 +8,6 @@ typedef enum
8
DEVICE_DISTANCE_VL53L1X,
9
DEVICE_GPS_UBLOX,
10
DEVICE_PROXIMITY_VCNL4040,
11
- DEVICE_TEMPERATURE_TMP102,
12
DEVICE_TEMPERATURE_TMP117,
13
DEVICE_PRESSURE_MS5637,
14
DEVICE_PRESSURE_LPS25HB,
@@ -35,6 +34,8 @@ typedef enum
35
34
DEVICE_ADS1015,
36
DEVICE_PRESSURE_LPS28DFW,
37
DEVICE_LIGHT_VEML7700,
+ DEVICE_TEMPERATURE_TMP102,
38
+
39
40
DEVICE_TOTAL_DEVICES, //Marks the end, used to iterate loops
41
DEVICE_UNKNOWN_DEVICE,
0 commit comments