Skip to content

Commit

Permalink
rm examples
Browse files Browse the repository at this point in the history
  • Loading branch information
brentru committed Apr 2, 2024
1 parent 11d8e60 commit 987e70e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion examples/analog_in.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import board
from analogio import AnalogIn

analog_in = AnalogIn(board.G1)
analog_in = AnalogIn(board.A1)


def get_voltage(pin):
Expand Down
10 changes: 0 additions & 10 deletions examples/digital_input.py

This file was deleted.

0 comments on commit 987e70e

Please sign in to comment.