Suite of IoT modules for the Raspberry Pi

woollybah 037ea73b50 Added optional write debug. %!s(int64=5) %!d(string=hai) anos
characterlcd.mod f9b59bbc5f Fixed missing cast. %!s(int64=5) %!d(string=hai) anos
core.mod 037ea73b50 Added optional write debug. %!s(int64=5) %!d(string=hai) anos
examples 8b76f9fb39 Added pcf8574t lcd example. %!s(int64=5) %!d(string=hai) anos
mcp3xxx.mod 9345e9c66d iot.mcp3xxx. Initial Import. %!s(int64=5) %!d(string=hai) anos
pcx857x.mod 8eedd4c8e7 Reworked constructor. %!s(int64=5) %!d(string=hai) anos
softpwm.mod 812a63854c iot.softpwm. Initial Import. %!s(int64=5) %!d(string=hai) anos
.gitignore 3ece840ceb Ignore the usual things. %!s(int64=5) %!d(string=hai) anos
LICENSE 21517b4289 iot core. Initial import. %!s(int64=5) %!d(string=hai) anos
README.md 21517b4289 iot core. Initial import. %!s(int64=5) %!d(string=hai) anos

README.md

iot.mod

Provides a suite of modules for the Raspberry Pi, easing the creation of applications which interact with different sensors, input devices and displays.

The IoT modules are based on the .NET Core IoT libraries, and simplify access to the GPIO pins, I2C and SPI interfaces.

License

iot.mod is licensed under the MIT license.