wayoda / LedControl

An Arduino library for MAX7219 and MAX7221 Led display drivers
Other
464 stars 243 forks source link

Now works with ESP8266 as removed the AVR include #12

Closed sej7278 closed 8 years ago

sej7278 commented 8 years ago

Only includes avr/pgmspace.h on AVR platforms - so now works on ESP8266 (at least).

Fixes issue #10