Skip to content

Commit

Permalink
Change name/URL and description of this library
Browse files Browse the repository at this point in the history
- change name/URL of the repository from `ESP32-Arduino-Servo-Library` to `ServoESP32`
- add little bit better description senstense
  • Loading branch information
JarekParal committed Jan 30, 2020
1 parent 4bb66d8 commit 53c0722
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down
8 changes: 4 additions & 4 deletions library.json
Original file line number Diff line number Diff line change
@@ -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":
{
Expand All @@ -16,7 +16,7 @@
"url": "http://www.robotikabrno.cz",
"maintainer": true
},
"version": "1.0.1",
"version": "1.0.2",
"frameworks": "arduino",
"platforms": "espressif32"
}
6 changes: 3 additions & 3 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name=ServoESP32
version=1.0.1
version=1.0.2
author=Jaroslav Paral
maintainer=Jaroslav Paral <paral@robotikabrno.cz>
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

0 comments on commit 53c0722

Please sign in to comment.