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
constunsigned longworstCaseQwiicPowerOnDelay=1000; // Remember to update this if required when adding a new sensor (currently defined by the uBlox). (This is OK for the SCD30. beginQwiicDevices will extend the delay.)
58
+
constunsigned longworstCaseQwiicPowerOnDelay=1000; // Remember to update this if required when adding a new sensor (currently defined by the u-blox). (This is OK for the SCD30. beginQwiicDevices will extend the delay.)
59
59
constunsigned longminimumQwiicPowerOnDelay=10; //The minimum number of milliseconds between turning on the Qwiic power and attempting to communicate with Qwiic devices
60
60
61
61
// Power On Delay Testing:
@@ -117,7 +117,7 @@ struct struct_VCNL4040 {
117
117
unsigned long powerOnDelayMillis=minimumQwiicPowerOnDelay; // Wait for at least this many millis before communicating with this device. Increase if required!
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ OpenLog Artemis is highly configurable over an easy to use serial interface. Sim
20
20
21
21
The OpenLog Artemis automatically scans, detects, configures, and logs various Qwiic sensors plugged into the board (no soldering required!). Currently, auto-detection is supported on the following Qwiic products:
22
22
23
-
*uBlox GPS Modules (Lat/Long, Altitude, Velocity, SIV, Time, Date):
23
+
*u-blox GPS Modules (Lat/Long, Altitude, Velocity, SIV, Time, Date):
24
24
*[ZED-F9P](https://www.sparkfun.com/products/15136) 1cm High Precision GPS
25
25
*[NEO-M8P-2](https://www.sparkfun.com/products/15005) 2.5cm High Precision GPS
@@ -59,7 +59,7 @@ The OLA can be tailored to many different applications and we will be releasing
59
59
60
60
*[Latest OLA firmware](https://github.com/sparkfun/OpenLog_Artemis/tree/main/Binaries)
61
61
*[Geophone Logger firmware](https://github.com/sparkfun/OpenLog_Artemis_Geophone_Logger) for logging seismic activity
62
-
*[GNSS Logger](https://github.com/sparkfun/OpenLog_Artemis_GNSS_Logger) for advanced data logging with the uBlox F9 and M9 GNSS modules including support for RAWX and RELPOSNED
62
+
*[GNSS Logger](https://github.com/sparkfun/OpenLog_Artemis_GNSS_Logger) for advanced data logging with the u-blox F9 and M9 GNSS modules including support for RAWX and RELPOSNED
0 commit comments