Skip to content

Snake game project using the stm32f103c8t6 chip (black pill breakout board), a 1.8" TFT display and four buttons.

Notifications You must be signed in to change notification settings

mogerr/cpp_stm32f103_snakeGame

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake Game

What you need to build and upload the project to the stm32f103c8t6:

  1. Download the following programs

  2. Create environmental variables for the executables:

    • arm-none-eabi-g++.exe
    • arm-none-eabi-objcopy.exe
    • arm-none-eabi-objdump.exe
    • STM32_Programmer_CLI.exe
    • make.exe
  3. Change your directory to the project path

  4. Execute the following

    make Makefile

About

Snake game project using the stm32f103c8t6 chip (black pill breakout board), a 1.8" TFT display and four buttons.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 68.2%
  • C++ 30.2%
  • Makefile 1.6%