Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 501 Bytes

README.md

File metadata and controls

25 lines (23 loc) · 501 Bytes

Raspberry Pi Pico - Tic Tac Toe Game

Build

After you clone the repo you run the following commands to build the executable. You have to have installed CMake and Make. Also you need to have the SDK on your system and point PICO_SDK_PATH to it.

export PICO_SDK_PATH='/Path/to/SDK'
cd tic-tac-toe
mkdir build
cd build
cmake ..
make -j4

How to connect the LCD, LEDs and Keypad to the board

Fritzing drawing