Hello,
I am trying to run the SDI-12 Library with the Arduino Uno Rev2,
I am using the example program from this link:
However, when I click verify, I get the following error:
WARNING: library SDI-12 claims to run on avr, sam, samd, espressif architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
In file included from D:\Studies\Projects\Wireless Sensor Network\Work\APC220 Mesh Network\Tests\Test_1\libraries\SDI-12\src/SDI12.h:132:0,
from D:\Studies\Projects\Wireless Sensor Network\Work\APC220 Mesh Network\Tests\Wild Card\a_wild_card\a_wild_card.ino:18:
D:\Studies\Projects\Wireless Sensor Network\Work\APC220 Mesh Network\Tests\Test_1\libraries\SDI-12\src/SDI12_boards.h:390:2: error: #error "Please define your board timer and pins"
#error "Please define your board timer and pins"
^~~~~
exit status 1
Error compiling for board Arduino Uno WiFi Rev2.
Is there any workaround possible for this?
Any help appreciated.
Regards,
Lolcocks.

