You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Firmware/OpenLog_Artemis/OpenLog_Artemis.ino
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,9 @@
83
83
(done?) Add "sleep on pin" functionality based @ryanneve's PR https://github.com/sparkfun/OpenLog_Artemis/pull/64 and Issue https://github.com/sparkfun/OpenLog_Artemis/issues/46
84
84
(done?) Add "wake at specified times" functionality based on Issue https://github.com/sparkfun/OpenLog_Artemis/issues/46
85
85
(done?) Add corrections for the SCD30 based on Forum post by paulvha: https://forum.sparkfun.com/viewtopic.php?p=222455#p222455
86
+
(done) Add support for the SGP40
87
+
(done) Add support for the SDP31
88
+
(done) Add support for the MS5837 - as used in the BlueRobotics BAR02 and BAR30 water pressure sensors
86
89
*/
87
90
88
91
constint FIRMWARE_VERSION_MAJOR = 1;
@@ -215,6 +218,9 @@ ICM_20948_SPI myICM;
215
218
#include"SparkFun_ADS122C04_ADC_Arduino_Library.h"// Click here to get the library: http://librarymanager/All#SparkFun_ADS122C04
216
219
#include"SparkFun_MicroPressure.h"// Click here to get the library: http://librarymanager/All#SparkFun_MicroPressure
217
220
#include"SparkFun_Particle_Sensor_SN-GCJA5_Arduino_Library.h"// Click here to get the library: http://librarymanager/All#SparkFun_Particle_Sensor_SN-GCJA5
221
+
#include"SparkFun_SGP40_Arduino_Library.h"// Click here to get the library: http://librarymanager/All#SparkFun_SGP40
222
+
#include"SparkFun_SDP3x_Arduino_Library.h"// Click here to get the library: http://librarymanager/All#SparkFun_SDP3x
223
+
#include"MS5837.h"// Click here to download the library: https://github.com/sparkfunX/BlueRobotics_MS5837_Library
0 commit comments