Skip to content

Commit

Permalink
MosgOOD
Browse files Browse the repository at this point in the history
  • Loading branch information
97hackbrian committed Nov 23, 2023
1 parent a4e72f2 commit 289ae69
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tankbot/scr/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@
Leds=LedControl(serial_instance=tiva1)
Leds.init_system(cam=0)##reparar cam=1
mosfets.activate_mosfets(0,0,0,0,1,0)
sleep(1)
mosfets(0,0,0,0,0,0)
sleep(0.5)
mosfets.activate_mosfets(0,0,0,0,0,0)
sleep(0.5)
mosfets.activate_mosfets(0,0,0,0,1,0)
sleep(0.5)
mosfets.activate_mosfets(0,0,0,0,0,0)
sleep(5)
"""
motors.stop()
Expand Down

0 comments on commit 289ae69

Please sign in to comment.