Skip to content

Commit e3bf29f

Browse files
chore: replace more blues.io with blues.com (#119)
* more replace * Remove 'Wireless' from Blues Wireless * Update Dockerfile Co-authored-by: Zachary J. Fields <[email protected]> * Apply suggestions from code review reverting name in library.properties * Update library.properties --------- Co-authored-by: Zachary J. Fields <[email protected]>
1 parent 9a4f315 commit e3bf29f

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# note-arduino
44

55
The note-arduino Arduino library for communicating with the
6-
[Blues Wireless][blues] Notecard via serial or I²C. Includes example sketches in
6+
[Blues][blues] Notecard via serial or I²C. Includes example sketches in
77
the [examples directory](examples).
88

99
This library allows you to control a Notecard by writing an Arduino sketch in C
@@ -17,12 +17,12 @@ as a git subtree.
1717

1818
1. Open the Arduino IDE and click **Tools > Manage Libraries...**.
1919
2. Search for "Blues" in the input box and click the "Install" button next
20-
to the "Blues Wireless Notecard" result.
20+
to the "Blues Notecard" result.
2121

2222
![](https://wireless.dev/images/guides/first-sensor/arduino/install-library.gif)
2323

2424
3. Create a new sketch and select the Sketch > Include Library > Contributed
25-
Libraries > Blues Wireless Notecard menu option, to add the following include to
25+
Libraries > Blues Notecard menu option, to add the following include to
2626
your sketch:
2727

2828
```
@@ -261,9 +261,9 @@ For additional Notecard SDKs and Libraries, see:
261261
* [note-go][note-go] for Go
262262
* [note-python][note-python] for Python
263263

264-
## To learn more about Blues Wireless, the Notecard and Notehub, see:
264+
## To learn more about Blues, the Notecard and Notehub, see:
265265

266-
* [blues.com](https://blues.io)
266+
* [blues.com](https://blues.com)
267267
* [notehub.io][Notehub]
268268
* [wireless.dev](https://wireless.dev)
269269

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name=Blues Wireless Notecard
22
version=1.5.1
3-
author=Blues Wireless
4-
maintainer=Blues Wireless <info@blues.io>
3+
author=Blues
4+
maintainer=Blues <info@blues.com>
55
sentence=An easy to use Notecard Library for Arduino.
66
paragraph=Supports Serial and I2C for communication from a host MCU.
77
category=Communication

src/Notecard.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @section intro_sec Introduction
77
*
88
* The note-arduino Arduino library for communicating with the
9-
* <a href="https://blues.io">Blues Wireless</a>
9+
* <a href="https://blues.com">Blues</a>
1010
* Notecard via serial or I2C.
1111
*
1212
* This library allows you to control a Notecard by writing an Arduino sketch in

src/Notecard.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file Notecard.h
33
*
44
* The note-arduino Arduino library for communicating with the
5-
* <a href="https://blues.com">Blues Wireless</a>
5+
* <a href="https://blues.com">Blues</a>
66
* Notecard via serial or I2C.
77
*
88
* This library allows you to control a Notecard by writing an Arduino sketch in
@@ -48,7 +48,7 @@
4848
/**************************************************************************/
4949
/*!
5050
@brief Class that stores state and functions for interacting with the
51-
Blues Wireless Notecard.
51+
Blues Notecard.
5252
*/
5353
/**************************************************************************/
5454
class Notecard

src/note-c/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# note-c
44

55
The note-c C library for communicating with the
6-
[Blues Wireless][blues] Notecard via serial or I²C.
6+
[Blues][blues] Notecard via serial or I²C.
77

88
This library allows you to control a Notecard by writing a C
99
or C++ program. Your program may programmatically configure Notecard and send
@@ -45,9 +45,9 @@ For additional Notecard SDKs and Libraries, see:
4545
- [note-python][note-python] for Python
4646
- [note-go][note-go] for Go
4747

48-
## To learn more about Blues Wireless, the Notecard and Notehub, see:
48+
## To learn more about Blues, the Notecard and Notehub, see:
4949

50-
- [blues.com](https://blues.io)
50+
- [blues.com](https://blues.com)
5151
- [notehub.io][notehub]
5252
- [wireless.dev](https://wireless.dev)
5353

src/note-c/note.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @section intro_sec Introduction
77
*
88
* The note-c C/C++ library for communicating with the
9-
* <a href="https://blues.io">Blues Wireless</a>
9+
* <a href="https://blues.com">Blues</a>
1010
* Notecard via serial or I2C.
1111
*
1212
* This library allows you to control a Notecard by writing a C or C++

0 commit comments

Comments
 (0)