We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CNTS_TO_US()
US_TO_CNTS()
These will be useful so I can do this in the demos, for instance:
PPMWriter.setChannelVal(CH1, US_TO_CNTS(900)); // set channel 1 (index 0) in the PPM train to 900us
...instead of this:
PPMWriter.setChannelVal(CH1,900*2); //set channel 1 (index 0) in the PPM train to 900us
Not sure, maybe use CNTS_TO_MICROS() and MICROS_TO_CNTS() instead?
CNTS_TO_MICROS()
MICROS_TO_CNTS()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
These will be useful so I can do this in the demos, for instance:
...instead of this:
Not sure, maybe use
CNTS_TO_MICROS()
andMICROS_TO_CNTS()
instead?The text was updated successfully, but these errors were encountered: