refloat icon indicating copy to clipboard operation
refloat copied to clipboard

VESC package for self-balancing skateboards.

Results 9 refloat issues
Sort by recently updated
recently updated
newest added

Screenshot captured on Galaxy Z Fold 6. Having scrollable when the content doesn't fill the screen (if possible with QML) is a potential solution ![received_1253687365636061](https://github.com/user-attachments/assets/f91d51c0-2996-4487-9fbc-20a6fddeca5a)

Small refactor that makes Turn Tilt frequency independent by using gyroscope data directly. Functionally, not much should change and it gets rid of some variables. The numbers were chosen so...

An alternative PR to #12. I believe this implementation is better structured and simpler. The PR is not meant to be merged as-is, it's posted to allow for submitting feedback....

This feature has been tested by a handful of riders for the past few months. Following the example of inputtilt where ramping rates of over 50deg/sec are used, we're doing...

Duty cycle can spike a lot, the purposes it's used for can all benefit from the mild smoothing we already have. Unify the usage and only use smooth duty for...

All function calls should be < 6.05 safe as they explicitly check if the play tone pointers aren't null to determine if the API is available. Features: Duty Cycle Solid...

Setting the headlights to `Solid` with white, and then setting the taillights to `Rainbow Cycle` allows users to replicate the `Mullet` effect from the Float package. Using `Rainbow Cycle` on...

Right now beep_alert can only be called from main, which is quite restrictive, I need this ability from any file, especially when developing a new feature - otherwise I'll be...