blob: 563f05e9af739f7c8150028c9532d9c6db793ec0 [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",
],
)
py_library(
name = "python_init",
srcs = ["__init__.py"],
visibility = ["//visibility:public"],
)