mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-10 14:42:08 +03:00
* Save 16 bytes RAM by placing the array in PROGMEM. * Reduce runtime computation at expense of switching from uint8_t[16] to uint32_t*[16]
* Save 16 bytes RAM by placing the array in PROGMEM. * Reduce runtime computation at expense of switching from uint8_t[16] to uint32_t*[16]