Skip to content

Commit f1758dc

Browse files
committed
remove commented out code
1 parent dcf231f commit f1758dc

File tree

1 file changed

+1
-9
lines changed
  • Feedback_Servo_Record_and_Play/feedback_record_play

1 file changed

+1
-9
lines changed

Feedback_Servo_Record_and_Play/feedback_record_play/code.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,7 @@
2929
SAMPLE_COUNT = 512
3030
SAMPLE_DELAY = 0.025
3131

32-
# # Setup record button
33-
# record_button = DigitalInOut(RECORD_PIN)
34-
# record_button.direction = Direction.INPUT
35-
# record_button.pull = Pull.UP
36-
37-
# # Setup play button
38-
# play_button = DigitalInOut(PLAY_PIN)
39-
# play_button.direction = Direction.INPUT
40-
# play_button.pull = Pull.UP
32+
# Setup buttons
4133
buttons = keypad.Keys((RECORD_PIN, PLAY_PIN), value_when_pressed=False, pull=True)
4234

4335
# Setup LED

0 commit comments

Comments
 (0)