Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 575 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 575 Bytes

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