mirror of
https://github.com/adafruit/DHT-sensor-library.git
synced 2023-10-23 22:20:38 +03:00
Update DHT.cpp
This commit is contained in:
parent
c978977718
commit
6b8b1ccdb9
2
DHT.cpp
2
DHT.cpp
@ -18,7 +18,7 @@ DHT::DHT(uint8_t pin, uint8_t type, uint8_t count) {
|
|||||||
_maxcycles = microsecondsToClockCycles(1000); // 1 millisecond timeout for
|
_maxcycles = microsecondsToClockCycles(1000); // 1 millisecond timeout for
|
||||||
// reading pulses from DHT sensor.
|
// reading pulses from DHT sensor.
|
||||||
// Note that count is now ignored as the DHT reading algorithm adjusts itself
|
// Note that count is now ignored as the DHT reading algorithm adjusts itself
|
||||||
// basd on the speed of the processor.
|
// based on the speed of the processor.
|
||||||
}
|
}
|
||||||
|
|
||||||
void DHT::begin(void) {
|
void DHT::begin(void) {
|
||||||
|
Loading…
Reference in New Issue
Block a user