You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -53,15 +53,19 @@ Most of the bindings have been migrated from [.NET IoT repository](https://githu
53
53
*[](https://www.nuget.org/packages/nanoFramework.IoT.Device.Mcp3428/)[Mcp3428 - Analog to Digital Converter (I2C)](devices/Mcp3428)
54
54
*[](https://www.nuget.org/packages/nanoFramework.IoT.Device.Mcp3xxx/)[MCP3xxx family of Analog to Digital Converters](devices/Mcp3xxx)
55
55
*[](https://www.nuget.org/packages/nanoFramework.IoT.Device.Mcp9808/)[MCP9808 - Digital Temperature Sensor](devices/Mcp9808)
56
+
*[](https://www.nuget.org/packages/nanoFramework.IoT.Device.Mfrc522/)[MFRC522 - RFID reader](devices/Mfrc522)
56
57
*[](https://www.nuget.org/packages/nanoFramework.IoT.Device.Mlx90614/)[MLX90614 - Infra Red Thermometer](devices/Mlx90614)
*[](https://www.nuget.org/packages/nanoFramework.IoT.Device.Mpu9250/)[MPU6500/MPU9250 - Gyroscope, Accelerometer, Temperature and Magnetometer (MPU9250 only)](devices/Mpu9250)
59
60
*[](https://www.nuget.org/packages/nanoFramework.IoT.Device.Nrf24l01/)[nRF24L01 - Single Chip 2.4 GHz Transceiver](devices/Nrf24l01)
*[](https://www.nuget.org/packages/nanoFramework.IoT.Device.Pn5180/)[PN5180 - RFID and NFC reader](devices/Pn5180)
63
+
*[](https://www.nuget.org/packages/nanoFramework.IoT.Device.Pn532/)[PN532 - RFID and NFC reader](devices/Pn532)
Copy file name to clipboardExpand all lines: devices/README.md
+7
Original file line number
Diff line number
Diff line change
@@ -159,6 +159,13 @@
159
159
160
160
*[](https://www.nuget.org/packages/nanoFramework.IoT.Device.Apa102/)[APA102 - Double line transmission integrated control LED](Apa102)
161
161
162
+
## RFID/NFC modules
163
+
164
+
*[](https://www.nuget.org/packages/nanoFramework.IoT.Device.Mfrc522/)[MFRC522 - RFID reader](Mfrc522)
165
+
*[](https://www.nuget.org/packages/nanoFramework.IoT.Device.Pn5180/)[PN5180 - RFID and NFC reader](Pn5180)
166
+
*[](https://www.nuget.org/packages/nanoFramework.IoT.Device.Pn532/)[PN532 - RFID and NFC reader](Pn532)
0 commit comments