mad-lab-fau / SensorLib

Android sensor library
MIT License
13 stars 6 forks source link

SensorInfo.java #3

Closed richrobe closed 8 years ago

richrobe commented 8 years ago

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...

gradlman commented 8 years ago

True. Lets move it over there.