Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
neOCampus-arduino
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GIS-neOCampus
neOSensor
neOCampus-arduino
Commits
fd4a368e
Commit
fd4a368e
authored
3 years ago
by
thiebolt
Browse files
Options
Downloads
Patches
Plain Diff
update
parent
ad17fe17
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
neosensor/libraries/neocampus_drivers/SCD4x.h
+3
-3
3 additions, 3 deletions
neosensor/libraries/neocampus_drivers/SCD4x.h
with
3 additions
and
3 deletions
neosensor/libraries/neocampus_drivers/SCD4x.h
+
3
−
3
View file @
fd4a368e
...
...
@@ -36,9 +36,9 @@ TO BE CONTINUED
/*
* Definitions
*/
/* S
HT3
x sensor
s
send back both T and RH at the same time, but since
* we'll have
bo
th instances of this class ==> we implement a cache to
* avoid reading the sensor
s two times one for T then for RH
*/
/* S
CD4
x sensor send back both
CO2,
T and RH at the same time, but since
* we'll have th
ree
instances of this class ==> we implement a cache to
* avoid reading the sensor
multiple times
*/
#define SHT3X_SENSOR_CACHE_MS 5000 // ms caches values validity
// Enable CRC lookup table (regular computation otherwise)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment