clean up
This commit is contained in:
@@ -9,8 +9,6 @@ A fail-safe water flow monitoring module designed to protect CNC spindles and la
|
||||
|
||||

|
||||
|
||||
Designed in **KiCad v9**.
|
||||
|
||||
## Table of Contents
|
||||
1. [Features](#features)
|
||||
2. [Hardware Design (KiCad)](#hardware-design-kicad)
|
||||
@@ -57,7 +55,7 @@ The [scripts](scripts) folder contains a guide to panelize the board (`Flow_Cont
|
||||
The firmware is written in C using the lightweight `ch32fun` framework. All source files and toolchain documentation are located in the `firmware` folder.
|
||||
|
||||
**Step-by-step Setup:**
|
||||
1. Follow the setup guide in [`firmware/Readme.md`](firmware/Readme.md) to install the RISC-V GCC toolchain and `minichlink`.
|
||||
1. Follow the setup guide in [`firmware`](firmware) to install the RISC-V GCC toolchain and `minichlink`.
|
||||
2. Connect your **WCH-LinkE** programmer to the 3-pin SWIO header `J1` (+5V, SWIO, GND).
|
||||
3. Run `make` to compile the firmware.
|
||||
4. Run `make flash` to upload the code to the CH32V003 microcontroller.
|
||||
Reference in New Issue
Block a user