pigpio.pi Member List

This is the complete list of members for pigpio.pi, including all inherited members.

__init__(self, host=os.getenv("PIGPIO_ADDR", 'localhost'), port=os.getenv("PIGPIO_PORT", 8888), show_errors=True)pigpio.pi
_hostpigpio.piprivate
_notifypigpio.piprivate
_portpigpio.piprivate
_rxbuf(self, count)pigpio.piprivate
bb_i2c_close(self, SDA)pigpio.pi
bb_i2c_open(self, SDA, SCL, baud=100000)pigpio.pi
bb_i2c_zip(self, SDA, data)pigpio.pi
bb_serial_invert(self, user_gpio, invert)pigpio.pi
bb_serial_read(self, user_gpio)pigpio.pi
bb_serial_read_close(self, user_gpio)pigpio.pi
bb_serial_read_open(self, user_gpio, baud, bb_bits=8)pigpio.pi
bb_spi_close(self, CS)pigpio.pi
bb_spi_open(self, CS, MISO, MOSI, SCLK, baud=100000, spi_flags=0)pigpio.pi
bb_spi_xfer(self, CS, data)pigpio.pi
bsc_i2c(self, i2c_address, data=[])pigpio.pi
bsc_xfer(self, bsc_control, data)pigpio.pi
callback(self, user_gpio, edge=RISING_EDGE, func=None)pigpio.pi
clear_bank_1(self, bits)pigpio.pi
clear_bank_2(self, bits)pigpio.pi
connectedpigpio.pi
custom_1(self, arg1=0, arg2=0, argx=[])pigpio.pi
custom_2(self, arg1=0, argx=[], retMax=8192)pigpio.pi
delete_script(self, script_id)pigpio.pi
event_callback(self, event, func=None)pigpio.pi
event_trigger(self, event)pigpio.pi
file_close(self, handle)pigpio.pi
file_list(self, fpattern)pigpio.pi
file_open(self, file_name, file_mode)pigpio.pi
file_read(self, handle, count)pigpio.pi
file_seek(self, handle, seek_offset, seek_from)pigpio.pi
file_write(self, handle, data)pigpio.pi
get_current_tick(self)pigpio.pi
get_hardware_revision(self)pigpio.pi
get_mode(self, gpio)pigpio.pi
get_pad_strength(self, pad)pigpio.pi
get_pigpio_version(self)pigpio.pi
get_PWM_dutycycle(self, user_gpio)pigpio.pi
get_PWM_frequency(self, user_gpio)pigpio.pi
get_PWM_range(self, user_gpio)pigpio.pi
get_PWM_real_range(self, user_gpio)pigpio.pi
get_servo_pulsewidth(self, user_gpio)pigpio.pi
gpio_trigger(self, user_gpio, pulse_len=10, level=1)pigpio.pi
hardware_clock(self, gpio, clkfreq)pigpio.pi
hardware_PWM(self, gpio, PWMfreq, PWMduty)pigpio.pi
i2c_block_process_call(self, handle, reg, data)pigpio.pi
i2c_close(self, handle)pigpio.pi
i2c_open(self, i2c_bus, i2c_address, i2c_flags=0)pigpio.pi
i2c_process_call(self, handle, reg, word_val)pigpio.pi
i2c_read_block_data(self, handle, reg)pigpio.pi
i2c_read_byte(self, handle)pigpio.pi
i2c_read_byte_data(self, handle, reg)pigpio.pi
i2c_read_device(self, handle, count)pigpio.pi
i2c_read_i2c_block_data(self, handle, reg, count)pigpio.pi
i2c_read_word_data(self, handle, reg)pigpio.pi
i2c_write_block_data(self, handle, reg, data)pigpio.pi
i2c_write_byte(self, handle, byte_val)pigpio.pi
i2c_write_byte_data(self, handle, reg, byte_val)pigpio.pi
i2c_write_device(self, handle, data)pigpio.pi
i2c_write_i2c_block_data(self, handle, reg, data)pigpio.pi
i2c_write_quick(self, handle, bit)pigpio.pi
i2c_write_word_data(self, handle, reg, word_val)pigpio.pi
i2c_zip(self, handle, data)pigpio.pi
notify_begin(self, handle, bits)pigpio.pi
notify_close(self, handle)pigpio.pi
notify_open(self)pigpio.pi
notify_pause(self, handle)pigpio.pi
read(self, gpio)pigpio.pi
read_bank_1(self)pigpio.pi
read_bank_2(self)pigpio.pi
run_script(self, script_id, params=None)pigpio.pi
script_status(self, script_id)pigpio.pi
serial_close(self, handle)pigpio.pi
serial_data_available(self, handle)pigpio.pi
serial_open(self, tty, baud, ser_flags=0)pigpio.pi
serial_read(self, handle, count=1000)pigpio.pi
serial_read_byte(self, handle)pigpio.pi
serial_write(self, handle, data)pigpio.pi
serial_write_byte(self, handle, byte_val)pigpio.pi
set_bank_1(self, bits)pigpio.pi
set_bank_2(self, bits)pigpio.pi
set_glitch_filter(self, user_gpio, steady)pigpio.pi
set_mode(self, gpio, mode)pigpio.pi
set_noise_filter(self, user_gpio, steady, active)pigpio.pi
set_pad_strength(self, pad, pad_strength)pigpio.pi
set_pull_up_down(self, gpio, pud)pigpio.pi
set_PWM_dutycycle(self, user_gpio, dutycycle)pigpio.pi
set_PWM_frequency(self, user_gpio, frequency)pigpio.pi
set_PWM_range(self, user_gpio, range_)pigpio.pi
set_servo_pulsewidth(self, user_gpio, pulsewidth)pigpio.pi
set_watchdog(self, user_gpio, wdog_timeout)pigpio.pi
shell(self, shellscr, pstring="")pigpio.pi
slpigpio.pi
spi_close(self, handle)pigpio.pi
spi_open(self, spi_channel, baud, spi_flags=0)pigpio.pi
spi_read(self, handle, count)pigpio.pi
spi_write(self, handle, data)pigpio.pi
spi_xfer(self, handle, data)pigpio.pi
stop(self)pigpio.pi
stop_script(self, script_id)pigpio.pi
store_script(self, script)pigpio.pi
update_script(self, script_id, params=None)pigpio.pi
wait_for_edge(self, user_gpio, edge=RISING_EDGE, wait_timeout=60.0)pigpio.pi
wait_for_event(self, event, wait_timeout=60.0)pigpio.pi
wave_add_generic(self, pulses)pigpio.pi
wave_add_new(self)pigpio.pi
wave_add_serial(self, user_gpio, baud, data, offset=0, bb_bits=8, bb_stop=2)pigpio.pi
wave_chain(self, data)pigpio.pi
wave_clear(self)pigpio.pi
wave_create(self)pigpio.pi
wave_delete(self, wave_id)pigpio.pi
wave_get_cbs(self)pigpio.pi
wave_get_max_cbs(self)pigpio.pi
wave_get_max_micros(self)pigpio.pi
wave_get_max_pulses(self)pigpio.pi
wave_get_micros(self)pigpio.pi
wave_get_pulses(self)pigpio.pi
wave_send_once(self, wave_id)pigpio.pi
wave_send_repeat(self, wave_id)pigpio.pi
wave_send_using_mode(self, wave_id, mode)pigpio.pi
wave_tx_at(self)pigpio.pi
wave_tx_busy(self)pigpio.pi
wave_tx_repeat(self)pigpio.pi
wave_tx_start(self)pigpio.pi
wave_tx_stop(self)pigpio.pi
write(self, gpio, level)pigpio.pi


cob_hand_bridge
Author(s): Mathias Lüdtke
autogenerated on Tue Oct 20 2020 03:35:58