|
@@ -1,4 +1,4 @@
|
|
-#! /usr/bin/python3
|
|
|
|
|
|
+#! /usr/bin/env python3
|
|
#
|
|
#
|
|
# For etsting the Pi to Arduino i2c communication and
|
|
# For etsting the Pi to Arduino i2c communication and
|
|
# process.
|
|
# process.
|
|
@@ -38,7 +38,7 @@ SLAVE_ADDRESS = 0x04
|
|
# return number
|
|
# return number
|
|
|
|
|
|
while True:
|
|
while True:
|
|
- var = input("Enter asdwrf, <space>, L, or F :")
|
|
|
|
|
|
+ var = input("Enter asdwrf, <space>, or F:")
|
|
if not var:
|
|
if not var:
|
|
continue
|
|
continue
|
|
|
|
|