The include file has the statement ...
goto Start ' Jump out to main program (whatever is using this Include).
In your program, Start is after the ADCON1 and TRIS statements.
Those lines don't get executed, therefore your servo's won't work.
The include file has the statement ...
goto Start ' Jump out to main program (whatever is using this Include).
In your program, Start is after the ADCON1 and TRIS statements.
Those lines don't get executed, therefore your servo's won't work.
DT
Bookmarks