File: pedal.rst

package info (click to toggle)
python-elgato-streamdeck 0.9.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,848 kB
  • sloc: python: 1,272; makefile: 12
file content (8 lines) | stat: -rw-r--r-- 268 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
*********************
Example Script: Pedal
*********************

The following is an example script to connect to the Stream Deck Pedal, and print whenever its buttons are pushed and released.

.. literalinclude:: ../../../src/example_pedal.py
    :language: python