Skip to content

Commit

Permalink
Update README and library properties for STM32duinoBLE
Browse files Browse the repository at this point in the history
  • Loading branch information
cparata committed Sep 20, 2019
1 parent 3474eab commit 137c830
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 18 deletions.
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
# ArduinoBLE
# STM32duinoBLE

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

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

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

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.


For more information about this library please visit us at:
https://www.arduino.cc/en/Reference/ArduinoBLE
For more information about ArduinoBLE library please visit the official web page at:
https://github.com/arduino-libraries/ArduinoBLE

## License

Expand Down
10 changes: 5 additions & 5 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name=ArduinoBLE
name=STM32duinoBLE
version=1.1.1
author=Arduino
maintainer=Arduino <[email protected]>
sentence=Enables BLE connectivity on the Arduino MKR WiFi 1010, Arduino UNO WiFi Rev.2, Arduino Nano 33 IoT, and Arduino Nano 33 BLE.
author=Arduino, SRA
maintainer=stm32duino
sentence=Fork of ArduinoBLE library to add the support of STBTLE-RF and STBTLE-1S BLE modules.
paragraph=This library supports creating a BLE peripheral and BLE central mode.
category=Communication
url=https://www.arduino.cc/en/Reference/ArduinoBLE
url=https://github.com/stm32duino/STM32duinoBLE
architectures=samd,megaavr,mbed,stm32
includes=ArduinoBLE.h
4 changes: 2 additions & 2 deletions src/utility/HCISpiTransport.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
This file is part of the ArduinoBLE library.
Copyright (c) 2018 Arduino SA. All rights reserved.
This file is part of the STM32duinoBLE library.
Copyright (c) 2019 STMicroelectronics. All rights reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
Expand Down
4 changes: 2 additions & 2 deletions src/utility/HCISpiTransport.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
This file is part of the ArduinoBLE library.
Copyright (c) 2018 Arduino SA. All rights reserved.
This file is part of the STM32duinoBLE library.
Copyright (c) 2019 STMicroelectronics. All rights reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
Expand Down

0 comments on commit 137c830

Please sign in to comment.