Repo unification
This commit is contained in:
17
firmware/src/logic/coil.h
Normal file
17
firmware/src/logic/coil.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef COIL_H_
|
||||
#define COIL_H_
|
||||
|
||||
/**** Includes ****/
|
||||
#include <stdint.h>
|
||||
|
||||
/**** Public definitions ****/
|
||||
#define COIL_TARGET_HANDBRAKE -1
|
||||
#define COIL_LOCK_VOLTAGE 6500
|
||||
|
||||
/**** Public function declarations ****/
|
||||
int16_t coil_target(uint8_t force, uint8_t hbrake_act);
|
||||
|
||||
#ifdef TESTING
|
||||
#endif
|
||||
|
||||
#endif /* COIL_H_ */
|
||||
Reference in New Issue
Block a user