AltSoftSerial myserial(15,16)
I couldn't pass the compiler, and got following error msgs:
WARNING: library AltSoftSerial claims to run on (avr) architecture(s) and may be incompatible with your current board which runs on [nrf52] architecture(s).
It would be helpful if you can provide the compatibility for nrf52
Thanks in advance.
Hi, I used arduino IDE to code nRF52832 ( https://www.adafruit.com/product/3406 ) when I wrote:
include
AltSoftSerial myserial(15,16) I couldn't pass the compiler, and got following error msgs: WARNING: library AltSoftSerial claims to run on (avr) architecture(s) and may be incompatible with your current board which runs on [nrf52] architecture(s).
It would be helpful if you can provide the compatibility for nrf52 Thanks in advance.
DYLAN