Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
4769bb4dde68673fcddb77bf471b51f61bcf4dd7
/
.
/
y2023
/
rockpi
/
BUILD
blob: 701383b4debea88caa1243b4228f4054b8dafd39 [
file
] [
log
] [
blame
]
cc_binary
(
name
=
"imu_main"
,
srcs
=
[
"imu_main.cc"
],
target_compatible_with
=
[
"@platforms//os:linux"
],
visibility
=
[
"//visibility:public"
],
deps
=
[
"//aos:init"
,
"//aos/events:shm_event_loop"
,
"//frc971/imu_reader:imu"
,
"//y2023:constants"
,
],
)