Fred Damstra před 6 roky
rodič
revize
9f13707c15
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      i2c_console.py

+ 2 - 2
i2c_console.py

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