When using stamp basic code that contains "modes" with PBP
You need to add
Or change thisCode:Include "modedefs.bas"
toCode:SHIFTIN MXSO, MXSCLK, MSBPRE, [TCtemp1\16,TCtemp0\16] 'shift in the data
Code:SHIFTIN MXSO, MXSCLK, 0, [TCtemp1\16,TCtemp0\16] 'shift in the data
Bookmarks