mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 08:58:36 -07:00
Add missing version doctags
This commit is contained in:
@@ -120,6 +120,7 @@ declare function checkSdkCompatibility(expectedMajor: number, expectedMinor: num
|
||||
* recognized as a baseline feature. For more info, consult the module
|
||||
* documentation.
|
||||
* @param features Array of named features to query
|
||||
* @version Added in JS SDK 0.1
|
||||
*/
|
||||
declare function doesSdkSupport(features: string[]): boolean;
|
||||
|
||||
@@ -131,6 +132,7 @@ declare function doesSdkSupport(features: string[]): boolean;
|
||||
* features that are now recognized as baseline features. For more
|
||||
* info, consult the module documentation.
|
||||
* @param features Array of named features to query
|
||||
* @version Added in JS SDK 0.1
|
||||
*/
|
||||
declare function checkSdkFeatures(features: string[]): void | never;
|
||||
|
||||
|
||||
@@ -14,6 +14,7 @@ export declare function success(): void;
|
||||
/**
|
||||
* @brief Signals failure to the user via the color LED, speaker and vibration
|
||||
* motor
|
||||
* @version Added in JS SDK 0.1
|
||||
*/
|
||||
export declare function error(): void;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user