Skip to content

Commit

Permalink
Temporarily removed RPi.GPIO.
Browse files Browse the repository at this point in the history
  • Loading branch information
ATATC committed Feb 8, 2024
1 parent 943cd3c commit f1bf4da
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions leads_raspberry_pi/raspberry_pi_4b.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from RPi import GPIO as _GPIO

from leads import Controller as _Controller


Expand All @@ -9,4 +7,4 @@ def __init__(self, srw_mode: bool = True) -> None:
self._srw_mode: bool = srw_mode

def initialize(self, *parent_tags: str) -> None:
_GPIO.setmode(_GPIO.BCM)
pass

0 comments on commit f1bf4da

Please sign in to comment.