uoak_sensor
void uoak_sensor_attach(struct uoak_softc *, struct uoak_sensor *,
void uoak_sensor_detach(struct uoak_softc *, struct uoak_sensor *);
void uoak_sensor_update(struct uoak_sensor *, int);
void uoak_sensor_refresh(struct uoak_sensor *, int, int);
uoak_sensor_attach(struct uoak_softc *sc, struct uoak_sensor *s,
uoak_sensor_detach(struct uoak_softc *sc, struct uoak_sensor *s)
uoak_sensor_update(struct uoak_sensor *s, int val)
uoak_sensor_refresh(struct uoak_sensor *s, int mag, int offset)
struct uoak_sensor lux;
struct uoak_sensor v;