Skip to content

Commit

Permalink
fix init and intro
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkberg committed Oct 31, 2016
1 parent ed5fb72 commit 350f5ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/CalliopeDemo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -654,12 +654,12 @@ int main() {
uBit.serial.baud(115200);
uBit.serial.send("Calliope Demo v1.0\r\n");
// call the test board procedure, will return if done already
// testBoard();
testBoard();

// initialize random
uBit.seedRandom();

// showIntro();
showIntro();
uBit.messageBus.ignore(MICROBIT_ID_BUTTON_AB, MICROBIT_BUTTON_EVT_LONG_CLICK, introSkipEventHandler);
uBit.messageBus.listen(MICROBIT_ID_GESTURE, MICROBIT_EVT_ANY, freeFall);

Expand Down

0 comments on commit 350f5ac

Please sign in to comment.