-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d346c0f
commit 7e91e52
Showing
17 changed files
with
156 additions
and
480 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
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 |
---|---|---|
|
@@ -3,9 +3,6 @@ | |
github.com/u-fire for feature requests, bug reports, and questions | ||
[email protected] to get in touch with someone | ||
This example is compatible with Isolated EC Probe Interface | ||
hardware version 1, firmware version 1. | ||
It show's a user interactive dual point calibration routine. | ||
*/ | ||
|
||
|
@@ -19,17 +16,11 @@ void setup() | |
|
||
// reset the configuration | ||
ec.reset(); | ||
|
||
// make sure temperature compensation is turned off | ||
ec.useTemperatureCompensation(false); | ||
|
||
|
||
// use the EC value listed under the current temperature to calibrate | ||
// eg. if the temperature of the calibration solution is 20 C, use the | ||
// mS/cm value listed for that temperature | ||
ec.calibrateProbe(1.413); | ||
|
||
// turn temperature compensation on | ||
ec.useTemperatureCompensation(true); | ||
} | ||
|
||
void loop() | ||
|
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 |
---|---|---|
|
@@ -2,9 +2,6 @@ | |
ufire.co for links to documentation, examples, and libraries | ||
github.com/u-fire for feature requests, bug reports, and questions | ||
[email protected] to get in touch with someone | ||
This example is compatible with Isolated EC Probe Interface | ||
hardware version 1, firmware version 1. | ||
It demonstrates the minimal amount of code and setup to take a reading from | ||
a calibrated device. | ||
|
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -2,9 +2,6 @@ | |
ufire.co for links to documentation, examples, and libraries | ||
github.com/u-fire for feature requests, bug reports, and questions | ||
[email protected] to get in touch with someone | ||
This example is compatible with Isolated EC Probe Interface | ||
hardware version 1, firmware version 1. | ||
There is a slight difference in the SAMD21 core. The only difference | ||
between this example and all the others is that `Wire.begin();` is | ||
|
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
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 |
---|---|---|
|
@@ -2,9 +2,6 @@ | |
ufire.co for links to documentation, examples, and libraries | ||
github.com/u-fire for feature requests, bug reports, and questions | ||
[email protected] to get in touch with someone | ||
This example is compatible with Isolated EC Probe Interface | ||
hardware version 1, firmware version 1. | ||
It demonstrates the minimal amount of code to take a temperature reading. | ||
*/ | ||
|
Oops, something went wrong.