You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple to use I2C library for the very low power LIS2DH12 from ST.
8
+
A simple to use I2C library for talking to any EEPROM. It uses the same template system found in the Arduino EEPROM library so you can use the same get() and put() functions.
9
9
10
-
This library can be installed via the Arduino Library manager. Search for **SparkFun LIS2DH12**. ST offers a great portable C library for the LIS2DH12. This library just wraps that library making it Arduino friendly and easier to use with lots of examples.
10
+
Various external EEPROMs have various interface specs (overall size, page size, write times, etc). This library works with all types and allows the various settings to be set at runtime. All read and write restrictions associated with pages are taken care of. You can access the external memory as if it was contiguous.
11
11
12
-
Want to help? Please do! We are always looking for ways to improve and build out features of this library.
12
+
Best used with the Qwiic EEPROM: https://www.sparkfun.com/products/14764
13
+
14
+
This library can be installed via the Arduino Library manager. Search for **SparkFun External EEPROM**.
13
15
14
-
* This library currently only supports I2C but could be expanded to use SPI as well.
16
+
Want to help? Please do! We are always looking for ways to improve and build out features of this library.
15
17
16
18
Repository Contents
17
19
-------------------
@@ -26,13 +28,6 @@ Documentation
26
28
27
29
***[Installing an Arduino Library Guide](https://learn.sparkfun.com/tutorials/installing-an-arduino-library)** - Basic information on how to install an Arduino library.
0 commit comments