17 lines
		
	
	
		
			223 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			223 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /*
 | |
|  * motorDriver.h
 | |
|  *
 | |
|  *  Created on: 4 mei 2020
 | |
|  *      Author: mreenen
 | |
|  */
 | |
| 
 | |
| #ifndef MOTORDRIVER_H_
 | |
| #define MOTORDRIVER_H_
 | |
| 
 | |
| #include "typedefExtention.h"
 | |
| 
 | |
| void MDInit();
 | |
| enum bool MDStatus();
 | |
| 
 | |
| #endif /* MOTORDRIVER_H_ */
 |