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 }
int pwm_pin_alt(int chan, int pinnum)
Definition: pwm.cpp:4
#define ROS_INFO_STREAM(args)


ws281x
Author(s): Alexey Rogachevskiy , Oleg Kalachev
autogenerated on Wed Jun 15 2022 02:46:00