Skip to content

Commit

Permalink
Merge pull request #2852 from adafruit/rename_cnc
Browse files Browse the repository at this point in the history
update project name and rotary encoder pins
  • Loading branch information
TheKitty authored Jul 18, 2024
2 parents dd9f95b + d78a656 commit 7dbfc24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ESP32-S3_CNC_MacroPad/code.py → CNC_MacroPad/code.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def key_to_pixel_map(key_number):
pixels.fill(OFF) # Begin with pixels off.

# make an encoder
encoder = rotaryio.IncrementalEncoder(board.A3, board.A4)
encoder = rotaryio.IncrementalEncoder(board.D24, board.D25)
last_position = 0

while True:
Expand Down

0 comments on commit 7dbfc24

Please sign in to comment.