Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
4910efbefa084ab7448c63078abff44e16c475ef
/
.
/
frc971
/
control_loops
/
control_loops.q
blob: ccc83882df6749b1f31db0acd91eb4182f94167f [
file
] [
log
] [
blame
]
Brian Silverman
e0a9546
2014-02-17 00:41:09 -0800
[
diff
] [
blame
]
1
package
frc971
;
2
3
struct
HallEffectStruct
{
4
bool
current
;
5
int32_t
posedge_count
;
6
int32_t
negedge_count
;
7
};