FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Hackerspace-io/SPIFFS_Hashtable · GitHub

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

SPIFFS_HashTable

makes a HashTable in SPIFFS area.

This library makes a DataBase in SPIFFS area of ESP8266 in HashTables structure. Hash Table is a structure that helps to search and find your data so fast. for more info about HashTable refer to my repo about HashTable: HashTable

informations that stores in data base should have a structure that defined in 'SPIFFS_HashTable.h' file. u can easily change this structure for your purposes. just don't use pointers in this structure.

u can learn how to use functions in Test_Functions example. this examples data base members are cards which have a 4Byte UID and a Balance. we will add them to data base, search for them, and remove them.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL