Update README.md

This commit is contained in:
Mann Patel
2025-02-26 20:39:09 -07:00
committed by GitHub
parent 6f96d84a54
commit 895eba740b

View File

@@ -41,11 +41,10 @@ cd fin-track
```
### 4. Setting Up the Physical Display (Arduino)
1. Connect your Arduino to your computer.
1. Connect the Arduino to the computer.
2. Open `fintrack_display.ino` in Arduino IDE.
3. Upload the script to the Arduino board.
4. Ensure the board is communicating properly via serial port.
5. Run the display API:
4. Run the display API:
```bash
python3 Display_API.py
```