Status: New
Owner: robhamerling
Labels: Type-Defect Priority-Medium
New issue 89 by robhamerling: Error with setting of PR2 in pwm_common.jal
http://code.google.com/p/jallib/issues/detail?id=89
In pwm_common.jal the following code maybe not correct:
elsif _pr2_1 <= 256 then
PR2 = byte(_pr2_1) - 1
pre_scaler = 0b_0000_0100
The second line should probably be:
PR2 = byte(_pr2_1 - 1)
This may be more of a theoretical issue than have any practical
implications.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jallib" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jallib?hl=en
-~----------~----~----~----~------~----~------~--~---