| 12345678910111213141516171819202122 |
- Examples
- ========
- This page contains a few examples.
- Speaker
- -------
- .. literalinclude:: ../../examples/flipperzero_speaker_test.py
- :language: python
- Input
- -----
- .. literalinclude:: ../../examples/flipperzero_draw_on_input_test.py
- :language: python
- All Together
- ------------
- .. literalinclude:: ../../examples/tic_tac_toe.py
- :language: python
|