https://github.com/iory/lipo-power-save-board
https://github.com/iory/lipo-power-save-board
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iory/lipo-power-save-board
- Owner: iory
- Created: 2024-11-06T09:13:21.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-09T15:38:35.000Z (over 1 year ago)
- Last Synced: 2025-06-17T01:40:50.335Z (about 1 year ago)
- Language: C++
- Size: 82 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lipo Power Save Board
## RGB Led
```
pio run -t upload -e rgb_led
```
## Suction Relay
```
pio run -t upload -e suction_relay
```
## Debug
### Serial Monitor
```
pio device monitor
```