Skip to content

Commit 877e9fc

Browse files
committed
fix: linter
1 parent 7e4d147 commit 877e9fc

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

documentation/developers/rfid/mfrc522_spi.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,25 +26,28 @@ The SPI Bus ID. Fixed to 0, because other bus IDs also need re-configuration of
2626
The SPI Chip Select (CEx) pin. Mandatory.
2727

2828
This can be
29+
2930
- 0 = GPIO8 (SPI0 CE0) - Pin 24
3031
- 1 = GPIO7 (SPI0 CE1) - Pin 26
3132

32-
For other SPI buses
33+
For other SPI buses
3334

3435
### pin_irq *(default=24)*
3536

3637
The IRQ GPIO pin for card detection. This is an optional pin, but required for interrupt-driven card detection.
3738

3839
If not used,
40+
3941
- uses pollig mode instead of interrupt event
4042
- has high CPU usage and may impact system performance!
4143
- Only use this mode if you have serious interrupt conflicts
4244

4345
### pin_rst *(default=25)*
4446

45-
The Reset GPIO pin for hardware reset. This is an optional pin.
47+
The Reset GPIO pin for hardware reset. This is an optional pin.
4648

4749
If not used,
50+
4851
- hardware reset will only be performed by power-on-reset. This has been tested and works fine.
4952
- you **must** tie the reset pin of the MFRC522 board **high**!
5053

0 commit comments

Comments
 (0)