aboutsummaryrefslogtreecommitdiffstats
path: root/common/i2c_message.h
blob: c5b4e81206a9d1e487a42f78696e0944d2c96601 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef I2C_MESSAGE_H
#define I2C_MESSAGE_H

#include <stdint.h>

enum i2c_message_t {DBG = 0x00, KBD = 0x01, INVALID = 0xff};

const uint8_t BTLE_WIREADDR = 4;

#endif