From ce0952cd03d83248a673854764a48ef12411ee2c Mon Sep 17 00:00:00 2001 From: askiiart Date: Tue, 25 Oct 2022 16:36:05 +0000 Subject: [PATCH] Clarify location of files --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf189f4..8fd9df5 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Make sure to set the port in the .py file you use! ![PWM connected to pin 9, TACH not connected](Images/arduino-fan-diagram.png) 2. **Set the port variable** 1. Instructions for finding the port are in the Python code. -3. Upload `rx_speed.ino` to your Arduino Uno, then run `tx_speed.py`. +3. Upload `Arduino/rx_speed.ino` to your Arduino Uno, then run `Python/tx_speed.py`. 1. Make sure not to run the Python file until the Arduino sketch is done uploading! It should only take a few seconds. 5. Revel in your success! 1. If you plan to use this constantly, make sure to create a service that starts the Python code on boot.