parent
66243bcd7b
commit
4f8790ee8f
@ -1,17 +0,0 @@ |
|||||||
{ |
|
||||||
// Use IntelliSense to learn about possible attributes. |
|
||||||
// Hover to view descriptions of existing attributes. |
|
||||||
"version": "0.2.0", |
|
||||||
"configurations": [ |
|
||||||
{ |
|
||||||
"cwd": "${workspaceFolder}", |
|
||||||
"executable": "./bin/executable.elf", |
|
||||||
"name": "Debug with ST-Util", |
|
||||||
"request": "launch", |
|
||||||
"type": "cortex-debug", |
|
||||||
"runToEntryPoint": "main", |
|
||||||
"showDevDebugOutput": "none", |
|
||||||
"servertype": "stutil" |
|
||||||
} |
|
||||||
] |
|
||||||
} |
|
@ -1,10 +1,10 @@ |
|||||||
name=MD_REncoder |
name=MD_REncoderPlus |
||||||
version=1.0.1 |
version=1.0.2 |
||||||
author=majicDesigns |
author=dcoredump@googlemail.com |
||||||
maintainer=marco_c <8136821@gmail.com> |
maintainer= |
||||||
sentence=Library for Rotary Encoder |
sentence=Library for Rotary Encoder |
||||||
paragraph=This is an adaptation of Ben Buxton's excellent rotary library and implements additional features for encoder rotation speed. |
paragraph=This is an adaptation of the adaption of Ben Buxton's excellent rotary library and implements additional features for encoder rotation speed. |
||||||
category=Sensors |
category=Sensors |
||||||
url=https://github.com/MajicDesigns/MD_REncoder |
url=https://codeberg.org/dcoredump/MicroDexed/src/branch/dev/third-party/MD_REncoderPlus |
||||||
architectures=* |
architectures=* |
||||||
license=LGPL-2.1 |
license=LGPL-2.1 |
||||||
|
Loading…
Reference in new issue