renamed .ino file according to folder.
This commit is contained in:
14
eye_trainer.ino
Normal file
14
eye_trainer.ino
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "EyeTrainerMain.h"
|
||||
|
||||
EyeTrainerMain m_EyeTrainerMain;
|
||||
|
||||
void setup()
|
||||
{
|
||||
m_EyeTrainerMain = EyeTrainerMain();
|
||||
m_EyeTrainerMain.setup();
|
||||
}
|
||||
|
||||
void loop()
|
||||
{
|
||||
m_EyeTrainerMain.loop();
|
||||
}
|
||||
Reference in New Issue
Block a user