From 236aeda3009545d9efa540b9b992843449d9a5a6 Mon Sep 17 00:00:00 2001 From: Andrea Richetta Date: Mon, 30 Aug 2021 10:27:39 +0200 Subject: [PATCH] updated library properties and readme added mbed_nicla as compatible architecture to avoid warning during compilation. updated readme adding compatibility with Nicla Sense ME --- .gitignore | 2 ++ docs/readme.md | 2 +- library.properties | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..9bea4330 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ + +.DS_Store diff --git a/docs/readme.md b/docs/readme.md index 86949a50..e9e36fc3 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -1,6 +1,6 @@ # ArduinoBLE library -This library supports all the Arduino boards that have the hardware enabled for BLE and Bluetooth 4.0 and above; these include Nano 33 BLE, Arduino NANO 33 IoT, Uno WiFi Rev 2, MKR WiFi 1010. +This library supports all the Arduino boards that have the hardware enabled for BLE and Bluetooth 4.0 and above; these include Nano 33 BLE, Arduino NANO 33 IoT, Uno WiFi Rev 2, MKR WiFi 1010, Nicla Sense ME. To use this library ``#include `` diff --git a/library.properties b/library.properties index b6d464cc..601474c6 100644 --- a/library.properties +++ b/library.properties @@ -2,9 +2,9 @@ name=ArduinoBLE version=1.2.1 author=Arduino maintainer=Arduino -sentence=Enables BLE connectivity on the Arduino MKR WiFi 1010, Arduino UNO WiFi Rev.2, Arduino Nano 33 IoT, and Arduino Nano 33 BLE. +sentence=Enables BLE connectivity on the Arduino MKR WiFi 1010, Arduino UNO WiFi Rev.2, Arduino Nano 33 IoT, Arduino Nano 33 BLE and Nicla Sense ME. paragraph=This library supports creating a BLE peripheral and BLE central mode. category=Communication url=https://www.arduino.cc/en/Reference/ArduinoBLE -architectures=samd,megaavr,mbed,apollo3,mbed_nano,mbed_portenta +architectures=samd,megaavr,mbed,apollo3,mbed_nano,mbed_portenta,mbed_nicla includes=ArduinoBLE.h