ergodox-firmware/src/lib/twi.h

13 lines
586 B
C
Raw Normal View History

/* ----------------------------------------------------------------------------
2012-04-28 09:46:35 +02:00
* TWI (I2C) : exports
*
* Code specific to different development boards is used by modifying a
* variable in the makefile.
* ----------------------------------------------------------------------------
* Copyright (c) 2012 Ben Blazak <benblazak.dev@gmail.com>
* Released under The MIT License (MIT) (see "license.md")
* Project located at <https://github.com/benblazak/ergodox-firmware>
* ------------------------------------------------------------------------- */
2016-06-11 21:16:11 +02:00
#include "./twi/teensy-2-0.h"