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 |
||||
version=1.0.1 |
||||
author=majicDesigns |
||||
maintainer=marco_c <8136821@gmail.com> |
||||
name=MD_REncoderPlus |
||||
version=1.0.2 |
||||
author=dcoredump@googlemail.com |
||||
maintainer= |
||||
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 |
||||
url=https://github.com/MajicDesigns/MD_REncoder |
||||
url=https://codeberg.org/dcoredump/MicroDexed/src/branch/dev/third-party/MD_REncoderPlus |
||||
architectures=* |
||||
license=LGPL-2.1 |
||||
|
Loading…
Reference in new issue