Skip to content

Commit

Permalink
Fix comment on DHT22 and DHT21 variables
Browse files Browse the repository at this point in the history
  • Loading branch information
klone52 committed Oct 25, 2021
1 parent cf2346e commit 880538f
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 880538f

Please sign in to comment.