fix help urls
This commit is contained in:
parent
91e8196621
commit
cd91504c1f
@ -7,7 +7,7 @@ namespace serial {
|
|||||||
* Prints a line of text to the serial
|
* Prints a line of text to the serial
|
||||||
* @param value to send over serial
|
* @param value to send over serial
|
||||||
*/
|
*/
|
||||||
//% help=/reference/serial/write-line
|
//% help=/serial/write-line
|
||||||
//% blockId=serial_writeline block="serial|write %text"
|
//% blockId=serial_writeline block="serial|write %text"
|
||||||
export function writeLine(text: string): void {
|
export function writeLine(text: string): void {
|
||||||
writeString(text);
|
writeString(text);
|
||||||
@ -27,6 +27,7 @@ namespace serial {
|
|||||||
* @param value to write
|
* @param value to write
|
||||||
*/
|
*/
|
||||||
//% weight=80
|
//% weight=80
|
||||||
|
//% help=/serial/write-value
|
||||||
//% blockId=serial_writevalue block="serial|write %name|= %value"
|
//% blockId=serial_writevalue block="serial|write %name|= %value"
|
||||||
export function writeValue(name: string, value: number): void {
|
export function writeValue(name: string, value: number): void {
|
||||||
writeString(name);
|
writeString(name);
|
||||||
|
Loading…
Reference in New Issue
Block a user