10 lines
242 B
Plaintext
10 lines
242 B
Plaintext
# vim: ts=8 sts=2 sw=2 expandtab autoindent smartindent nocindent
|
|
driver protekmm = {
|
|
protocol = protek608
|
|
class = environment
|
|
simulation_group = environment_simulation
|
|
code mkDriver = {%%
|
|
MakeProtek $name $sct_controller
|
|
%%}
|
|
}
|