Commit 2190f69580c71bc715a9dd24c27ebcd81d53b29b
authorDoug Szumski <d.s.szumski@gmail.com>
Thu, 4 Sep 2014 20:54:25 +0000 (22:54 +0200)
committerDoug Szumski <d.s.szumski@gmail.com>
Thu, 4 Sep 2014 21:55:11 +0000 (23:55 +0200)
tree33ddd401309ef878b0db87051e7757f120354c16
parenta0f2f927ea96cc951d2cf4e54f16059d9271f53f
Message:
examples: Extends i2ctest to include a second TWI driver

Adds a commonly used alternative to the Atmel TWI driver. This
particular driver is choosen because it covers a non-interrupt
driven approach to using the TWI module.
4 files changed:
examples/board_i2ctest/Makefile
examples/board_i2ctest/atmega1280_i2ctest.c
examples/shared/twimaster.c [new file with mode: 0755]
examples/shared/twimaster.h [new file with mode: 0755]