Skip to content

Commit

Permalink
Partially revert "Removing useless includes from examples"
Browse files Browse the repository at this point in the history
This allows example to continue to work with older IDE.

This partially reverts commit 46cb5f0a5ce1a70d19e29ba52e71e8db6f7ff30c.
  • Loading branch information
cmaglie committed Oct 28, 2015
1 parent 3686a0b commit 4865fbf
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/CardInfo/CardInfo.ino
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
by Tom Igoe
*/
// include the SD library:
#include <SPI.h>
#include <SD.h>

// set up variables using the SD utility library functions:
Expand Down
1 change: 1 addition & 0 deletions examples/Datalogger/Datalogger.ino
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
*/

#include <SPI.h>
#include <SD.h>

const int chipSelect = 4;
Expand Down
1 change: 1 addition & 0 deletions examples/DumpFile/DumpFile.ino
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
*/

#include <SPI.h>
#include <SD.h>

const int chipSelect = 4;
Expand Down
1 change: 1 addition & 0 deletions examples/Files/Files.ino
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
This example code is in the public domain.
*/
#include <SPI.h>
#include <SD.h>

File myFile;
Expand Down
1 change: 1 addition & 0 deletions examples/ReadWrite/ReadWrite.ino
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
*/

#include <SPI.h>
#include <SD.h>

File myFile;
Expand Down
1 change: 1 addition & 0 deletions examples/listfiles/listfiles.ino
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
This example code is in the public domain.
*/
#include <SPI.h>
#include <SD.h>

File root;
Expand Down

0 comments on commit 4865fbf

Please sign in to comment.