6#ifndef IPWMCONTROLTEST_H
7#define IPWMCONTROLTEST_H
11#include <catch2/catch_amalgamated.hpp>
30 b =
ipwm->getDutyCycle(0, &val);
33 b =
ipwm->getRefDutyCycle(0, &val);
36 b =
ipwm->setRefDutyCycle(0,100);
Interface for setting control mode in control board.
Interface for controlling an axis, by sending directly a PWM reference signal to a motor.
A mini-server for performing network communication in the background.
void exec_iPwmControl_test_1(IPWMControl *ipwm, IControlMode *icmd)
For streams capable of holding different kinds of content, check what they actually have.
An interface to the operating system, including Port based communication.