summaryrefslogtreecommitdiff
path: root/shared-bindings/_pew/PewPew.c
AgeCommit message (Collapse)Author
2020-07-03Made every init return Nonedherrada
2020-07-03Made most of the requested changesdherrada
2020-07-03Added type hints to _pewdherrada
2020-06-22_pew: move to common-halJeff Epler
I noticed that this code was referring to samd-specific functionality, and isn't enabled except in one samd board (pewpew10). Move it. There is incomplte support for _pew in mimxrt10xx which then caused build errors; adding a #if guard to check for _pew being enabled fixes it. The _pew module is not likely to be important on mimxrt but I'll leave the choice to remove it to someone else.
2020-05-12Swap sphinx to autoapi and the inline stubsScott Shawcroft
2020-05-08Did os, _pixelbuf, _pewdherrada
2019-06-12Refactor deinit check to reduce code size.Scott Shawcroft
2019-03-12Add better PewPew error messages and update translationsScott Shawcroft
2019-03-01Improve documentationRadomir Dopieralski
2019-03-01Move the frozen pew.py into a submoduleRadomir Dopieralski
2019-03-01Apply review fixes:Radomir Dopieralski
* fix formatting * fix copyrights * fix CIRCUITPYTHON_GAMEPAD guards * add CIRCUITPYTHON_PEW guards to reset * fix module list order
2019-03-01Rebase on top of CircuitPython 4.xRadomir Dopieralski
2019-02-28Handle new buttonsRadomir Dopieralski
2019-02-28Use a dedicated timerRadomir Dopieralski
2019-02-28Add a _pew moduleRadomir Dopieralski