ebourlet 0 Report post Posted December 29, 2006 First of all thanks for sharing your work with us non code types. Is there a posibility of a Bit-Switch that the user can set the switching points? I have a use that I would like to set a pulse width range that the output is active. Quote Share this post Link to post Share on other sites
Mr.RC-Cam 126 Report post Posted January 3, 2007 The end points are fixed. However, for those that have the experience to edit the hex files, different values can be used. The On/Off setpoints are MOVLW instructions and are currently coded as follows: Normal Output Pin: Low Stick threshold, addr 0x8d, MOVLW 0x92 High Stick threshold, addr 0x9d, MOVLW 0x88 Reversed Output Pin: Low Stick threshold, addr 0xa9, MOVLW 0x75 High Stick threshold, addr 0xb9, MOVLW 0x7F Quote Share this post Link to post Share on other sites