docs.rs failed to build ev3dev-rs-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
ev3dev-rs-0.2.1
ev3dev_rs
High level pybricks-like rust bindings for e3dev.
Usage
extern crate ev3dev_rs;
extern crate tokio;
use Ev3Result;
use ;
use DriveBase;
use ;
async
Supported features
Motors:
- EV3 and NXT Motors
Sensors
- EV3 Color Sensor
- EV3 Gyro Sensor
- EV3 Infrared Sensor
- EV3 Touch Sensor
- EV3 Ultrasonic Sensor
Unsupported features
Hitechnic sensors, NXT sensors, and hub functions (Buttons, Leds, Screen, Sound) are not currently supported.
If you want support for a specific feature, please open an Issue.
Usage
Please see ev3dev-rs-template for detailed usage instructions.