PaulStoffregen / AltSoftSerial

Software emulated serial using hardware timers for improved compatibility
http://www.pjrc.com/teensy/td_libs_AltSoftSerial.html
328 stars 131 forks source link

incompatible with nrf52 architecture Adafruit Feather nRF52 Bluefruit LE - nRF52832 #55

Open dlnraja opened 5 years ago

dlnraja commented 5 years ago

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

PaulStoffregen commented 5 years ago

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.