aboutsummaryrefslogtreecommitdiffstats
path: root/System/test_Encoder.py
diff options
context:
space:
mode:
authorRaspberry Pi <raspberrypi@umn.edu>2019-12-02 18:35:39 -0600
committerRaspberry Pi <raspberrypi@umn.edu>2019-12-02 18:35:39 -0600
commitb5b061b679fa3fd239cc85e9824d1e2c443273a2 (patch)
tree461e25fc4348ff5daa8f967ae9d9a7b491c6823f /System/test_Encoder.py
parentfinal styling? (diff)
downloadee4511w-b5b061b679fa3fd239cc85e9824d1e2c443273a2.tar
ee4511w-b5b061b679fa3fd239cc85e9824d1e2c443273a2.tar.gz
ee4511w-b5b061b679fa3fd239cc85e9824d1e2c443273a2.tar.bz2
ee4511w-b5b061b679fa3fd239cc85e9824d1e2c443273a2.tar.lz
ee4511w-b5b061b679fa3fd239cc85e9824d1e2c443273a2.tar.xz
ee4511w-b5b061b679fa3fd239cc85e9824d1e2c443273a2.tar.zst
ee4511w-b5b061b679fa3fd239cc85e9824d1e2c443273a2.zip
Minor tweaks to PI.py to get working seamlessly with web server - tested and working as expected. Most files touched because permissions were modified to allow PI.py to run on startup. Everything should be ready now.
Diffstat (limited to 'System/test_Encoder.py')
-rwxr-xr-x[-rw-r--r--]System/test_Encoder.py2
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)