1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-27 18:02:17 +03:00

Clear dirty flag in begin and reallocate only if necessary, add getConstDataPtr method (#2217) (#3849)

This commit is contained in:
Develo
2017-11-20 14:39:27 -03:00
committed by GitHub
parent 117bc875ff
commit 1b76e9bf72
2 changed files with 12 additions and 2 deletions

View File

@ -38,6 +38,7 @@ public:
void end();
uint8_t * getDataPtr();
uint8_t const * getConstDataPtr();
template<typename T>
T &get(int address, T &t) {