Skip to content

Commit 08d5ddd

Browse files
icyqwqlbuque
authored andcommitted
lib/module: Add ODrive module.
Signed-off-by: icyqwq <[email protected]>
1 parent 25ccbfc commit 08d5ddd

File tree

3 files changed

+467
-0
lines changed

3 files changed

+467
-0
lines changed

m5stack/libs/module/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"LoRaWAN868Module": "lorawan868",
2020
"Module4In8Out": "module_4in8out",
2121
"NBIOTModule": "nbiot",
22+
"ODriveModule": "odrive",
2223
"PLUSModule": "plus",
2324
"PPSModule": "pps",
2425
"RCAModule": "rca",

m5stack/libs/module/manifest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"module_4in8out.py",
2323
"module_helper.py",
2424
"nbiot.py",
25+
"odrive.py",
2526
"plus.py",
2627
"pps.py",
2728
"rca.py",

0 commit comments

Comments
 (0)