eCrowneEng / ESP-SimHub

SimHub firwmare for ESP8266 and ESP32
49 stars 12 forks source link

Fix support for MAX 7 segment modules #8

Closed ecoreng closed 1 year ago

ecoreng commented 1 year ago

The existing code attempts to do fast writes/reads for atmel devices and save some storage. ESPs are faster than the low end arduinos that SimHub supports, and have much more storage so we can safely use a normal library to control them.