Skip to content

Commit 459b9fc

Browse files
Merge pull request #155 from 2bndy5/add-cirque-pinnacle
add CircuitPython_Cirque_Pinnacle driver library
2 parents 1930d0b + 42182e6 commit 459b9fc

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,3 +322,6 @@
322322
[submodule "libraries/drivers/laser_egismos"]
323323
path = libraries/drivers/laser_egismos
324324
url = https://github.com/furbrain/CircuitPython_laser_egismos.git
325+
[submodule "libraries/drivers/cirque_pinnacle"]
326+
path = libraries/drivers/cirque_pinnacle
327+
url = https://github.com/2bndy5/CircuitPython_Cirque_Pinnacle.git

circuitpython_community_library_list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,4 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
114114
* [NVM Helper](https://github.com/FoamyGuy/Foamyguy_CircuitPython_nvm_helper) Easy interface to store and retrieve objects persisted via NVM \([Docs](https://circuitpython-nvm-helper.readthedocs.io/))
115115
* [UUIDv4](https://github.com/DerBroader71/circuitpython_uuid4) This is a CircuitPython library to generate a UUID version 4
116116
* [PCF85063A](https://github.com/bablokb/circuitpython-pcf85063a) A CircuitPython library for the PCF85063A RTC
117+
* [Cirque Pinnacle](https://github.com/2bndy5/CircuitPython_Cirque_Pinnacle) A driver library to use circular trackpads (as seen in the Steam controller and HTC Vive VR controllers) empowered with Cirque's 1CA027 ASIC (surnamed "Pinnacle"). More information can be found in the [documentation](https://circuitpython-cirque-pinnacle.rtfd.io).

libraries/drivers/cirque_pinnacle

Submodule cirque_pinnacle added at 89530bd

works_in_progress.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,3 @@ help get the driver ready for the Bundle.
2222
* [https://github.com/maholli/CircuitPython_INA226](https://github.com/maholli/CircuitPython_INA226)
2323
* [https://github.com/maholli/CircuitPython_BQ25883](https://github.com/maholli/CircuitPython_BQ25883)
2424
* [https://github.com/spacecraft-design-lab-2019/CircuitPython_BMX160](https://github.com/spacecraft-design-lab-2019/CircuitPython_BMX160)
25-
* [https://github.com/2bndy5/CircuitPython_Cirque_Pinnacle](https://github.com/2bndy5/CircuitPython_Cirque_Pinnacle)

0 commit comments

Comments
 (0)