blob: 46317d3df25b175fea894f44ecdc112d7d217a1a [file] [log] [blame]
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",
],
)