class Pigpio::Pulse

This class wrap gpioPulse_t.

Public Class Methods

make(p1, p2, p3) click to toggle source

Constructor of gpioPulse_t as Pigpio::Pulse class . .

typedef struct
{
   uint32_t gpioOn;
   uint32_t gpioOff;
   uint32_t usDelay;
} gpioPulse_t;

. .

VALUE pigpio_rbst_gpioPulse_make(VALUE self,VALUE gpioOn,VALUE gpioOff,VALUE usDelay){