8 lines
109 B
C
8 lines
109 B
C
|
#ifndef MASHIROUI_FUNCTION_H
|
||
|
#define MASHIROUI_FUNCTION_H
|
||
|
|
||
|
#include <Arduino.h>
|
||
|
|
||
|
void testFunction();
|
||
|
|
||
|
#endif
|