Hi!
Just started a new project with a BH1750 ligthsensor. As soon I try to compile to hex I get an error, look like it is the initilise. What am I doing wrong, please?
Br Jorgen
BH1750 ligth sensor!
-
jgu1
- Posts: 851
- http://meble-kuchenne.info.pl
- Joined: Thu Dec 03, 2020 8:25 pm
- Location: Denmark
- Has thanked: 745 times
- Been thanked: 186 times
-
medelec35
- Matrix Staff
- Posts: 2178
- Joined: Wed Dec 02, 2020 11:07 pm
- Has thanked: 662 times
- Been thanked: 738 times
Re: BH1750 ligth sensor!
You're welcome.
I'm glad you are up and running.
For future reference.
Depending on the device if a pin is not connected then you could see two types of errors.
Most devices would show a tris error , which yours did, that how I knew it was a pin not connected.
I have noticed that ESP32 could just show syntax error.
I'm glad you are up and running.
For future reference.
Depending on the device if a pin is not connected then you could see two types of errors.
Most devices would show a tris error , which yours did, that how I knew it was a pin not connected.
I have noticed that ESP32 could just show syntax error.
Martin