-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error compile #3
Comments
@fvancan |
Hi @GabrielRF! I'm using the lib from this site https://github.com/adafruit/DHT-sensor-library Regards, |
zabbix_sensor_agent_interlegis.ino: In function 'void readDHT11()': kindly share your DHT library please. |
Does someone already know which library was used? |
Hi,
I try to compile, but received this error
sketch_mar02b.ino:34:1: error: ‘dht’ does not name a type
sketch_mar02b.ino: In function ‘void readDHT11()’:
sketch_mar02b.ino:130:14: error: expected primary-expression before ‘.’ token
sketch_mar02b.ino:132:12: error: ‘DHTLIB_OK’ was not declared in this scope
sketch_mar02b.ino:134:12: error: ‘DHTLIB_ERROR_CHECKSUM’ was not declared in this scope
sketch_mar02b.ino:137:12: error: ‘DHTLIB_ERROR_TIMEOUT’ was not declared in this scope
sketch_mar02b.ino:144:15: error: expected primary-expression before ‘.’ token
sketch_mar02b.ino:145:15: error: expected primary-expression before ‘.’ token
Could you help me?
The text was updated successfully, but these errors were encountered: