mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-20 04:54:45 -07:00
Merge commit 'c807ffc3249e07220365bef8dd34511bb1dd0794' into mntm-dev
This commit is contained in:
@@ -100,6 +100,7 @@ export declare function println(string: string, delay?: number): void;
|
||||
* @brief Prints a string by Alt+Numpad method - works only on Windows!
|
||||
* @param string The string to print
|
||||
* @param delay How many milliseconds to wait between key presses
|
||||
* @version Added in JS SDK 0.1
|
||||
*/
|
||||
export declare function altPrint(string: string, delay?: number): void;
|
||||
|
||||
@@ -108,10 +109,12 @@ export declare function altPrint(string: string, delay?: number): void;
|
||||
* Presses "Enter" after printing the string
|
||||
* @param string The string to print
|
||||
* @param delay How many milliseconds to wait between key presses
|
||||
* @version Added in JS SDK 0.1
|
||||
*/
|
||||
export declare function altPrintln(string: string, delay?: number): void;
|
||||
|
||||
/**
|
||||
* @brief Releases usb, optional, but allows to switch usb profile
|
||||
* @version Added in JS SDK 0.1
|
||||
*/
|
||||
export declare function quit(): void;
|
||||
|
||||
Reference in New Issue
Block a user