Biorobotics / Mbed 2 deprecated update

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers update.h Source File

update.h

00001 /*
00002  * update.h
00003  *
00004  *  Created on: Oct 16, 2015
00005  *      Author: User
00006  */
00007 
00008 #ifndef UPDATE_H_
00009 #define UPDATE_H_
00010 
00011 void update(std::string state, int &num_on_inputs);
00012 
00013 #endif /* UPDATE_H_ */