Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
c4a5f2eaa05a1d8faec24e3bf97aec01c36eef14
/
.
/
frc971
/
control_loops
/
control_loops.q
blob: ccc83882df6749b1f31db0acd91eb4182f94167f [
file
] [
log
] [
blame
]
package
frc971
;
struct
HallEffectStruct
{
bool
current
;
int32_t
posedge_count
;
int32_t
negedge_count
;
};