7 lines
73 B
C
7 lines
73 B
C
#ifndef __MAIN_H__
|
|
#define __MAIN_H__
|
|
|
|
#define I2C_DATA_LENGTH 2
|
|
|
|
#endif
|