examples.rst
1 Simple tests 2 ------------- 3 4 Ensure your device works with this simple test. 5 6 .. literalinclude:: ../examples/featherwing_ina219_simpletest.py 7 :caption: examples/featherwing_ina219_simpletest.py 8 :linenos: 9 10 .. literalinclude:: ../examples/featherwing_joy_simpletest.py 11 :caption: examples/featherwing_joy_simpletest.py 12 :linenos: 13 14 .. literalinclude:: ../examples/featherwing_alphanum_simpletest.py 15 :caption: examples/featherwing_alphanum_simpletest.py 16 :linenos: 17 18 .. literalinclude:: ../examples/featherwing_dotstar_simpletest.py 19 :caption: examples/featherwing_dotstar_simpletest.py 20 :linenos: 21 22 .. literalinclude:: ../examples/featherwing_neopixel_simpletest.py 23 :caption: examples/featherwing_neopixel_simpletest.py 24 :linenos: 25 26 .. literalinclude:: ../examples/featherwing_sevensegment_simpletest.py 27 :caption: examples/featherwing_sevensegment_simpletest.py 28 :linenos: 29 30 .. literalinclude:: ../examples/featherwing_rtc_simpletest.py 31 :caption: examples/featherwing_rtc_simpletest.py 32 :linenos: 33 34 .. literalinclude:: ../examples/featherwing_gps_simpletest.py 35 :caption: examples/featherwing_gps_simpletest.py 36 :linenos: 37 38 .. literalinclude:: ../examples/featherwing_matrix_simpletest.py 39 :caption: examples/featherwing_matrix_simpletest.py 40 :linenos: 41 42 .. literalinclude:: ../examples/featherwing_minitft_simpletest.py 43 :caption: examples/featherwing_minitft_simpletest.py 44 :linenos: 45 46 .. literalinclude:: ../examples/featherwing_tempmotion_simpletest.py 47 :caption: examples/featherwing_tempmotion_simpletest.py 48 :linenos: 49 50 Other Examples 51 --------------- 52 53 .. literalinclude:: ../examples/featherwing_dotstar_palette_example.py 54 :caption: examples/featherwing_dotstar_palette_example.py 55 :linenos: 56 57 .. literalinclude:: ../examples/featherwing_neopixel_palette_example.py 58 :caption: examples/featherwing_neopixel_palette_example.py 59 :linenos: