feat: make LED blink
This commit is contained in:
parent
a69b064f39
commit
6045406ea1
2 changed files with 41 additions and 5 deletions
22
README.md
22
README.md
|
|
@ -25,3 +25,25 @@ On September 30, 2025, a few Noisebridgers got together and started to hack on t
|
|||
</p>
|
||||
|
||||
> We used Kirkland Vodka to clean flux after soldering header pins
|
||||
|
||||
## Setup
|
||||
|
||||
This project requires Nix for development. Follow these steps to set up the development environment:
|
||||
|
||||
1. Install Nix if you haven't already:
|
||||
- Follow the installation instructions at [nixos.org](https://nixos.org/download.html)
|
||||
|
||||
2. Enter the development environment:
|
||||
```bash
|
||||
nix develop
|
||||
```
|
||||
|
||||
## Running
|
||||
|
||||
To run the project:
|
||||
|
||||
```bash
|
||||
sudo cargo run --release
|
||||
```
|
||||
|
||||
**Note:** The `sudo` command is required for accessing the USB serial port on most Linux systems.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue