Skip to content

Commit

Permalink
Merge pull request #189 from klone52/patch-1
Browse files Browse the repository at this point in the history
Fix comment on DHT22 and DHT21 variables
  • Loading branch information
ladyada authored Oct 25, 2021
2 parents cf2346e + 880538f commit c14960c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DHT.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
/* Define types of sensors. */
static const uint8_t DHT11{11}; /**< DHT TYPE 11 */
static const uint8_t DHT12{12}; /**< DHY TYPE 12 */
static const uint8_t DHT21{21}; /**< DHT TYPE 22 */
static const uint8_t DHT22{22}; /**< DHT TYPE 21 */
static const uint8_t DHT21{21}; /**< DHT TYPE 21 */
static const uint8_t DHT22{22}; /**< DHT TYPE 22 */
static const uint8_t AM2301{21}; /**< AM2301 */

#if defined(TARGET_NAME) && (TARGET_NAME == ARDUINO_NANO33BLE)
Expand Down

0 comments on commit c14960c

Please sign in to comment.