adafruit / Adafruit_MPR121

Arduino library for the MPR121-based capacitive sensors in the Adafruit shop
90 stars 71 forks source link

Support for Adafruit Feather Huzzah ESP8266 #10

Closed JunaidMohsin closed 7 years ago

JunaidMohsin commented 7 years ago

kindly add support to the Adafruit Feather Huzzah ESP8266 with this library. Current the example code gives the following message on the serial port

ets Jan 8 2013,rst cause:2, boot mode:(3,6)

load 0x4010f000, len 1384, room 16 tail 8 chksum 0x2d csum 0x2d v60000318 ~ld

ladyada commented 7 years ago

try removing while (!Serial);

JunaidMohsin commented 7 years ago

that works! thanks for the quick update. Can the main page be updated to " ESP8266 Huzzah is supported".