adafruit / Adafruit-SSD1331-OLED-Driver-Library-for-Arduino

For 0.96" OLEDs in the Adafruit shop
http://www.adafruit.com/products/684
Other
100 stars 67 forks source link

Add delay to avoid resets #16

Closed adavidzh closed 6 years ago

adavidzh commented 6 years ago

Per discussion in #6, this adds a delay(0) call to avoid watchdog timer resets in the ESP8266 when not using the SPI hardware pins. (I have no clue why the diff is so incredibly ugly. I just added a couple of lines...)