mad-lab-fau / SensorLib

Android sensor library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SensorInfo.java

richrobe opened this issue · comments

public static final SensorInfo ANDROID_DEVICE_SENSORS = new SensorInfo("<Internal Sensor>", "n/a", KnownSensor.INTERNAL); // TODO: Move to InternalSensor? No need to have it in all sensor classes...

True. Lets move it over there.