added voltage regulator
This commit is contained in:
@@ -40,13 +40,13 @@ sudo mv minichlink /usr/local/bin/
|
||||
```
|
||||
|
||||
## 3. Build the Firmware
|
||||
Navigate to this firmware directory where the Makefile and main.c are located. Make sure the CH32FUN path in the Makefile points to where you cloned ch32fun.
|
||||
Navigate to this firmware directory where the `Makefile` and `main.c` are located. Make sure the `ch32fun` path in the `Makefile` points to where you cloned `ch32fun`.
|
||||
```Bash
|
||||
cd Flow-Controller/firmware
|
||||
make clean
|
||||
make
|
||||
```
|
||||
This will generate main.bin and main.elf.
|
||||
This will generate `main.bin` and `main.elf`.
|
||||
|
||||
## 4. Flash Firmware
|
||||
Connect your WCH-LinkE programmer to the board's J1 header:
|
||||
|
||||
Reference in New Issue
Block a user