-
-
Couldn't load subscription status.
- Fork 27
Add notices to various readmes #48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| # ESP32 WS2812 Driver | ||
|
|
||
| ## ⚠️ This driver is potentially superseded with [nanoFramework.IoT.Device.Ws28xx](https://github.com/nanoframework/nanoFramework.IoT.Device/tree/develop/devices/Ws28xx). ⚠️ | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I believe it's safe to remove this. There is indeed a better library elsewhere. |
||
|
|
||
| A C# helper class that helps you control pixels on WS2812 addressable RGB devices with the nanoFramework platform and ESP32. | ||
|
|
||
| The WS2812.TestApp that produces a rainbow effect on a M5Stack ATOM. | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
|
|
||
| # NanoFramework SSD1306 Oled 128x64, 128x32, 64x48, 96x16 display driver | ||
|
|
||
| ## ⚠️ This driver is potentially superseded with [nanoFramework.IoT.Device.Ssd13xx](https://github.com/nanoframework/nanoFramework.IoT.Device/tree/develop/devices/Ssd13xx). ⚠️ | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I believe it's safe to remove this. There is indeed a better driver elsewhere. |
||
|
|
||
| Source Code: https://github.com/Dweaver309/nanoframework.SS1306 | ||
|
|
||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| # RFID MFRC522 driver support for nanoFramework | ||
|
|
||
| ## ⚠️ This driver is potentially superseded with [nanoFramework.IoT.Device.Mfrc522](https://github.com/nanoframework/nanoFramework.IoT.Device/tree/develop/devices/Mfrc522). ⚠️ | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I believe it's safe to remove this. There is indeed a better driver elsewhere. |
||
|
|
||
| This drive is a port of [Bauland's](https://github.com/bauland/TinyClrLib/tree/master/Modules/Others/MfRc522) nice work for TinyClrLib. | ||
| Added basic ability to write on Mifare1k and MifareUltraLight cards. | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,7 @@ | ||
| # Driver for DS18B20 | ||
|
|
||
| ## ⚠️ This driver is potentially superseded with [nanoFramework.IoT.Device.Ds18b20](https://github.com/nanoframework/nanoFramework.IoT.Device/tree/develop/devices/Ds18b20). ⚠️ | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I believe it's safe to remove this. There is indeed a better library elsewhere. |
||
|
|
||
| NanoFramework 18B20 driver. A simplified version of nF-ESP32-One-Wire | ||
|
|
||
| Source code [Here!](https://github.com/up-streamer/nF_18B20) | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,7 @@ | ||
| # nanoFramework Web Server | ||
|
|
||
| ## ⚠️ This sample is potentially superseded with the [Webserver Sample](https://github.com/nanoframework/Samples/tree/main/samples/Webserver). ⚠️ | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I believe it's safe to remove this. There is indeed a better library elsewhere. |
||
|
|
||
| ESP32 Web Server for nanoFramework | ||
|
|
||
| This is a simple but powerful web server that allows the user to create a web server and application on one ESP board. In the past most applications used two chips one for the application and one to connect to the network. | ||
|
|
@@ -9,6 +12,4 @@ The web server runs on it's own thread so it is not blocked by the request proce | |
|
|
||
| The server is used by typing in the web server's assigned IP address into any web browser. | ||
|
|
||
| Sourc Code: https://github.com/Dweaver309/nanoFramework-Web-Server | ||
|
|
||
|
|
||
| Source Code: https://github.com/Dweaver309/nanoFramework-Web-Server | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| # GpiController extension for STM32 targets | ||
|
|
||
| ## ⚠️ This extension is obsolete and no longer used with current firmware versions. ⚠️ | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Let me update it to use Sys.Device.Gpio instedad. |
||
|
|
||
| This adds the extension `OpenStm32Pin(portName, pin)` to `GpioController` allowing the developer to conveniently use the standard STM naming for GPIO ports. | ||
|
|
||
| Like this: | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| # nanoFramework.Modbus | ||
|
|
||
| ## ⚠️ This library is potentially superseded with [nanoFramework.IoT.Device.Modbus](https://github.com/nanoframework/nanoFramework.IoT.Device/tree/develop/devices/Modbus). ⚠️ | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I believe it's safe to remove this. There is indeed a better library elsewhere. |
||
|
|
||
| Serial port Modbus-RTU protocol implementation. | ||
|
|
||
| Repository: [https://github.com/yureng/nanoFramework.Modbus](https://github.com/yureng/nanoFramework.Modbus). | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe it's safe to remove this. There is indeed a better sample elsewhere.