diff options
Diffstat (limited to 'System/test_Encoder.py')
-rwxr-xr-x[-rw-r--r--] | System/test_Encoder.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/System/test_Encoder.py b/System/test_Encoder.py index 9a2119a..b667cc1 100644..100755 --- a/System/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 = 14 +cs_pin = 4 data_pin = 3 e = Encoder(clk_pin, cs_pin, data_pin) |