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

ASR6501 - Cubecell support #88

Open ManuelJimenezBuendia opened 2 years ago

ManuelJimenezBuendia commented 2 years ago

I would be great to add support for Hetec Cubecell - ASR6501 based boards. We have tried to use the board definitions for Arduino Zero (since we thought it shares the same MCU architecture), but it did not work. Timer definitions must be different. Thanks for the support!!!

SRGDamia1 commented 2 years ago

I am not able to do this right now, but I'd be happy to take a pull request.

ManuelJimenezBuendia commented 2 years ago

I reminded that initial versions did not use the microprocessor timers and version 1.0.1 works with CubeCell! It's obviously much less efficient, but for the moment it does the job.