com.flash3388.flashlib.io.devices.DeviceProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of flashlib.core.io Show documentation
Show all versions of flashlib.core.io Show documentation
Robotics development framework (flashlib.core.io)
The newest version!
package com.flash3388.flashlib.io.devices;
public interface DeviceProvider {
Class extends T> findDevice(int id, Class type);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy