Skip to content

Commit

Permalink
Fix an error
Browse files Browse the repository at this point in the history
  • Loading branch information
xiemeiping committed Sep 27, 2023
1 parent 5174c62 commit f91e52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/arduino/2.32_dht11_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Code Analysis
#include "DHT.h"
#define DHTPIN 14 // Set the pin connected to the DHT11 data pin
#define DHTPIN 4 // Set the pin connected to the DHT11 data pin
#define DHTTYPE DHT11 // DHT 11
DHT dht(DHTPIN, DHTTYPE);
Expand Down

0 comments on commit f91e52d

Please sign in to comment.