Zephod Beeblebrox
Zephod Beeblebrox
I tried this on a Pi Pico and this is what came up: >>> %Run -c $EDITOR_CONTENT Traceback (most recent call last): File "", line 1, in File "/lib/ina219.py", line...
Traceback (most recent call last): File "", line 1, in File "/lib/rpi_lcd/__init__.py", line 1, in ImportError: no module named 'smbus' >>>
This section of L76X_Gat_GNRMC(self) never ever executes. The only part that executes is after the except TypeError: try: for i in range(0, BUFFSIZE-71): if(ord(data[add]) == 36 and ord(data[add+1]) == 71...