Skip to content

Added String handling to SD class #3193

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 28, 2015
Merged

Conversation

Chris--A
Copy link
Contributor

This resolves #413

As a consequence of supporting the String library, PROGMEM strings are now usable through the F() macro.

SD.open( F("example.txt"), FILE_WRITE);

SD.exists( F("MyListData.csv") );

@ffissore ffissore added the Library: SD The SD Arduino library label May 20, 2015
@facchinm facchinm added this to the Release 1.6.5 milestone May 28, 2015
facchinm added a commit that referenced this pull request May 28, 2015
Added String handling to SD class
@facchinm facchinm merged commit 29e2534 into arduino:master May 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Library: SD The SD Arduino library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Accept String parameters in SD library. [imported]
4 participants