Skip to content

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

License

Notifications You must be signed in to change notification settings

xswordsx/co2_reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published