update sdfat - adafruit fork include for cpfs examples
This commit is contained in:
parent
36d3bea700
commit
77c12cf76a
4 changed files with 4 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
|||
// This is a companion to "move2msc" in the extras/Processing folder.
|
||||
// It plays preconverted videos from the on-board flash filesystem.
|
||||
|
||||
#include "SdFat_Adafruit_Fork.h"
|
||||
#include <Adafruit_NeoPXL8.h>
|
||||
#include <Adafruit_CPFS.h> // For accessing CIRCUITPY drive
|
||||
#define ARDUINOJSON_ENABLE_COMMENTS 1
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
// This is a companion to "move2serial" in the extras/Processing folder.
|
||||
|
||||
#include "SdFat_Adafruit_Fork.h"
|
||||
#include <Adafruit_NeoPXL8.h>
|
||||
#include <Adafruit_CPFS.h> // For accessing CIRCUITPY drive
|
||||
#define ARDUINOJSON_ENABLE_COMMENTS 1
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
// This is a companion to "move2msc" in the extras/Processing folder.
|
||||
// It plays preconverted videos from the on-board flash filesystem.
|
||||
|
||||
#include "SdFat_Adafruit_Fork.h"
|
||||
#include <Adafruit_NeoPXL8.h>
|
||||
#include <Adafruit_CPFS.h> // For accessing CIRCUITPY drive
|
||||
#define ARDUINOJSON_ENABLE_COMMENTS 1
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
// This is a companion to "move2serial" in the extras/Processing folder.
|
||||
|
||||
#include "SdFat_Adafruit_Fork.h"
|
||||
#include <Adafruit_NeoPXL8.h>
|
||||
#include <Adafruit_CPFS.h> // For accessing CIRCUITPY drive
|
||||
#define ARDUINOJSON_ENABLE_COMMENTS 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue