Public Member Functions | Public Attributes | List of all members
pigpio.pulse Class Reference

Public Member Functions

def __init__ (self, gpio_on, gpio_off, delay)
 

Public Attributes

 delay
 
 gpio_off
 
 gpio_on
 

Detailed Description

A class to store pulse information.

Definition at line 877 of file pigpio.py.

Constructor & Destructor Documentation

◆ __init__()

def pigpio.pulse.__init__ (   self,
  gpio_on,
  gpio_off,
  delay 
)
Initialises a pulse.

 gpio_on:= the GPIO to switch on at the start of the pulse.
gpio_off:= the GPIO to switch off at the start of the pulse.
   delay:= the delay in microseconds before the next pulse.

Definition at line 882 of file pigpio.py.

Member Data Documentation

◆ delay

pigpio.pulse.delay

Definition at line 893 of file pigpio.py.

◆ gpio_off

pigpio.pulse.gpio_off

Definition at line 892 of file pigpio.py.

◆ gpio_on

pigpio.pulse.gpio_on

Definition at line 891 of file pigpio.py.


The documentation for this class was generated from the following file:


cob_hand_bridge
Author(s): Mathias Lüdtke
autogenerated on Fri Aug 2 2024 09:40:57