Skip to content

Commit fb43159

Browse files
authored
Update README.md
1 parent e8f249b commit fb43159

File tree

1 file changed

+16
-32
lines changed

1 file changed

+16
-32
lines changed

README.md

Lines changed: 16 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,15 @@
1-
SparkFun Qwiic Button Arduino Library [![Build Status](https://travis-ci.org/sparkfun/SparkFun_Qwiic_Button_Arduino_Library.svg?branch=master)](https://travis-ci.org/sparkfun/SparkFun_Qwiic_Button_Arduino_Library)
1+
SparkFun Qwiic Buzzer Arduino Library [![Build Status](https://travis-ci.org/sparkfun/SparkFun_Qwiic_Buzzer_Arduino_Library.svg?branch=master)](https://travis-ci.org/sparkfun/SparkFun_Qwiic_Buzzer_Arduino_Library)
22
========================================
3-
<table class="table table-hover table-striped table-bordered">
4-
<tr align="center">
5-
<td><a href="https://www.sparkfun.com/products/15932"><img src="https://cdn.sparkfun.com/assets/parts/1/4/5/7/3/15932-SparkFun_Qwiic_Button_-_Red-01.jpg"></a></td>
6-
<td><a href="https://www.sparkfun.com/products/15931"><img src="https://cdn.sparkfun.com/assets/parts/1/4/5/7/2/15931-SparkFun_Qwiic_Button_Breakout-01.jpg"></a></td>
7-
<td><a href="https://www.sparkfun.com/products/15591"><img src="https://cdn.sparkfun.com//assets/parts/1/4/1/9/8/15591-Qwiic_Arcade_-_Red-01a.jpg"></a></td>
8-
<td><a href="https://www.sparkfun.com/products/15592"><img src="https://cdn.sparkfun.com//assets/parts/1/4/1/9/9/15592-Qwiic_Arcade_-_Blue-01a.jpg"></a></td>
9-
<td><a href="https://www.sparkfun.com/products/15586"><img src="https://cdn.sparkfun.com//assets/parts/1/4/1/9/2/15586-Qwiic_Switch__without_microswitch_-01a.jpg"></a></td>
10-
</tr>
11-
<tr align="center">
12-
<td><a href="https://www.sparkfun.com/products/15932">SparkFun Qwiic Button - Red (BOB-15932)</a></td>
13-
<td><a href="https://www.sparkfun.com/products/15931">SparkFun Qwiic Button Breakout (BOB-15931)</a></td>
14-
<td><a href="https://www.sparkfun.com/products/15591">SparkFun Qwiic Arcade - Red (SPX-15591)</a></td>
15-
<td><a href="https://www.sparkfun.com/products/15592">SparkFun Qwiic Arcade - Blue (SPX-15592)</a></td>
16-
<td><a href="https://www.sparkfun.com/products/15586">SparkFun Qwiic Switch (SPX-15586)</a></td>
17-
</tr>
18-
</table>
3+
4+
[![SparkFun Qwiic Buzzer](URL for picture of part)](https://www.sparkfun.com/products/24474)
5+
6+
[*SparkFun Qwiic Buzzer (BOB-24474)*]([URL for product on Sparkfun.com](https://www.sparkfun.com/products/24474))
7+
8+
<!---
9+
10+
11+
UPDATE WHAT DOES THIS LIBRARY DO!?! =)
12+
1913
2014
2115
This library allows the user to:
@@ -26,6 +20,7 @@ This library allows the user to:
2620
* Use button-based interrupts
2721
* Adjust the device's I<sup>2</sup>C address
2822
23+
-->
2924

3025
Repository Contents
3126
-------------------
@@ -39,27 +34,17 @@ Documentation
3934
--------------
4035

4136
* **[Installing an Arduino Library Guide](https://learn.sparkfun.com/tutorials/installing-an-arduino-library)** - Basic information on how to install an Arduino library.
42-
* **[Product Repository](https://github.com/sparkfun/Qwiic_Button)** - Main repository (including hardware files) for the SparkFun Qwiic Button Breakout Board.
43-
* **[Product Repository](https://github.com/sparkfunX/Qwiic_Switch)** - Main repository (including hardware files) for the SparkFun Qwiic Switch.
44-
* **[Product Repository](https://github.com/sparkfunX/Qwiic_Button)** - Main repository (including hardware files) for the SparkFun Qwiic Button.
37+
* **[Product Repository](https://github.com/sparkfun/SparkFun_Qwiic_Buzzer)** - Main repository (including hardware files) for the SparkFun Qwiic Buzzer Breakout Board.
4538

4639
Products that use this Library
4740
---------------------------------
4841

49-
* [*BOB-15932*](https://www.sparkfun.com/products/15932) - SparkFun Red Version with red LED pushbutton
50-
* [*BOB-16842*](https://www.sparkfun.com/products/16842) - SparkFun Red Version with green LED pushbutton
51-
* [*BOB-15931*](https://www.sparkfun.com/products/15931) - SparkFun Red Version without button
52-
* [*SPX-15584*](https://www.sparkfun.com/products/15584) - Original SparkX version of the Qwiic Button (Red LED)
53-
* [*SPX-15585*](https://www.sparkfun.com/products/15585) - Original SparkX version of the Qwiic Button (Blue LED)
54-
* [*SPX-15591*](https://www.sparkfun.com/products/15591) - Original SparkX version of the Qwiic Button (Arcade Red Pushbutton)
55-
* [*SPX-15592*](https://www.sparkfun.com/products/15592) - Original SparkX version of the Qwiic Button (Arcade Blue Pushbutton)
56-
* [*SPX-15586*](https://www.sparkfun.com/products/15586) - Original SparkX version of the Qwiic Button
42+
* [*BOB-24474*](https://www.sparkfun.com/products/24474) - Initial release
5743

5844
Version History
5945
---------------
6046

61-
* [v1.0.1](https://github.com/sparkfun/SparkFun_Qwiic_Button_Arduino_Library/releases/tag/v1.0.1) - Arduino Library Specification Compliance
62-
* [v1.0.0](https://github.com/sparkfun/SparkFun_Qwiic_Button_Arduino_Library/releases/tag/v1.0.0) - Initial Public release.
47+
* v1.0.0 - Initial Public release.
6348

6449
License Information
6550
-------------------
@@ -68,8 +53,7 @@ This product is _**open source**_!
6853

6954
Please review the LICENSE.md file for license information.
7055

71-
If you have any questions or concerns on licensing, please contact techsupport@sparkfun.com.
56+
If you have any questions or concerns on licensing, please contact technical support on our [SparkFun forums](https://forum.sparkfun.com/viewforum.php?f=152).
7257

7358
Distributed as-is; no warranty is given.
7459

75-
- Your friends at SparkFun.

0 commit comments

Comments
 (0)