Changeset - fac90bcd42ae
[Not reviewed]
default
0 1 0
matthewreed - 9 years ago 2016-08-07 20:39:28

Removed debug line left in code
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
hydrobot.py
Show inline comments
 
@@ -254,12 +254,11 @@ def main():
 
    canbus.start_receive()
 
    
 
    scheduler = Scheduler(canbus)
 
    scheduler.start()
 

	
 
    while True:
 
        canbus.dev.send(can.Frame(0x7FF, 8, [0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88]))
 
        time.sleep(0.001)
 
        
 

	
 
if __name__ == "__main__":
 
    main()
0 comments (0 inline, 0 general)