coredump-ch / eggbot

An Arduino Eggbot implementation. Work in progress.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An Arduino Eggbot implementation. Work in progress.


Languages

Language:C++ 100.0%