forked from Arcmyx/pynamics
Update tests/pynamics-logger.py
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
#5: mtr_data
|
#5: mtr_data
|
||||||
#6: perf_smpl
|
#6: perf_smpl
|
||||||
#7: get_time
|
#7: get_time
|
||||||
|
#8: breakpoint
|
||||||
lvldict = {
|
lvldict = {
|
||||||
0: "FATAL",
|
0: "FATAL",
|
||||||
1: "ALERT",
|
1: "ALERT",
|
||||||
@@ -60,3 +60,5 @@ sendCommand(0, 4, "wanted to just say that your motor is kinda being slow", "tes
|
|||||||
sendCommand(0, 5, "so your motor is like 1% slower than it should be but really no one cares", "test prgm")
|
sendCommand(0, 5, "so your motor is like 1% slower than it should be but really no one cares", "test prgm")
|
||||||
sendCommand(0, 6, "hey everything in the program is going well just in case nothing in your life is", "test prgm")
|
sendCommand(0, 6, "hey everything in the program is going well just in case nothing in your life is", "test prgm")
|
||||||
sendCommand(0, 7, "nobody cares about me but you should know that", "test prgm")
|
sendCommand(0, 7, "nobody cares about me but you should know that", "test prgm")
|
||||||
|
def breakpoint():
|
||||||
|
#send a command 8 and also get all important info about the code here and print
|
||||||
Reference in New Issue
Block a user