And if that doesn’t work, just get the chip to tell you what it is
Code:mode var word mode = 100; WHILE mode < 60000 SEROUT2 GPIO.5,mode,[ " ",DEC mode," ", $0D, $0A] mode = mode + 1; WEND
And if that doesn’t work, just get the chip to tell you what it is
Code:mode var word mode = 100; WHILE mode < 60000 SEROUT2 GPIO.5,mode,[ " ",DEC mode," ", $0D, $0A] mode = mode + 1; WEND
Bookmarks