add archive (files probably no longer used)
here we can find old files
This commit is contained in:
22
tcl/archive/drivers/bin.tcl
Normal file
22
tcl/archive/drivers/bin.tcl
Normal file
@ -0,0 +1,22 @@
|
||||
namespace eval bin {} {
|
||||
}
|
||||
|
||||
proc stdConfig::bin {} {
|
||||
controller bin chksum-crc 5
|
||||
obj BIN upd
|
||||
prop read bin::poll
|
||||
|
||||
}
|
||||
|
||||
|
||||
proc bin::read {} {
|
||||
sct send " / dump"
|
||||
sct print poll
|
||||
return bin::update
|
||||
}
|
||||
|
||||
|
||||
proc bin::update {} {
|
||||
sct print [sct result]
|
||||
return idle
|
||||
}
|
Reference in New Issue
Block a user