Programme qui permet de piloter un bandeau de LED ring (de la marque adafruit) en fonction du son qui provient d'un microphone externe. Programme fonctionnant sur un microcontrôleur DISCO-F746NG. Ce projet a était fait dans la cadre du cour d'interface de la Licence MECSE de l'IUT de Cachan.
Dependencies: TS_DISCO_F746NG mbed LCD_DISCO_F746NG BSP_DISCO_F746NG NeoPixel BUTTON_GROUP
test
Diff: main.cpp
- Revision:
- 7:cd3ef8345659
- Parent:
- 6:2736b38c1d73
- Child:
- 8:b37aafcf7a55
--- a/main.cpp Wed Dec 23 07:25:23 2015 +0000 +++ b/main.cpp Wed Dec 23 08:02:07 2015 +0000 @@ -38,7 +38,7 @@ reset.Draw(INACTIVE, LCD_COLOR_GRAY); lcd_.SetTextColor(LCD_COLOR_WHITE); - lcd_.DisplayStringAt(100, 260, (uint8_t *)"12/23 16:20", LEFT_MODE); + lcd_.DisplayStringAt(100, 260, (uint8_t *)"12/23 16:57", LEFT_MODE); int num; while (true) { @@ -68,4 +68,3 @@ wait(0.5f); } } -