Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 370 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 370 Bytes

ustr

arduino library for universal "char*"-compatible string: transparent access to ram(rw), flash(ro), eeprom(rw)

this library indroduces two types: ustr ucstr

  • ustr is made to behave like "char*"
  • ucstr is made to behave like "const char*"

they both can point to ram, flash(PROGMEM,PSTR) or eeprom.

of course this is slow, but sometimes simple code is better.