mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-27 18:02:17 +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]