25 lines
448 B
C
Raw Permalink Normal View History

// Only modify this file to include
// - function definitions (prototypes)
// - include files
// - extern variable definitions
// In the appropriate section
#ifndef _test_H_
#define _test_H_
#include "Arduino.h"
#include <SabertoothSimplified.h>
//add your includes for the project test here
//end of add your includes here
//add your function definitions for the project test here
//Do not add code below this line
#endif /* _test_H_ */