diff --git a/README.md b/README.md index b19cd6c..2994f14 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# ESP32-Arduino-Servo-Library [![Build Status](https://travis-ci.org/RoboticsBrno/ESP32-Arduino-Servo-Library.svg?branch=master)](https://travis-ci.org/RoboticsBrno/ESP32-Arduino-Servo-Library) +# ServoESP32 [![Build Status](https://travis-ci.org/RoboticsBrno/ESP32-Arduino-Servo-Library.svg?branch=master)](https://travis-ci.org/RoboticsBrno/ESP32-Arduino-Servo-Library) -Generate RC servo signal on a selected pin. +Generate RC servo signal on a selected pins with ESP32 device and Arduino framework. Base on [servo library for stm32f4 (d2a4a47)](https://github.com/arduino-libraries/Servo/blob/master/src/stm32f4/ServoTimers.h). diff --git a/library.json b/library.json index 041b03f..5e4ae37 100644 --- a/library.json +++ b/library.json @@ -1,13 +1,13 @@ { "name": "ServoESP32", "keywords": "servo, esp32", - "description": "Generate RC servo signal on a selected pin.", - "homepage": "https://www.arduino.cc/en/Reference/Servo", + "description": "Generate RC servo signal on a selected pins with ESP32 device and Arduino framework.", + "homepage": "https://github.com/RoboticsBrno/ServoESP32/", "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/RoboticsBrno/ESP32-Arduino-Servo-Library.git" + "url": "https://github.com/RoboticsBrno/ServoESP32.git" }, "authors": { @@ -16,7 +16,7 @@ "url": "http://www.robotikabrno.cz", "maintainer": true }, - "version": "1.0.1", + "version": "1.0.2", "frameworks": "arduino", "platforms": "espressif32" } diff --git a/library.properties b/library.properties index 0fc8e49..1906909 100644 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ name=ServoESP32 -version=1.0.1 +version=1.0.2 author=Jaroslav Paral maintainer=Jaroslav Paral -sentence=Generate RC servo signal on a selected pin. +sentence=Generate RC servo signal on a selected pins with ESP32 device and Arduino framework. paragraph= category=Device Control -url=http://arduino.cc/en/Reference/Servo +url=https://github.com/RoboticsBrno/ServoESP32/ architectures=esp32