blob: b9987a4dfa58819782674fd99290ac089ef654dc [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 + [
"//tools:armhf-debian",
],
)
cc_library(
name = "constants",
hdrs = [
"constants.h",
],
compatible_with = [
"//tools:armhf-debian",
],
)
py_library(
name = "python_init",
srcs = ["__init__.py"],
visibility = ["//visibility:public"],
)