Clean up a bit
This commit is contained in:
parent
610c1df0b0
commit
a104a12cc4
14 changed files with 207 additions and 62 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue