blob: 299f4d248f36a6de06d2905bd6d8a502a120965e [file] [log] [blame]
Austin Schuh075a5072017-10-21 18:05:25 -07001py_binary(
2 name = "phase_current",
3 srcs = [
4 "phase_current.py",
5 ],
Brian Silvermandabdf902017-10-21 15:34:40 -04006 restricted_to = ["//tools:k8"],
Austin Schuh075a5072017-10-21 18:05:25 -07007 deps = [
8 "//external:python-gflags",
9 "//external:python-glog",
10 "//frc971/control_loops/python:controls",
11 ],
Austin Schuh075a5072017-10-21 18:05:25 -070012)
Brian Silverman6260c092018-01-14 15:21:36 -080013
14py_binary(
15 name = "haptic_phase_current",
16 srcs = [
17 "haptic_phase_current.py",
18 ],
Brian Silvermandabdf902017-10-21 15:34:40 -040019 restricted_to = ["//tools:k8"],
Brian Silverman6260c092018-01-14 15:21:36 -080020 deps = [
21 "//external:python-gflags",
22 "//external:python-glog",
23 "//frc971/control_loops/python:controls",
24 ],
Brian Silverman6260c092018-01-14 15:21:36 -080025)