/eggbot

An Arduino Eggbot implementation. Work in progress.

Primary LanguageC++

Arduino Eggbot

Setup

Install platformio via pip or via your package manager.

Commands

  • platformio run - process/build project from the current directory
  • platformio run --target upload or platformio run -t upload - upload firmware to embedded board
  • platformio run --target clean - clean project (remove compiled files)
  • platformio run --help - additional information

Reference