Make the two keyboard halves communicate with each other via I2C.

This commit is contained in:
László Monda
2016-03-11 15:39:08 +01:00
parent 7b30750ef5
commit 51de538b4a
16 changed files with 180 additions and 24 deletions

3
include/README.md Normal file
View File

@@ -0,0 +1,3 @@
# Include files
These files are shared between multiple projects of this repository.

6
include/i2c.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef __I2C_H__
#define __I2C_H__
#define LEFT_KEYBOARD_HALF_I2C_ADDRESS_7BIT 8
#endif