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:
@ -38,6 +38,7 @@ public:
|
||||
void end();
|
||||
|
||||
uint8_t * getDataPtr();
|
||||
uint8_t const * getConstDataPtr();
|
||||
|
||||
template<typename T>
|
||||
T &get(int address, T &t) {
|
||||
|
Reference in New Issue
Block a user