13 lines
270 B
Racket
13 lines
270 B
Racket
#lang scribble/manual
|
|
@(require (for-label racket))
|
|
|
|
@title{/c_getn Get ranges of bus value(s)}
|
|
|
|
[
|
|
int - starting bus index
|
|
int - number of sequential buses to get (M)
|
|
] * N
|
|
|
|
Get contiguous ranges of buses. Replies to sender with the
|
|
corresponding /c_setn command.
|
|
|