Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/simnalamburt/arduino-practice

My own arduino practice
https://github.com/simnalamburt/arduino-practice

practice

Last synced: about 1 month ago
JSON representation

My own arduino practice

Awesome Lists containing this project

README

        

Arduino Practice
========
Please use [PlatformIO](http://platformio.org/) to build and execute project.
```bash
python3 -m venv .venv && . .venv/bin/activate && pip install -U pip setuptools
pip install -r requirements.txt

# Build project
platformio run

# Upload to connected Arduono machine
platformio run -t upload

# Monitor serialports
platformio serialports monitor
```