comparison projects/d-box/I2c_TouchKey.h @ 68:59edd5780fef

Changed d-box code to run cleanly when built on board. Updated Makefile to add ne10 include path on board. Some extra docs in Utilities.h
author andrewm
date Fri, 17 Jul 2015 16:57:08 +0100
parents 901d205d1a3c
children
comparison
equal deleted inserted replaced
67:472e892c6e41 68:59edd5780fef
6 */ 6 */
7 7
8 #ifndef I2CTK_H_ 8 #ifndef I2CTK_H_
9 #define I2CTK_H_ 9 #define I2CTK_H_
10 10
11 #include "../../include/I2c.h" 11 #include <I2c.h>
12 12
13 // #define NUM_BYTES_OLD 9 13 // #define NUM_BYTES_OLD 9
14 // #define NUM_BYTES_NEW 13 14 // #define NUM_BYTES_NEW 13
15 15
16 #define MAX_SENSOR_BYTES 20 16 #define MAX_SENSOR_BYTES 20