Simple test ------------ Ensure your device works with this simple test. .. literalinclude:: ../examples/apds9999_simpletest.py :caption: examples/apds9999_simpletest.py :linenos: Manual interrupt test --------------------- See how the proximity and light interrupt features work .. literalinclude:: ../examples/apds9999_manual_interrupt_test.py :caption: examples/apds9999_manual_interrupt_test.py :linenos: Automatic interrupt test ------------------------ Automated test that uses NeoPixels to verify light threshold interrupt behavior .. literalinclude:: ../examples/apds9999_automatic_interrupt_threshold_test.py :caption: examples/apds9999_automatic_interrupt_threshold_test.py :linenos: Automatic RGB test ------------------ Automated test that uses NeoPixels to verify RGB light sensing functionality .. literalinclude:: ../examples/apds9999_automatic_rgb_test.py :caption: examples/apds9999_automatic_rgb_test.py :linenos: