|
1 | 1 | {
|
2 |
| - "name": "ESP32Encoder", |
3 |
| - "description": "Encoder library for the ESP32 using interrupts. This library supports quadrature and half quadrature.", |
4 |
| - "frameworks": "arduino", |
5 |
| - "platforms": ["espressif32"], |
6 |
| - "url": "https://github.com/madhephaestus/ESP32Encoder", |
7 |
| - "version": "0.11.7", |
8 |
| - "keywords": "input, encoder", |
9 |
| - "authors": [ |
10 |
| - { |
11 |
| - "name": "Kevin Harrington", |
12 |
| - "url": "https://github.com/madhephaestus", |
13 |
| - |
14 |
| - "maintainer": true |
15 |
| - } |
16 |
| - ], |
17 |
| - "repository": { |
18 |
| - "type": "git", |
19 |
| - "url": "https://github.com/madhephaestus/ESP32Encoder.git" |
20 |
| - }, |
21 |
| - "export": { |
22 |
| - "include": |
23 |
| - [ |
24 |
| - "examples/*", |
25 |
| - "src/*", |
26 |
| - "README.md", |
27 |
| - "library.*", |
28 |
| - "licence.txt" |
29 |
| - ] |
| 2 | + "name": "ESP32Encoder", |
| 3 | + "description": "Encoder library for the ESP32 using interrupts. This library supports quadrature and half quadrature.", |
| 4 | + "frameworks": ["arduino", "espidf"], |
| 5 | + "platforms": ["espressif32"], |
| 6 | + "url": "https://github.com/madhephaestus/ESP32Encoder", |
| 7 | + "version": "0.11.7", |
| 8 | + "keywords": "input, encoder", |
| 9 | + "authors": [ |
| 10 | + { |
| 11 | + "name": "Kevin Harrington", |
| 12 | + "url": "https://github.com/madhephaestus", |
| 13 | + |
| 14 | + "maintainer": true |
30 | 15 | }
|
| 16 | + ], |
| 17 | + "repository": { |
| 18 | + "type": "git", |
| 19 | + "url": "https://github.com/madhephaestus/ESP32Encoder.git" |
| 20 | + }, |
| 21 | + "export": { |
| 22 | + "include": ["examples/*", "src/*", "README.md", "library.*", "licence.txt"] |
| 23 | + } |
31 | 24 | }
|
0 commit comments