EnviroDIY / Arduino-SDI-12

An Arduino library for SDI-12 communication with a wide variety of environmental sensors. This library provides a general software solution, without requiring any additional hardware.
https://github.com/EnviroDIY/Arduino-SDI-12/wiki
BSD 3-Clause "New" or "Revised" License
158 stars 100 forks source link

Update h_SDI-12_slave_implementation.ino #70

Closed eddyrodrigues closed 3 years ago

eddyrodrigues commented 3 years ago

To avoid the chance that the slave has to enter in handle interrupt pin vector, we set de Hold mode. Doing that we reinforce that sensor will do all the code they have to do and continue to listen just after forceListen() function set it again.