This commit is contained in:
Alexander Richter 2023-07-23 18:39:25 +02:00
parent d8ec8957d5
commit 2587716cda

View File

@ -184,9 +184,9 @@ If your Encoder can be pressed and there is a button inside, use the Input or La
Encoders have 2 signals, which must be connected to 2 pins. There are three options.
Best Performance: Both signals connect to interrupt pins.
Good Performance: First signal connects to an interrupt pin, second to a non-interrupt pin.
Low Performance: Both signals connect to non-interrupt pins, details below.
Best Performance: Both signals connect to interrupt pins.
Good Performance: First signal connects to an interrupt pin, second to a non-interrupt pin.
Low Performance: Both signals connect to non-interrupt pins, details below.
| Board | Interrupt Pins |LED Pin(do not use) |
| ------------- | ------------- |------------- |