A simple temperature and humidity sensor and logger for the Raspberry Pi 4b.
2024-02-25 23:59:26 -08:00
.gitignore
Arg parsing, ths sensor, and config file
2024-02-25 23:59:26 -08:00
config.mk
Arg parsing, ths sensor, and config file
2024-02-25 23:59:26 -08:00
lcd.c
Arg parsing, ths sensor, and config file
2024-02-25 23:59:26 -08:00
lcd.h
Arg parsing, ths sensor, and config file
2024-02-25 23:59:26 -08:00
LICENSE
Initial commit
2024-02-17 05:15:27 -08:00
main.c
Arg parsing, ths sensor, and config file
2024-02-25 23:59:26 -08:00
Makefile
Arg parsing, ths sensor, and config file
2024-02-25 23:59:26 -08:00
README.md
Initial commit
2024-02-17 05:15:27 -08:00
ths.c
Arg parsing, ths sensor, and config file
2024-02-25 23:59:26 -08:00
ths.h
Arg parsing, ths sensor, and config file
2024-02-25 23:59:26 -08:00
util.c
Arg parsing, ths sensor, and config file
2024-02-25 23:59:26 -08:00
util.h
Arg parsing, ths sensor, and config file
2024-02-25 23:59:26 -08:00
Temp. and Humidity Logger for the RPI4b
This is a simple temperature and humidity logger for a Raspberry Pi 4b running
FreeBSD 14.0. For more information about preparation, assembly, building, installation,
and configuration, see the various files in docs/
.