Skip to content

Commit 42182e6

Browse files
committed
add CircuitPython_Cirque_Pinnacle driver library
I finally got around to polishing the driver lib for the Cirque circular trackpads. Now that v1.0.0 is published, I removed the reference to the lib in the work_in_progress.md doc.
1 parent 1930d0b commit 42182e6

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

.gitmodules

+3
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

+1
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

-1
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)