f
Dependencies: mbed 4DGL-uLCD-SE MMA8452
Diff: main.cpp
- Revision:
- 3:ebf55ea6f18b
- Parent:
- 2:ca5910acbade
- Child:
- 4:0c0940591fb1
--- a/main.cpp Thu Mar 10 05:32:49 2022 +0000 +++ b/main.cpp Thu Mar 10 14:48:13 2022 +0000 @@ -78,6 +78,17 @@ * called in the main function above. */ void set_random_seed(Timer t) { + + +// set up a GameInputs variable +//run t.start(); to start the timer +// create a while loop that waits for player input to break +//run t.stop(); to end the timer +//int seed = t.read_ms(); to read the number of milliseconds elapsed between the start and stop +//call srand(seed); +//run init_keyboard(); + + } // ===User implementations end===