Skip to content

Commit 1ae34d9

Browse files
committed
chore: replace 'port' with 'pin' as the correct terminology
1 parent 3423a54 commit 1ae34d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ rxChannel.Start(clearBuffer: true);
7575

7676
## GPIO Pin Restrictions
7777

78-
The ESP32 MCU restricts which GPIO pins can be used for the Transmit Channel (TX). Ports 34 to 39 (inclusive) cannot be used for TX. Attempting to use these ports will cause the `TransmitChannelSettings` class to throw an `ArgumentOutOfRangeException`.
78+
The ESP32 MCU restricts which GPIO pins can be used for the Transmit Channel (TX). Pins 34 to 39 (inclusive) cannot be used for TX. Attempting to use these pins will cause the `TransmitChannelSettings` class to throw an `ArgumentOutOfRangeException`.
7979

8080
## Build status
8181

0 commit comments

Comments
 (0)