Qwiic EEPROM Hookup Guide
Contributors:
santaimpersonator, MAKIN-STUFF
Python Examples
There are several examples written for the Qwiic_EEPROM_Py Python package. They can be found in the Examples folder of the GitHub repository or view on the repository documentation page, hosted on ReadtheDocs. Users can also grab them here, using the link below. (*Please be aware of any package dependencies.):
Example 1 - Basic Read and Write
This example is hosted on ReadtheDocs: Example 1.
Write data on and read data from the EEPROM. (Click to enlarge)
In this example, various data types are written to and read from the EEPROM at different memory locations.
Note: When writting data, users need to keep in mind the size of the data and memory available at the specified location. Otherwise, users can accidentally overwrite data already stored in the memory.
More Examples
Users can also check out the more advanced examples below:
- Example 2: Settings - This example demonstrates how to set the various settings for a given EEPROM
- Example 3: Advanced I2C - This example demonstrates how to pass a custom EEPROM address
- Example 4: User Options - This example demonstrates how to record various user settings easily to EEPROM
- Example 5: Interface Test - This example demonstrates how to read and write various variables to memory