Jörg Deckert 2014-03-25 11:02:51 +01:00
parent 99bd77d966
commit 4b65bc09cd
1 changed files with 2 additions and 2 deletions

View File

@ -21,13 +21,13 @@ VAR
byte buffer[100]
DAT
pins byte 0[4]
pins byte 255[4]
sd_names byte "DO ", 0, "CLK", 0, "DI ", 0, "CS ", 0
PUB main | i, ptr, infile, handle
longfill(sys#rendezvous, 0, ($8000 - sys#rendezvous)/4)
c.start
ifnot pins
if pins == 255
repeat
c.printf0(string("Press any key to start\n"))
if ser.rxtime(1000) <> -1