#Raspberry Pi code
Different code examples that runs on the Raspberry Pi
##Examples
- openFrameworks:
- MotorControl: using an h-bridge (l298n) to control 2 DC motors. Using up/down/left/right key to control the movement of the motors.
- Scripts
- wakescreen: run the script to wake up your display if it went to sleep. Might need to run
sudo chmod 666 /dev/tty1
before using the script the first time.
- wakescreen: run the script to wake up your display if it went to sleep. Might need to run
#TODO
- Comment code...