fourstix / Sparkfun_CircuitPython_QwiicAS3935

CircuitPython library for the Sparkfun Qwiic AS3935 Lightning Detector
MIT License
3 stars 6 forks source link

Typo in example1_basic_lightning_spi.py #4

Closed lightmaster closed 2 years ago

lightmaster commented 4 years ago

In the basic lightning SPI example, on line 60, its written as

https://github.com/fourstix/Sparkfun_CircuitPython_QwiicAS3935/blob/0bc17ea692e702998062f839929224192c63a502/examples/example1_basic_lightning_spi.py#L60

but should be value += 1

fourstix commented 2 years ago

Good catch! Thank you. It's now fixed, but I have to update the build to the new process to publish the update.