Search found 1 match

by leiff
06 Oct 2020 21:43
Forum: Z-Uno
Topic: Veml7700
Replies: 1
Views: 2454

Veml7700

Hello Try to use a VEML7700 to get lux information but I can't get it to work. It use I2C protocol and i have connected this to port 9/10. The only response i got is 0 (zero) What have I done wrong ? /Leif #include "Wire.h" #define VEML7700_I2CADDR 0x10 ///< I2C address #define VEML7700_AL...