saintech / ghost-trap-toy

trying to make a simple Ghost Trap toy with Arduino Nano

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ghost-trap-toy

trying to make a simple Ghost Trap toy with Arduino Nano

Circuit

circuit

How to build PlatformIO based project

  1. Install PlatformIO Core.
  2. Run these commands:
# Build project
> platformio run

# Upload firmware
> platformio run --target upload

# Clean build files
> platformio run --target clean

About

trying to make a simple Ghost Trap toy with Arduino Nano


Languages

Language:C 97.6%Language:C++ 2.4%Language:Shell 0.0%