blob: 46317d3df25b175fea894f44ecdc112d7d217a1a [file] [log] [blame]
Austin Schuhbcce26a2018-03-26 23:41:24 -07001package(default_visibility = ["//visibility:public"])
2
3load("//tools:environments.bzl", "mcu_cpus")
Austin Schuh044e18b2015-10-21 20:17:09 -07004
5cc_library(
Austin Schuhbcce26a2018-03-26 23:41:24 -07006 name = "shifter_hall_effect",
7 hdrs = [
8 "shifter_hall_effect.h",
9 ],
10 compatible_with = mcu_cpus,
Austin Schuh044e18b2015-10-21 20:17:09 -070011)
12
13cc_library(
Austin Schuhbcce26a2018-03-26 23:41:24 -070014 name = "constants",
15 hdrs = [
16 "constants.h",
17 ],
Austin Schuh044e18b2015-10-21 20:17:09 -070018)