5 lines
84 B
C++
5 lines
84 B
C++
|
#include <MAShiroUI_Function.h>
|
||
|
|
||
|
void testFunction() {
|
||
|
Serial.println("Done");
|
||
|
}
|