OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:L298
(Results
1 - 10
of
10
) sorted by null
/hardware/bsp/intel/peripheral/libupm/examples/c++/
l298-stepper.cxx
27
#include "
l298
.h"
35
// Instantiate a Stepper motor on a
L298
Dual H-Bridge.
38
upm::
L298
*
l298
= new upm::
L298
(200, 3, 4, 7, 8, 9);
local
40
l298
->setSpeed(10); // 10 RPMs
41
l298
->setDirection(upm::
L298
::DIR_CW);
42
l298
->enable(true);
45
l298
->stepperSteps(200)
[
all
...]
l298.cxx
27
#include "
l298
.h"
35
// Instantiate one of the 2 possible DC motors on a
L298
Dual
36
// H-Bridge. For controlling a stepper motor, see the
l298
-stepper
38
upm::
L298
*
l298
= new upm::
L298
(3, 4, 7);
local
41
l298
->setSpeed(50);
42
l298
->setDirection(upm::
L298
::DIR_CW);
43
l298
->enable(true)
[
all
...]
/hardware/bsp/intel/peripheral/libupm/examples/python/
l298.py
28
# Instantiate one of the 2 possible DC motors on a
L298
Dual
29
# H-Bridge. For controlling a stepper motor, see the
l298
-stepper
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
28
# Instantiate a Stepper motor on a
L298
Dual H-Bridge.
30
myHBridge = upmL298.
L298
(200, 3, 4, 7, 8, 9)
50
myHBridge.setDirection(upmL298.
L298
.DIR_CW)
61
myHBridge.setDirection(upmL298.
L298
.DIR_CCW)
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
l298.js
29
// Instantiate one of the 2 possible DC motors on a
L298
Dual
30
// H-Bridge. For controlling a stepper motor, see the
l298
-stepper
32
var myHBridge_obj = new HBridge_lib.
L298
(3, 4, 7);
41
myHBridge_obj.setDirection(HBridge_lib.
L298
.DIR_CW);
48
myHBridge_obj.setDirection(HBridge_lib.
L298
.DIR_NONE); // fast stop
49
myHBridge_obj.setDirection(HBridge_lib.
L298
.DIR_CCW);
l298-stepper.js
29
// Instantiate a Stepper motor on a
L298
Dual H-Bridge.
31
var myHBridge_obj = new HBridge_lib.
L298
(200, 3, 4, 7, 8, 9);
39
myHBridge_obj.setDirection(HBridge_lib.
L298
.DIR_CW);
49
myHBridge_obj.setDirection(HBridge_lib.
L298
.DIR_CCW);
/hardware/bsp/intel/peripheral/libupm/src/l298/
l298.h
37
* @brief
L298
Dual H-Bridge Motor Driver library
38
* @defgroup
l298
libupm-
l298
43
* @library
l298
44
* @sensor
l298
45
* @comname
L298
Dual H-Bridge Motor Driver
51
* @brief API for the
L298
Dual H-Bridge Motor Driver
59
* @image html
l298
.jpg
60
* <br><em>
L298
Dual H-Bridge Motor Driver image provided by SparkFun* under
65
* @snippet
l298
.cxx Interestin
[
all
...]
l298.cxx
29
#include "
l298
.h"
35
L298
::
L298
(int pwmA, int dir1, int dir2)
76
L298
::
L298
(int stepsPerRev, int en, int i1, int i2, int i3, int i4)
141
void
L298
::initClock()
146
uint32_t
L298
::getMillis()
175
L298
::~
L298
()
198
void
L298
::setPeriodMS(int ms
[
all
...]
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
all_insns.s
302
L298
: suba #212
all_insns.d
461
0+02ae <
L298
> suba #0xd4
Completed in 289 milliseconds