Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 016e785

Browse files
More Python Formatting
1 parent 97de165 commit 016e785

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

raspberry_pi_controller/contoller.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
# =====================================
2-
3-
# Function Definitions
4-
5-
# =====================================
6-
7-
81
def waitForArduino(port):
92

103
# wait until the Arduino sends 'Arduino Ready' - allows time for Arduino reset
@@ -21,9 +14,6 @@ def waitForArduino(port):
2114
print("Message from Arduino:" + msg)
2215

2316

24-
# ======================================
25-
26-
2717
def recvFromArduino(port):
2818
global startMarker, endMarker
2919

@@ -49,9 +39,6 @@ def recvFromArduino(port):
4939
return ck
5040

5141

52-
# ======================================
53-
54-
5542
def run(td, port):
5643
waitingForReply = False
5744

@@ -76,7 +63,6 @@ def run(td, port):
7663
time.sleep(0.1)
7764

7865

79-
# ======================================
8066
# ======================================
8167

8268
import serial

0 commit comments

Comments
 (0)