OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:myuln200xa
(Results
1 - 1
of
1
) sorted by null
/hardware/bsp/intel/peripheral/libupm/examples/python/
uln200xa.py
32
myUln200xa
= upmULN200XA.ULN200XA(4096, 8, 9, 10, 11)
40
# including functions from
myUln200xa
50
myUln200xa
.setSpeed(5) # 5 RPMs
51
myUln200xa
.setDirection(upmULN200XA.ULN200XA.DIR_CW)
54
myUln200xa
.stepperSteps(4096)
60
myUln200xa
.setDirection(upmULN200XA.ULN200XA.DIR_CCW)
61
myUln200xa
.stepperSteps(2048)
64
myUln200xa
.release()
Completed in 93 milliseconds