15 строки
387 B
TypeScript
15 строки
387 B
TypeScript
// Auto-generated. Do not edit.
|
|
declare namespace dataStreamer {
|
|
|
|
/**
|
|
* Set the USB baud rate connection.
|
|
* @param rate the new baud rate.
|
|
*/
|
|
//% weight=10
|
|
//% blockId=datastreamer_setBaud block="set baud rate %rate"
|
|
//% rate.defl=9600 shim=dataStreamer::setBaudRate
|
|
function setBaudRate(rate?: int32): void;
|
|
}
|
|
|
|
// Auto-generated. Do not edit. Really.
|