An open API service indexing awesome lists of open source software.

https://github.com/ad2476/chip-weatherstation

Small project involving NTC C.H.I.P. and a BMP180
https://github.com/ad2476/chip-weatherstation

Last synced: 4 months ago
JSON representation

Small project involving NTC C.H.I.P. and a BMP180

Awesome Lists containing this project

README

        

# chip-weatherstation
Small project involving NTC C.H.I.P. and a BMP180.

## Building libbmp180

Before it can be used, the library must be built. Run `make` from within the `libbmp180` directory.
A sample test implementation is provided in test.c. Build it by running `make` from the top-level directory (after building libbmp180 first).