Initial commit of jig code
authorJoseph Coffland <joseph@cauldrondevelopment.com>
Wed, 5 Jul 2017 22:56:57 +0000 (15:56 -0700)
committerJoseph Coffland <joseph@cauldrondevelopment.com>
Wed, 5 Jul 2017 22:56:57 +0000 (15:56 -0700)
commit68e1525b0b2c766d9b41f50584c3350b8e94f7f2
tree30c90a4da88eb61d36fe0d3fb337b8df2f179b2a
parent0b4166b9fa5bee3b3095791d939aacfe60450027
Initial commit of jig code
12 files changed:
jig/Makefile [new file with mode: 0644]
jig/src/config.h [new file with mode: 0644]
jig/src/encoder.c [new file with mode: 0644]
jig/src/encoder.h [new file with mode: 0644]
jig/src/main.c [new file with mode: 0644]
jig/src/pins.c [new file with mode: 0644]
jig/src/pins.h [new file with mode: 0644]
jig/src/ringbuf.def [new file with mode: 0644]
jig/src/rtc.c [new file with mode: 0644]
jig/src/rtc.h [new file with mode: 0644]
jig/src/usart.c [new file with mode: 0644]
jig/src/usart.h [new file with mode: 0644]