OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:upmL298
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/libupm/examples/python/
l298.py
26
import pyupm_l298 as
upmL298
31
myHBridge =
upmL298
.L298(3, 4, 7)
52
myHBridge.setDirection(
upmL298
.L298.DIR_CW)
58
myHBridge.setDirection(
upmL298
.L298.DIR_NONE) # fast stop
59
myHBridge.setDirection(
upmL298
.L298.DIR_CCW)
l298-stepper.py
26
import pyupm_l298 as
upmL298
30
myHBridge =
upmL298
.L298(200, 3, 4, 7, 8, 9)
50
myHBridge.setDirection(
upmL298
.L298.DIR_CW)
61
myHBridge.setDirection(
upmL298
.L298.DIR_CCW)
Completed in 1181 milliseconds