Start implementing AHT20 sensor reading

This commit is contained in:
2024-09-03 17:29:06 +02:00
parent 0e15d5b1e2
commit 83f6fa58a4
5 changed files with 173 additions and 0 deletions

View File

@@ -78,6 +78,11 @@ distclean: clean
$(E) "[REM] $(BINDIR)"
$(Q) $(RMR) $(BINDIR)
.PHONY: listen
listen: ./opt/tools/serial-listen.py
$(E) "[PY3] $<"
$(Q) ./$<
$(TMPDIRS):
$(E) "[DIR] $@"
$(Q) $(MKDIR) $@