blob: 4729bf651b61b4a2f00898825d5ad78d29a75e19 [file] [log] [blame]
Austin Schuh044e18b2015-10-21 20:17:09 -07001package(default_visibility = ['//visibility:public'])
2
3cc_library(
4 name = 'shifter_hall_effect',
5 hdrs = [
6 'shifter_hall_effect.h',
7 ],
8)
9
10cc_library(
11 name = 'constants',
12 hdrs = [
13 'constants.h',
14 ],
15)