See: Description
Interface | Description |
---|---|
SupportedPlatform |
Define the platforms supported by EV3Dev project.
|
Class | Description |
---|---|
Device |
Base class for sensors drivers & motors.
|
EV3DevDevice |
This class been designed to discover if the library is used in:
- EV3 Brick
- Raspberry Pi 1 + PiStorms
- Raspberry Pi 1 + BrickPi
|
EV3DevMotorDevice |
Base class to interact with EV3Dev sysfs
|
EV3DevSensorDevice |
Base class to interact with EV3Dev Sensors
|
Exception | Description |
---|---|
DeviceException |
Exception thrown when errors are detected in a sensors device state.
|
DeviceNotSupportedException |
Exception thrown when the device is not supported in a platform.
|
PlatformNotSupportedException |
Exception thrown when the device is not supported in a platform.
|