Skip to content

Commit e7cd755

Browse files
committed
updated props so that the old library will use the older toolkit. added text to paragraph tag; updated license to MIT
1 parent 8ec2f0d commit e7cd755

File tree

2 files changed

+5
-41
lines changed

2 files changed

+5
-41
lines changed

LICENSE.md

Lines changed: 2 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,8 @@
1-
SparkFun License Information
2-
============================
1+
MIT License
32

4-
SparkFun uses two different licenses for our files — one for hardware and one for code.
53

6-
Hardware
7-
---------
4+
Copyright (c) 2024-2025 SparkFun Electronics
85

9-
**SparkFun hardware is released under [Creative Commons Share-alike 4.0 International](http://creativecommons.org/licenses/by-sa/4.0/).**
10-
11-
Note: This is a human-readable summary of (and not a substitute for) the [license](http://creativecommons.org/licenses/by-sa/4.0/legalcode).
12-
13-
You are free to:
14-
15-
Share — copy and redistribute the material in any medium or format
16-
Adapt — remix, transform, and build upon the material
17-
for any purpose, even commercially.
18-
The licensor cannot revoke these freedoms as long as you follow the license terms.
19-
Under the following terms:
20-
21-
Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
22-
ShareAlike — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.
23-
No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.
24-
Notices:
25-
26-
You do not have to comply with the license for elements of the material in the public domain or where your use is permitted by an applicable exception or limitation.
27-
No warranties are given. The license may not give you all of the permissions necessary for your intended use. For example, other rights such as publicity, privacy, or moral rights may limit how you use the material.
28-
29-
30-
Code
31-
--------
32-
Library contains code from multiple sources, see top of each file for specific licensing information.
33-
34-
**SparkFun code, firmware, and software is released under the MIT License(http://opensource.org/licenses/MIT).**
35-
36-
The MIT License (MIT)
37-
38-
Copyright (c) 2020 SparkFun Electronics
396

407
Permission is hereby granted, free of charge, to any person obtaining a copy
418
of this software and associated documentation files (the "Software"), to deal
@@ -55,6 +22,3 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5522
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
5623
SOFTWARE.
5724

58-
**Analog Devices, firmware and software is subject to software license agreement. See SLA pdf included with this repo.**
59-
License terms outlines in:
60-
2021-05-20-LWSCADIN1110 Click Thru SLA .pdf

library.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name=SparkFun Qwiic Ultrasonic Arduino Library
2-
version=1.1.1
2+
version=1.1.2
33
author=SparkFun Electronics <techsupport@sparkfun.com>
44
maintainer=SparkFun Electronics <sparkfun.com>
55
sentence=A library to use the SparkFun Qwiic Ultrasonic Distance Sensor
6-
paragraph=
6+
paragraph=The SparkFun Qwiic Ultrasonic Distance Sensor, a user-friendly upgrade to the popular HC-SR04 sensor, offers non-contact distance measurement from 2cm to 400cm with an accuracy of 3mm. This sensor is designed to seamlessly integrate with the Qwiic ecosystem for I2C communication, making it a breeze to add to your existing projects and daisy-chain with other Qwiic components.
77
category=Sensors
88
url=https://github.com/sparkfun/SparkFun_Qwiic_Ultrasonic_Arduino_Library
99
architectures=*
10-
depends=SparkFun Toolkit
10+
depends=SparkFun Toolkit (<1.0.0)

0 commit comments

Comments
 (0)