File tree Expand file tree Collapse file tree 20 files changed +83
-0
lines changed
CircuitPython_Sip_and_Puff
Feather_Crickit_Accelerometer
Logans_Run_Hand_Jewel_LED
PyPortal_CircuitPython_2020 Expand file tree Collapse file tree 20 files changed +83
-0
lines changed Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2018 Dave Astels for Adafruit Industries
2+ #
3+ # SPDX-License-Identifier: MIT
4+
15"""
26Circuit Playground Express GBoard: arcade buttons generating keycodes
37
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2018 Dave Astels for Adafruit Industries
2+ #
3+ # SPDX-License-Identifier: MIT
4+
15"""
26Circuit Playground Express GBoard: onboard buttons generating tones
37
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2018 Dave Astels for Adafruit Industries
2+ #
3+ # SPDX-License-Identifier: MIT
4+
15"""
26Circuit Playground Express GBoard: capacitive touch generating tones
37
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2018 Dave Astels for Adafruit Industries
2+ #
3+ # SPDX-License-Identifier: MIT
4+
15"""
26Circuit Playground Express GBoard: capacitive touch generating keycodes
37
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2018 Dave Astels for Adafruit Industries
2+ #
3+ # SPDX-License-Identifier: MIT
4+
15"""
26Circuit Playground Express GBoard: universal/customizable version
37
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: Kattni Rembor for Adafruit Industries
2+ # SPDX-FileCopyrightText: Limor Fried for Adafruit Industries
3+ # SPDX-FileCopyrightText: 2019 Liz Clark for Adafruit Industries
4+ #
5+ # SPDX-License-Identifier: MIT
6+
17"""
28Prop-Maker based Darksaber
39Adapted from the Prop-Maker based Master Sword code
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2020 Bryan Siepert for Adafruit Industries
2+ #
3+ # SPDX-License-Identifier: MIT
4+
15import puff_detector
26
37detector = puff_detector .PuffDetector ()
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2020 Bryan Siepert for Adafruit Industries
2+ #
3+ # SPDX-License-Identifier: MIT
4+
15import time
26import os
37import json
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2020 Bryan Siepert for Adafruit Industries
2+ #
3+ # SPDX-License-Identifier: MIT
4+
15import puff_detector
26
37detector = puff_detector .PuffDetector ()
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2020 Bryan Siepert for Adafruit Industries
2+ #
3+ # SPDX-License-Identifier: MIT
4+
15from adafruit_hid .keyboard import Keyboard
26from adafruit_hid .keycode import Keycode
37import usb_hid
You can’t perform that action at this time.
0 commit comments