Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2342 from edgardozoppi/master
Browse files Browse the repository at this point in the history
Update Readme.md to include System.Devices.Gpio
  • Loading branch information
edgardozoppi authored Jun 5, 2018
2 parents 99de276 + 237ead0 commit 66fca9c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ They are designed to format values into text streams and to build complex string
But these APIs are optimized for creating text for the Web.
They do formatting with minimum GC heap allocations (1/6 of allocations in some scenarios) and can format directly to UTF8 streams.
This can result in significant performance wins for software that does a lot of text formatting for the Web, e.g. generating HTML, JSON, XML.
See more information on this component and code samples at the [Wiki]( https://github.com/dotnet/corefxlab/wiki).
See more information on this component and code samples at the [Wiki](https://github.com/dotnet/corefxlab/wiki).

* **System.Text.Primitives**
The System.Text.Primitives library contains fast, non-allocating integral parsing APIs. They are designed for scenarios in which a byte buffer
Expand All @@ -55,6 +55,9 @@ over converting the buffer to a string, indexing into the string, and then parsi
This project augments the date and time APIs in .NET. It adds two new core types: `Date` and `Time`.
These types will ultimately be submited for inclusion in `System.Runtime`.

* **System.Devices.Gpio**.
This GPIO library contains usefull APIs to support .NET development for IoT devices like Raspberry Pi and BeagleBone Black. See more information about the features at [Planning.md](src/System.Devices.Gpio/Planning.md).

More libraries are coming soon. Stay tuned!

[blog post]: http://blogs.msdn.com/b/dotnet/archive/2014/11/12/net-core-is-open-source.aspx
Expand Down

0 comments on commit 66fca9c

Please sign in to comment.