ok, first off... i'm now the proud owner of PBP2.60a... u2 programmer is also on it's way...
i'm driving a stepper motor driver IC from a pic.
the driver IC has several inputs for it's settings...
For example, torque setting is two bits (4 settings), 25%(00), 50%(01) 75%(10) and 100% (11).
PBP doesn't support doing the following...
The torque setting is changed from the menu (to be writen) so it would be easier to just increase the variable by 1 up to 4 rarther than having to mess around with torque1 and torque2 separate vars.Code:Torque var byte torque.0 var PORTD.6 Torque.1 var PORTD.5
is their a better way?
Thanks
Bookmarks