firmware-base/vendor/sming/Sming/docs/source/information/strings.rst
2026-01-28 16:42:43 +01:00

10 lines
422 B
ReStructuredText

Strings
=======
Sming provides three classes to deal with string content:
- :doc:`/framework/wiring/wstring` for flexible RAM string handling
- :doc:`/framework/core/data/cstring` for efficient storage of C-style `char*` RAM strings
- :doc:`/framework/core/data/cstringarray` for handling small strings lists
- :doc:`/_inc/Sming/Components/FlashString/string` for storing and handling strings stored in flash memory