Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 137c830

Browse files
committed
Update README and library properties for STM32duinoBLE
1 parent 3474eab commit 137c830

File tree

4 files changed

+15
-18
lines changed

4 files changed

+15
-18
lines changed

‎README.md‎

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
1-
# ArduinoBLE
1+
# STM32duinoBLE
22

3-
[![Build Status](https://travis-ci.org/arduino-libraries/ArduinoBLE.svg?branch=master)](https://travis-ci.org/arduino-libraries/ArduinoBLE)
3+
This library is a fork of ArduinoBLE library to add the support of STBTLE-RF and STBTLE-1S BLE modules.
44

5-
Enables BLE connectivity on the Arduino MKR WiFi 1010, Arduino UNO WiFi Rev.2, Arduino Nano 33 IoT, and Arduino Nano 33 BLE.
5+
You can find the official Pull Request at the following link:
66

7-
This library supports creating a BLE peripheral and BLE central mode.
7+
https://github.com/arduino-libraries/ArduinoBLE/pull/26
88

9-
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.
10-
11-
12-
For more information about this library please visit us at:
13-
https://www.arduino.cc/en/Reference/ArduinoBLE
9+
For more information about ArduinoBLE library please visit the official web page at:
10+
https://github.com/arduino-libraries/ArduinoBLE
1411

1512
## License
1613

‎library.properties‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name=ArduinoBLE
1+
name=STM32duinoBLE
22
version=1.1.1
3-
author=Arduino
4-
maintainer=Arduino <info@arduino.cc>
5-
sentence=Enables BLE connectivity on the Arduino MKR WiFi 1010, Arduino UNO WiFi Rev.2, Arduino Nano 33 IoT, and Arduino Nano 33 BLE.
3+
author=Arduino, SRA
4+
maintainer=stm32duino
5+
sentence=Fork of ArduinoBLE library to add the support of STBTLE-RF and STBTLE-1S BLE modules.
66
paragraph=This library supports creating a BLE peripheral and BLE central mode.
77
category=Communication
8-
url=https://www.arduino.cc/en/Reference/ArduinoBLE
8+
url=https://github.com/stm32duino/STM32duinoBLE
99
architectures=samd,megaavr,mbed,stm32
1010
includes=ArduinoBLE.h

‎src/utility/HCISpiTransport.cpp‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
This file is part of the ArduinoBLE library.
3-
Copyright (c) 2018 Arduino SA. All rights reserved.
2+
This file is part of the STM32duinoBLE library.
3+
Copyright (c) 2019 STMicroelectronics. All rights reserved.
44
55
This library is free software; you can redistribute it and/or
66
modify it under the terms of the GNU Lesser General Public

‎src/utility/HCISpiTransport.h‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
This file is part of the ArduinoBLE library.
3-
Copyright (c) 2018 Arduino SA. All rights reserved.
2+
This file is part of the STM32duinoBLE library.
3+
Copyright (c) 2019 STMicroelectronics. All rights reserved.
44
55
This library is free software; you can redistribute it and/or
66
modify it under the terms of the GNU Lesser General Public

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /