Skip to content

1.0 Release

Compare
Choose a tag to compare
@joperezr joperezr released this 29 Oct 17:40
2ebdd86

This is the 1.0 release of dotnet/iot. This is also the first stable release of the repository. With this release, we are mainly shipping two packages:

  • System.Device.Gpio package which contains the main library which adds support for common protocols when interacting with IoT devices. The protocols added in this release are GPIO, PWM, I2C, and SPI.
  • Iot.Device.Bindings package, whcih adds support for many common Iot devices and sensors, which with the help of the protocols supported by System.Device.Gpio, will help to wrap the communication between an application and the device/sensor. The functionalities for each device will depend on what the device/sensor capabilities are. For a full list of all of the device/sensors that are included in this package, please head out to our main index.

We would like to special thank all the community that made this release possible, and want to special thank the following contributors:

We really appreciate all of your contributions, and the great help in order to drive this product to its first stable release!