-
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Will commit example to https://github.com/bellahenkel/Soil-Sensing-Device
- Loading branch information
1 parent
a8156d3
commit c3a8251
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* Adapted from ApogeeSQ212.h and https://github.com/bellahenkel/Soil-Sensing-Device | ||
* Edited by Sara Geleskie Damiano <[email protected]> | ||
* | ||
* @brief Contains the AlphasenseCO2 sensor subclass and the variable subclasses | ||
* @brief Contains the AlphasenseCO2 sensor class and the variable subclasses | ||
* AlphasenseCO2_CO2 and AlphasenseCO2_Voltage. | ||
* | ||
* These are used for the Alphasense IRC-A1 Nondispersive Infrared (NDIR) | ||
|
@@ -244,7 +244,7 @@ class AlphasenseCO2 : public Sensor { | |
*/ | ||
AlphasenseCO2(int8_t powerPin, | ||
uint8_t i2cAddress = ADS1115_ADDRESS, | ||
uint8_t measurementsToAverage = 1); | ||
uint8_t measurementsToAverage = 7); | ||
/** | ||
* @brief Destroy the AlphasenseCO2 object - no action needed | ||
*/ | ||
|
c3a8251
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All sensor and variable subclasses must be included in the Menu a la Carte example
missing_menu_docs