Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[hal, wpilib] PWM Rewrite #7845

Draft
wants to merge 4 commits into
base: 2027
Choose a base branch
from
Draft

Conversation

ThadHouse
Copy link
Member

The HAL will only contain the output period and the raw microseconds. Higher level things such as SimDevice can handle everything else.

@ThadHouse ThadHouse requested review from a team as code owners March 2, 2025 17:26
@ThadHouse ThadHouse marked this pull request as draft March 2, 2025 17:26
@github-actions github-actions bot added component: hal Hardware Abstraction Layer 2027 2027 target labels Mar 2, 2025
@@ -4,7 +4,6 @@ nativeUtils {
groupId = "edu.wpi.first.thirdparty.frc2024.ceres"
artifactId = "ceres-cpp"
headerClassifier = "headers"
sourceClassifier = "sources"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated change?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, but #7844 will likely be merged beforehand and make this OBE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2027 2027 target component: hal Hardware Abstraction Layer component: wpilibc WPILib C++ component: wpilibj WPILib Java
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants