blob: 701383b4debea88caa1243b4228f4054b8dafd39 [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",
James Kuszmaul41c68152023-02-23 14:54:59 -080010 "//y2023:constants",
Austin Schuhe8153ae2023-01-28 11:15:58 -080011 ],
12)