TOP Contributors

  1. MIKROE (2784 codes)
  2. Alcides Ramos (405 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (133 codes)
  5. Bugz Bensce (97 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (141323 times)
  2. FAT32 Library (74154 times)
  3. Network Ethernet Library (58738 times)
  4. USB Device Library (48834 times)
  5. Network WiFi Library (44544 times)
  6. FT800 Library (44122 times)
  7. GSM click (30857 times)
  8. mikroSDK (29699 times)
  9. PID Library (27359 times)
  10. microSD click (27273 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
Library

SPI EEPROM - 25AAxxxx

Rating:

0

Author: Jim Kueneman

Last Updated: 2016-02-25

Package Version: 1.0.0.1

Category: Storage

Downloaded: 1244 times

Followed by: 1 user

License: MIT license  

Library to work with the 25AA1024 and other sized chips in this family

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "SPI EEPROM - 25AAxxxx" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "SPI EEPROM - 25AAxxxx" changes.

Do you want to report abuse regarding "SPI EEPROM - 25AAxxxx".

  • Information
  • Comments (0)

Library Blog

Blog currently doesn't exist!

RELATED CODES

Store Struct Data in EEPROM

0

This example use mikrobasic to writes and reads the structure data in eeprom.

[Learn More]

mHEX

6

This program converts the file (eg gif, jpg) into the array.

[Learn More]

Eeprom writer for float, long, and integers.

0

Instructions: * Enable eeprom library from IDE *Don't forget to include built_in.h; Normally, you can read/write onyl a single byte to/from an address using the built-in MikroC Eprom functions. With this, you can write or read float, long and integers too. Check out the functions in the header file.

[Learn More]