2022-08-24 13:53:18 +00:00
|
|
|
#lang scribble/manual
|
|
|
|
@(require (for-label racket))
|
|
|
|
|
|
|
|
@title{/c_get Get bus value(s)}
|
|
|
|
|
2022-08-28 10:27:01 +00:00
|
|
|
|
2022-08-24 13:53:18 +00:00
|
|
|
[
|
2022-08-28 10:27:01 +00:00
|
|
|
int - a bus index
|
2022-08-24 13:53:18 +00:00
|
|
|
] * N
|
2022-08-28 10:27:01 +00:00
|
|
|
|
2022-08-24 13:53:18 +00:00
|
|
|
Takes a list of buses and replies to sender with the corresponding
|
|
|
|
/c_set command.
|
|
|
|
|
|
|
|
|