blob: 91e872938249a4f7fed15e561d6a9cf21b14bdd0 [file] [log] [blame]
Austin Schuhe8153ae2023-01-28 11:15:58 -08001cc_binary(
2 name = "imu_main",
3 srcs = ["imu_main.cc"],
4 target_compatible_with = ["@platforms//os:linux"],
5 visibility = ["//visibility:public"],
6 deps = [
7 "//aos:init",
8 "//aos/events:shm_event_loop",
9 "//frc971/imu_reader:imu",
10 ],
11)