diff options
author | Florian Baumann <derflob@derflob.de> | 2020-05-06 23:03:35 +0200 |
---|---|---|
committer | Florian Baumann <derflob@derflob.de> | 2020-05-06 23:03:35 +0200 |
commit | ea5cd01a6202c9b0ff04fb1ce847af86cecfd35d (patch) | |
tree | 333a2da7b6be62fd2b9721560da3678d877d8a34 | |
parent | eed807adce31af00a141d61fa28d9f49864e1d45 (diff) | |
download | ULPSoilMonitor-ea5cd01a6202c9b0ff04fb1ce847af86cecfd35d.tar.gz ULPSoilMonitor-ea5cd01a6202c9b0ff04fb1ce847af86cecfd35d.tar.bz2 |
set soil_threshold to equivalent of about 0.66 %
-rw-r--r-- | ulp_soil.s | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ .set adc_oversampling_factor_log, 5 .set adc_oversampling_factor, (1 << adc_oversampling_factor_log) - .set soil_threshold, 300 + .set soil_threshold, 8 .data /* .data section */ |