Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
hjd1964
/
OnStepX
Public
Notifications
You must be signed in to change notification settings
Fork
139
Star
215
Code
Issues
2
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Servo to analog range optimization
- #102
#102
Open
papadako
wants to merge 12 commits into
hjd1964:main
hjd1964/OnStepX:main
from
papadako:servo-toAnalogRange-optimization
papadako/OnStepX:servo-toAnalogRange-optimization
Copy head branch name to clipboard
Conversation
Commits
12
(12)
Checks
Files changed
Open
Servo to analog range optimization
#102
papadako
wants to merge 12 commits into
hjd1964:main
hjd1964/OnStepX:main
from
papadako:servo-toAnalogRange-optimization
papadako/OnStepX:servo-toAnalogRange-optimization
Copy head branch name to clipboard
Commits
Commits on Oct 30, 2025
(servo): speed up DcServoDriver::toAnalogRange with cached scaling and float math; should be a lot faster and maybe with less jitter
Show description for e82a345
papadako
committed
e82a345
View commit details
Copy full SHA for e82a345
Browse repository at this point
servo DC: optional zero-crossing hysteresis with immediate zero exit
Show description for 2e74086
papadako
committed
2e74086
View commit details
Copy full SHA for 2e74086
Browse repository at this point
DC servo: add overflow-safe sigma–delta PWM dithering for sub-count resolution
Show description for 643cec9
papadako
committed
643cec9
View commit details
Copy full SHA for 643cec9
Browse repository at this point
servo hysterisis: typo defined hysterisis things only if #ifdef SERVO_HYSTERESIS_ENABLE
papadako
committed
0cfff78
View commit details
Copy full SHA for 0cfff78
Browse repository at this point
typos
papadako
committed
ef76359
View commit details
Copy full SHA for ef76359
Browse repository at this point
debugging messages
papadako
committed
bf992d9
View commit details
Copy full SHA for bf992d9
Browse repository at this point
servo DC toAnalogRange: previously for velocity = 0 we were offseting to pwmMin. Change it so that we map power to 0-pwmMax. If less than pwmMin then set it to pwmMin.
papadako
committed
9755e2a
View commit details
Copy full SHA for 9755e2a
Browse repository at this point
typo
papadako
committed
58b175a
View commit details
Copy full SHA for 58b175a
Browse repository at this point
servo DC: add more debugging messages for state of dithering / hysterisis
papadako
committed
736c49c
View commit details
Copy full SHA for 736c49c
Browse repository at this point
servo DC: TODO note check with the calibration code whether the stiction breaking power can be reduced after the motor is moving
papadako
committed
0275388
View commit details
Copy full SHA for 0275388
Browse repository at this point
camelCase
papadako
committed
15380bc
View commit details
Copy full SHA for 15380bc
Browse repository at this point
Commits on Nov 2, 2025
servo(dc): tracking-only stiction kick when the motor was not moving or when changing direction. Implemented as a percentage over the min velocity
Show description for 918741f
papadako
committed
918741f
View commit details
Copy full SHA for 918741f
Browse repository at this point
You can’t perform that action at this time.