Rust client sending 100% brightness and first 8 LEDs

This commit is contained in:
Ollo
2023-05-03 21:24:12 +02:00
parent a8ffc7671d
commit 7bfb51bc58
4 changed files with 77 additions and 0 deletions

View File

@@ -1,3 +1,27 @@
# LED-Board
## Project Page
[C3MA](https://www.ccc-mannheim.de/wiki/LED-Board)
## Controller
* PlatformIO
### Hardware
* Arduino MEGA2560
* Ethernet shield
### Firmware
* PlatformIO based
see **platformio.ini**
## Client Software
stored in folder **/client**
### Dependency
* rust
* cargo
### Build
go to **/client**
* cargo build
* cargo run