-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
13 lines (13 loc) · 973 Bytes
/
Copy pathpackage.json
File metadata and controls
13 lines (13 loc) · 973 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"urls": [
["smartstepper/__init__.py", "github:bikeNomad/micropython-rp2-smartStepper/smartstepper/__init__.py"],
["smartstepper/arc.py", "github:bikeNomad/micropython-rp2-smartStepper/smartstepper/arc.py"],
["smartstepper/axis.py", "github:bikeNomad/micropython-rp2-smartStepper/smartstepper/axis.py"],
["smartstepper/homing.py", "github:bikeNomad/micropython-rp2-smartStepper/smartstepper/homing.py"],
["smartstepper/multiaxis.py", "github:bikeNomad/micropython-rp2-smartStepper/smartstepper/multiaxis.py"],
["smartstepper/pulseGenerator.py", "github:bikeNomad/micropython-rp2-smartStepper/smartstepper/pulseGenerator.py"],
["smartstepper/pulseCounter.py", "github:bikeNomad/micropython-rp2-smartStepper/smartstepper/pulseCounter.py"],
["smartstepper/smartStepper.py", "github:bikeNomad/micropython-rp2-smartStepper/smartstepper/smartStepper.py"]
],
"deps": []
}