Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 771 Bytes

examples.rst

File metadata and controls

35 lines (24 loc) · 771 Bytes

Simple test

Ensure your device works with this simple test.

../examples/as7341_simpletest.py

LED test

Testing the LED

../examples/as7341_led_test.py

Flicker Detection

Showing how to use flicker detection

../examples/as7341_flicker_detection.py

Batched Readings Example

Example in how to get all the channel readings at the same time

../examples/as7341_batched_readings.py