Nathaniel Honka / Mbed 2 deprecated Motion-Control

Dependencies:   FiniteStateMachine HipControl Knee LinearBlend1 LocalFileSystem_Read dataComm hapticFeedback initExoVars mbed Blend_Generator Brad_poly_gait Gait_Generator MM_gait Encoders IMUdriver

Fork of Motion Control by HEL's Angels

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers dataBedComm.h Source File

dataBedComm.h

00001 #ifndef EXOCOMM_H
00002 #define EXOCOMM_H
00003 
00004 #include "mbed.h"
00005 
00006 extern short *sendData(short dataOut[], int length, short dataIn[]);
00007 
00008 #endif