Austin Schuh | 075a507 | 2017-10-21 18:05:25 -0700 | [diff] [blame] | 1 | py_binary( |
| 2 | name = "phase_current", |
| 3 | srcs = [ |
| 4 | "phase_current.py", |
| 5 | ], |
| 6 | deps = [ |
| 7 | "//external:python-gflags", |
| 8 | "//external:python-glog", |
| 9 | "//frc971/control_loops/python:controls", |
| 10 | ], |
| 11 | restricted_to = ["//tools:k8"], |
| 12 | ) |
Brian Silverman | 6260c09 | 2018-01-14 15:21:36 -0800 | [diff] [blame] | 13 | |
| 14 | py_binary( |
| 15 | name = "haptic_phase_current", |
| 16 | srcs = [ |
| 17 | "haptic_phase_current.py", |
| 18 | ], |
| 19 | deps = [ |
| 20 | "//external:python-gflags", |
| 21 | "//external:python-glog", |
| 22 | "//frc971/control_loops/python:controls", |
| 23 | ], |
| 24 | restricted_to = ["//tools:k8"], |
| 25 | ) |