diff --git a/src/devices/Pn5180/README.md b/src/devices/Pn5180/README.md index c3a552c348..1b9dc546af 100644 --- a/src/devices/Pn5180/README.md +++ b/src/devices/Pn5180/README.md @@ -10,13 +10,13 @@ Application note on how to operate PN5180 without a [library](https://www.nxp.co ## Board -You will find different implementation of this board. All boards should have full SPI pins plus the reset and busy ones and additionnaly 5V and or 3.3V plus ground. This pictures shows an example of one of the implementation connected with a [FT4222](../FT4222/README.md) chipset to provide the necessary GPIO and SPI features: +You will find different implementation of this board. All boards should have full SPI pins plus the reset and busy ones and additionnaly 5V and or 3.3V plus ground. This pictures shows an example of one of the implementation connected with a [FT4222](../Ft4222/README.md) chipset to provide the necessary GPIO and SPI features: ![PN5180](./pn5180_ft4222.png) ## Usage -You will find a full example in the [samples directory](./samples/Program.cs). This example covers the usage of most of the public functions and properties. This example shows as well how to use the [FT4222](../FT4222/README.md) as a SPI and GPIO controller. Note that the development for the PN5180 has been done fully on a Windows 10 64 bit machine using this FT42222 to add the IoT capabilities. +You will find a full example in the [samples directory](./samples/Program.cs). This example covers the usage of most of the public functions and properties. This example shows as well how to use the [FT4222](../Ft4222/README.md) as a SPI and GPIO controller. Note that the development for the PN5180 has been done fully on a Windows 10 64 bit machine using this FT42222 to add the IoT capabilities. PN5180 is operated thru SPI and GPIO. GPIO is used to control the SPI behavior as the PN5180 is using SPI in specific way. This does then require to manually manage the pin selection for SPI. And another pin called pin busy is used to understand when the PN5180 is available to receive and send information. diff --git a/src/devices/SkiaSharpAdapter/README.md b/src/devices/SkiaSharpAdapter/README.md index ad498b9894..1ccd902f7d 100644 --- a/src/devices/SkiaSharpAdapter/README.md +++ b/src/devices/SkiaSharpAdapter/README.md @@ -6,7 +6,7 @@ This folder contains the SkiaSharp adapter for Iot.Device.Bindings. It provides [SkiaSharp](https://github.com/mono/SkiaSharp) multi-platform graphics library. This folder is compiled into its own .nuget file, so that no external dependencies are included when they're not needed. -See [Ili934x](../Ili934x/Readme.md) for an usage example. +See [Ili934x](../Ili934x/README.md) for an usage example. To use SkiaSharp as image library with Iot.Device.Bindings, reference (in addition to `Iot.Device.Bindings.nuget`) the `Iot.Device.Bindings.SkiaSharpAdapter.nuget` and put a line with `SkiaSharpAdapter.Register()` somewhere at the beginning of your application.