diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2024-11-29 14:07:36 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2024-11-29 14:07:36 -0500 |
| commit | d0c60c35247b5282271cb0e8e05e64d548a6afd5 (patch) | |
| tree | 84e2614451968510a5c7e34c4f1f6c7ce578d6b5 /SensorStation | |
| parent | 802d5a33bd77b3d177d3873c225daf2edc5286da (diff) | |
| download | soen422-d0c60c35247b5282271cb0e8e05e64d548a6afd5.zip | |
increase sample rate
Diffstat (limited to 'SensorStation')
| -rw-r--r-- | SensorStation/SensorStation.ino | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SensorStation/SensorStation.ino b/SensorStation/SensorStation.ino index b863459..0e118c4 100644 --- a/SensorStation/SensorStation.ino +++ b/SensorStation/SensorStation.ino @@ -20,7 +20,7 @@ enum pins { enum times { SECOND = 1000, - PERIOD = 30*SECOND, // Humidity sample period. + PERIOD = 15*SECOND, // Humidity sample period. DEBOUNCE = 50, // Button debounce time. |