|
sketchbook
|
Macros | |
| #define | sensor_mean 145.0 |
Functions | |
| void | setup () |
| void | loop () |
| float | mapfloat (float x, float in_min, float in_max, float out_min, float out_max) |
Variables | |
| const int | analog_charge = A2 |
| const int | analogPin = A0 |
| const float | ck =24.42 |
| int | voltage |
| float | cu |
| #define sensor_mean 145.0 |
| void loop | ( | void | ) |
OneWirePJON device status update function.
Arduino IDE: put your main code here, to run repeatedly.
| float mapfloat | ( | float | x, |
| float | in_min, | ||
| float | in_max, | ||
| float | out_min, | ||
| float | out_max | ||
| ) |
| void setup | ( | void | ) |
Arduino IDE: put your setup code here, to run once.
| const int analog_charge = A2 |
| const int analogPin = A0 |
| const float ck =24.42 |
| float cu |
| int voltage |
1.8.6