package(default_visibility = ['//visibility:public'])

cc_library(
  name = 'shifter_hall_effect',
  hdrs = [
    'shifter_hall_effect.h',
  ],
)

cc_library(
  name = 'constants',
  hdrs = [
    'constants.h',
  ],
)
