Commit 985751886b82bfff6845a7d36ef5109776929486
authorDoug Szumski <d.s.szumski@gmail.com>
Sat, 19 May 2018 13:23:26 +0000 (14:23 +0100)
committerDoug Szumski <d.s.szumski@gmail.com>
Sat, 19 May 2018 13:37:42 +0000 (14:37 +0100)
treeb8439bb8563d1505673a68277670161ae48a8f9b
parent63eae2baa0caf62d233c30b70445d9387f6d2c54
Message:
parts: add rotary encoder demo board

This connects an LED bar up to an ATMega, and uses the
rotary encoder to scroll an LED up and down the bar.
4 files changed:
examples/board_rotenc/Makefile [new file with mode: 0644]
examples/board_rotenc/README [new file with mode: 0644]
examples/board_rotenc/atmega32_rotenc_test.c [new file with mode: 0644]
examples/board_rotenc/rotenc_test.c [new file with mode: 0644]