Searched refs:l298 (Results 1 – 6 of 6) sorted by relevance
/hardware/bsp/intel/peripheral/libupm/examples/c++/ |
D | l298-stepper.cxx | 38 upm::L298* l298 = new upm::L298(200, 3, 4, 7, 8, 9); in main() local 40 l298->setSpeed(10); // 10 RPMs in main() 41 l298->setDirection(upm::L298::DIR_CW); in main() 42 l298->enable(true); in main() 45 l298->stepperSteps(200); in main() 50 l298->setDirection(upm::L298::DIR_CCW); in main() 51 l298->stepperSteps(100); in main() 53 l298->enable(false); in main() 59 delete l298; in main()
|
D | l298.cxx | 38 upm::L298* l298 = new upm::L298(3, 4, 7); in main() local 41 l298->setSpeed(50); in main() 42 l298->setDirection(upm::L298::DIR_CW); in main() 43 l298->enable(true); in main() 48 l298->setDirection(upm::L298::DIR_NONE); // fast stop in main() 49 l298->setDirection(upm::L298::DIR_CCW); in main() 52 l298->setSpeed(0); in main() 53 l298->enable(false); in main() 59 delete l298; in main()
|
D | CMakeLists.txt | 101 add_executable (l298-example l298.cxx) 102 add_executable (l298-stepper-example l298-stepper.cxx) 224 include_directories (${PROJECT_SOURCE_DIR}/src/l298) 361 target_link_libraries (l298-example l298 ${CMAKE_THREAD_LIBS_INIT}) 362 target_link_libraries (l298-stepper-example l298 ${CMAKE_THREAD_LIBS_INIT})
|
/hardware/bsp/intel/peripheral/libupm/src/l298/ |
D | CMakeLists.txt | 1 set (libname "l298") 2 set (libdescription "upm l298 dual h-bridge")
|
/hardware/bsp/intel/peripheral/libupm/doxy/ |
D | samples.mapping.txt | 60 l298-stepper.cxx L298_stepperSample.java 61 l298.cxx L298Sample.java
|
/hardware/bsp/intel/peripheral/libupm/docs/ |
D | changelog.md | 64 * New sensors: mma7660, cjq4435, adxl335, hmtrp, nunchuck, otp538u, l298,
|