Hi, I’m a newbie in the Trilobot territory. When I try to run the flash_underlight.py example, the script loops 10 times as it should. But after Done is printed, I get these strange error messages:
Done
Exception ignored in: <function PWM.del at 0x76662898>
Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/RPi/GPIO/init.py”, line 179, in del
File “/usr/lib/python3/dist-packages/RPi/GPIO/init.py”, line 202, in stop
File “/usr/lib/python3/dist-packages/lgpio.py”, line 1084, in tx_pwm
TypeError: unsupported operand type(s) for &: ‘NoneType’ and ‘int’
8 times.
Can anybody help me understand what’s going on?