Merge branch 'feat_storage' into V4
This commit is contained in:
commit
f54552840f
@ -45,7 +45,7 @@ namespace storage {
|
|||||||
* @param key the key for accesing the value
|
* @param key the key for accesing the value
|
||||||
* @param value value to store
|
* @param value value to store
|
||||||
*/
|
*/
|
||||||
//% weight=100 blockGap=16
|
//% weight=90 blockGap=16
|
||||||
//% block="Save into number %key a value of %value"
|
//% block="Save into number %key a value of %value"
|
||||||
//% blockId=storage_put_number
|
//% blockId=storage_put_number
|
||||||
//% group="Put"
|
//% group="Put"
|
||||||
@ -58,7 +58,7 @@ namespace storage {
|
|||||||
* Reads a key value pair from the non volatile storage as a number
|
* Reads a key value pair from the non volatile storage as a number
|
||||||
* @param key the key for accesing the value
|
* @param key the key for accesing the value
|
||||||
*/
|
*/
|
||||||
//% weight=100 blockGap=16
|
//% weight=70 blockGap=16
|
||||||
//% block="read from number %key"
|
//% block="read from number %key"
|
||||||
//% blockId=storage_get_number
|
//% blockId=storage_get_number
|
||||||
//% group="Get"
|
//% group="Get"
|
||||||
@ -71,7 +71,7 @@ namespace storage {
|
|||||||
* Reads a key value pair from the non volatile storage as a string
|
* Reads a key value pair from the non volatile storage as a string
|
||||||
* @param key the key for accesing the value
|
* @param key the key for accesing the value
|
||||||
*/
|
*/
|
||||||
//% weight=100 blockGap=16
|
//% weight=80 blockGap=16
|
||||||
//% block="read from string %key"
|
//% block="read from string %key"
|
||||||
//% blockId=storage_get_string
|
//% blockId=storage_get_string
|
||||||
//% group="Get"
|
//% group="Get"
|
||||||
@ -83,7 +83,7 @@ namespace storage {
|
|||||||
* Deletes the key from the non volatile storage
|
* Deletes the key from the non volatile storage
|
||||||
* @param key the key for accesing the value
|
* @param key the key for accesing the value
|
||||||
*/
|
*/
|
||||||
//% weight=100 blockGap=16
|
//% weight=60 blockGap=16
|
||||||
//% block="Clear string %key"
|
//% block="Clear string %key"
|
||||||
//% blockId=storage_remove_key_string
|
//% blockId=storage_remove_key_string
|
||||||
//% group="Remove"
|
//% group="Remove"
|
||||||
@ -95,7 +95,7 @@ namespace storage {
|
|||||||
* Deletes the key from the non volatile storage
|
* Deletes the key from the non volatile storage
|
||||||
* @param key the key for accesing the value
|
* @param key the key for accesing the value
|
||||||
*/
|
*/
|
||||||
//% weight=100 blockGap=16
|
//% weight=50 blockGap=16
|
||||||
//% block="Clear number %key"
|
//% block="Clear number %key"
|
||||||
//% blockId=storage_remove_key_int
|
//% blockId=storage_remove_key_int
|
||||||
//% group="Remove"
|
//% group="Remove"
|
||||||
|
Loading…
Reference in New Issue
Block a user