newest version,

Dependencies:   QEI mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers check_state.h Source File

check_state.h

00001 /*
00002  * check_state.h
00003  *
00004  *  Created on: Oct 20, 2015
00005  *      Author: User
00006  */
00007 
00008 #ifndef CHECK_STATE_H_
00009 #define CHECK_STATE_H_
00010 
00011 std::string check_state(double left_input, double right_input, double threashold);
00012 
00013 #endif /* CHECK_STATE_H_ */
00014