7 static int BILATERAL_HIP_ANKLE_RT_LEN = 8;
8 static int BILATERAL_ANKLE_RT_LEN = 8;
9 static int BILATERAL_HIP_RT_LEN = 8;
10 static int RIGHT_KNEE = 8;
11 static const uint8_t len = BILATERAL_ANKLE_RT_LEN;
12 static float* float_values =
new float(len);
14 static bool new_rt_msg =
false;
19 void msg(
float* data,
int len);
20 bool poll(
float* pack_array);
Definition RealTimeI2C.h:18
void init()
Definition RealTimeI2C.cpp:91
bool poll(float *pack_array)
Definition RealTimeI2C.cpp:101
void msg(float *data, int len)
Definition RealTimeI2C.cpp:55
Definition RealTimeI2C.h:6