]> git.donarmstrong.com Git - kiibohd-controller.git/commit
Initial commit for UARTConnect module
authorJacob Alexander <haata@kiibohd.com>
Sun, 15 Mar 2015 23:58:01 +0000 (16:58 -0700)
committerJacob Alexander <haata@kiibohd.com>
Sun, 15 Mar 2015 23:58:01 +0000 (16:58 -0700)
commited71f7fad5ff899af0cfab02267cdd134d201f7e
tree6dcc71c0dfdcc13bc119e3d9c6afebb92bee48e6
parentaeaaaaa468e95e732f12725f87f9a4fce70b5de0
Initial commit for UARTConnect module

* Keyboard interconnect using two uarts
* Supports daisy chain addressing using a master/slave direction communication scheme

- Still needs more testing
- Functions have been tested alone to be generally working
Debug/cli/cli.h
Lib/mk20dx.h
LoadFile/load.teensy
Macro/PartialMap/macro.c
Macro/PartialMap/macro.h
Scan/UARTConnect/capabilities.kll [new file with mode: 0644]
Scan/UARTConnect/connect_scan.c [new file with mode: 0644]
Scan/UARTConnect/connect_scan.h [new file with mode: 0644]
Scan/UARTConnect/setup.cmake [new file with mode: 0644]