Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove superfluous test code
  • Loading branch information
sebromero committed Mar 8, 2024
commit 322dbaa5bcaa7a7e90e1bd0214e2e73b090cd806
7 changes: 0 additions & 7 deletions arduino/arduino.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,6 @@ def copy_sketch(source_path = '', destination_path = '.', name = None, overwrite
# the following methods are just for testing
# will produce output when this module is run as __main__
def preload():
print()
print()
print()
print('preload test')

def setup():
Expand All @@ -136,11 +133,7 @@ def loop():
delay(1000)

def cleanup():
print()
print('cleanup test')
print()
print()


# RUNTIME
def start(setup=None, loop=None, cleanup = None, preload = None):
Expand Down