diff options
| author | Xelus22 <17491233+Xelus22@users.noreply.github.com> | 2020-12-13 18:50:50 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-14 05:50:50 +1100 |
| commit | 70f40339c2b4431dbbafa5d9439c04f9a0d47884 (patch) | |
| tree | 0930a3f056be5200fe250048734347ba423c9e74 /docs | |
| parent | 10e4487ba368a9e220c96e12a0d17ae729d5c1e1 (diff) | |
| download | qmk_firmware-70f40339c2b4431dbbafa5d9439c04f9a0d47884.tar.gz qmk_firmware-70f40339c2b4431dbbafa5d9439c04f9a0d47884.zip | |
Add i2c 24LC64 eeprom (#11200)
* add 24LC64 eeprom
* docs update
* Update docs/eeprom_driver.md
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/eeprom_driver.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/eeprom_driver.md b/docs/eeprom_driver.md index 188b95caa..e2c262546 100644 --- a/docs/eeprom_driver.md +++ b/docs/eeprom_driver.md | |||
| @@ -40,6 +40,7 @@ Module | Equivalent `#define` | Source | |||
| 40 | -----------------|---------------------------------|------------------------------------------ | 40 | -----------------|---------------------------------|------------------------------------------ |
| 41 | CAT24C512 EEPROM | `#define EEPROM_I2C_CAT24C512` | <https://www.sparkfun.com/products/14764> | 41 | CAT24C512 EEPROM | `#define EEPROM_I2C_CAT24C512` | <https://www.sparkfun.com/products/14764> |
| 42 | RM24C512C EEPROM | `#define EEPROM_I2C_RM24C512C` | <https://www.sparkfun.com/products/14764> | 42 | RM24C512C EEPROM | `#define EEPROM_I2C_RM24C512C` | <https://www.sparkfun.com/products/14764> |
| 43 | 24LC64 EEPROM | `#define EEPROM_I2C_24LC64` | <https://www.microchip.com/wwwproducts/en/24LC64> | ||
| 43 | 24LC128 EEPROM | `#define EEPROM_I2C_24LC128` | <https://www.microchip.com/wwwproducts/en/24LC128> | 44 | 24LC128 EEPROM | `#define EEPROM_I2C_24LC128` | <https://www.microchip.com/wwwproducts/en/24LC128> |
| 44 | 24LC256 EEPROM | `#define EEPROM_I2C_24LC256` | <https://www.sparkfun.com/products/525> | 45 | 24LC256 EEPROM | `#define EEPROM_I2C_24LC256` | <https://www.sparkfun.com/products/525> |
| 45 | MB85RC256V FRAM | `#define EEPROM_I2C_MB85RC256V` | <https://www.adafruit.com/product/1895> | 46 | MB85RC256V FRAM | `#define EEPROM_I2C_MB85RC256V` | <https://www.adafruit.com/product/1895> |
