Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simnalamburt/arduino-lottery
Arduino practice
https://github.com/simnalamburt/arduino-lottery
Last synced: 3 months ago
JSON representation
Arduino practice
- Host: GitHub
- URL: https://github.com/simnalamburt/arduino-lottery
- Owner: simnalamburt
- Archived: true
- Created: 2016-04-17T19:26:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-14T23:21:43.000Z (over 1 year ago)
- Last Synced: 2024-07-27T04:35:51.947Z (4 months ago)
- Language: C++
- Size: 16.6 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Arduino Lottery
========
Use [PlatformIO](http://platformio.org/) to build 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
```