newest version,

Dependencies:   QEI mbed

check_state_change.h

Committer:
roosbulthuis
Date:
2015-10-26
Revision:
3:11c2175b4478
Parent:
0:fc6fa085d591

File content as of revision 3:11c2175b4478:

/*
 * check_state_change.h
 *
 *  Created on: Oct 20, 2015
 *      Author: User
 */

#ifndef CHECK_STATE_CHANGE_H_
#define CHECK_STATE_CHANGE_H_

double threashold_on;
double threashold_off;
void check_state_change(std::string &state, std::string newState, int &num_on_inputs, double &threashold);

#endif /* CHECK_STATE_CHANGE_H_ */