Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

refactor: crate renaming #109

Closed
wants to merge 14 commits into from
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,12 @@ Before releasing:
- Renamed IMU_RESET_TIMEOUT to `InertialSensor::CALIBRATION_TIMEOUT` (**Breaking Change**) (#98).
- Repurposed the `pros` crate as a metapackage without any code of its own. (**Breaking Change**) (#86)
- Split the pros-rs into several small subcrates. (**Breaking Change**) (#86)
- `pros-async` with the async executor and robot trait.
- `pros-devices` for device bindings.
- `pros-sync` for the sync robot trait.
- `pros-core` with basic abstractions over `pros-sys` needed to compile a program to the brain.
- `pros-math` with commonly used controllers and other mathematical models.
- `pros-panic` for the panic handler implementation.
- `vex-async` with the async executor and robot trait.
- `vex-devices` for device bindings.
- `vex-sync` for the sync robot trait.
- `vex-core` with basic abstractions over `pros-sys` needed to compile a program to the brain.
- `vex-math` with commonly used controllers and other mathematical models.
- `vex-panic` for the panic handler implementation.

### Removed

Expand Down
46 changes: 0 additions & 46 deletions packages/pros-devices/src/battery.rs

This file was deleted.

384 changes: 0 additions & 384 deletions packages/pros-devices/src/color.rs

This file was deleted.

77 changes: 0 additions & 77 deletions packages/pros-devices/src/smart/distance.rs

This file was deleted.

130 changes: 0 additions & 130 deletions packages/pros-devices/src/smart/gps.rs

This file was deleted.

Loading
Loading