examples.rst
1 Simple test 2 ------------ 3 4 Ensure your device works with this simple test. 5 6 .. literalinclude:: ../examples/msa301_simpletest.py 7 :caption: examples/msa301_simpletest.py 8 :linenos: 9 10 Tap test 11 -------- 12 13 Check out the tap capability with this example. 14 15 .. literalinclude:: ../examples/msa301_tap_example.py 16 :caption: examples/msa301_tap_example.py 17 :linenos: