13 lines
203 B
Racket
13 lines
203 B
Racket
#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.
|
|
|
|
|