Clean up a bit

This commit is contained in:
Miloslav Ciz 2025-06-19 02:28:51 +02:00
parent 610c1df0b0
commit a104a12cc4
14 changed files with 207 additions and 62 deletions

View file

@ -72,14 +72,9 @@ void LCR_appendDataStr(const char *str)
return;
}
//Oscillator *osc;
void setup()
{
mp.begin();
// osc = new Oscillator(SINE);
// addOscillator(osc);
// SFG_init();
LCR_gameInit(0,0);
}
@ -91,8 +86,6 @@ void loop()
((mp.buttons.getJoystickY() < 200)) << 2 |
((mp.buttons.getJoystickY() > 900)) << 3;
// SFG_mainLoopBody();
LCR_gameStep(millis());
mp.update();