SubgRfspy v2.0.0 SubgRfspy View Source

This module models the serial communications with a chip running the subg_rfspy firmware (https://github.com/ps2/subg_rfspy). The lower level serial communication is handled by a driver such as SubgRfspy.UART.

Link to this section Summary

Link to this section Functions

Link to this function read(map, timeout_ms \\ 1000) View Source
Link to this function set_base_frequency(chip, mhz) View Source
Link to this function update_register(map, register, value) View Source
Link to this function write(map, packet, repetitions, repetition_delay, timeout_ms) View Source
Link to this function write_and_read(map, packet, timeout_ms \\ 500) View Source