arduino / arduino/ArduinoCore-avr
Rename / alias __FlashStringHelper (e.g. to "FlashString").
Open
- Dominant language
- C
- Stars
- 1.5k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
We have a "friendly" alias for creating flash strings (the F() macro), but not for using them within a library. This is relevant for anyone who wants to create something that sub-classes Print (or Stream) and can print these flash-resident strings. For those people, it seems like it would be nice to have a nicer name than __FlashStringHelper (e.g. FlashString) and to document this somewhere.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.