Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
Remove setup_arduino function
Browse files Browse the repository at this point in the history
  • Loading branch information
trickeydan committed Jun 6, 2019
1 parent 44f0623 commit 8a0bf73
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions j5/boards/arduino/uno.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ def __init__(self, serial: str, backend: Backend):
self._serial = serial
self._backend = backend

self.setup_arduino()

def setup_arduino(self) -> None:
"""Setup the arduino components."""
self._led = LED(0, cast(LEDInterface, self._backend))

# Digital Pins
Expand Down

0 comments on commit 8a0bf73

Please sign in to comment.