You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 rivejä
167 B

  1. #pragma once
  2. #include <SdFat.h>
  3. #include "Pins.h"
  4. namespace hardware {
  5. namespace sdcard {
  6. extern SdFat filesystem;
  7. extern bool available;
  8. void setup();
  9. }
  10. }