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!
-
- Posts: 777
- http://meble-kuchenne.info.pl
- Joined: Thu Dec 03, 2020 8:25 pm
- Location: Denmark
- Has thanked: 670 times
- Been thanked: 175 times
-
- Matrix Staff
- Posts: 1921
- Joined: Wed Dec 02, 2020 11:07 pm
- Has thanked: 623 times
- Been thanked: 645 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