firmwareSandsara
Testing.h
Go to the documentation of this file.
1 #ifndef _TESTING_H_
2 #define _TESTING_H_
3 
4 #include <Arduino.h>
5 #include <Adafruit_NeoPixel.h>
6 #include "WorkingArea.h"
7 #include "SPI.h"
8 #include "SdFat.h"
9 #include <EEPROM.h>
10 #include "config.h"
11 
16 class Testing{
17  public:
18  void Test();
19  private:
20 
21  public:
22 
23 };
24 
25 #endif
Realizar comprobacion de todos los componentes de Sandsara.
Definition: Testing.h:16
void Test()
Definition: Testing.cpp:92