14 lines
203 B
Text
14 lines
203 B
Text
|
#lang scribble/manual
|
||
|
@(require (for-label racket))
|
||
|
|
||
|
@title{/c_get Get bus value(s)}
|
||
|
|
||
|
[
|
||
|
int - a bus index
|
||
|
] * N
|
||
|
|
||
|
Takes a list of buses and replies to sender with the corresponding
|
||
|
/c_set command.
|
||
|
|
||
|
|