arduino / arduino/ArduinoCore-avr

Rename / alias __FlashStringHelper (e.g. to "FlashString").

Open
#255 2 comments 0 reactions 1 assignee Claimed by @cmaglie View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.