/co2_reader

Application that reads data off of a CCS810 Gas sensor and prints it to stdout in a CSV format.

Primary LanguageCMIT LicenseMIT

CO2 sensor reader

This little application reads data off of a CCS810 Gas sensor and prints it to stdout in a CSV format.

Implementations

There are two implementation of the functionalities:

  • The Golang-based implementation
    • Cross-platform
    • Easy to maintain
  • The C-based implementation
    • Minimal footprint (both binary and memory)
    • More fun to write

License

The code in this project is licensed under the MIT license