-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
98bf2f7
commit d5b3886
Showing
4 changed files
with
45 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,42 @@ | ||
CharaChorder Engine - UNDER CONSTRUCTION | ||
============================================== | ||
CharaChorder Engine | ||
=================== | ||
|
||
Welcome to the Official CharaChorder Engine guide. You can select the links | ||
below to navigate to the topics that you find most relevant. | ||
|
||
.. _CCE: | ||
.. image:: /assets/images/CharaChorderEngine.jpg | ||
:width: 1200 | ||
:alt: CharaChorder Engine | ||
|
||
CharaChorder Engine is a multichip module that enables you to build your own | ||
CCOS powered text entry device. If you are interested in learning how to utilize | ||
CharaChorder Engine, please visit the `CharaChorder Engine Discord channel <https://discord.gg/VngNWSyZJb>`_ | ||
and ping Riley Keen or Matt Swarts. | ||
|
||
.. contents:: | ||
:local: | ||
|
||
Pinout Diagram | ||
************** | ||
|
||
.. _CCEPinout: | ||
.. image:: /assets/cce/pinout.png | ||
:width: 1200 | ||
:alt: CharaChorder Engine pinout table | ||
|
||
Design | ||
****** | ||
|
||
The Engine is designed primarily to work with a MCU to receive inputs (through | ||
UART and later I2C or SPI), process the chording logic, query the onboard chordmap | ||
library, and output the results back to the MCU (again over UART and later I2C or | ||
SPI). However, the layout of the Engine exposes USB pins, which could have a future | ||
capability for direct USB HID output. This could be limiting for some developers, | ||
as they may want to control their HID reports themselves through their MCU. | ||
|
||
Communicating with Engine Devices | ||
********************************* | ||
|
||
Like other CCOS powered devices, any device with CharaChorder Engine can use the | ||
full power of the :doc:`Serial API<SerialAPI>`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.