Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 20f0e9d

Browse files
authored
Add files via upload
1 parent f3912b5 commit 20f0e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "FlashStorage_STM32",
33
"version": "1.0.1",
4-
"keywords": "storage, data, flash, flashstorage, flash-storage, eeprom, emulated-eeprom, emulation, stm32, st32f, stm32l, stm32h, stm32g, stm32wb, stm32mp1,ST STM32, bluepill, blackpill, nucleo",
4+
"keywords": "storage, data, flash, flashstorage, flash-storage, eeprom, emulated-eeprom, emulation, stm32, stm32f, stm32l, stm32h, stm32g, stm32wb, stm32mp1,ST STM32, bluepill, blackpill, nucleo",
55
"description": "The FlashStorage_STM32 library aims to provide a convenient way to store and retrieve user's data using the non-volatile flash memory of STM32F/L/H/G/WB/MP1. It's using the buffered read and write to minimize the access to Flash. It now supports writing and reading the whole object, not just byte-and-byte.",
66
"repository":
77
{

0 commit comments

Comments
 (0)