neurovertex / libmipex

A C++ library to read data from a Mipex-02 gas sensor. Requires libserial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LibMipex

This is a small library for reading data from a Mipex-02 IR gas sensor. It requires libserial.

For now it is not functional unless run through interceptty - trying to figure it out.

Usage: ./bin/main [/path/to/serial/device (default:/dev/ttyUSB0)] [debug] (The value of the second argument doesn't matter. Adding anything after the first will enable debug output.)

About

A C++ library to read data from a Mipex-02 gas sensor. Requires libserial


Languages

Language:C++ 88.1%Language:CMake 11.9%