6 lines
96 B
C
6 lines
96 B
C
#pragma once
|
|
|
|
#define I2C_ADDR 3
|
|
#define POST_LENGTH 32
|
|
#define POST_BUFF_LEN (POST_LENGTH + 1)
|