https://github.com/simnalamburt/arduino-practice
My own arduino practice
https://github.com/simnalamburt/arduino-practice
practice
Last synced: 8 months ago
JSON representation
My own arduino practice
- Host: GitHub
- URL: https://github.com/simnalamburt/arduino-practice
- Owner: simnalamburt
- Archived: true
- Created: 2016-03-14T04:01:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-14T23:22:02.000Z (over 2 years ago)
- Last Synced: 2024-08-07T18:27:42.751Z (11 months ago)
- Topics: practice
- Language: C++
- Size: 29.3 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```