Skip to content

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