12 lines
160 B
C++
12 lines
160 B
C++
#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
|