Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.46 KB

File metadata and controls

50 lines (34 loc) · 1.46 KB

Simple test

Ensure your device works with this simple test.

../examples/qwiicas3935_simpletest.py

Examples (I2C)

  1. Basic Lightning (I2C) - Show lightning events.

../examples/example1_basic_lightning_i2c.py

  1. More Lightning Features (I2C) - Functions that prevent noise and false events.

../examples/example2_more_lightning_features_i2c.py

  1. Tune Antenna (I2C) - Tune the resonance frequency of the antenna.

../examples/example3_tune_antenna_i2c.py

Examples (SPI)

  1. Basic Lightning (SPI) - Show lightning events.

../examples/example1_basic_lightning_spi.py

  1. More Lightning Features (SPI) - Functions that prevent noise and false events.

../examples/example2_more_lightning_features_spi.py

  1. Tune Antenna (SPI) - Tune the resonance frequency of the antenna.

../examples/example3_tune_antenna_spi.py