diff --git a/CHANGELOG.md b/CHANGELOG.md index 042eb696..5ddcf8c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ Before releasing: - Added support for internal motor PID tuning. Feature gated behind `dangerous_motor_tuning`, as this can cause hardware damage and is not recommended. - Added various constants for convenience around `Motor` and `Gearset`. - Added `Controller` API to the `pros::prelude` module. (#108) + ### Fixed - `pros_sys` bindings to the Motors C API now takes the correct port type (`i8`) as of PROS 4 (**Breaking Change**) (#66). diff --git a/packages/pros/src/lib.rs b/packages/pros/src/lib.rs index de971ad9..9f10b46f 100644 --- a/packages/pros/src/lib.rs +++ b/packages/pros/src/lib.rs @@ -97,10 +97,10 @@ pub mod prelude { AdiDevice, AdiPort, }, color::Rgb, + controller::Controller, peripherals::{DynamicPeripherals, Peripherals}, position::Position, screen::{Circle, Line, Rect, Screen, Text, TextFormat, TextPosition, TouchState}, - controller::Controller, smart::{ distance::DistanceSensor, expander::AdiExpander,