CodeLibrary/MAShiroFan/lib/mashiroui/MAShiroUI_Function.h

8 lines
109 B
C
Raw Normal View History

#ifndef MASHIROUI_FUNCTION_H
#define MASHIROUI_FUNCTION_H
#include <Arduino.h>
void testFunction();
#endif