mattjlewis / diozero

Java Device I/O library that is portable across Single Board Computers and microcontrollers. Tested with Raspberry Pi, Odroid C2, BeagleBone Black, Next Thing CHIP, Asus Tinker Board and Arduinos / Pico. Supports GPIO, I2C, SPI as well as Serial communication. Also known to work with Udoo Quad.
https://www.diozero.com
MIT License
261 stars 59 forks source link

Creates some "default" configurations for gas sensor. #206

Closed EAGrahamJr closed 2 months ago

EAGrahamJr commented 2 months ago

This can be a little difficult to set up, so cribbed the configuration setups from the sampleapps since they (obviously) were intended to work.

EAGrahamJr commented 2 months ago

The parallel configuration is pretty bunk (I haven't run it for extended period of time, like hours), so this is probably not really all that good an idea.