Move SD Fat library out of main src

This commit is contained in:
odewdney
2015-01-13 13:31:55 +00:00
parent 9d9c859ac1
commit f84ff4ba7d
17 changed files with 64 additions and 116 deletions

View File

@ -0,0 +1,5 @@
#ifndef AT90USB
#define HardwareSerial_h // trick to disable the standard HWserial
#endif
#include <arduino.h>