APIs/MicroPython/circuitpython-community.api

branch
eric7
changeset 82
2c9d5ef4e3aa
parent 75
f47694dd2023
equal deleted inserted replaced
81:0c23b9bf83d4 82:2c9d5ef4e3aa
130 absolute_mouse.descriptor.out_report_lengths?7 130 absolute_mouse.descriptor.out_report_lengths?7
131 absolute_mouse.descriptor.report_descriptor?7 131 absolute_mouse.descriptor.report_descriptor?7
132 absolute_mouse.descriptor.report_ids?7 132 absolute_mouse.descriptor.report_ids?7
133 absolute_mouse.descriptor.usage?7 133 absolute_mouse.descriptor.usage?7
134 absolute_mouse.descriptor.usage_page?7 134 absolute_mouse.descriptor.usage_page?7
135 activemotor.ActiveMotor._get_speed_in_dgs?5(speed_value: float)
136 activemotor.ActiveMotor._get_speed_in_rpm?5(speed_value: float)
137 activemotor.ActiveMotor._normalize_speed?5(speed_value: float)
138 activemotor.ActiveMotor._run_positional_ramp?5(pos: float, newpos: float, speed: float, blocking: bool)
139 activemotor.ActiveMotor.actual_absolute_position?4()
140 activemotor.ActiveMotor.actual_position?4(new_position)
141 activemotor.ActiveMotor.actual_speed?4()
142 activemotor.ActiveMotor.coast?4()
143 activemotor.ActiveMotor.deinit?4()
144 activemotor.ActiveMotor.float?4()
145 activemotor.ActiveMotor.has_absolute_position?4()
146 activemotor.ActiveMotor.off?4()
147 activemotor.ActiveMotor.on_combi_value_update?4(combi_num: int, values: List[str])
148 activemotor.ActiveMotor.position_pid?4()
149 activemotor.ActiveMotor.power_limit?4(limit: float)
150 activemotor.ActiveMotor.pwm?4(speed: int | float)
151 activemotor.ActiveMotor.pwmparams?4(pwmthresh, minpwm)
152 activemotor.ActiveMotor.release_after_run?4(value: bool)
153 activemotor.ActiveMotor.reverse_direction?4(reverse: bool)
154 activemotor.ActiveMotor.run_command_default_speed?4(value: float)
155 activemotor.ActiveMotor.run_command_position_tolerance?4(value: int)
156 activemotor.ActiveMotor.run_command_speed_unit?4(unit: SpeedUnit)
157 activemotor.ActiveMotor.run_for_degrees?4(degrees: int | float, speed: float | None = None, blocking: bool = True)
158 activemotor.ActiveMotor.run_for_rotations?4(rotations: int | float, speed: float | None = None, blocking: bool = True)
159 activemotor.ActiveMotor.run_for_seconds?4(seconds: float, speed: float | None = None, blocking: bool = True)
160 activemotor.ActiveMotor.run_to_absolute_angle?4(angle: int, speed: float | None = None, blocking: bool = True, direction: Direction = Direction.SHORTEST, )
161 activemotor.ActiveMotor.run_to_position?4(target_position: int | float, speed: float | None = None, blocking: bool = True, )
162 activemotor.ActiveMotor.set_position_pid?4(p: float = 0, i: float = 0, d: float = 0)
163 activemotor.ActiveMotor.set_speed_pid?4(p: float = 0, i: float = 0, d: float = 0)
164 activemotor.ActiveMotor.speed_pid?4()
165 activemotor.ActiveMotor.start?4(speed: float | None = None)
166 activemotor.ActiveMotor.stop?4()
167 activemotor.ActiveMotor?1(hat: HatSerialCommunication, port: int, type: int)
135 adafruit_discordbot.DiscordBot.get_msg?4(channel, msg, get_author=False) 168 adafruit_discordbot.DiscordBot.get_msg?4(channel, msg, get_author=False)
136 adafruit_discordbot.DiscordBot.send_embed?4(title, content, color=0) 169 adafruit_discordbot.DiscordBot.send_embed?4(title, content, color=0)
137 adafruit_discordbot.DiscordBot.send_msg?4(msg, tts=False) 170 adafruit_discordbot.DiscordBot.send_msg?4(msg, tts=False)
138 adafruit_discordbot.DiscordBot?1(key, webhook, socket, esp) 171 adafruit_discordbot.DiscordBot?1(key, webhook, socket, esp)
139 adafruit_soundboard.CMD_DELAY?7 172 adafruit_soundboard.CMD_DELAY?7
1683 bteve.registers.ULAW_SAMPLES?7 1716 bteve.registers.ULAW_SAMPLES?7
1684 bteve.registers.UNMUTE?7 1717 bteve.registers.UNMUTE?7
1685 bteve.registers.XYLOPHONE?7 1718 bteve.registers.XYLOPHONE?7
1686 bteve.registers.ZERO?7 1719 bteve.registers.ZERO?7
1687 bteve.registers.const?4(x) 1720 bteve.registers.const?4(x)
1721 buildhat.activedevice.ActiveDevice._decode_combi_update?5(combi_num: int, values: List[str])
1722 buildhat.activedevice.ActiveDevice._populate_model_details?5()
1723 buildhat.activedevice.ActiveDevice.baudrate?4()
1724 buildhat.activedevice.ActiveDevice.data_update_interval?4(interval: int)
1725 buildhat.activedevice.ActiveDevice.hardware_version?4()
1726 buildhat.activedevice.ActiveDevice.on_combi_value_update?4(combi_num: int, values: List[str])
1727 buildhat.activedevice.ActiveDevice.on_single_value_update?4(mode: int, value: str)
1728 buildhat.activedevice.ActiveDevice.select_read_mode?4(mode: CombiModes | int)
1729 buildhat.activedevice.ActiveDevice.software_version?4()
1730 buildhat.activedevice.ActiveDevice?1(hat: HatSerialCommunication, port: int, type: int)
1731 buildhat.activedevice._DETAILS_BAUD?8
1732 buildhat.activedevice._DETAILS_FORMAT_COUNT?8
1733 buildhat.activedevice._DETAILS_HARDWARE_VERSION?8
1734 buildhat.activedevice._DETAILS_N_MODES?8
1735 buildhat.activedevice._DETAILS_SOFTWARE_VERSION?8
1736 buildhat.activedevice._DETAILS_TYPE_ACTIVE?8
1737 buildhat.activedevice._DETAILS_UNIT?8
1738 buildhat.device.Device._write1?5(data: bytearray)
1739 buildhat.device.Device.deinit?4()
1740 buildhat.device.Device.ensure_connected?4()
1741 buildhat.device.Device.hat?4()
1742 buildhat.device.Device.is_connected?4()
1743 buildhat.device.Device.name?4()
1744 buildhat.device.Device.off?4()
1745 buildhat.device.Device.on?4()
1746 buildhat.device.Device.on_disconnect?4()
1747 buildhat.device.Device.port?4()
1748 buildhat.device.Device.type?4()
1749 buildhat.device.Device?1(hat: HatSerialCommunication, port: int, type: int)
1750 buildhat.hat.Hat._process_message?5(line: str)
1751 buildhat.hat.Hat.clear_faults?4()
1752 buildhat.hat.Hat.deinit?4()
1753 buildhat.hat.Hat.get_device?4(port: int)
1754 buildhat.hat.Hat.led_mode?4(color)
1755 buildhat.hat.Hat.stop_all_devices?4()
1756 buildhat.hat.Hat.update?4()
1757 buildhat.hat.Hat.vin?4()
1758 buildhat.hat.Hat?1(tx: microcontroller.Pin, rx: microcontroller.Pin, reset: microcontroller.Pin, receiver_buffer_size: int = 2048, debug: bool = False, )
1759 buildhat.hat._CONNECTED?8
1760 buildhat.hat._CONNECTEDPASSIVE?8
1761 buildhat.hat._DEVTIMEOUT?8
1762 buildhat.hat._DISCONNECTED?8
1763 buildhat.hat._NOTCONNECTED?8
1764 buildhat.hatserialcomm.HatSerialCommunication._checksum?5(file: io.FileIO)
1765 buildhat.hatserialcomm.HatSerialCommunication._firmware_folder?5()
1766 buildhat.hatserialcomm.HatSerialCommunication._get_firmware_file_version?5()
1767 buildhat.hatserialcomm.HatSerialCommunication._get_prompt?5(timeout_ms: int = 2000)
1768 buildhat.hatserialcomm.HatSerialCommunication._init_hat?5()
1769 buildhat.hatserialcomm.HatSerialCommunication._load_firmware?5()
1770 buildhat.hatserialcomm.HatSerialCommunication._process_all_incoming_messages?5()
1771 buildhat.hatserialcomm.HatSerialCommunication._process_message?5(line: str)
1772 buildhat.hatserialcomm.HatSerialCommunication._reset_hat?5()
1773 buildhat.hatserialcomm.HatSerialCommunication._wait_for_message?5(message: str, timeout_ms: int = 2000)
1774 buildhat.hatserialcomm.HatSerialCommunication.debug?4(value: bool)
1775 buildhat.hatserialcomm.HatSerialCommunication.deinit?4()
1776 buildhat.hatserialcomm.HatSerialCommunication.pop_device_message_handle?4(device: object)
1777 buildhat.hatserialcomm.HatSerialCommunication.push_device_message_handle?4(device: object, handler: Callable[[str], bool])
1778 buildhat.hatserialcomm.HatSerialCommunication.readline?4(skip: str = None)
1779 buildhat.hatserialcomm.HatSerialCommunication.serial?4()
1780 buildhat.hatserialcomm.HatSerialCommunication?1(tx: microcontroller.Pin, rx: microcontroller.Pin, reset: microcontroller.Pin, receiver_buffer_size=2048, debug: bool = False, )
1781 buildhat.hatserialcomm._BOOTLOADER?8
1782 buildhat.hatserialcomm._DONE?8
1783 buildhat.hatserialcomm._FIRMWARE?8
1784 buildhat.hatserialcomm._PROMPT?8
1688 built_in.Colors.BLUE_DK?7 1785 built_in.Colors.BLUE_DK?7
1689 built_in.Colors.RED?7 1786 built_in.Colors.RED?7
1690 built_in.Colors.WHITE?7 1787 built_in.Colors.WHITE?7
1691 built_in.Colors.boundary?7 1788 built_in.Colors.boundary?7
1692 built_in.Colors.color?7 1789 built_in.Colors.color?7
1712 built_in.Colors.y_min?7 1809 built_in.Colors.y_min?7
1713 built_in.DISPLAY_ROTATION?7 1810 built_in.DISPLAY_ROTATION?7
1714 built_in.REPL_ONLY?7 1811 built_in.REPL_ONLY?7
1715 built_in.display?7 1812 built_in.display?7
1716 built_in.x_min?7 1813 built_in.x_min?7
1814 button_handler.Button._check_multi_press_timeout?5(current_time: int)
1815 button_handler.Button._is_held?5(current_time: int)
1816 button_handler.Button.button_number?4()
1817 button_handler.Button.is_holding?4()
1818 button_handler.Button.is_pressed?4()
1819 button_handler.Button?1(button_number: int = 0, config: ButtonInitConfig = ButtonInitConfig())
1820 button_handler.ButtonHandler._call_callbacks?5(inputs: set[ButtonInput])
1821 button_handler.ButtonHandler._handle_buttons?5()
1822 button_handler.ButtonHandler._handle_event?5(event: Event)
1823 button_handler.ButtonHandler.buttons?4()
1824 button_handler.ButtonHandler.update?4()
1825 button_handler.ButtonHandler?1(event_queue: EventQueue, callable_inputs: set[ButtonInput], button_amount: int = 1, config: dict[int, ButtonInitConfig] = None, )
1826 button_handler.ButtonInitConfig?1(enable_multi_press: bool = True, multi_press_interval: float = 175, long_press_threshold: float = 1000, max_multi_press: int = 2, )
1827 button_handler.ButtonInput.DOUBLE_PRESS?7
1828 button_handler.ButtonInput.HOLD?7
1829 button_handler.ButtonInput.LONG_PRESS?7
1830 button_handler.ButtonInput.SHORT_PRESS?7
1831 button_handler.ButtonInput.action?4(action: Union[int, str])
1832 button_handler.ButtonInput?1(action: Union[int, str], button_number: int = 0, callback: Callable[[], None] = lambda: None, timestamp: int = 0, )
1833 button_handler._TICKS_MAX?8
1834 button_handler._TICKS_PERIOD?8
1835 button_handler.start_time?7
1836 button_handler.ticks_ms?4()
1837 button_handler.timestamp_diff?4(time1: int, time2: int)
1717 candlesticks.Candlestick._draw_lines?5() 1838 candlesticks.Candlestick._draw_lines?5()
1718 candlesticks.Candlestick?1(dist_x: int, openp: int, close: int, high: int, low: int, color_green: int = 0x00FF00, color_red: int = 0xFF0000, screen_ref: int = 180, ) 1839 candlesticks.Candlestick?1(dist_x: int, openp: int, close: int, high: int, low: int, color_green: int = 0x00FF00, color_red: int = 0xFF0000, screen_ref: int = 180, )
1719 caveble.SurveyProtocolService.ACK0?7 1840 caveble.SurveyProtocolService.ACK0?7
1720 caveble.SurveyProtocolService.ACK1?7 1841 caveble.SurveyProtocolService.ACK1?7
1721 caveble.SurveyProtocolService.ACK?7 1842 caveble.SurveyProtocolService.ACK?7
2654 co2_iaq.GREEN?7 2775 co2_iaq.GREEN?7
2655 co2_iaq.ORANGE?7 2776 co2_iaq.ORANGE?7
2656 co2_iaq.RED?7 2777 co2_iaq.RED?7
2657 co2_iaq.YELLOW?7 2778 co2_iaq.YELLOW?7
2658 co2_iaq.co2_ppm_to_quality?4(co2_ppm) 2779 co2_iaq.co2_ppm_to_quality?4(co2_ppm)
2780 color.Color.BLACK?7
2781 color.Color.BLUE?7
2782 color.Color.CYAN?7
2783 color.Color.GREEN?7
2784 color.Color.RED?7
2785 color.Color.VIOLET?7
2786 color.Color.WHITE?7
2787 color.Color.YELLOW?7
2788 color.Color.get_color_from_rgb?4(g: int, b: int)
2789 color.Color.rgb?4()
2790 color.Color?1(desciption: str, r: int, g: int, b: int)
2659 color_picker.color_picker.ColorPicker._color_from_position?5(x, y, image_size) 2791 color_picker.color_picker.ColorPicker._color_from_position?5(x, y, image_size)
2660 color_picker.color_picker.ColorPicker._make_color?5(adj, ratio, shade) 2792 color_picker.color_picker.ColorPicker._make_color?5(adj, ratio, shade)
2661 color_picker.color_picker.ColorPicker.contains?4(touch_point) 2793 color_picker.color_picker.ColorPicker.contains?4(touch_point)
2662 color_picker.color_picker.ColorPicker.when_selected?4(touch_point, screen_height) 2794 color_picker.color_picker.ColorPicker.when_selected?4(touch_point, screen_height)
2663 color_picker.color_picker.ColorPicker?1(filename: str = None, x: int = 0, y: int = 0, image_size: int = 100, **kwargs, ) 2795 color_picker.color_picker.ColorPicker?1(filename: str = None, x: int = 0, y: int = 0, image_size: int = 100, **kwargs, )
2666 color_picker.wheel_maker._write_dib_header?5(output_file, width, height) 2798 color_picker.wheel_maker._write_dib_header?5(output_file, width, height)
2667 color_picker.wheel_maker.color_to_tuple?4(value) 2799 color_picker.wheel_maker.color_to_tuple?4(value)
2668 color_picker.wheel_maker.color_wheel?7 2800 color_picker.wheel_maker.color_wheel?7
2669 color_picker.wheel_maker.make_color?4(base, adj, ratio, shade) 2801 color_picker.wheel_maker.make_color?4(base, adj, ratio, shade)
2670 color_picker.wheel_maker.make_wheel?4(image_name, img_size, bg_color=0x000000) 2802 color_picker.wheel_maker.make_wheel?4(image_name, img_size, bg_color=0x000000)
2803 colordistancesensor.ColorDistanceSensor._avgrgb?5(reads: List[Tuple[int, int, int]])
2804 colordistancesensor.ColorDistanceSensor._clamp?5(val, small, large)
2805 colordistancesensor.ColorDistanceSensor._wait_for_one_update?5()
2806 colordistancesensor.ColorDistanceSensor.get_ambient_light?4()
2807 colordistancesensor.ColorDistanceSensor.get_color?4()
2808 colordistancesensor.ColorDistanceSensor.get_color_rgb?4()
2809 colordistancesensor.ColorDistanceSensor.get_counter?4()
2810 colordistancesensor.ColorDistanceSensor.get_distance?4()
2811 colordistancesensor.ColorDistanceSensor.get_reflected_light?4()
2812 colordistancesensor.ColorDistanceSensor.num_read_average?4(num: int)
2813 colordistancesensor.ColorDistanceSensor.off?4()
2814 colordistancesensor.ColorDistanceSensor.on_single_value_update?4(mode: int, value: str)
2815 colordistancesensor.ColorDistanceSensor.set_color?4(color: Color)
2816 colordistancesensor.ColorDistanceSensor?1(hat: HatSerialCommunication, port: int, type: int)
2817 colorsensor.ColorSensor._avgrgbi?5(reads: List[Tuple[int, int, int, int]])
2818 colorsensor.ColorSensor._turn_off?5()
2819 colorsensor.ColorSensor._turn_on?5()
2820 colorsensor.ColorSensor._wait_for_one_update?5()
2821 colorsensor.ColorSensor.get_ambient_light?4()
2822 colorsensor.ColorSensor.get_color?4()
2823 colorsensor.ColorSensor.get_color_hsv?4()
2824 colorsensor.ColorSensor.get_color_rgbi?4()
2825 colorsensor.ColorSensor.get_reflected_light?4()
2826 colorsensor.ColorSensor.num_read_average?4(num: int)
2827 colorsensor.ColorSensor.off?4()
2828 colorsensor.ColorSensor.on?4()
2829 colorsensor.ColorSensor.on_single_value_update?4(mode: int, value: str)
2830 colorsensor.ColorSensor?1(hat: HatSerialCommunication, port: int, type: int)
2831 combimodes.CombiModes.modes?4()
2832 combimodes.CombiModes.number?4()
2833 combimodes.CombiModes?1(number: int, modes: List[int])
2671 community_tca9555.ADDRESS_MAXIMUM?7 2834 community_tca9555.ADDRESS_MAXIMUM?7
2672 community_tca9555.ADDRESS_MINIMUM?7 2835 community_tca9555.ADDRESS_MINIMUM?7
2673 community_tca9555.CONFIGURATION_PORT_0?7 2836 community_tca9555.CONFIGURATION_PORT_0?7
2674 community_tca9555.CONFIGURATION_PORT_1?7 2837 community_tca9555.CONFIGURATION_PORT_1?7
2675 community_tca9555.INPUT_PORT_0?7 2838 community_tca9555.INPUT_PORT_0?7
2776 creativecontrol_circuitpython_ltc166x.LTC166X.write_chained_dac_values?4(dac_values: list) 2939 creativecontrol_circuitpython_ltc166x.LTC166X.write_chained_dac_values?4(dac_values: list)
2777 creativecontrol_circuitpython_ltc166x.LTC166X.write_dac_value?4(value: int, address: int) 2940 creativecontrol_circuitpython_ltc166x.LTC166X.write_dac_value?4(value: int, address: int)
2778 creativecontrol_circuitpython_ltc166x.LTC166X.write_dac_values?4(values: list) 2941 creativecontrol_circuitpython_ltc166x.LTC166X.write_dac_values?4(values: list)
2779 creativecontrol_circuitpython_ltc166x.LTC166X.write_value_to_spi?4(spi: SPIDevice, value: int, address: int) 2942 creativecontrol_circuitpython_ltc166x.LTC166X.write_value_to_spi?4(spi: SPIDevice, value: int, address: int)
2780 creativecontrol_circuitpython_ltc166x.LTC166X?1(sck: microcontroller.Pin, mosi: microcontroller.Pin, csel: microcontroller.Pin, debug: bool = False, ) 2943 creativecontrol_circuitpython_ltc166x.LTC166X?1(sck: microcontroller.Pin, mosi: microcontroller.Pin, csel: microcontroller.Pin, debug: bool = False, )
2944 devicetype.DeviceType.BUTTON_OR_TOUCH_SENSOR?7
2945 devicetype.DeviceType.COLOR_AND_DISTANCE_SENSOR?7
2946 devicetype.DeviceType.FUTURE_LIGHTS_1?7
2947 devicetype.DeviceType.FUTURE_LIGHTS_2?7
2948 devicetype.DeviceType.GENERAL_PWM?7
2949 devicetype.DeviceType.MEDIUM_LINEAR_MOTOR?7
2950 devicetype.DeviceType.NONE?7
2951 devicetype.DeviceType.SIMPLE_LIGHTS?7
2952 devicetype.DeviceType.SPIKE_3X3_COLOR_LIGHT_MATRIX?7
2953 devicetype.DeviceType.SPIKE_COLOR_SENSOR?7
2954 devicetype.DeviceType.SPIKE_FORCE_SENSOR?7
2955 devicetype.DeviceType.SPIKE_LARGE_ANGULAR_MOTOR?7
2956 devicetype.DeviceType.SPIKE_MEDIUM_ANGULAR_MOTOR?7
2957 devicetype.DeviceType.SPIKE_SMALL_ANGULAR_MOTOR?7
2958 devicetype.DeviceType.SPIKE_ULTRASONIC_DISTANCE_SENSOR?7
2959 devicetype.DeviceType.SYSTEM_FUTURE_ACTUATOR?7
2960 devicetype.DeviceType.SYSTEM_MEDIUM_MOTOR?7
2961 devicetype.DeviceType.SYSTEM_TRAIN_MOTOR?7
2962 devicetype.DeviceType.SYSTEM_TURNABLE_MOTOR?7
2963 devicetype.DeviceType.TECHNIC_LARGE_ANGULAR_MOTOR?7
2964 devicetype.DeviceType.TECHNIC_LARGE_MOTOR?7
2965 devicetype.DeviceType.TECHNIC_MEDIUM_ANGULAR_MOTOR?7
2966 devicetype.DeviceType.TECHNIC_XL_MOTOR?7
2967 devicetype.DeviceType.WEDO_MOTION_SENSOR?7
2968 devicetype.DeviceType.WEDO_TILT_SENSOR?7
2969 devicetype.DeviceType.get_name?4()
2970 devicetype.DeviceType.is_motor?4()
2971 devicetype._ALL_MOTORS?8
2781 dew_point.BREAKPOINTS?7 2972 dew_point.BREAKPOINTS?7
2782 dew_point.dew_point?4(deg_c, humidity, verbose=False) 2973 dew_point.dew_point?4(deg_c, humidity, verbose=False)
2783 dial_needle.needle._draw_position?5(position) 2974 dial_needle.needle._draw_position?5(position)
2784 dial_needle.needle._update_needle?5(value) 2975 dial_needle.needle._update_needle?5(value)
2785 dial_needle.needle.value?4(new_value) 2976 dial_needle.needle.value?4(new_value)
2786 dial_needle.needle?1(dial_object, needle_width=3, needle_pad=10, needle_full=False, needle_color=0x880000, limit_rotation=True, value=None, min_value=0.0, max_value=100.0, ) 2977 dial_needle.needle?1(dial_object, needle_width=3, needle_pad=10, needle_full=False, needle_color=0x880000, limit_rotation=True, value=None, min_value=0.0, max_value=100.0, )
2978 direction.Direction.CCW?7
2979 direction.Direction.CW?7
2980 direction.Direction.SHORTEST?7
2787 display_ht16k33.ht16k33.HT16K33.convert_to_leds?4(y) 2981 display_ht16k33.ht16k33.HT16K33.convert_to_leds?4(y)
2788 display_ht16k33.ht16k33.HT16K33.fill?4(color: bool) 2982 display_ht16k33.ht16k33.HT16K33.fill?4(color: bool)
2789 display_ht16k33.ht16k33.HT16K33.pixel?4(x: int, y: int, color=True) 2983 display_ht16k33.ht16k33.HT16K33.pixel?4(x: int, y: int, color=True)
2790 display_ht16k33.ht16k33.HT16K33.set?4(y: int, new_value: int) 2984 display_ht16k33.ht16k33.HT16K33.set?4(y: int, new_value: int)
2791 display_ht16k33.ht16k33.HT16K33.shift?4(x: int, y: int, rotate: bool = True) 2985 display_ht16k33.ht16k33.HT16K33.shift?4(x: int, y: int, rotate: bool = True)
3078 english_to_espanol.interpret?4(enable=True, english_phrase="") 3272 english_to_espanol.interpret?4(enable=True, english_phrase="")
3079 english_to_francais.ENG_FRANCAIS?7 3273 english_to_francais.ENG_FRANCAIS?7
3080 english_to_francais.interpret?4(enable=True, english_phrase="") 3274 english_to_francais.interpret?4(enable=True, english_phrase="")
3081 english_to_pirate.ENG_PIRATE?7 3275 english_to_pirate.ENG_PIRATE?7
3082 english_to_pirate.interpret?4(enable=True, english_phrase="") 3276 english_to_pirate.interpret?4(enable=True, english_phrase="")
3277 enumstr.EnumStr.parse?4(value: str)
3278 enumstr.EnumStr?1(desciption: str)
3083 equalizer.equalizer.Equalizer._hor_bar_setup?5() 3279 equalizer.equalizer.Equalizer._hor_bar_setup?5()
3084 equalizer.equalizer.Equalizer.show_bars?4(values) 3280 equalizer.equalizer.Equalizer.show_bars?4(values)
3085 equalizer.equalizer.Equalizer?1(background_color: int = 0x000000, number_bars: int = 1, bar_best_fit: bool = True, bar_width: int = 10, pad_x: int = 0, number_segments: int = 2, segments_height: int = 10, seg_best_fit: bool = True, **kwargs, ) 3281 equalizer.equalizer.Equalizer?1(background_color: int = 0x000000, number_bars: int = 1, bar_best_fit: bool = True, bar_width: int = 10, pad_x: int = 0, number_segments: int = 2, segments_height: int = 10, seg_best_fit: bool = True, **kwargs, )
3086 equalizer.float_rgb?4(mag, cmin, cmax) 3282 equalizer.float_rgb?4(mag, cmin, cmax)
3087 equalizer.rectangle_helper?4(x0: int, y0: int, height: int, width: int, bitmap, color_index: int, palette, bitmaptool: bool = True, ) 3283 equalizer.rectangle_helper?4(x0: int, y0: int, height: int, width: int, bitmap, color_index: int, palette, bitmaptool: bool = True, )
4101 laser_egismos._LaserBase._build_frame?5(command: int, address=None, data: Sequence[int] = None) 4297 laser_egismos._LaserBase._build_frame?5(command: int, address=None, data: Sequence[int] = None)
4102 laser_egismos._LaserBase._check_measurement_for_errors?5() 4298 laser_egismos._LaserBase._check_measurement_for_errors?5()
4103 laser_egismos._LaserBase._parse_frame?5(frame: bytes) 4299 laser_egismos._LaserBase._parse_frame?5(frame: bytes)
4104 laser_egismos._LaserBase._process_frame?5(address, command, frame) 4300 laser_egismos._LaserBase._process_frame?5(address, command, frame)
4105 laser_egismos._LaserBase?2(uart: busio.UART, address=0x01, timeout=DEFAULT_TIMEOUT) 4301 laser_egismos._LaserBase?2(uart: busio.UART, address=0x01, timeout=DEFAULT_TIMEOUT)
4302 lightmatrix.LightMatrix._validate_brightness?5()
4303 lightmatrix.LightMatrix._validate_color?5()
4304 lightmatrix.LightMatrix.display_level_bar?4(level: int)
4305 lightmatrix.LightMatrix.display_pixels?4()
4306 lightmatrix.LightMatrix.display_single_color?4(color: MatrixColor)
4307 lightmatrix.LightMatrix.fill_pixels?4(color: MatrixColor, brightness: int)
4308 lightmatrix.LightMatrix.off?4()
4309 lightmatrix.LightMatrix.on?4()
4310 lightmatrix.LightMatrix.set_display_image_transition?4(transition: MatrixTransition)
4311 lightmatrix.LightMatrix.set_pixel?4(x: int, y: int, color: MatrixColor, brightness: int)
4312 lightmatrix.LightMatrix?1(hat: HatSerialCommunication, port: int, type: int)
4106 lilygo_tdeck.Keyboard.get_keypress?4() 4313 lilygo_tdeck.Keyboard.get_keypress?4()
4107 lilygo_tdeck.Keyboard?1(i2c: I2C, device_address: int = None) 4314 lilygo_tdeck.Keyboard?1(i2c: I2C, device_address: int = None)
4108 lilygo_tdeck.TDeck._debug?5(msg) 4315 lilygo_tdeck.TDeck._debug?5(msg)
4109 lilygo_tdeck.TDeck?1(keyboard: Keyboard = None, trackball: Trackball = None, debug: bool = False, ) 4316 lilygo_tdeck.TDeck?1(keyboard: Keyboard = None, trackball: Trackball = None, debug: bool = False, )
4110 lilygo_tdeck.Trackball.get_click?4() 4317 lilygo_tdeck.Trackball.get_click?4()
4163 lps28._TEMP_OUT_L?8 4370 lps28._TEMP_OUT_L?8
4164 lps28._THS_P_L?8 4371 lps28._THS_P_L?8
4165 lps28.data_rate_values?7 4372 lps28.data_rate_values?7
4166 lps28.full_scale_values?7 4373 lps28.full_scale_values?7
4167 lps28.resolution_values?7 4374 lps28.resolution_values?7
4375 m5stack_pbhub.NeoPixels._set_reg?5()
4376 m5stack_pbhub.NeoPixels.brightness?4(value: float)
4377 m5stack_pbhub.NeoPixels.channel?4()
4378 m5stack_pbhub.NeoPixels.fill?4(color: int | Annotated[list[int], 3])
4379 m5stack_pbhub.NeoPixels.number_of_leds?4(number: int)
4380 m5stack_pbhub.NeoPixels?1(pbHub: PbHub, channel: int, number_of_leds: int, brightness: float = 0.5)
4381 m5stack_pbhub.PbHub.firmware_version?4()
4382 m5stack_pbhub.PbHub?1(i2c: busio.I2C, addr: int = 0x61)
4383 m5stack_pbhub.PbHubAnalogInput._set_reg?5()
4384 m5stack_pbhub.PbHubAnalogInput.value?4()
4385 m5stack_pbhub.PbHubAnalogInput?1(pbHub: PbHub, channel: int)
4386 m5stack_pbhub.PbHubDigitalInput._set_reg?5()
4387 m5stack_pbhub.PbHubDigitalInput.value?4()
4388 m5stack_pbhub.PbHubDigitalInput?1(pbHub: PbHub, channel: int, io: int)
4389 m5stack_pbhub.PbHubDigitalOutput._set_reg?5()
4390 m5stack_pbhub.PbHubDigitalOutput.value?4(value: bool)
4391 m5stack_pbhub.PbHubDigitalOutput?1(pbHub: PbHub, channel: int, io: int)
4392 m5stack_pbhub.PbHubPwmOutput._set_reg?5()
4393 m5stack_pbhub.PbHubPwmOutput.value?4(value: int)
4394 m5stack_pbhub.PbHubPwmOutput?1(pbHub: PbHub, channel: int, io: int)
4395 m5stack_pbhub.PbHubServo._set_reg?5()
4396 m5stack_pbhub.PbHubServo.angle?4(angle: int)
4397 m5stack_pbhub.PbHubServo.pulse?4(pulse_width: int)
4398 m5stack_pbhub.PbHubServo?1(pbHub: PbHub, channel: int, io: int)
4399 m5stack_pbhub._CHANNEL_BASE_REG?8
4400 m5stack_pbhub._MAX_NUM_OF_LED?8
4401 m5stack_pbhub._PbHubChannel._set_reg?5()
4402 m5stack_pbhub._PbHubChannel.channel?4(value: int)
4403 m5stack_pbhub._PbHubChannel.io?4(value)
4404 m5stack_pbhub._PbHubChannel?2(pbHub: PbHub, channel: int, io: int)
4168 madgwick.Madgwick._inv_sqrt?5(x) 4405 madgwick.Madgwick._inv_sqrt?5(x)
4169 madgwick.Madgwick.beta?4(value) 4406 madgwick.Madgwick.beta?4(value)
4170 madgwick.Madgwick.compute_angles?4() 4407 madgwick.Madgwick.compute_angles?4()
4171 madgwick.Madgwick.pitch?4() 4408 madgwick.Madgwick.pitch?4()
4172 madgwick.Madgwick.roll?4() 4409 madgwick.Madgwick.roll?4()
4269 managed_spi_test.FakeDigitalIO?1(id) 4506 managed_spi_test.FakeDigitalIO?1(id)
4270 managed_spi_test.TestManagedSpi.read_sdcard?4() 4507 managed_spi_test.TestManagedSpi.read_sdcard?4()
4271 managed_spi_test.TestManagedSpi.read_sensor?4() 4508 managed_spi_test.TestManagedSpi.read_sensor?4()
4272 managed_spi_test.TestManagedSpi.test_acquire?4() 4509 managed_spi_test.TestManagedSpi.test_acquire?4()
4273 managed_spi_test.TestManagedSpi.update_screen?4() 4510 managed_spi_test.TestManagedSpi.update_screen?4()
4511 matrixcolor.MatrixColor.BLACK?7
4512 matrixcolor.MatrixColor.BLUE?7
4513 matrixcolor.MatrixColor.BROWN?7
4514 matrixcolor.MatrixColor.CYAN?7
4515 matrixcolor.MatrixColor.GREEN?7
4516 matrixcolor.MatrixColor.MAGENTA?7
4517 matrixcolor.MatrixColor.ORANGE?7
4518 matrixcolor.MatrixColor.PALE_GREEN?7
4519 matrixcolor.MatrixColor.RED?7
4520 matrixcolor.MatrixColor.WHITE?7
4521 matrixcolor.MatrixColor.YELLOW?7
4522 matrixcolor.MatrixColor.color_num?4()
4523 matrixcolor.MatrixColor?1(desciption: str, color_num: int)
4524 matrixtransition.MatrixTransition.FADE_IN_OUT?7
4525 matrixtransition.MatrixTransition.NONE?7
4526 matrixtransition.MatrixTransition.SWIPE_RTL?7
4527 matrixtransition.MatrixTransition.transition_num?4()
4528 matrixtransition.MatrixTransition?1(desciption: str, transition_num: int)
4274 mc3479.ACCEL_RANGE_12G?7 4529 mc3479.ACCEL_RANGE_12G?7
4275 mc3479.ACCEL_RANGE_16G?7 4530 mc3479.ACCEL_RANGE_16G?7
4276 mc3479.ACCEL_RANGE_2G?7 4531 mc3479.ACCEL_RANGE_2G?7
4277 mc3479.ACCEL_RANGE_4G?7 4532 mc3479.ACCEL_RANGE_4G?7
4278 mc3479.ACCEL_RANGE_8G?7 4533 mc3479.ACCEL_RANGE_8G?7
4423 mindwidgets_df1201s.DF1201S?1(uart: busio.UART) 4678 mindwidgets_df1201s.DF1201S?1(uart: busio.UART)
4424 mindwidgets_df1201s._DFPLAYER_VOLUME_MAX?8 4679 mindwidgets_df1201s._DFPLAYER_VOLUME_MAX?8
4425 mindwidgets_df1201s._OK_RESPONSE?8 4680 mindwidgets_df1201s._OK_RESPONSE?8
4426 mindwidgets_df1201s._map_volume?5(volume: float) 4681 mindwidgets_df1201s._map_volume?5(volume: float)
4427 mindwidgets_df1201s._unwrap_int?5(value: str) 4682 mindwidgets_df1201s._unwrap_int?5(value: str)
4683 minmaxvalue.MinMaxValue.max?4()
4684 minmaxvalue.MinMaxValue.min?4()
4685 minmaxvalue.MinMaxValue.value_type?4()
4686 minmaxvalue.MinMaxValue?1(type: ModeTypeValue, min: int, max: int)
4428 mitutoyo.Digimatic.UNITS?7 4687 mitutoyo.Digimatic.UNITS?7
4429 mitutoyo.Digimatic._req?5(val) 4688 mitutoyo.Digimatic._req?5(val)
4430 mitutoyo.Digimatic.read?4() 4689 mitutoyo.Digimatic.read?4()
4431 mitutoyo.Digimatic.read_cm?4() 4690 mitutoyo.Digimatic.read_cm?4()
4432 mitutoyo.Digimatic?1(**args) 4691 mitutoyo.Digimatic?1(**args)
4433 mitutoyo.Reading?1(value, unit) 4692 mitutoyo.Reading?1(value, unit)
4693 modedetails.ModeDetails.data_type?4()
4694 modedetails.ModeDetails.decimal_precision?4()
4695 modedetails.ModeDetails.min_max_values?4()
4696 modedetails.ModeDetails.name?4()
4697 modedetails.ModeDetails.num_of_chars_to_display?4()
4698 modedetails.ModeDetails.num_of_data?4()
4699 modedetails.ModeDetails.number?4()
4700 modedetails.ModeDetails.unit?4()
4701 modedetails.ModeDetails?1(number: int, name: str, unit: str, data_type: str, num_of_chars_to_display: int, num_of_data: int, decimal_precision: int, min_max_values: Dict[ModeTypeValue, MinMaxValue], )
4702 modetypevalue.ModeTypeValue.PERCENT?7
4703 modetypevalue.ModeTypeValue.RAW?7
4704 modetypevalue.ModeTypeValue.SIGNAL?7
4434 morsecode.Emitter.blinking?4(blinktime: int) 4705 morsecode.Emitter.blinking?4(blinktime: int)
4435 morsecode.Emitter.convertbpm?4(bpm) 4706 morsecode.Emitter.convertbpm?4(bpm)
4436 morsecode.Emitter.convertphrase?4(phrase: str) 4707 morsecode.Emitter.convertphrase?4(phrase: str)
4437 morsecode.Emitter.convertword?4(word: str) 4708 morsecode.Emitter.convertword?4(word: str)
4438 morsecode.Emitter.convletter?4(final: str) 4709 morsecode.Emitter.convletter?4(final: str)
4441 morsecode.Emitter.pattern?4(patternl: List[int]) 4712 morsecode.Emitter.pattern?4(patternl: List[int])
4442 morsecode.Emitter.randomblink?4(iterl: int) 4713 morsecode.Emitter.randomblink?4(iterl: int)
4443 morsecode.Emitter.turnoff?4(pausa: float = 0.1) 4714 morsecode.Emitter.turnoff?4(pausa: float = 0.1)
4444 morsecode.Emitter.turnon?4(pausa: float = 0.1) 4715 morsecode.Emitter.turnon?4(pausa: float = 0.1)
4445 morsecode.Emitter?1(pin) 4716 morsecode.Emitter?1(pin)
4717 motor.Motor._parse_pulse_done_message?5(line: str)
4718 motor.Motor._parse_ramp_done_message?5(line: str)
4719 motor.Motor?1(hat: HatSerialCommunication, port: int, type: int)
4720 motor._PULSE_DONE?8
4721 motor._RAMP_DONE?8
4446 mpu6886.ClockSource.CLKSEL_EXTERNAL_19?7 4722 mpu6886.ClockSource.CLKSEL_EXTERNAL_19?7
4447 mpu6886.ClockSource.CLKSEL_EXTERNAL_32?7 4723 mpu6886.ClockSource.CLKSEL_EXTERNAL_32?7
4448 mpu6886.ClockSource.CLKSEL_INTERNAL_8MHz?7 4724 mpu6886.ClockSource.CLKSEL_INTERNAL_8MHz?7
4449 mpu6886.ClockSource.CLKSEL_INTERNAL_X?7 4725 mpu6886.ClockSource.CLKSEL_INTERNAL_X?7
4450 mpu6886.ClockSource.CLKSEL_INTERNAL_Y?7 4726 mpu6886.ClockSource.CLKSEL_INTERNAL_Y?7
4709 paletteslice_acme.PaletteSlice.make_transparent?4(index) 4985 paletteslice_acme.PaletteSlice.make_transparent?4(index)
4710 paletteslice_acme.PaletteSlice.palette?4() 4986 paletteslice_acme.PaletteSlice.palette?4()
4711 paletteslice_acme.PaletteSlice.pop?4(key) 4987 paletteslice_acme.PaletteSlice.pop?4(key)
4712 paletteslice_acme.PaletteSlice.reference_list?4() 4988 paletteslice_acme.PaletteSlice.reference_list?4()
4713 paletteslice_acme.PaletteSlice?1(source_palette) 4989 paletteslice_acme.PaletteSlice?1(source_palette)
4990 passivemotor.PassiveMotor.actual_speed?4()
4991 passivemotor.PassiveMotor.default_speed?4(speed: float)
4992 passivemotor.PassiveMotor.off?4()
4993 passivemotor.PassiveMotor.on?4()
4994 passivemotor.PassiveMotor.power_limit?4(limit: float)
4995 passivemotor.PassiveMotor.pwmparams?4(pwmthresh, minpwm)
4996 passivemotor.PassiveMotor.run_for_seconds?4(seconds: float, speed: float | None = None, blocking: bool = True)
4997 passivemotor.PassiveMotor.start?4(speed: float | None = None)
4998 passivemotor.PassiveMotor.stop?4()
4999 passivemotor.PassiveMotor?1(hat: HatSerialCommunication, port: int, type: int)
5000 pca9674.digital_inout.DigitalInOut.direction?4(val: Direction)
5001 pca9674.digital_inout.DigitalInOut.invert_polarity?4(val: bool)
5002 pca9674.digital_inout.DigitalInOut.switch_to_input?4(invert_polarity: bool = False, **kwargs)
5003 pca9674.digital_inout.DigitalInOut.switch_to_output?4(value: bool = False, **kwargs)
5004 pca9674.digital_inout.DigitalInOut.value?4(val: bool)
5005 pca9674.digital_inout.DigitalInOut?1(pin_number: int, pca9674: PCA9674)
5006 pca9674.digital_inout._clear_bit?5(val, bit: int)
5007 pca9674.digital_inout._enable_bit?5(val, bit: int)
5008 pca9674.digital_inout._get_bit?5(val, bit: int)
5009 pca9674.pca9674.PCA9674._read_u8?5()
5010 pca9674.pca9674.PCA9674._write_u8?5(val: int)
5011 pca9674.pca9674.PCA9674.get_pin?4(pin: int)
5012 pca9674.pca9674.PCA9674.gpio?4(val: int)
5013 pca9674.pca9674.PCA9674.iodir?4(val: int)
5014 pca9674.pca9674.PCA9674.ipol?4(val: int)
5015 pca9674.pca9674.PCA9674.pin_mode?4(pin: int, mode: int)
5016 pca9674.pca9674.PCA9674.readPin?4(pin: int)
5017 pca9674.pca9674.PCA9674.readPins?4()
5018 pca9674.pca9674.PCA9674?1(i2c: I2C, address: int = _PCA9674_ADDRESS, pin_config=0x00)
5019 pca9674.pca9674._BUFFER?8
5020 pca9674.pca9674._PCA9674_ADDRESS?8
4714 pcf85063a.PCF85063A.CLOCKOUT_FREQ_16KHZ?7 5021 pcf85063a.PCF85063A.CLOCKOUT_FREQ_16KHZ?7
4715 pcf85063a.PCF85063A.CLOCKOUT_FREQ_1HZ?7 5022 pcf85063a.PCF85063A.CLOCKOUT_FREQ_1HZ?7
4716 pcf85063a.PCF85063A.CLOCKOUT_FREQ_1KHZ?7 5023 pcf85063a.PCF85063A.CLOCKOUT_FREQ_1KHZ?7
4717 pcf85063a.PCF85063A.CLOCKOUT_FREQ_2KHZ?7 5024 pcf85063a.PCF85063A.CLOCKOUT_FREQ_2KHZ?7
4718 pcf85063a.PCF85063A.CLOCKOUT_FREQ_32KHZ?7 5025 pcf85063a.PCF85063A.CLOCKOUT_FREQ_32KHZ?7
4868 pimoroni_mics6814.Pimoroni_MICS6814.read_oxidising?4() 5175 pimoroni_mics6814.Pimoroni_MICS6814.read_oxidising?4()
4869 pimoroni_mics6814.Pimoroni_MICS6814.read_reducing?4() 5176 pimoroni_mics6814.Pimoroni_MICS6814.read_reducing?4()
4870 pimoroni_mics6814.Pimoroni_MICS6814.reducing?4() 5177 pimoroni_mics6814.Pimoroni_MICS6814.reducing?4()
4871 pimoroni_mics6814.Pimoroni_MICS6814?1(ox_pin, red_pin, nh3_pin, enable_pin=None) 5178 pimoroni_mics6814.Pimoroni_MICS6814?1(ox_pin, red_pin, nh3_pin, enable_pin=None)
4872 piper_blockly.ANY_BUTTON?7 5179 piper_blockly.ANY_BUTTON?7
5180 piper_blockly.ANY_BUTTON_16?7
4873 piper_blockly.BUTTON_10?7 5181 piper_blockly.BUTTON_10?7
4874 piper_blockly.BUTTON_11?7 5182 piper_blockly.BUTTON_11?7
4875 piper_blockly.BUTTON_12?7 5183 piper_blockly.BUTTON_12?7
4876 piper_blockly.BUTTON_13?7 5184 piper_blockly.BUTTON_13?7
4877 piper_blockly.BUTTON_14?7 5185 piper_blockly.BUTTON_14?7
5186 piper_blockly.BUTTON_15?7
5187 piper_blockly.BUTTON_16?7
4878 piper_blockly.BUTTON_1?7 5188 piper_blockly.BUTTON_1?7
4879 piper_blockly.BUTTON_2?7 5189 piper_blockly.BUTTON_2?7
4880 piper_blockly.BUTTON_3?7 5190 piper_blockly.BUTTON_3?7
4881 piper_blockly.BUTTON_4?7 5191 piper_blockly.BUTTON_4?7
4882 piper_blockly.BUTTON_5?7 5192 piper_blockly.BUTTON_5?7
4887 piper_blockly.colorCompare?4(a, b) 5197 piper_blockly.colorCompare?4(a, b)
4888 piper_blockly.consoleClear?4() 5198 piper_blockly.consoleClear?4()
4889 piper_blockly.consolePosition?4(x, y) 5199 piper_blockly.consolePosition?4(x, y)
4890 piper_blockly.digital_view?7 5200 piper_blockly.digital_view?7
4891 piper_blockly.emojiCharacter?4(c) 5201 piper_blockly.emojiCharacter?4(c)
5202 piper_blockly.find_closest_in_list?4(target, lst, conf_thd, comp_func, find_value)
5203 piper_blockly.find_in_list_compare?4(target, value, comp_func)
4892 piper_blockly.isNumber?4(n) 5204 piper_blockly.isNumber?4(n)
4893 piper_blockly.mapValue?4(value, a, b, c, d) 5205 piper_blockly.mapValue?4(value, a, b, c, d)
4894 piper_blockly.numberCompare?4(a, b) 5206 piper_blockly.numberCompare?4(a, b)
4895 piper_blockly.piperCapSensePin.readCapSenseValue?4() 5207 piper_blockly.piperCapSensePin.readCapSenseValue?4()
4896 piper_blockly.piperCapSensePin?1(pin, name) 5208 piper_blockly.piperCapSensePin?1(pin, name)
4897 piper_blockly.piperColorSensor.read?4() 5209 piper_blockly.piperColorSensor.read?4()
4898 piper_blockly.piperColorSensor.readColorSensor?4() 5210 piper_blockly.piperColorSensor.readColorSensor?4()
4899 piper_blockly.piperColorSensor.sensorGain?4(val) 5211 piper_blockly.piperColorSensor.sensorGain?4(val)
4900 piper_blockly.piperColorSensor?1(i2c_bus) 5212 piper_blockly.piperColorSensor?1(i2c_bus)
4901 piper_blockly.piperColorWheel?4(hue_value, bright_value=100) 5213 piper_blockly.piperColorWheel?4(hue_value, bright_value=100)
5214 piper_blockly.piperControllerPins.isPressed?4(b)
4902 piper_blockly.piperControllerPins.readButtons?4() 5215 piper_blockly.piperControllerPins.readButtons?4()
4903 piper_blockly.piperControllerPins.wasPressed?4(b) 5216 piper_blockly.piperControllerPins.wasPressed?4(b)
5217 piper_blockly.piperControllerPins.wasReleased?4(b)
4904 piper_blockly.piperControllerPins?1(clock_pin, clock_name, data_pin, data_name, latch_pin, latch_name) 5218 piper_blockly.piperControllerPins?1(clock_pin, clock_name, data_pin, data_name, latch_pin, latch_name)
4905 piper_blockly.piperDistanceSensorPin.readDistanceSensor?4() 5219 piper_blockly.piperDistanceSensorPin.readDistanceSensor?4()
4906 piper_blockly.piperDistanceSensorPin?1(pin, name) 5220 piper_blockly.piperDistanceSensorPin?1(pin, name)
4907 piper_blockly.piperGraphColor?4(color_value) 5221 piper_blockly.piperGraphColor?4(color_value)
4908 piper_blockly.piperGraphNumbers?4(graph_values) 5222 piper_blockly.piperGraphNumbers?4(graph_values)
4911 piper_blockly.piperHeartSensor?1(i2c_bus) 5225 piper_blockly.piperHeartSensor?1(i2c_bus)
4912 piper_blockly.piperJoystickAxis._Cubic?5(x) 5226 piper_blockly.piperJoystickAxis._Cubic?5(x)
4913 piper_blockly.piperJoystickAxis._cubicScaledDeadband?5(x) 5227 piper_blockly.piperJoystickAxis._cubicScaledDeadband?5(x)
4914 piper_blockly.piperJoystickAxis.readJoystickAxis?4() 5228 piper_blockly.piperJoystickAxis.readJoystickAxis?4()
4915 piper_blockly.piperJoystickAxis?1(pin, name, outputScale=20.0, deadbandCutoff=0.1, weight=0.2) 5229 piper_blockly.piperJoystickAxis?1(pin, name, outputScale=20.0, deadbandCutoff=0.1, weight=0.2)
5230 piper_blockly.piperLightshow.box?4(color, x=0, y=0, width=None, height=None)
5231 piper_blockly.piperLightshow.clear?4()
5232 piper_blockly.piperLightshow.draw?4(source, dx=0, dy=0, x=0, y=0, width=None, height=None, key=None)
5233 piper_blockly.piperLightshow.format_color?4(color)
5234 piper_blockly.piperLightshow.from_grid?4(lines)
5235 piper_blockly.piperLightshow.from_text?4(string, color=63, bgcolor=0, colors=None)
5236 piper_blockly.piperLightshow.pixel?4(x, y, color=None)
5237 piper_blockly.piperLightshow.send_dv_lightshow?4(pixel_array)
5238 piper_blockly.piperLightshow.show?4()
5239 piper_blockly.piperLightshow?1()
4916 piper_blockly.piperMotionSensor.read?4() 5240 piper_blockly.piperMotionSensor.read?4()
4917 piper_blockly.piperMotionSensor.readMotionSensor?4() 5241 piper_blockly.piperMotionSensor.readMotionSensor?4()
4918 piper_blockly.piperMotionSensor?1(i2c_bus, address=0x69) 5242 piper_blockly.piperMotionSensor?1(i2c_bus, address=0x69)
5243 piper_blockly.piperMotorModule.brake?4(motor=0)
5244 piper_blockly.piperMotorModule.coast?4(motor=0)
5245 piper_blockly.piperMotorModule.servo_angle?4(servo=0, angle=0)
5246 piper_blockly.piperMotorModule.servo_stop?4(servo=0)
5247 piper_blockly.piperMotorModule.set_speed?4(motor=0, speed=0)
5248 piper_blockly.piperMotorModule.stop?4()
5249 piper_blockly.piperMotorModule?1(i2c_bus)
4919 piper_blockly.piperNeoPixels.fill?4(color) 5250 piper_blockly.piperNeoPixels.fill?4(color)
4920 piper_blockly.piperNeoPixels.show?4() 5251 piper_blockly.piperNeoPixels.show?4()
4921 piper_blockly.piperNeoPixels?1(pin, name, pixel_count) 5252 piper_blockly.piperNeoPixels?1(pin, name, pixel_count)
4922 piper_blockly.piperPin.checkPin?4(pinPull) 5253 piper_blockly.piperPin.checkPin?4(pin_pull)
4923 piper_blockly.piperPin.checkPinDebounced?4(pinPull)
4924 piper_blockly.piperPin.checkPinFell?4(pinPull)
4925 piper_blockly.piperPin.checkPinRose?4(pinPull)
4926 piper_blockly.piperPin.readVoltage?4() 5254 piper_blockly.piperPin.readVoltage?4()
4927 piper_blockly.piperPin.reportPin?4(pinStr) 5255 piper_blockly.piperPin.setPin?4(pin_state)
4928 piper_blockly.piperPin.setPin?4(pinState)
4929 piper_blockly.piperPin?1(pin, name, type='Digital') 5256 piper_blockly.piperPin?1(pin, name, type='Digital')
4930 piper_blockly.piperServoPin.setServoAngle?4(a) 5257 piper_blockly.piperServoPin.setServoAngle?4(a)
4931 piper_blockly.piperServoPin.setServoFraction?4(f) 5258 piper_blockly.piperServoPin.setServoFraction?4(f)
4932 piper_blockly.piperServoPin?1(pin, name) 5259 piper_blockly.piperServoPin?1(pin, name)
4933 piper_blockly.piperTemperatureSensor.readTemperatureSensor?4() 5260 piper_blockly.piperTemperatureSensor.readTemperatureSensor?4()
4934 piper_blockly.piperTemperatureSensor?1(i2c_bus) 5261 piper_blockly.piperTemperatureSensor?1(i2c_bus)
4935 piper_blockly.piper_pin_names?7 5262 piper_blockly.piper_pin_names?7
4936 piper_blockly.piper_pin_states?7 5263 piper_blockly.piper_pin_states?7
4937 piper_blockly.playSound?4(soundName) 5264 piper_blockly.playSound?4(soundName)
4938 piper_blockly.send_piper_pin_state?4(_pin_name, _pin_state) 5265 piper_blockly.randomColor?4(bright_value=None)
5266 piper_blockly.send_dv_i2c?4()
5267 piper_blockly.send_dv_state?4(_pin_name, _pin_state)
4939 piper_blockly.set_digital_view?4(state) 5268 piper_blockly.set_digital_view?4(state)
4940 piper_blockly.shout?4(color, text) 5269 piper_blockly.shout?4(color, text)
4941 piper_blockly.stringCompare?4(a, b) 5270 piper_blockly.stringCompare?4(a, b)
4942 pm25_aqi.BLUE?7 5271 pm25_aqi.BLUE?7
4943 pm25_aqi.BREAKPOINTS?7 5272 pm25_aqi.BREAKPOINTS?7
5144 rm3100._RM3100.stop?4() 5473 rm3100._RM3100.stop?4()
5145 rm3100._RM3100?2(cycle_count: int = 200, drdy_pin: Optional[Pin] = None) 5474 rm3100._RM3100?2(cycle_count: int = 200, drdy_pin: Optional[Pin] = None)
5146 rm3100._STATUS?8 5475 rm3100._STATUS?8
5147 rm3100._TMRC?8 5476 rm3100._TMRC?8
5148 rm3100._UT_PER_CYCLE?8 5477 rm3100._UT_PER_CYCLE?8
5478 rotaryselect.RotarySelect.CONFIG_CIRCLE_COLOR?7
5479 rotaryselect.RotarySelect.CONFIG_CIRCLE_LABEL?7
5480 rotaryselect.RotarySelect.CONFIG_CIRCLE_RADIUS?7
5481 rotaryselect.RotarySelect.CONFIG_ICONFILE?7
5482 rotaryselect.RotarySelect.CONFIG_ICON_LABEL?7
5483 rotaryselect.RotarySelect.INDICATOR_TYPE_DOT?7
5484 rotaryselect.RotarySelect.INDICATOR_TYPE_OUTLINE?7
5485 rotaryselect.RotarySelect._update_indicator?5()
5486 rotaryselect.RotarySelect.move_selection_down?4()
5487 rotaryselect.RotarySelect.move_selection_up?4()
5488 rotaryselect.RotarySelect.points_around_circle?4(circle_y, r, point_count)
5489 rotaryselect.RotarySelect.selected_index?4(new_index)
5490 rotaryselect.RotarySelect?1(x, y, radius, items, indicator_color=0x0000FF, indicator_r=40 // 2, indicator_stroke=4, indicator_type=INDICATOR_TYPE_OUTLINE, indicator_offset=0, icon_transparency_index=None, label=None, **kwargs, )
5149 rs485_wrapper.RS485._init_pin?5(pin) 5491 rs485_wrapper.RS485._init_pin?5(pin)
5150 rs485_wrapper.RS485.baudrate?4() 5492 rs485_wrapper.RS485.baudrate?4()
5151 rs485_wrapper.RS485.idle?4() 5493 rs485_wrapper.RS485.idle?4()
5152 rs485_wrapper.RS485.in_waiting?4() 5494 rs485_wrapper.RS485.in_waiting?4()
5153 rs485_wrapper.RS485.read?4(nbytes=None) 5495 rs485_wrapper.RS485.read?4(nbytes=None)
5551 sparkfun_serlcd._SETTING_COMMAND?8 5893 sparkfun_serlcd._SETTING_COMMAND?8
5552 sparkfun_serlcd._SET_RGB_COMMAND?8 5894 sparkfun_serlcd._SET_RGB_COMMAND?8
5553 sparkfun_serlcd._SHOW_VERSION_COMMAND?8 5895 sparkfun_serlcd._SHOW_VERSION_COMMAND?8
5554 sparkfun_serlcd._SPECIAL_COMMAND?8 5896 sparkfun_serlcd._SPECIAL_COMMAND?8
5555 sparkfun_serlcd._map_range?5(value, in_min, in_max, out_min, out_max) 5897 sparkfun_serlcd._map_range?5(value, in_min, in_max, out_min, out_max)
5898 speedunit.SpeedUnit.DGS?7
5899 speedunit.SpeedUnit.RPM?7
5556 stoplight.index_to_rgb?4(index=0, gamma=0.5) 5900 stoplight.index_to_rgb?4(index=0, gamma=0.5)
5557 stoplight.map_range?4(x, in_min, in_max, out_min, out_max) 5901 stoplight.map_range?4(x, in_min, in_max, out_min, out_max)
5558 stts22h.ODR_100_HZ?7 5902 stts22h.ODR_100_HZ?7
5559 stts22h.ODR_200_HZ?7 5903 stts22h.ODR_200_HZ?7
5560 stts22h.ODR_25_HZ?7 5904 stts22h.ODR_25_HZ?7
5848 tm1637_display._TM1637_I2C_COMM2?8 6192 tm1637_display._TM1637_I2C_COMM2?8
5849 tm1637_display._TM1637_I2C_COMM3?8 6193 tm1637_display._TM1637_I2C_COMM3?8
5850 tm1637_display.digit_to_segment?7 6194 tm1637_display.digit_to_segment?7
5851 tm1637_display.letter?7 6195 tm1637_display.letter?7
5852 tm1637_display.letter_to_segment?7 6196 tm1637_display.letter_to_segment?7
6197 tmidi.ACTIVE_SENSING?7
6198 tmidi.AFTERTOUCH?7
6199 tmidi.BUS_SELECT?7
6200 tmidi.CC?7
6201 tmidi.CHANNEL_PRESSURE?7
6202 tmidi.CLOCK?7
6203 tmidi.CONTINUE?7
6204 tmidi.CONTROLLER_CHANGE?7
6205 tmidi.MIDI.error_count?4()
6206 tmidi.MIDI.receive?4()
6207 tmidi.MIDI.send?4(msg, channel=None)
6208 tmidi.MIDI?1(midi_in=None, midi_out=None, enable_running_status=False)
6209 tmidi.Message.note?4(notenum)
6210 tmidi.Message.pitch_bend?4(pbval)
6211 tmidi.Message.velocity?4(vel)
6212 tmidi.Message?1(mtype=SYSTEM_RESET, channel=None, data0=0, data1=0)
6213 tmidi.NOTE_OFF?7
6214 tmidi.NOTE_ON?7
6215 tmidi.PITCH_BEND?7
6216 tmidi.PROGRAM_CHANGE?7
6217 tmidi.SONG_POSITION?7
6218 tmidi.SONG_SELECT?7
6219 tmidi.START?7
6220 tmidi.STOP?7
6221 tmidi.SYSEX?7
6222 tmidi.SYSEX_END?7
6223 tmidi.SYSTEM_EXCLUSIVE?7
6224 tmidi.SYSTEM_RESET?7
6225 tmidi.TICK?7
6226 tmidi.TUNE_REQUEST?7
6227 tmidi._LEN_0_MESSAGES?8
6228 tmidi._LEN_1_MESSAGES?8
6229 tmidi._LEN_2_MESSAGES?8
6230 tmidi._MSG_TYPE_NAMES?8
6231 tmidi._is_channel_message?5(status_byte)
6232 tmidi._read_byte?5(port)
5853 toml._dotty.Dotty._BASE?8 6233 toml._dotty.Dotty._BASE?8
5854 toml._dotty.Dotty.get_or_create_dict?4(parts: list[str]) 6234 toml._dotty.Dotty.get_or_create_dict?4(parts: list[str])
5855 toml._dotty.Dotty.split?4() 6235 toml._dotty.Dotty.split?4()
5856 toml._dotty.Dotty.validate_keys?4() 6236 toml._dotty.Dotty.validate_keys?4()
5857 toml._dotty.Dotty?1(__data: Optional[dict] = None) 6237 toml._dotty.Dotty?1(__data: Optional[dict] = None)
6407 uboxplot.Boxplot.draw?4() 6787 uboxplot.Boxplot.draw?4()
6408 uboxplot.Boxplot.find_points?4() 6788 uboxplot.Boxplot.find_points?4()
6409 uboxplot.Boxplot.normalize?4(oldrangemax, newrangemin, newrangemax, value) 6789 uboxplot.Boxplot.normalize?4(oldrangemax, newrangemin, newrangemax, value)
6410 uboxplot.Boxplot.print_data?4() 6790 uboxplot.Boxplot.print_data?4()
6411 uboxplot.Boxplot?1(data: Union[list, Tuple], x: int, y: int, height: int, width: int = 20, background_color: int = 0x000000, fill_color: int = 0xFFFFFF, line_color: int = 0xFFFFFF, ) 6791 uboxplot.Boxplot?1(data: Union[list, Tuple], x: int, y: int, height: int, width: int = 20, background_color: int = 0x000000, fill_color: int = 0xFFFFFF, line_color: int = 0xFFFFFF, )
6792 ultrasonicdistancesensor.UltrasonicDistanceSensor.distance?4()
6793 ultrasonicdistancesensor.UltrasonicDistanceSensor.eyes?4(*args: int)
6794 ultrasonicdistancesensor.UltrasonicDistanceSensor.on?4()
6795 ultrasonicdistancesensor.UltrasonicDistanceSensor.on_single_value_update?4(mode: int, value: str)
6796 ultrasonicdistancesensor.UltrasonicDistanceSensor?1(hat: HatSerialCommunication, port: int, type: int)
6412 unit_converters.celsius_to_fahrenheit?4(deg_c) 6797 unit_converters.celsius_to_fahrenheit?4(deg_c)
6413 unit_converters.celsius_to_kelvin?4(deg_c) 6798 unit_converters.celsius_to_kelvin?4(deg_c)
6414 unit_converters.fahrenheit_to_celsius?4(deg_f) 6799 unit_converters.fahrenheit_to_celsius?4(deg_f)
6415 unit_converters.kelvin_to_celsius?4(kelvins) 6800 unit_converters.kelvin_to_celsius?4(kelvins)
6801 utils.validate_port?4(port: int)
6416 visible.index_to_rgb?4(index=0, gamma=0.5) 6802 visible.index_to_rgb?4(index=0, gamma=0.5)
6417 waveshare_lcd1602.LCD1602.begin?4(columns: int, rows: int) 6803 waveshare_lcd1602.LCD1602.begin?4(columns: int, rows: int)
6418 waveshare_lcd1602.LCD1602.clear?4() 6804 waveshare_lcd1602.LCD1602.clear?4()
6419 waveshare_lcd1602.LCD1602.command?4(cmd: int) 6805 waveshare_lcd1602.LCD1602.command?4(cmd: int)
6420 waveshare_lcd1602.LCD1602.display?4() 6806 waveshare_lcd1602.LCD1602.display?4()

eric ide

mercurial