Skip to content
This repository was archived by the owner on Nov 23, 2025. It is now read-only.

Commit c46fbd5

Browse files
committed
Fixing the arduino nano device definition.
1 parent 2122cc9 commit c46fbd5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Version 0.4.0
1111
* Device definitions are shifted into private modules within a
1212
devices packages. The intended API avoids having to be aware of this
1313
complexity.
14+
* Correcting a mistake in the arduino_nano device definition.
15+
This had 9x pins defined where only 8x exist on this device.
1416

1517
Version 0.3.0
1618
-------------

uoshardware/devices/_arduino.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@
102102
5: Pin(adc_in=True),
103103
6: Pin(adc_in=True),
104104
7: Pin(adc_in=True),
105-
8: Pin(adc_in=True),
106105
},
107106
aux_params={"default_baudrate": 115200},
108107
)

0 commit comments

Comments
 (0)