aboutsummaryrefslogtreecommitdiffstats
path: root/System/test_Encoder.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--System/test_Encoder.py (renamed from System_Python/test_Encoder.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/System_Python/test_Encoder.py b/System/test_Encoder.py
index b667cc1..9a2119a 100644
--- a/System_Python/test_Encoder.py
+++ b/System/test_Encoder.py
@@ -3,7 +3,7 @@ import time
# Decide which pins to hook up to on the Pi before running
clk_pin = 2
-cs_pin = 4
+cs_pin = 14
data_pin = 3
e = Encoder(clk_pin, cs_pin, data_pin)