Added DHT prototypes.

Added the beginning of the DHT code which will likely be used
in part 4 of the tutorial series.

Signed-off-by: A.M. Rowsell <amrowsell@frozenelectronics.ca>
This commit is contained in:
A.M. Rowsell 2019-02-27 02:31:42 -05:00
commit 70973a0b14
Signed by: amr
GPG key ID: 0B6E2D8375CF79A9
2 changed files with 31 additions and 0 deletions

4
dht.h Normal file
View file

@ -0,0 +1,4 @@
#include "os_type.h"
void ICACHE_FLASH_ATTR setupDHT(uint8_t pin);
void ICACHE_FLASH_ATTR getDHTData(uint8_t pin);