DHTXX driver (#235)

dhtXX: add new driver for dht thermometer
This commit is contained in:
pleomaxx3002
2021-03-05 09:24:45 +01:00
committed by deadprogram
parent b9a70aeb6f
commit ee44900c25
9 changed files with 559 additions and 1 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ endif
DRIVERS = $(wildcard */)
NOTESTS = build examples flash semihosting pcd8544 shiftregister st7789 microphone mcp3008 gps microbitmatrix \
hcsr04 ssd1331 ws2812 thermistor apa102 easystepper ssd1351 ili9341 wifinina shifter hub75 \
hd44780 buzzer ssd1306 espat l9110x st7735 bmi160 l293x max72xx
hd44780 buzzer ssd1306 espat l9110x st7735 bmi160 l293x dht max72xx
TESTS = $(filter-out $(addsuffix /%,$(NOTESTS)),$(DRIVERS))
unit-test: