Skip to content
/ ustr Public

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

License

Notifications You must be signed in to change notification settings

d-a-v/ustr

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published