Skip to content

Commit 7b0e08e

Browse files
committed
Moving "(done)" comment to bottom of list
1 parent cf96662 commit 7b0e08e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/OpenLog_Artemis/OpenLog_Artemis.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
10Hz logging IMU, no Qwiic, SD, no USB, no Power LED: 9-27mA
1919
2020
TODO:
21-
(done) Add support for TMP102 temperature sensor (while differentating between it and the ADS1015 (which share the same 4 addresses starting at 0x48)
2221
(done) Create settings file for sensor. Load after qwiic bus is scanned.
2322
(done on larger Strings) Remove String dependencies.
2423
(done) Bubble sort list of devices.
@@ -109,6 +108,7 @@
109108
(done) Add a fix for issue #109 - check if a BME280 is connected before calling multiplexerBegin: https://github.com/sparkfun/OpenLog_Artemis/issues/109
110109
(done) Correct issue #104. enableSD was redundant. The microSD power always needs to be on if there is a card inserted, otherwise the card pulls
111110
the SPI lines low, preventing communication with the IMU: https://github.com/sparkfun/OpenLog_Artemis/issues/104
111+
(done) Add support for TMP102 temperature sensor (while differentating between it and the ADS1015 (which share the same 4 addresses starting at 0x48)
112112
113113
v2.2:
114114
Use Apollo3 v2.2.1 with changes by paulvha to fix Issue 117 (Thank you Paul!)

0 commit comments

Comments
 (0)