未验证 提交 4fbc601b 编写于 作者: S Steffen Forkmann 提交者: GitHub

fix typo (#1409)

上级 ab8a36b1
......@@ -6,7 +6,7 @@ MFRC522 is a very cheap RFID/NFC reader for Iso 14443 Type A cards. Part of thos
MFRC522 supports SPI, I2C and UART (Serial Port). You can create the reader with any of those protocols.
**Note**: most of the popular boards you'll buy are SPI only. This documentation will focus on SPI. You have in the [smaples](./samples) more information on how to setup I2C and UART.
**Note**: most of the popular boards you'll buy are SPI only. This documentation will focus on SPI. You have in the [samples](./samples) more information on how to setup I2C and UART.
```csharp
SpiConnectionSettings connection = new(0, 1);
......@@ -86,4 +86,4 @@ else
* The SPI implementation has been deeply tested.
* The I2C and UART has been barely tested due to lack of hardware support. So please open issues if you have any issue.
* When using I2C, the address can be setup using the hardware pin, it's the reason why there is no default address.
* If you are using UART, it is more than strongly recommended to use as high as possible serial baud transfer.
\ No newline at end of file
* If you are using UART, it is more than strongly recommended to use as high as possible serial baud transfer.
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册