Merge pull request #99 from arturo182/bbq10
Add the BBQ10Keyboard library
This commit is contained in:
commit
ee5f641167
3 changed files with 6 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -166,6 +166,9 @@
|
|||
[submodule "libraries/drivers/ticstepper"]
|
||||
path = libraries/drivers/ticstepper
|
||||
url = https://github.com/tekktrik/CircuitPython_TicStepper.git
|
||||
[submodule "libraries/drivers/bbq10keyboard"]
|
||||
path = libraries/drivers/bbq10keyboard
|
||||
url = https://github.com/solderparty/arturo182_CircuitPython_BBQ10Keyboard.git
|
||||
[submodule "libraries/drivers/nau7802"]
|
||||
path = libraries/drivers/nau7802
|
||||
url = https://github.com/CedarGroveStudios/CircuitPython_NAU7802.git
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# CircuitPython Community Libraries
|
||||

|
||||
|
||||
Here is a listing of current CircuitPython Community Libraries. There are 54 libraries available.
|
||||
Here is a listing of current CircuitPython Community Libraries. These libraries are supplied and supported by community members.
|
||||
|
||||
## Drivers:
|
||||
* [Adafruit Soundboard](https://github.com/mmabey/Adafruit_Soundboard.git)
|
||||
|
|
@ -28,6 +28,7 @@ Here is a listing of current CircuitPython Community Libraries. There are 54 lib
|
|||
* [Hierophect Circuitpython Dynamixel](https://github.com/hierophect/Hierophect_Circuitpython_Dynamixel.git) \([Docs](https://circuitpython-dynamixel.readthedocs.io/))
|
||||
* [Pimoroni CircuitPython LTR559](https://github.com/pimoroni/Pimoroni_CircuitPython_LTR559.git) \([Docs](https://circuitpython.readthedocs.io/projects/pimoroni_circuitpython_ltr559/en/latest/))
|
||||
* [Pimoroni CircuitPython MICS6814](https://github.com/pimoroni/Pimoroni_CircuitPython_MICS6814.git) \([Docs](https://circuitpython.readthedocs.io/projects/mics6814/en/latest/))
|
||||
* [Solder Party BBQ10Keyboard](https://github.com/solderparty/arturo182_CircuitPython_BBQ10Keyboard) \([Docs](https://docs.solder.party/))
|
||||
* [Sparkfun CircuitPython QwiicAS3935](https://github.com/fourstix/Sparkfun_CircuitPython_QwiicAS3935.git) ([PyPi](https://pypi.org/project/sparkfun-circuitpython-qwiicas3935)) \([Docs](https://sparkfun-circuitpython-qwiicas3935.readthedocs.io/en/latest/))
|
||||
* [Sparkfun CircuitPython QwiicJoystick](https://github.com/fourstix/Sparkfun_CircuitPython_QwiicJoystick.git) ([PyPi](https://pypi.org/project/sparkfun-circuitpython-qwiicjoystick)) \([Docs](https://sparkfun-circuitpython-qwiicjoystick.readthedocs.io/en/latest/))
|
||||
* [Sparkfun CircuitPython QwiicKeypad](https://github.com/fourstix/Sparkfun_CircuitPython_QwiicKeypad) ([PyPi](https://pypi.org/project/sparkfun-circuitpython-qwiickeypad)) \([Docs](https://sparkfun-circuitpython-qwiickeypad.readthedocs.io/en/latest/))
|
||||
|
|
|
|||
1
libraries/drivers/bbq10keyboard
Submodule
1
libraries/drivers/bbq10keyboard
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 5aed422d5b4dbce4114410a9850bfea5b08edbcf
|
||||
Loading…
Reference in a new issue