A simple Simon Says game using a Grove Base Shield, 3 Grove LED Bars, 1 Grove Buzzer, and 3 Grove Buttons.
Components Used
Platform: ST-Nucleo-F401RE
Component Configuration
LED_Bar mid(D6, D5); //D5 LED_Bar right(D8, D7); //D7 LED_Bar left(D4, D3); //D3 InterruptIn button_left(A2); InterruptIn button_mid(A1); InterruptIn button_right(A0); DigitalOut buzzer(D2);
Gallery
LED_Bar.lib@12:73cbf84ee24a, 2016-08-19 (annotated)
- Committer:
- jplunkett
- Date:
- Fri Aug 19 17:04:26 2016 +0000
- Revision:
- 12:73cbf84ee24a
- Parent:
- 0:67efb4657416
fixed grammar
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
jplunkett | 0:67efb4657416 | 1 | http://mbed.org/teams/Seeed/code/LED_Bar/#edcb13b58b4f |