vendor
rpi_ws281x_mock
pwm.cpp
Go to the documentation of this file.
1
#include "
pwm.h
"
2
#include <
ros/console.h
>
3
4
int
pwm_pin_alt
(
int
chan,
int
pinnum)
5
{
6
ROS_INFO_STREAM
(
"pwm_pin_alt called (params: chan == "
<< chan <<
", pinnum == "
<< pinnum <<
")"
);
7
return
42;
8
}
console.h
pwm.h
ROS_INFO_STREAM
#define ROS_INFO_STREAM(args)
pwm_pin_alt
int pwm_pin_alt(int chan, int pinnum)
Definition:
pwm.cpp:4
ws281x
Author(s): Alexey Rogachevskiy
, Oleg Kalachev
autogenerated on Wed Jun 15 2022 02:21:36