Open angelofraietta opened 6 years ago
Also, add an ADD sensor to the generic classes of Accelerometer, Gyroscope, etc... , so user can make a new driver and add it to Acceleormeter, and just do a get.sensort(Acceleormeter.class) without having to get inside the Jar file
Use an array of sensors to iterate and detect the specific sensors rather than
instead, do static Sensor [] ={LSM9DS1.class, MiniMU.class};
This will make easier to update and add new sensors later with minimal code change.