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>
4 lines
116 B
C
4 lines
116 B
C
#include "os_type.h"
|
|
|
|
void ICACHE_FLASH_ATTR setupDHT(uint8_t pin);
|
|
void ICACHE_FLASH_ATTR getDHTData(uint8_t pin);
|