mirror of
https://git.aixiao.me/aixiao/Danger-alarm.git
synced 2025-07-29 19:13:39 +08:00
initial
This commit is contained in:
11
SOFTWARE/Source/DTH11.hpp
Normal file
11
SOFTWARE/Source/DTH11.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef DTH11_H
|
||||
#define DTH11_H
|
||||
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
#include "pico/stdlib.h"
|
||||
#include "hardware/gpio.h"
|
||||
|
||||
const uint MAX_TIMINGS = 85;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user