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

Arduino Mega Compatibility #5

Closed Kevin-M-Smith closed 10 years ago

Kevin-M-Smith commented 10 years ago

According to http://arduino.cc/en/Reference/SoftwareSerial:

"Not all pins on the Mega and Mega 2560 support change interrupts, so only the following can be used for RX: 10, 11, 12, 13, 14, 15, 50, 51, 52, 53, A8 (62), A9 (63), A10 (64), A11 (65), A12 (66), A13 (67), A14 (68), A15 (69)."

I have confirmed that the library does work with the Arduino Mega, but only on the pins noted above.

So I pose the question: Where is the best place to publish this information so that users will notice?

I think putting a note right next to the pin declaration in each of the examples is a good place to start, since they probably get the most traffic. Thoughts?

Kevin-M-Smith commented 10 years ago

Notices have been posted in all examples.