AltSoftSerial icon indicating copy to clipboard operation
AltSoftSerial copied to clipboard

incompatible with nrf52 architecture Adafruit Feather nRF52 Bluefruit LE - nRF52832

Open dlnraja opened this issue 5 years ago • 1 comments

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

dlnraja avatar Mar 08 '19 10:03 dlnraja

Sorry, I can not put engineering time into supporting this Adafruit product.

But if someone else does this and sends a pull request (which does not affect other chips), I will very likely merge it.

PaulStoffregen avatar Mar 08 '19 11:03 PaulStoffregen