package(default_visibility = ["//visibility:public"]) | |
load("//tools:environments.bzl", "mcu_cpus") | |
cc_library( | |
name = "shifter_hall_effect", | |
hdrs = [ | |
"shifter_hall_effect.h", | |
], | |
compatible_with = mcu_cpus, | |
) | |
cc_library( | |
name = "constants", | |
hdrs = [ | |
"constants.h", | |
], | |
) |