初始化提交
This commit is contained in:
16
arduino-cli/libraries/Encoder/library.json
Normal file
16
arduino-cli/libraries/Encoder/library.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "Encoder",
|
||||
"keywords": "encoder, signal, pulse",
|
||||
"description": "Encoder counts pulses from quadrature encoded signals, which are commonly available from rotary knobs, motor or shaft sensors and other position sensors",
|
||||
"repository":
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/PaulStoffregen/Encoder.git"
|
||||
},
|
||||
"frameworks": "arduino",
|
||||
"platforms":
|
||||
[
|
||||
"atmelavr",
|
||||
"teensy"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user