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) ### 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. 2. Open `fintrack_display.ino` in Arduino IDE.
3. Upload the script to the Arduino board. 3. Upload the script to the Arduino board.
4. Ensure the board is communicating properly via serial port. 4. Run the display API:
5. Run the display API:
```bash ```bash
python3 Display_API.py python3 Display_API.py
``` ```