-
- Downloads
st3m/mpy: new captouch api
This removes all hardware.* captouch calls from mpy and ports the entire API to captouch.*. Internally in C, we have unified all API calls under one st3m_captouch_read call which lets the user access structured data in any way they want.
Showing
- components/badge23/CMakeLists.txt 0 additions, 6 deletionscomponents/badge23/CMakeLists.txt
- components/badge23/captouch.c 0 additions, 293 deletionscomponents/badge23/captouch.c
- components/badge23/include/badge23/captouch.h 0 additions, 162 deletionscomponents/badge23/include/badge23/captouch.h
- components/st3m/CMakeLists.txt 2 additions, 0 deletionscomponents/st3m/CMakeLists.txt
- components/st3m/st3m_board_startup.c 2 additions, 0 deletionscomponents/st3m/st3m_board_startup.c
- components/st3m/st3m_captouch.c 118 additions, 0 deletionscomponents/st3m/st3m_captouch.c
- components/st3m/st3m_captouch.h 112 additions, 0 deletionscomponents/st3m/st3m_captouch.h
- components/st3m/st3m_io.c 0 additions, 8 deletionscomponents/st3m/st3m_io.c
- components/st3m/st3m_ringbuffer.c 39 additions, 0 deletionscomponents/st3m/st3m_ringbuffer.c
- components/st3m/st3m_ringbuffer.h 29 additions, 0 deletionscomponents/st3m/st3m_ringbuffer.h
- python_payload/apps/cap_touch_demo.py 11 additions, 14 deletionspython_payload/apps/cap_touch_demo.py
- python_payload/apps/harmonic_demo.py 3 additions, 1 deletionpython_payload/apps/harmonic_demo.py
- python_payload/apps/melodic_demo.py 3 additions, 1 deletionpython_payload/apps/melodic_demo.py
- python_payload/main.py 2 additions, 2 deletionspython_payload/main.py
- python_payload/mypystubs/captouch.pyi 21 additions, 0 deletionspython_payload/mypystubs/captouch.pyi
- python_payload/mypystubs/hardware.pyi 0 additions, 9 deletionspython_payload/mypystubs/hardware.pyi
- python_payload/st3m/event.py 7 additions, 4 deletionspython_payload/st3m/event.py
- python_payload/st3m/system/__init__.py 2 additions, 0 deletionspython_payload/st3m/system/__init__.py
- sim/fakes/bl00mbox.py 4 additions, 1 deletionsim/fakes/bl00mbox.py
- sim/fakes/captouch.py 5 additions, 0 deletionssim/fakes/captouch.py
Loading
Please register or sign in to comment