Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#define MAX_PIN 15 in SoftwareSerial.cpp for Adafruit Huzzah #20

Closed
nodemand opened this issue Mar 28, 2016 · 1 comment
Closed

#define MAX_PIN 15 in SoftwareSerial.cpp for Adafruit Huzzah #20

nodemand opened this issue Mar 28, 2016 · 1 comment

Comments

@nodemand
Copy link

If you're using the Adafruit Huzzah there is a pin 16. #define MAX_PIN should be set to 16 in SoftwareSerial.cpp to be able to use it with SoftwareSerial.

@yaqwsx
Copy link

yaqwsx commented Aug 6, 2016

I don't think so - ESP8266 doesn't support interrupts on pin 16, so I don't think a nice software serial on this pin is possible.

@dok-net dok-net closed this as completed Mar 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants