OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:l298
(Results
1 - 5
of
5
) 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
...]
/art/test/421-large-frame/src/
Main.java
335
long
l298
= 298L + dummy;
local
834
l298
+= l297;
835
l299 +=
l298
;
/art/test/470-huge-method/src/
Main.java
330
long
l298
= 298;
local
1329
l298
+= l297;
1330
l299 +=
l298
;
[
all
...]
/art/test/083-compiler-regressions/src/
Main.java
1933
long
l298
= 298;
local
[
all
...]
Completed in 828 milliseconds