Hi there
I tried to run demo.py with Python 3.7.3 and get the following error:
Traceback (most recent call last):
File "demo.py", line 13, in
sensor = RPi_AS3935(address=0x03, bus=1)
TypeError: 'module' object is not callable
When I run demo.py with Python 2.7.16 it works
Does someone can know, how I can modify the code to make it work with Python 3.7.3 ?
Kind regards, Daniel