blob: d6a3af87a0ba24dda43037374515d6fd72d3b6e4 [file] [log] [blame]
Austin Schuhbcce26a2018-03-26 23:41:24 -07001package(default_visibility = ["//visibility:public"])
2
Austin Schuh044e18b2015-10-21 20:17:09 -07003cc_library(
Austin Schuhbcce26a2018-03-26 23:41:24 -07004 name = "shifter_hall_effect",
5 hdrs = [
6 "shifter_hall_effect.h",
7 ],
Austin Schuh044e18b2015-10-21 20:17:09 -07008)
9
10cc_library(
Austin Schuhbcce26a2018-03-26 23:41:24 -070011 name = "constants",
12 hdrs = [
13 "constants.h",
14 ],
Philipp Schraderdada1072020-11-24 11:34:46 -080015 target_compatible_with = ["@platforms//os:linux"],
Austin Schuh044e18b2015-10-21 20:17:09 -070016)
Brian Silverman6470f442018-08-05 12:08:16 -070017
18py_library(
19 name = "python_init",
20 srcs = ["__init__.py"],
Philipp Schraderdada1072020-11-24 11:34:46 -080021 target_compatible_with = ["@platforms//os:linux"],
Brian Silverman6470f442018-08-05 12:08:16 -070022 visibility = ["//visibility:public"],
23)