From fad3038b035db90c59f297891835d37fd97b79c5 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Thu, 13 Jun 2019 18:00:42 -0400 Subject: Initial commit. --- common/i2c_message.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 common/i2c_message.h (limited to 'common/i2c_message.h') diff --git a/common/i2c_message.h b/common/i2c_message.h new file mode 100644 index 0000000..c5b4e81 --- /dev/null +++ b/common/i2c_message.h @@ -0,0 +1,10 @@ +#ifndef I2C_MESSAGE_H +#define I2C_MESSAGE_H + +#include + +enum i2c_message_t {DBG = 0x00, KBD = 0x01, INVALID = 0xff}; + +const uint8_t BTLE_WIREADDR = 4; + +#endif -- cgit v1.2.3