stm32_f0_snake
stm32_f0_snake is the clasic video game "snake" implemented on the STM32F070cbt microcontroller in C. It includes:
- Game logic
- A driver for the screen
- I2C driver
- A psuedorandom number generator
- Code for interacting with the peripherals of the MCU
- Simplified keyboard driver for recieving arrow key presses