This library provides managed language support for the Adafruit Fona breakout boards for .Net Micro Framework applications.
GPIO-based management of the board is not currently supported, but will be added if/when Windows 10 IoT GPIO becomes available.
This library uses the serial port...
More information
This library provides managed language support for the Adafruit Fona breakout boards for .Net Micro Framework applications.
This includes support for keying the board on and off, monitoring power states, and using hardware ring indications via .Net Micro Framework GPIO ports.
This project makes it really easy to add LED Matrix graphics to your Windows 10 for IoT project running on Raspberry Pi 2 or the Minnow Max Board.
The main graphics library includes a font set, symbols and support for drawing lines, boxes, dots plus support for scrolling text across multiple...
More information
This library provides managed language support for the Adafruit Fona breakout boards for .Net applications running on Linux on Raspberry Pi devices.
GPIO management of the board is not currently supported - only serial interactions. GPIO will be added in a future release.
Use this library for Adafruit I2C Barometric Pressure Temperature sensor MPL115A2. Using is very simple, just call sensor.getPressure() (kPa) and sensor.getTemperature() (C).