diff options
Diffstat (limited to 'circuitpython/ports/raspberrypi/common-hal/rotaryio/__init__.c')
-rw-r--r-- | circuitpython/ports/raspberrypi/common-hal/rotaryio/__init__.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/circuitpython/ports/raspberrypi/common-hal/rotaryio/__init__.c b/circuitpython/ports/raspberrypi/common-hal/rotaryio/__init__.c new file mode 100644 index 0000000..0aae79c --- /dev/null +++ b/circuitpython/ports/raspberrypi/common-hal/rotaryio/__init__.c @@ -0,0 +1 @@ +// No rotaryio module functions. |