A Jedi light saber controller program with the following "features": - Using RGB LEDs - User can change light colors with a button - Motion dependent (PWM) sounds with a MPU6050 motion sensor - Low voltage detection
Dependencies: L152RE_USBDevice STM32_USB48MHz Watchdog mbed
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
4:7e4bb0c29d3b | 2016-03-26 | nightmechanic | Added source info to the MPU6050 files |
3:0c2d9355ed8c | 2016-03-26 | nightmechanic | Moved sound player into main loop (from 10msec ticker) |
2:59a7d4677474 | 2016-03-24 | nightmechanic | re-arranging the MPU6050 driver: ; separation into h and cpp files; etc. |
1:8143972a0587 | 2016-03-24 | nightmechanic | divide by zero(?) |
0:0bb3687e39da | 2016-03-22 | nightmechanic | First and not so stable version |