Skip to content

Commit 177f387

Browse files
committed
Use arduino.cc reference site as link
1 parent eab31ad commit 177f387

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ This library supports creating a BLE peripheral and BLE central mode.
88

99
For the Arduino MKR WiFi 1010, Arduino UNO WiFi Rev.2, and Arduino Nano 33 IoT boards, it requires the NINA module to be running [Arduino NINA-W102 firmware](https://github.com/arduino/nina-fw) v1.2.0 or later.
1010

11+
12+
For more information about this library please visit us at:
13+
https://www.arduino.cc/en/Reference/ArduinoBLE
14+
1115
## License
1216

1317
```

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ maintainer=Arduino <[email protected]>
55
sentence=Enables BLE connectivity on the Arduino MKR WiFi 1010, Arduino UNO WiFi Rev.2, Arduino Nano 33 IoT, and Arduino Nano 33 BLE.
66
paragraph=This library supports creating a BLE peripheral and BLE central mode.
77
category=Communication
8-
url=https://github.com/arduino-libraries/ArduinoBLE
8+
url=https://www.arduino.cc/en/Reference/ArduinoBLE
99
architectures=samd,megaavr,mbed
1010
includes=ArduinoBLE.h

0 commit comments

Comments
 (0)