Add Example24

This commit is contained in:
PaulZC
2021-03-30 10:24:24 +01:00
parent 0c576c9745
commit fb76790842
2 changed files with 124 additions and 1 deletions
+1 -1
View File
@@ -1170,7 +1170,7 @@ private:
//Limit checking of new data to every X ms
//If we are expecting an update every X Hz then we should check every half that amount of time
//Otherwise we may block ourselves from seeing new data
uint8_t i2cPollingWait = 100; //Default to 100ms. Adjusted when user calls setNavigationFrequency() or setHNRNavigationRate()
uint8_t i2cPollingWait = 100; //Default to 100ms. Adjusted when user calls setNavigationFrequency() or setHNRNavigationRate() or setMeasurementRate()
unsigned long lastCheck = 0;