Hello all
I’m using the code in github.com/Seeed-Studio/Seeed_Python_ReTerminal
The code in test_light.py gives the following error, other samples work
I see in the repos history that a recent commit purported to add this " Add illuminance of light sensor"
Does anyone here have a fix or workaround?
$ sudo python3 test_light.py
Traceback (most recent call last):
File “test_light.py”, line 7, in
print(rt.illuminance)
AttributeError: ‘_Core’ object has no attribute ‘illuminance’