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
159 stars 100 forks source link

Fixed improper return statements introduced in last bug fix. #4

Closed Kevin-M-Smith closed 10 years ago

Kevin-M-Smith commented 10 years ago

Return statements should be of the form “return” not “return()”