Skip to content

Commit b8e6490

Browse files
committed
Update library.properties
1 parent 9b88cb4 commit b8e6490

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Describe your issue here. If you reference a datasheet please specify which one
99
* Are there any additional details that may help us help you?
1010

1111
### Steps to reproduce
12-
Tell us how to reproduce this issue. Please post stripped down example code demonstrating your issue.
12+
Tell us how to reproduce this issue. Please post a stripped down example code demonstrating your issue.
1313

1414
### Expected behavior
1515
Tell us what should happen

library.properties

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name=SparkFun External EEPROM Arduino Library
2-
version=3.0.0
1+
name=SparkFun IM19 IMU Arduino Library
2+
version=1.0.0
33
author=SparkFun Electronics
44
maintainer=SparkFun Electronics <sparkfun.com>
5-
sentence=Library for I2C Communication with external EEPROMs
6-
paragraph=A library for the advanced control of any I2C based EEPROM. This library writes extremely fast and automatically handles the writing of pages to make the entire EEPROM act as one large writable block. Automatically reads and writes ints, floats, arrays, and structs. Automatically detected EEPROM specs including memory size, page size, address bytes, and write times. Works with all EEPROMs including very large >512kbit EEPROMs and any Wire port (Wire1, etc). Use with <a href="https://www.sparkfun.com/products/18355">Qwiic EEPROM</a> to make it easy to read and write cal data and other user settings. Configurable I2C buffer size increases throughput up to 30kB/s. Includes an example that reads binary file from SD and auto writes/verifies to EEPROM. Tested with 24LC00, 24LC01B, 24AA02, 24LC04B, 24LC16BH, 24LC32A, 24LC256, CAT24C512, 24LC1025, and 24LC1026.
7-
category=Data Storage
8-
url=https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library
5+
sentence=Library for interfacing to the IM19 tilt sensor
6+
paragraph=The IM19 is used in conjunction with the UM980 GNSS receiver to provide tilt-compensated Lat/Lon/Alt readings with 1cm accuracy up to 30° tilt angle, and 2cm accuracy up to 60°.
7+
category=Sensors
8+
url=https://github.com/sparkfun/SparkFun_IM19_IMU_Arduino_Library
99
architectures=*

0 commit comments

Comments
 (0)