--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/APIs/MicroPython/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect.api Wed Apr 16 17:14:04 2025 +0200 @@ -0,0 +1,1535 @@ +__builtins__.Const_T?7 +__builtins__.const?4(expr: Const_T) +_boot.bdev?7 +_boot.fs?7 +_boot_fat.bdev?7 +_onewire.crc8?4(*args, **kwargs) +_onewire.readbit?4(*args, **kwargs) +_onewire.readbyte?4(*args, **kwargs) +_onewire.reset?4(*args, **kwargs) +_onewire.writebit?4(*args, **kwargs) +_onewire.writebyte?4(*args, **kwargs) +_thread.LockType.acquire?4(*args, **kwargs) +_thread.LockType.locked?4(*args, **kwargs) +_thread.LockType.release?4(*args, **kwargs) +_thread.LockType?1(*argv, **kwargs) +_thread.allocate_lock?4(*args, **kwargs) +_thread.exit?4(*args, **kwargs) +_thread.get_ident?4(*args, **kwargs) +_thread.stack_size?4(*args, **kwargs) +_thread.start_new_thread?4(*args, **kwargs) +aioble.ADDR_PUBLIC?7 +aioble.ADDR_RANDOM?7 +aioble.central.ScanResult._decode_field?5(*adv_type) +aioble.central.ScanResult._update?5(adv_type, rssi, adv_data) +aioble.central.ScanResult.adv_data?7 +aioble.central.ScanResult.connectable?7 +aioble.central.ScanResult.device?7 +aioble.central.ScanResult.manufacturer?4(filter: Incomplete | None = None) +aioble.central.ScanResult.name?4() +aioble.central.ScanResult.resp_data?7 +aioble.central.ScanResult.rssi?7 +aioble.central.ScanResult.services?4() +aioble.central.ScanResult?1(device) +aioble.central._ADV_DIRECT_IND?8 +aioble.central._ADV_IND?8 +aioble.central._ADV_NONCONN_IND?8 +aioble.central._ADV_SCAN_IND?8 +aioble.central._ADV_TYPE_APPEARANCE?8 +aioble.central._ADV_TYPE_FLAGS?8 +aioble.central._ADV_TYPE_MANUFACTURER?8 +aioble.central._ADV_TYPE_NAME?8 +aioble.central._ADV_TYPE_SHORT_NAME?8 +aioble.central._ADV_TYPE_UUID128_COMPLETE?8 +aioble.central._ADV_TYPE_UUID128_INCOMPLETE?8 +aioble.central._ADV_TYPE_UUID16_COMPLETE?8 +aioble.central._ADV_TYPE_UUID16_INCOMPLETE?8 +aioble.central._ADV_TYPE_UUID32_COMPLETE?8 +aioble.central._ADV_TYPE_UUID32_INCOMPLETE?8 +aioble.central._IRQ_PERIPHERAL_CONNECT?8 +aioble.central._IRQ_PERIPHERAL_DISCONNECT?8 +aioble.central._IRQ_SCAN_DONE?8 +aioble.central._IRQ_SCAN_RESULT?8 +aioble.central._SCAN_RSP?8 +aioble.central._active_scanner?8 +aioble.central._cancel_pending?5() +aioble.central._central_irq?5(event, data) +aioble.central._central_shutdown?5() +aioble.central._connect?5(connection, timeout_ms, scan_duration_ms, min_conn_interval_us, max_conn_interval_us) +aioble.central._connecting?8 +aioble.central.scan._active?8 +aioble.central.scan._done?8 +aioble.central.scan._duration_ms?8 +aioble.central.scan._event?8 +aioble.central.scan._interval_us?8 +aioble.central.scan._queue?8 +aioble.central.scan._results?8 +aioble.central.scan._window_us?8 +aioble.central.scan.cancel?4() +aioble.central.scan?1(duration_ms, interval_us: Incomplete | None = None, window_us: Incomplete | None = None, active: bool = False) +aioble.client.BaseClientCharacteristic._check?5(flag) +aioble.client.BaseClientCharacteristic._find?5(value_handle) +aioble.client.BaseClientCharacteristic._read_data?8 +aioble.client.BaseClientCharacteristic._read_done?5(value_handle, status) +aioble.client.BaseClientCharacteristic._read_event?8 +aioble.client.BaseClientCharacteristic._read_result?5(value_handle, data) +aioble.client.BaseClientCharacteristic._read_status?8 +aioble.client.BaseClientCharacteristic._register_with_connection?5() +aioble.client.BaseClientCharacteristic._value_handle?8 +aioble.client.BaseClientCharacteristic._write_done?5(value_handle, status) +aioble.client.BaseClientCharacteristic._write_event?8 +aioble.client.BaseClientCharacteristic._write_status?8 +aioble.client.BaseClientCharacteristic.properties?7 +aioble.client.BaseClientCharacteristic.read?4(timeout_ms: int = 1000) +aioble.client.BaseClientCharacteristic.uuid?7 +aioble.client.BaseClientCharacteristic.write?4(data, response: Incomplete | None = None, timeout_ms: int = 1000) +aioble.client.BaseClientCharacteristic?1(value_handle, properties, uuid) +aioble.client.ClientCharacteristic._connection?5() +aioble.client.ClientCharacteristic._end_handle?8 +aioble.client.ClientCharacteristic._indicate_event?8 +aioble.client.ClientCharacteristic._indicate_queue?8 +aioble.client.ClientCharacteristic._notified_indicated?5(queue, event, timeout_ms) +aioble.client.ClientCharacteristic._notify_event?8 +aioble.client.ClientCharacteristic._notify_queue?8 +aioble.client.ClientCharacteristic._on_indicate?5(value_handle, indicate_data) +aioble.client.ClientCharacteristic._on_notify?5(value_handle, notify_data) +aioble.client.ClientCharacteristic._on_notify_indicate?5(queue, event, data) +aioble.client.ClientCharacteristic._start_discovery?5(uuid: Incomplete | None = None) +aioble.client.ClientCharacteristic.connection?7 +aioble.client.ClientCharacteristic.descriptor?4(uuid, timeout_ms: int = 2000) +aioble.client.ClientCharacteristic.descriptors?4(timeout_ms: int = 2000) +aioble.client.ClientCharacteristic.indicated?4(timeout_ms: Incomplete | None = None) +aioble.client.ClientCharacteristic.notified?4(timeout_ms: Incomplete | None = None) +aioble.client.ClientCharacteristic.service?7 +aioble.client.ClientCharacteristic.subscribe?4(notify: bool = True, indicate: bool = False) +aioble.client.ClientCharacteristic?1(service, end_handle, value_handle, properties, uuid) +aioble.client.ClientDescriptor._connection?5() +aioble.client.ClientDescriptor._start_discovery?5(uuid: Incomplete | None = None) +aioble.client.ClientDescriptor.characteristic?7 +aioble.client.ClientDescriptor?1(characteristic, dsc_handle, uuid) +aioble.client.ClientDiscover._args?8 +aioble.client.ClientDiscover._connection?8 +aioble.client.ClientDiscover._disc_type?8 +aioble.client.ClientDiscover._discover_done?5(status) +aioble.client.ClientDiscover._discover_result?5(*args) +aioble.client.ClientDiscover._event?8 +aioble.client.ClientDiscover._parent?8 +aioble.client.ClientDiscover._queue?8 +aioble.client.ClientDiscover._start?5() +aioble.client.ClientDiscover._status?8 +aioble.client.ClientDiscover._timeout_ms?8 +aioble.client.ClientDiscover?1(connection, disc_type, parent, timeout_ms, *args) +aioble.client.ClientService._end_handle?8 +aioble.client.ClientService._start_discovery?5(uuid: Incomplete | None = None) +aioble.client.ClientService._start_handle?8 +aioble.client.ClientService.characteristic?4(uuid, timeout_ms: int = 2000) +aioble.client.ClientService.characteristics?4(uuid: Incomplete | None = None, timeout_ms: int = 2000) +aioble.client.ClientService.connection?7 +aioble.client.ClientService.uuid?7 +aioble.client.ClientService?1(connection, start_handle, end_handle, uuid) +aioble.client._CCCD_INDICATE?8 +aioble.client._CCCD_NOTIFY?8 +aioble.client._CCCD_UUID?8 +aioble.client._FLAG_INDICATE?8 +aioble.client._FLAG_NOTIFY?8 +aioble.client._FLAG_READ?8 +aioble.client._FLAG_WRITE?8 +aioble.client._FLAG_WRITE_NO_RESPONSE?8 +aioble.client._IRQ_GATTC_CHARACTERISTIC_DONE?8 +aioble.client._IRQ_GATTC_CHARACTERISTIC_RESULT?8 +aioble.client._IRQ_GATTC_DESCRIPTOR_DONE?8 +aioble.client._IRQ_GATTC_DESCRIPTOR_RESULT?8 +aioble.client._IRQ_GATTC_INDICATE?8 +aioble.client._IRQ_GATTC_NOTIFY?8 +aioble.client._IRQ_GATTC_READ_DONE?8 +aioble.client._IRQ_GATTC_READ_RESULT?8 +aioble.client._IRQ_GATTC_SERVICE_DONE?8 +aioble.client._IRQ_GATTC_SERVICE_RESULT?8 +aioble.client._IRQ_GATTC_WRITE_DONE?8 +aioble.client._client_irq?5(event, data) +aioble.core.GattError._status?8 +aioble.core.GattError?1(status) +aioble.core._irq_handlers?8 +aioble.core._shutdown_handlers?8 +aioble.core.ble?7 +aioble.core.ble_irq?4(event, data) +aioble.core.config?4(*args, **kwargs) +aioble.core.ensure_active?4() +aioble.core.log_error?4(*args) +aioble.core.log_info?4(*args) +aioble.core.log_level?7 +aioble.core.log_warn?4(*args) +aioble.core.register_irq_handler?4(irq, shutdown) +aioble.core.stop?4() +aioble.device.Device._connection?8 +aioble.device.Device.addr?7 +aioble.device.Device.addr_hex?4() +aioble.device.Device.addr_type?7 +aioble.device.Device.connect?4(timeout_ms: int = 10000, scan_duration_ms: Incomplete | None = None, min_conn_interval_us: Incomplete | None = None, max_conn_interval_us: Incomplete | None = None, ) +aioble.device.Device?1(addr_type, addr) +aioble.device.DeviceConnection._characteristics?8 +aioble.device.DeviceConnection._conn_handle?8 +aioble.device.DeviceConnection._connected?8 +aioble.device.DeviceConnection._discover?8 +aioble.device.DeviceConnection._event?8 +aioble.device.DeviceConnection._l2cap_channel?8 +aioble.device.DeviceConnection._mtu_event?8 +aioble.device.DeviceConnection._pair_event?8 +aioble.device.DeviceConnection._run_task?5() +aioble.device.DeviceConnection._task?8 +aioble.device.DeviceConnection._timeouts?8 +aioble.device.DeviceConnection.authenticated?7 +aioble.device.DeviceConnection.bonded?7 +aioble.device.DeviceConnection.device?7 +aioble.device.DeviceConnection.device_task?4() +aioble.device.DeviceConnection.disconnect?4(timeout_ms: int = 2000) +aioble.device.DeviceConnection.disconnected?4(timeout_ms: Incomplete | None = None, disconnect: bool = False) +aioble.device.DeviceConnection.encrypted?7 +aioble.device.DeviceConnection.exchange_mtu?4(mtu: Incomplete | None = None, timeout_ms: int = 1000) +aioble.device.DeviceConnection.is_connected?4() +aioble.device.DeviceConnection.key_size?7 +aioble.device.DeviceConnection.l2cap_accept?4(psm, mtu, timeout_ms: Incomplete | None = None) +aioble.device.DeviceConnection.l2cap_connect?4(psm, mtu, timeout_ms: int = 1000) +aioble.device.DeviceConnection.mtu?7 +aioble.device.DeviceConnection.pair?4(*args, **kwargs) +aioble.device.DeviceConnection.service?4(uuid, timeout_ms: int = 2000) +aioble.device.DeviceConnection.services?4(uuid: Incomplete | None = None, timeout_ms: int = 2000) +aioble.device.DeviceConnection.timeout?4(timeout_ms) +aioble.device.DeviceConnection?1(device) +aioble.device.DeviceTimeout._connection?8 +aioble.device.DeviceTimeout._task?8 +aioble.device.DeviceTimeout._timeout_ms?8 +aioble.device.DeviceTimeout._timeout_sleep?5() +aioble.device.DeviceTimeout._timeout_task?8 +aioble.device.DeviceTimeout?1(connection, timeout_ms) +aioble.device._IRQ_MTU_EXCHANGED?8 +aioble.device._device_irq?5(event, data) +aioble.l2cap.L2CAPChannel._assert_connected?5() +aioble.l2cap.L2CAPChannel._cid?8 +aioble.l2cap.L2CAPChannel._connection?8 +aioble.l2cap.L2CAPChannel._data_ready?8 +aioble.l2cap.L2CAPChannel._event?8 +aioble.l2cap.L2CAPChannel._stalled?8 +aioble.l2cap.L2CAPChannel._status?8 +aioble.l2cap.L2CAPChannel.available?4() +aioble.l2cap.L2CAPChannel.disconnect?4(timeout_ms: int = 1000) +aioble.l2cap.L2CAPChannel.disconnected?4(timeout_ms: int = 1000) +aioble.l2cap.L2CAPChannel.flush?4(timeout_ms: Incomplete | None = None) +aioble.l2cap.L2CAPChannel.our_mtu?7 +aioble.l2cap.L2CAPChannel.peer_mtu?7 +aioble.l2cap.L2CAPChannel.recvinto?4(buf, timeout_ms: Incomplete | None = None) +aioble.l2cap.L2CAPChannel.send?4(buf, timeout_ms: Incomplete | None = None, chunk_size: Incomplete | None = None) +aioble.l2cap.L2CAPChannel?1(connection) +aioble.l2cap._IRQ_L2CAP_ACCEPT?8 +aioble.l2cap._IRQ_L2CAP_CONNECT?8 +aioble.l2cap._IRQ_L2CAP_DISCONNECT?8 +aioble.l2cap._IRQ_L2CAP_RECV?8 +aioble.l2cap._IRQ_L2CAP_SEND_READY?8 +aioble.l2cap._l2cap_irq?5(event, data) +aioble.l2cap._l2cap_shutdown?5() +aioble.l2cap._listening?8 +aioble.l2cap.accept?4(connection, psm, mtu, timeout_ms) +aioble.l2cap.connect?4(connection, psm, mtu, timeout_ms) +aioble.peripheral._ADV_PAYLOAD_MAX_LEN?8 +aioble.peripheral._ADV_TYPE_APPEARANCE?8 +aioble.peripheral._ADV_TYPE_FLAGS?8 +aioble.peripheral._ADV_TYPE_MANUFACTURER?8 +aioble.peripheral._ADV_TYPE_NAME?8 +aioble.peripheral._ADV_TYPE_UUID128_COMPLETE?8 +aioble.peripheral._ADV_TYPE_UUID128_MORE?8 +aioble.peripheral._ADV_TYPE_UUID16_COMPLETE?8 +aioble.peripheral._ADV_TYPE_UUID16_MORE?8 +aioble.peripheral._ADV_TYPE_UUID32_COMPLETE?8 +aioble.peripheral._ADV_TYPE_UUID32_MORE?8 +aioble.peripheral._IRQ_CENTRAL_CONNECT?8 +aioble.peripheral._IRQ_CENTRAL_DISCONNECT?8 +aioble.peripheral._append?5(adv_data, resp_data, adv_type, value) +aioble.peripheral._connect_event?8 +aioble.peripheral._incoming_connection?8 +aioble.peripheral._peripheral_irq?5(event, data) +aioble.peripheral._peripheral_shutdown?5() +aioble.peripheral.advertise?4(interval_us, adv_data: Incomplete | None = None, resp_data: Incomplete | None = None, connectable: bool = True, limited_disc: bool = False, br_edr: bool = False, name: Incomplete | None = None, services: Incomplete | None = None, appearance: int = 0, manufacturer: Incomplete | None = None, timeout_ms: Incomplete | None = None, ) +aioble.security._DEFAULT_PATH?8 +aioble.security._IO_CAPABILITY_DISPLAY_ONLY?8 +aioble.security._IO_CAPABILITY_DISPLAY_YESNO?8 +aioble.security._IO_CAPABILITY_KEYBOARD_DISPLAY?8 +aioble.security._IO_CAPABILITY_KEYBOARD_ONLY?8 +aioble.security._IO_CAPABILITY_NO_INPUT_OUTPUT?8 +aioble.security._IRQ_ENCRYPTION_UPDATE?8 +aioble.security._IRQ_GET_SECRET?8 +aioble.security._IRQ_PASSKEY_ACTION?8 +aioble.security._IRQ_SET_SECRET?8 +aioble.security._PASSKEY_ACTION_DISP?8 +aioble.security._PASSKEY_ACTION_INPUT?8 +aioble.security._PASSKEY_ACTION_NUMCMP?8 +aioble.security._modified?8 +aioble.security._path?8 +aioble.security._save_secrets?5(arg: Incomplete | None = None) +aioble.security._secrets?8 +aioble.security._security_irq?5(event, data) +aioble.security._security_shutdown?5() +aioble.security.load_secrets?4(path: Incomplete | None = None) +aioble.security.pair?4(connection, bond: bool = True, le_secure: bool = True, mitm: bool = False, io=..., timeout_ms: int = 20000) +aioble.server.BaseCharacteristic._init_capture?5() +aioble.server.BaseCharacteristic._initial?8 +aioble.server.BaseCharacteristic._register?5(value_handle) +aioble.server.BaseCharacteristic._remote_read?5(value_handle) +aioble.server.BaseCharacteristic._remote_write?5(value_handle) +aioble.server.BaseCharacteristic._run_capture_task?5() +aioble.server.BaseCharacteristic._value_handle?8 +aioble.server.BaseCharacteristic._write_data?8 +aioble.server.BaseCharacteristic.on_read?4(connection) +aioble.server.BaseCharacteristic.read?4() +aioble.server.BaseCharacteristic.write?4(data, send_update: bool = False) +aioble.server.BaseCharacteristic.written?4(timeout_ms: Incomplete | None = None) +aioble.server.BufferedCharacteristic._append?8 +aioble.server.BufferedCharacteristic._max_len?8 +aioble.server.BufferedCharacteristic._register?5(value_handle) +aioble.server.BufferedCharacteristic?1(*args, max_len: int = 20, append: bool = False, **kwargs) +aioble.server.Characteristic._indicate_connection?8 +aioble.server.Characteristic._indicate_done?5(value_handle, status) +aioble.server.Characteristic._indicate_event?8 +aioble.server.Characteristic._indicate_status?8 +aioble.server.Characteristic._initial?8 +aioble.server.Characteristic._tuple?5() +aioble.server.Characteristic._value_handle?8 +aioble.server.Characteristic._write_data?8 +aioble.server.Characteristic._write_event?8 +aioble.server.Characteristic.descriptors?7 +aioble.server.Characteristic.flags?7 +aioble.server.Characteristic.indicate?4(connection, data: Incomplete | None = None, timeout_ms: int = 1000) +aioble.server.Characteristic.notify?4(connection, data: Incomplete | None = None) +aioble.server.Characteristic.uuid?7 +aioble.server.Characteristic?1(service, uuid, read: bool = False, write: bool = False, write_no_response: bool = False, notify: bool = False, indicate: bool = False, initial: Incomplete | None = None, capture: bool = False, ) +aioble.server.Descriptor._initial?8 +aioble.server.Descriptor._tuple?5() +aioble.server.Descriptor._value_handle?8 +aioble.server.Descriptor._write_data?8 +aioble.server.Descriptor._write_event?8 +aioble.server.Descriptor.flags?7 +aioble.server.Descriptor.uuid?7 +aioble.server.Descriptor?1(characteristic, uuid, read: bool = False, write: bool = False, initial: Incomplete | None = None) +aioble.server.Service._tuple?5() +aioble.server.Service.characteristics?7 +aioble.server.Service.uuid?7 +aioble.server.Service?1(uuid) +aioble.server._FLAG_INDICATE?8 +aioble.server._FLAG_NOTIFY?8 +aioble.server._FLAG_READ?8 +aioble.server._FLAG_READ_AUTHENTICATED?8 +aioble.server._FLAG_READ_AUTHORIZED?8 +aioble.server._FLAG_READ_ENCRYPTED?8 +aioble.server._FLAG_WRITE?8 +aioble.server._FLAG_WRITE_AUTHENTICATED?8 +aioble.server._FLAG_WRITE_AUTHORIZED?8 +aioble.server._FLAG_WRITE_CAPTURE?8 +aioble.server._FLAG_WRITE_ENCRYPTED?8 +aioble.server._FLAG_WRITE_NO_RESPONSE?8 +aioble.server._IRQ_GATTS_INDICATE_DONE?8 +aioble.server._IRQ_GATTS_READ_REQUEST?8 +aioble.server._IRQ_GATTS_WRITE?8 +aioble.server._WRITE_CAPTURE_QUEUE_LIMIT?8 +aioble.server._registered_characteristics?8 +aioble.server._server_irq?5(event, data) +aioble.server._server_shutdown?5() +aioble.server.register_services?4(*services) +binascii.a2b_base64?4(data: str | bytes, /) +binascii.b2a_base64?4(data: bytes, /) +binascii.crc32?4(*args, **kwargs) +binascii.hexlify?4(data: bytes, sep: str | bytes = ..., /) +binascii.unhexlify?4(data: str | bytes, /) +bluetooth.BLE.active?4(active: bool, /) +bluetooth.BLE.config?4(**kwargs) +bluetooth.BLE.gap_advertise?4(interval_us: int, adv_data: AnyReadableBuf | None = None, /, *, resp_data: AnyReadableBuf | None = None, connectable: bool = True, ) +bluetooth.BLE.gap_connect?4(addr_type: int, addr: bytes, scan_duration_ms: int = 2000, min_conn_interval_us: int | None = None, max_conn_interval_us: int | None = None, /, ) +bluetooth.BLE.gap_disconnect?4(conn_handle: memoryview, /) +bluetooth.BLE.gap_pair?4(conn_handle: memoryview, /) +bluetooth.BLE.gap_passkey?4(conn_handle: memoryview, action: int, passkey: int, /) +bluetooth.BLE.gap_scan?4(duration_ms: int, interval_us: int = 1280000, window_us: int = 11250, active: bool = False, /, ) +bluetooth.BLE.gattc_discover_characteristics?4(conn_handle: memoryview, start_handle: int, end_handle: int, uuid: UUID | None = None, /, ) +bluetooth.BLE.gattc_discover_descriptors?4(conn_handle: memoryview, start_handle: int, end_handle: int, /) +bluetooth.BLE.gattc_discover_services?4(conn_handle: memoryview, uuid: UUID | None = None, /) +bluetooth.BLE.gattc_exchange_mtu?4(conn_handle: memoryview, /) +bluetooth.BLE.gattc_read?4(conn_handle: memoryview, value_handle: memoryview, /) +bluetooth.BLE.gattc_write?4(conn_handle: memoryview, value_handle: memoryview, data: bytes, mode: int = 0, /, ) +bluetooth.BLE.gatts_indicate?4(conn_handle: memoryview, value_handle: memoryview, /) +bluetooth.BLE.gatts_notify?4(value_handle: memoryview, data: bytes, /) +bluetooth.BLE.gatts_read?4(value_handle: memoryview, /) +bluetooth.BLE.gatts_register_services?4(services_definition: tuple[_Service, ...], /) +bluetooth.BLE.gatts_set_buffer?4(conn_handle: memoryview, len: int, append: bool = False, /) +bluetooth.BLE.gatts_write?4(value_handle: memoryview, data: bytes, send_update: bool = False, /) +bluetooth.BLE.irq?4(handler: Callable[[int, tuple[memoryview, ...]], Any], /) +bluetooth.BLE.l2cap_connect?4(conn_handle: memoryview, psm: memoryview, mtu: memoryview, /) +bluetooth.BLE.l2cap_disconnect?4(conn_handle: memoryview, cid: memoryview, /) +bluetooth.BLE.l2cap_listen?4(psm: memoryview, mtu: memoryview, /) +bluetooth.BLE.l2cap_recvinto?4(conn_handle: memoryview, cid: memoryview, buf: AnyWritableBuf | None, /) +bluetooth.BLE.l2cap_send?4(conn_handle: memoryview, cid: memoryview, /) +bluetooth.BLE?1() +bluetooth.FLAG_INDICATE?7 +bluetooth.FLAG_NOTIFY?7 +bluetooth.FLAG_READ?7 +bluetooth.FLAG_WRITE?7 +bluetooth.FLAG_WRITE_NO_RESPONSE?7 +bluetooth.UUID?1(value: int | str, /) +bluetooth._Characteristic?8 +bluetooth._Descriptor?8 +bluetooth._Flag?8 +bluetooth._Service?8 +cbor2._decoder.CBORDecoder.decode?4() +cbor2._decoder.CBORDecoder.fp?7 +cbor2._decoder.CBORDecoder.read?4(amount) +cbor2._decoder.CBORDecoder?1(fp) +cbor2._decoder.CBORSimpleValue.value?7 +cbor2._decoder.CBORSimpleValue?1(value) +cbor2._decoder.break_marker?7 +cbor2._decoder.decode_array?4(decoder, subtype) +cbor2._decoder.decode_bytestring?4(decoder, subtype) +cbor2._decoder.decode_float16?4(decoder) +cbor2._decoder.decode_float32?4(decoder) +cbor2._decoder.decode_float64?4(decoder) +cbor2._decoder.decode_map?4(decoder, subtype) +cbor2._decoder.decode_negint?4(decoder, subtype) +cbor2._decoder.decode_simple_value?4(decoder) +cbor2._decoder.decode_special?4(decoder, subtype) +cbor2._decoder.decode_string?4(decoder, subtype) +cbor2._decoder.decode_uint?4(decoder, subtype, allow_indefinite: bool = False) +cbor2._decoder.load?4(fp, **kwargs) +cbor2._decoder.loads?4(payload, **kwargs) +cbor2._decoder.major_decoders?7 +cbor2._decoder.special_decoders?7 +cbor2._encoder.CBOREncoder._find_encoder?5(obj) +cbor2._encoder.CBOREncoder.encode?4(obj) +cbor2._encoder.CBOREncoder.fp?7 +cbor2._encoder.CBOREncoder.write?4(data) +cbor2._encoder.CBOREncoder?1(fp) +cbor2._encoder.cbor_encoders?7 +cbor2._encoder.dump?4(obj, fp, **kwargs) +cbor2._encoder.dumps?4(obj, **kwargs) +cbor2._encoder.encode_array?4(encoder, value) +cbor2._encoder.encode_boolean?4(encoder, value) +cbor2._encoder.encode_bytearray?4(encoder, value) +cbor2._encoder.encode_bytestring?4(encoder, value) +cbor2._encoder.encode_float?4(encoder, value) +cbor2._encoder.encode_int?4(encoder, value) +cbor2._encoder.encode_length?4(major_tag, length) +cbor2._encoder.encode_map?4(encoder, value) +cbor2._encoder.encode_none?4(encoder, value) +cbor2._encoder.encode_semantic?4(encoder, tag, value) +cbor2._encoder.encode_string?4(encoder, value) +cmath._C?8 +cmath.cos?4(z: _C, /) +cmath.e?7 +cmath.exp?4(z: _C, /) +cmath.log10?4(z: _C, /) +cmath.log?4(z: _C, /) +cmath.phase?4(z: _C, /) +cmath.pi?7 +cmath.polar?4(z: _C, /) +cmath.rect?4(r: float, phi: float, /) +cmath.sin?4(z: _C, /) +cmath.sqrt?4(z: _C, /) +cryptolib.aes.decrypt?4(in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) +cryptolib.aes.encrypt?4(in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) +cryptolib.aes?1(key: AnyReadableBuf, mode: int, IV: AnyReadableBuf, /) +deflate.AUTO?7 +deflate.DeflateIO.close?4(*args, **kwargs) +deflate.DeflateIO.read?4(*args, **kwargs) +deflate.DeflateIO.readinto?4(*args, **kwargs) +deflate.DeflateIO.readline?4(*args, **kwargs) +deflate.DeflateIO?1(stream, format=AUTO, wbits=0, close=False, /) +deflate.GZIP?7 +deflate.RAW?7 +deflate.ZLIB?7 +dht.DHT11.humidity?4() +dht.DHT11.temperature?4() +dht.DHT22.humidity?4() +dht.DHT22.temperature?4() +dht.DHTBase.buf?7 +dht.DHTBase.measure?4() +dht.DHTBase.pin?7 +dht.DHTBase?1(pin) +ds18x20.DS18X20.buf?7 +ds18x20.DS18X20.convert_temp?4() +ds18x20.DS18X20.ow?7 +ds18x20.DS18X20.read_scratch?4(rom) +ds18x20.DS18X20.read_temp?4(rom) +ds18x20.DS18X20.scan?4() +ds18x20.DS18X20.write_scratch?4(rom, buf) +ds18x20.DS18X20?1(onewire) +ds18x20._CONVERT?8 +ds18x20._RD_SCRATCH?8 +ds18x20._WR_SCRATCH?8 +errno.EACCES?7 +errno.EADDRINUSE?7 +errno.EAGAIN?7 +errno.EALREADY?7 +errno.EBADF?7 +errno.ECONNABORTED?7 +errno.ECONNREFUSED?7 +errno.ECONNRESET?7 +errno.EEXIST?7 +errno.EHOSTUNREACH?7 +errno.EINPROGRESS?7 +errno.EINVAL?7 +errno.EIO?7 +errno.EISDIR?7 +errno.ENOBUFS?7 +errno.ENODEV?7 +errno.ENOENT?7 +errno.ENOMEM?7 +errno.ENOTCONN?7 +errno.EOPNOTSUPP?7 +errno.EPERM?7 +errno.ETIMEDOUT?7 +errno.errorcode?7 +espflash.ESPFlash._checksum?5(data) +espflash.ESPFlash._command?5(cmd, payload: bytes = b"", checksum: int = 0) +espflash.ESPFlash._log?5(data, out: bool = True) +espflash.ESPFlash._poll_reg?5(addr, flag, retry: int = 10, delay: float = 0.05) +espflash.ESPFlash._read_reg?5(addr) +espflash.ESPFlash._read_slip?5() +espflash.ESPFlash._strerror?5(err) +espflash.ESPFlash._uart_drain?5() +espflash.ESPFlash._write_reg?5(addr, data, mask: int = 4294967295, delay: int = 0) +espflash.ESPFlash._write_slip?5(pkt) +espflash.ESPFlash.baudrate?7 +espflash.ESPFlash.bootloader?4(retry: int = 6) +espflash.ESPFlash.flash_attach?4() +espflash.ESPFlash.flash_config?4(flash_size=...) +espflash.ESPFlash.flash_read_size?4() +espflash.ESPFlash.flash_verify_file?4(path, digest: Incomplete | None = None, offset: int = 0) +espflash.ESPFlash.flash_write_file?4(path, blksize: int = 4096) +espflash.ESPFlash.gpio0_pin?7 +espflash.ESPFlash.log?7 +espflash.ESPFlash.md5sum?7 +espflash.ESPFlash.reboot?4() +espflash.ESPFlash.reset_pin?7 +espflash.ESPFlash.set_baudrate?4(baudrate, timeout: int = 350) +espflash.ESPFlash.uart?7 +espflash.ESPFlash?1(reset, gpio0, uart, log_enabled: bool = False) +espflash._CMD_CHANGE_BAUDRATE?8 +espflash._CMD_ESP_READ_REG?8 +espflash._CMD_ESP_WRITE_REG?8 +espflash._CMD_SPI_ATTACH?8 +espflash._CMD_SPI_FLASH_BEGIN?8 +espflash._CMD_SPI_FLASH_DATA?8 +espflash._CMD_SPI_FLASH_END?8 +espflash._CMD_SPI_FLASH_MD5?8 +espflash._CMD_SPI_FLASH_PARAMS?8 +espflash._CMD_SYNC?8 +espflash._ESP_ERRORS?8 +espflash._FLASH_BLOCK_SIZE?8 +espflash._FLASH_ID?8 +espflash._FLASH_PAGE_SIZE?8 +espflash._FLASH_REG_BASE?8 +espflash._FLASH_SECTOR_SIZE?8 +framebuf.FrameBuffer.blit?4(fbuf: FrameBuffer, x: int, y: int, key: int = -1, pallet: FrameBuffer | None = None, /, ) +framebuf.FrameBuffer.ellipse?4(x, y, xr, yr, c, f, m: Optional[Any] = None) +framebuf.FrameBuffer.fill?4(c: int, /) +framebuf.FrameBuffer.fill_rect?4(*args, **kwargs) +framebuf.FrameBuffer.hline?4(x: int, y: int, w: int, c: int, /) +framebuf.FrameBuffer.line?4(x1: int, y1: int, x2: int, y2: int, c: int, /) +framebuf.FrameBuffer.pixel?4(x: int, y: int, c: int, /) +framebuf.FrameBuffer.poly?4(x, y, coords, c, f: Optional[Any] = None) +framebuf.FrameBuffer.rect?4(x: int, y: int, w: int, h: int, c: int, /) +framebuf.FrameBuffer.scroll?4(xstep: int, ystep: int, /) +framebuf.FrameBuffer.text?4(s: str, x: int, y: int, c: int = 1, /) +framebuf.FrameBuffer.vline?4(x: int, y: int, h: int, c: int, /) +framebuf.FrameBuffer1?4(*args, **kwargs) +framebuf.FrameBuffer?1(buffer: AnyWritableBuf, width: int, height: int, format: int, stride: int = ..., /, ) +framebuf.GS2_HMSB?7 +framebuf.GS4_HMSB?7 +framebuf.GS8?7 +framebuf.MONO_HLSB?7 +framebuf.MONO_HMSB?7 +framebuf.MONO_VLSB?7 +framebuf.MVLSB?7 +framebuf.RGB565?7 +gc.collect?4() +gc.disable?4() +gc.enable?4() +gc.isenabled?4(*args, **kwargs) +gc.mem_alloc?4() +gc.mem_free?4() +gc.threshold?4() +gc.threshold?4(amount: int) +hashlib.md5.digest?4(*args, **kwargs) +hashlib.md5.update?4(*args, **kwargs) +hashlib.md5?1(data: AnyReadableBuf = ..., /) +hashlib.sha1.digest?4(*args, **kwargs) +hashlib.sha1.update?4(*args, **kwargs) +hashlib.sha1?1(data: AnyReadableBuf) +hashlib.sha256.digest?4(*args, **kwargs) +hashlib.sha256.update?4(*args, **kwargs) +hashlib.sha256?1(data: AnyReadableBuf) +heapq._T?8 +heapq.heapify?4(x: list[Any], /) +heapq.heappop?4(heap: list[_T], /) +heapq.heappush?4(heap: list[_T], item: _T, /) +logging.CRITICAL?7 +logging.DEBUG?7 +logging.ERROR?7 +logging.FileHandler.close?4() +logging.FileHandler?1(filename, mode: str = "a", encoding: str = "UTF-8") +logging.Formatter.datefmt?7 +logging.Formatter.fmt?7 +logging.Formatter.format?4(record) +logging.Formatter.formatTime?4(datefmt, record) +logging.Formatter.usesTime?4() +logging.Formatter?1(fmt: Incomplete | None = None, datefmt: Incomplete | None = None) +logging.Handler.close?4() +logging.Handler.format?4(record) +logging.Handler.formatter?7 +logging.Handler.level?7 +logging.Handler.setFormatter?4(formatter) +logging.Handler.setLevel?4(level) +logging.Handler?1(level=...) +logging.INFO?7 +logging.LogRecord.asctime?7 +logging.LogRecord.ct?7 +logging.LogRecord.levelname?7 +logging.LogRecord.levelno?7 +logging.LogRecord.message?7 +logging.LogRecord.msecs?7 +logging.LogRecord.name?7 +logging.LogRecord.set?4(name, level, message) +logging.Logger.addHandler?4(handler) +logging.Logger.critical?4(msg, *args) +logging.Logger.debug?4(msg, *args) +logging.Logger.error?4(msg, *args) +logging.Logger.exception?4(msg, *args, exc_info: bool = True) +logging.Logger.getEffectiveLevel?4() +logging.Logger.handlers?7 +logging.Logger.hasHandlers?4() +logging.Logger.info?4(msg, *args) +logging.Logger.isEnabledFor?4(level) +logging.Logger.level?7 +logging.Logger.log?4(level, msg, *args) +logging.Logger.name?7 +logging.Logger.record?7 +logging.Logger.setLevel?4(level) +logging.Logger.warning?4(msg, *args) +logging.Logger?1(name, level=...) +logging.NOTSET?7 +logging.StreamHandler.close?4() +logging.StreamHandler.emit?4(record) +logging.StreamHandler.stream?7 +logging.StreamHandler.terminator?7 +logging.StreamHandler?1(stream: Incomplete | None = None) +logging.WARNING?7 +logging._DEFAULT_LEVEL?8 +logging._default_datefmt?8 +logging._default_fmt?8 +logging._level_dict?8 +logging._loggers?8 +logging._stream?8 +logging.addLevelName?4(level, name) +logging.basicConfig?4(filename: Incomplete | None = None, filemode: str = "a", format: Incomplete | None = None, datefmt: Incomplete | None = None, level=..., stream: Incomplete | None = None, encoding: str = "UTF-8", force: bool = False, ) +logging.critical?4(msg, *args) +logging.debug?4(msg, *args) +logging.error?4(msg, *args) +logging.exception?4(msg, *args) +logging.getLogger?4(name: Incomplete | None = None) +logging.info?4(msg, *args) +logging.log?4(level, msg, *args) +logging.shutdown?4() +logging.warning?4(msg, *args) +lsm6dsox.LSM6DSOX._read_reg?5(reg, size: int = 1) +lsm6dsox.LSM6DSOX._read_reg_into?5(reg, buf) +lsm6dsox.LSM6DSOX._use_i2c?8 +lsm6dsox.LSM6DSOX._write_reg?5(reg, val) +lsm6dsox.LSM6DSOX.accel?4() +lsm6dsox.LSM6DSOX.accel_scale?7 +lsm6dsox.LSM6DSOX.address?7 +lsm6dsox.LSM6DSOX.bus?7 +lsm6dsox.LSM6DSOX.cs?7 +lsm6dsox.LSM6DSOX.gyro?4() +lsm6dsox.LSM6DSOX.gyro_scale?7 +lsm6dsox.LSM6DSOX.load_mlc?4(ucf) +lsm6dsox.LSM6DSOX.mlc_output?4() +lsm6dsox.LSM6DSOX.reset?4() +lsm6dsox.LSM6DSOX.scratch_int?7 +lsm6dsox.LSM6DSOX.set_embedded_functions?4(enable, emb_ab: Incomplete | None = None) +lsm6dsox.LSM6DSOX.set_mem_bank?4(bank) +lsm6dsox.LSM6DSOX?1(bus, cs: Incomplete | None = None, address=..., gyro_odr: int = 104, accel_odr: int = 104, gyro_scale: int = 2000, accel_scale: int = 4, ucf: Incomplete | None = None, ) +lsm6dsox._CTRL1_XL?8 +lsm6dsox._CTRL2_G?8 +lsm6dsox._CTRL3_C?8 +lsm6dsox._CTRL7_G?8 +lsm6dsox._CTRL8_XL?8 +lsm6dsox._CTRL9_XL?8 +lsm6dsox._DEFAULT_ADDR?8 +lsm6dsox._EMB_FUNC_EN_A?8 +lsm6dsox._EMB_FUNC_EN_B?8 +lsm6dsox._FUNC_CFG_ACCESS?8 +lsm6dsox._FUNC_CFG_BANK_EMBED?8 +lsm6dsox._FUNC_CFG_BANK_HUB?8 +lsm6dsox._FUNC_CFG_BANK_USER?8 +lsm6dsox._MLC0_SRC?8 +lsm6dsox._MLC_INT1?8 +lsm6dsox._MLC_STATUS?8 +lsm6dsox._OUTX_L_G?8 +lsm6dsox._OUTX_L_XL?8 +lsm6dsox._TAP_CFG0?8 +lsm6dsox._WHO_AM_I_REG?8 +machine.ADC.ATTN_0DB?7 +machine.ADC.ATTN_11DB?7 +machine.ADC.ATTN_2_5DB?7 +machine.ADC.ATTN_6DB?7 +machine.ADC.CORE_TEMP?7 +machine.ADC.CORE_VBAT?7 +machine.ADC.CORE_VREF?7 +machine.ADC.VREF?7 +machine.ADC.WIDTH_10BIT?7 +machine.ADC.WIDTH_11BIT?7 +machine.ADC.WIDTH_12BIT?7 +machine.ADC.WIDTH_9BIT?7 +machine.ADC.read_u16?4() +machine.ADC?1(pin: PinLike, /) +machine.ATTN_0DB?7 +machine.BUILTIN_CDC_MSC.desc_cfg?7 +machine.BUILTIN_CDC_MSC.desc_dev?7 +machine.BUILTIN_CDC_MSC.ep_max?7 +machine.BUILTIN_CDC_MSC.itf_max?7 +machine.BUILTIN_CDC_MSC.str_max?7 +machine.BUILTIN_CDC_MSC?1(*argv, **kwargs) +machine.BUILTIN_DEFAULT.desc_cfg?7 +machine.BUILTIN_DEFAULT.desc_dev?7 +machine.BUILTIN_DEFAULT.ep_max?7 +machine.BUILTIN_DEFAULT.itf_max?7 +machine.BUILTIN_DEFAULT.str_max?7 +machine.BUILTIN_DEFAULT?1(*argv, **kwargs) +machine.BUILTIN_NONE.desc_cfg?7 +machine.BUILTIN_NONE.desc_dev?7 +machine.BUILTIN_NONE.ep_max?7 +machine.BUILTIN_NONE.itf_max?7 +machine.BUILTIN_NONE.str_max?7 +machine.BUILTIN_NONE?1(*argv, **kwargs) +machine.DEEPSLEEP?7 +machine.DEEPSLEEP_RESET?7 +machine.HARD_RESET?7 +machine.I2C.init?4(*, scl: PinLike, sda: PinLike, freq: int = 400_000) +machine.I2C.readfrom?4(addr: int, nbytes: int, stop: bool = True, /) +machine.I2C.readfrom_into?4(addr: int, buf: AnyWritableBuf, stop: bool = True, /) +machine.I2C.readfrom_mem?4(addr: int, memaddr: int, nbytes: int, /, *, addrsize: int = 8) +machine.I2C.readfrom_mem_into?4(addr: int, memaddr: int, buf: AnyWritableBuf, /, *, addrsize: int = 8) +machine.I2C.readinto?4(buf: AnyWritableBuf, nack: bool = True, /) +machine.I2C.scan?4() +machine.I2C.start?4() +machine.I2C.stop?4() +machine.I2C.write?4(buf: AnyReadableBuf, /) +machine.I2C.writeto?4(addr: int, buf: AnyReadableBuf, stop: bool = True, /) +machine.I2C.writeto_mem?4(addr: int, memaddr: int, buf: AnyReadableBuf, /, *, addrsize: int = 8) +machine.I2C.writevto?4(addr: int, vector: Sequence[AnyReadableBuf], stop: bool = True, /) +machine.I2C?1(*, scl: PinLike, sda: PinLike, freq: int = 400_000) +machine.I2S.MONO?7 +machine.I2S.RX?7 +machine.I2S.STEREO?7 +machine.I2S.TX?7 +machine.I2S.deinit?4() +machine.I2S.init?4(*, sck: PinLike, ws: PinLike, sd: PinLike, mode: int, bits: int, format: int, rate: int, ibuf: int, ) +machine.I2S.irq?4(handler: Callable[[], None], /, ) +machine.I2S.readinto?4(buf: AnyWritableBuf, /, ) +machine.I2S.shift?4(bits: int, shift: int, /, ) +machine.I2S.write?4(buf: AnyReadableBuf, /, ) +machine.I2S?1(id: ID_T, /, *, sck: PinLike, ws: PinLike, sd: PinLike, mode: int, bits: int, format: int, rate: int, ibuf: int, ) +machine.IDLE?7 +machine.ID_T?7 +machine.PIN_WAKE?7 +machine.PWM.deinit?4() +machine.PWM.duty_ns?4(value: int, /, ) +machine.PWM.duty_u16?4(value: int, /, ) +machine.PWM.freq?4(value: int, /, ) +machine.PWM.init?4(*, freq: int = ..., duty_u16: int = ..., duty_ns: int = ...) +machine.PWM?1(dest: PinLike, /, *, freq: int = ..., duty_u16: int = ..., duty_ns: int = ..., ) +machine.PWRON_RESET?7 +machine.Pin.ALT?7 +machine.Pin.ALT_GPCK?7 +machine.Pin.ALT_I2C?7 +machine.Pin.ALT_OPEN_DRAIN?7 +machine.Pin.ALT_PIO0?7 +machine.Pin.ALT_PIO1?7 +machine.Pin.ALT_PWM?7 +machine.Pin.ALT_SIO?7 +machine.Pin.ALT_SPI?7 +machine.Pin.ALT_UART?7 +machine.Pin.ALT_USB?7 +machine.Pin.ANALOG?7 +machine.Pin.DRIVE_0?7 +machine.Pin.DRIVE_1?7 +machine.Pin.DRIVE_2?7 +machine.Pin.IN?7 +machine.Pin.IRQ_FALLING?7 +machine.Pin.IRQ_HIGH_LEVEL?7 +machine.Pin.IRQ_LOW_LEVEL?7 +machine.Pin.IRQ_RISING?7 +machine.Pin.OPEN_DRAIN?7 +machine.Pin.OUT?7 +machine.Pin.PULL_DOWN?7 +machine.Pin.PULL_HOLD?7 +machine.Pin.PULL_UP?7 +machine.Pin.drive?4(/) +machine.Pin.high?4() +machine.Pin.init?4(mode: int = -1, pull: int = -1, *, value: Any = None, drive: int | None = None, alt: int | None = None, ) +machine.Pin.irq?4(/, handler: Callable[[Pin], None] | None = None, trigger: int = (IRQ_FALLING | IRQ_RISING), *, priority: int = 1, wake: int | None = None, hard: bool = False, ) +machine.Pin.low?4() +machine.Pin.mode?4(mode: int, /) +machine.Pin.off?4() +machine.Pin.on?4() +machine.Pin.pull?4(pull: int, /) +machine.Pin.toggle?4() +machine.Pin.value?4(x: Any, /) +machine.Pin?1(id: Any, /, mode: int = -1, pull: int = -1, *, value: Any = None, drive: int | None = None, alt: int | None = None, ) +machine.PinLike?7 +machine.RTC.ALARM0?7 +machine.RTC.alarm?4(id: int, time: tuple[int, int, int, int, int, int, int, int], /) +machine.RTC.datetime?4(datetimetuple: Any | None = None) +machine.RTC.init?4(datetime: tuple[int, int, int, int, int, int, int, int], /) +machine.RTC?1(id: int = 0, /, *, datetime: tuple[int, int, int, int, int, int, int, int]) +machine.RTC_WAKE?7 +machine.SDCard.readblocks?4(block_num: int, buf: bytearray, offset: int) +machine.SDCard.writeblocks?4(block_num: int, buf: bytes | bytearray, offset: int, /) +machine.SLEEP?7 +machine.SOFT_RESET?7 +machine.SPI.CONTROLLER?7 +machine.SPI.LSB?7 +machine.SPI.MSB?7 +machine.SPI.deinit?4() +machine.SPI.init?4(baudrate: int = 1_000_000, *, polarity: int = 0, phase: int = 0, bits: int = 8, firstbit: int = MSB, pins: tuple[PinLike, PinLike, PinLike] | None = None, ) +machine.SPI.read?4(nbytes: int, write: int = 0x00, /) +machine.SPI.readinto?4(buf: AnyWritableBuf, write: int = 0x00, /) +machine.SPI.write?4(buf: AnyReadableBuf, /) +machine.SPI.write_readinto?4(write_buf: AnyReadableBuf, read_buf: AnyWritableBuf, /) +machine.SPI?1(id: int, /, baudrate: int = 1_000_000, *, polarity: int = 0, phase: int = 0, bits: int = 8, firstbit: int = MSB, pins: tuple[PinLike, PinLike, PinLike] | None = None, ) +machine.Signal.off?4() +machine.Signal.on?4() +machine.Signal.value?4(x: Any, /) +machine.Signal?1(id: PinLike, /, mode: int = -1, pull: int = -1, *, value: Any = None, drive: int | None = None, alt: int | None = None, invert: bool = False, ) +machine.SoftI2C.init?4(*args, **kwargs) +machine.SoftI2C.readfrom?4(*args, **kwargs) +machine.SoftI2C.readfrom_into?4(*args, **kwargs) +machine.SoftI2C.readfrom_mem?4(*args, **kwargs) +machine.SoftI2C.readfrom_mem_into?4(*args, **kwargs) +machine.SoftI2C.readinto?4(*args, **kwargs) +machine.SoftI2C.scan?4(*args, **kwargs) +machine.SoftI2C.start?4(*args, **kwargs) +machine.SoftI2C.stop?4(*args, **kwargs) +machine.SoftI2C.write?4(*args, **kwargs) +machine.SoftI2C.writeto?4(*args, **kwargs) +machine.SoftI2C.writeto_mem?4(*args, **kwargs) +machine.SoftI2C.writevto?4(*args, **kwargs) +machine.SoftI2C?1(scl, sda, *, freq=400000, timeout=50000) +machine.SoftSPI.LSB?7 +machine.SoftSPI.MSB?7 +machine.SoftSPI.deinit?4(*args, **kwargs) +machine.SoftSPI.init?4(*args, **kwargs) +machine.SoftSPI.read?4(*args, **kwargs) +machine.SoftSPI.readinto?4(*args, **kwargs) +machine.SoftSPI.write?4(*args, **kwargs) +machine.SoftSPI.write_readinto?4(*args, **kwargs) +machine.SoftSPI?1(baudrate=500000, *, polarity=0, phase=0, bits=8, firstbit=MSB, sck: PinLike | None = None, mosi: PinLike | None = None, miso: PinLike | None = None, ) +machine.Timer.ONE_SHOT?7 +machine.Timer.PERIODIC?7 +machine.Timer.deinit?4() +machine.Timer.init?4(*, mode: int = PERIODIC, tick_hz: int | None = None, callback: Callable[[Timer], None] | None = None, ) +machine.Timer?1(id: int, /, *, mode: int = PERIODIC, tick_hz: int | None = None, callback: Callable[[Timer], None] | None = None, ) +machine.UART.CTS?7 +machine.UART.IDLE?7 +machine.UART.INV_RX?7 +machine.UART.INV_TX?7 +machine.UART.IRQ_BREAK?7 +machine.UART.IRQ_RX?7 +machine.UART.IRQ_RXIDLE?7 +machine.UART.IRQ_TXIDLE?7 +machine.UART.RTS?7 +machine.UART.any?4() +machine.UART.deinit?4() +machine.UART.flush?4() +machine.UART.init?4(/, baudrate: int = 9600, bits: int = 8, parity: int | None = None, stop: int = 1, *, pins: tuple[PinLike, PinLike, PinLike, PinLike] | None = None, ) +machine.UART.irq?4(trigger: int, priority: int = 1, handler: Callable[[UART], None] | None = None, wake: int = IDLE, /, ) +machine.UART.read?4(nbytes: int, /) +machine.UART.readinto?4(buf: AnyWritableBuf, nbytes: int, /) +machine.UART.readline?4() +machine.UART.sendbreak?4() +machine.UART.txdone?4() +machine.UART.write?4(buf: AnyReadableBuf, /) +machine.UART?1(id: ID_T, /, baudrate: int = 9600, bits: int = 8, parity: int | None = None, stop: int = 1, *, pins: tuple[PinLike, PinLike, PinLike, PinLike] | None = None, ) +machine.USBDevice.BUILTIN_CDC?7 +machine.USBDevice.BUILTIN_CDC_MSC?7 +machine.USBDevice.BUILTIN_DEFAULT?7 +machine.USBDevice.BUILTIN_MSC?7 +machine.USBDevice.BUILTIN_NONE?7 +machine.USBDevice.active?4(value: Any | None = None, /) +machine.USBDevice.config?4(desc_dev, desc_cfg, desc_strs=None, open_itf_cb=None, reset_cb=None, control_xfer_cb=None, xfer_cb=None, ) +machine.USBDevice.remote_wakeup?4() +machine.USBDevice.stall?4(ep, stall: bool | None = None, /) +machine.USBDevice.submit_xfer?4(ep, buffer, /) +machine.USBDevice?1() +machine.WDT.feed?4() +machine.WDT?1(*, id: int = 0, timeout: int = 5000) +machine.WDT_RESET?7 +machine.WLAN_WAKE?7 +machine.bitstream?4(pin, encoding, timing, data, /) +machine.board.A0?7 +machine.board.A1?7 +machine.board.A2?7 +machine.board.A3?7 +machine.board.A4?7 +machine.board.A5?7 +machine.board.A6?7 +machine.board.A7?7 +machine.board.D10?7 +machine.board.D11?7 +machine.board.D12?7 +machine.board.D13?7 +machine.board.D14?7 +machine.board.D15?7 +machine.board.D16?7 +machine.board.D17?7 +machine.board.D18?7 +machine.board.D19?7 +machine.board.D20?7 +machine.board.D21?7 +machine.board.D2?7 +machine.board.D3?7 +machine.board.D4?7 +machine.board.D5?7 +machine.board.D6?7 +machine.board.D7?7 +machine.board.D8?7 +machine.board.D9?7 +machine.board.LED?7 +machine.board.LEDB?7 +machine.board.LEDG?7 +machine.board.LEDR?7 +machine.board.LED_BLUE?7 +machine.board.LED_BUILTIN?7 +machine.board.LED_GREEN?7 +machine.board.LED_RED?7 +machine.board.RX?7 +machine.board.SCL?7 +machine.board.SDA?7 +machine.board.TX?7 +machine.board?1(*argv, **kwargs) +machine.bootloader?4(value: Optional[Any] = None) +machine.cpu.EXT_GPIO0?7 +machine.cpu.EXT_GPIO1?7 +machine.cpu.EXT_GPIO2?7 +machine.cpu.EXT_GPIO3?7 +machine.cpu.EXT_GPIO4?7 +machine.cpu.EXT_GPIO5?7 +machine.cpu.EXT_GPIO6?7 +machine.cpu.GPIO0?7 +machine.cpu.GPIO10?7 +machine.cpu.GPIO11?7 +machine.cpu.GPIO12?7 +machine.cpu.GPIO13?7 +machine.cpu.GPIO14?7 +machine.cpu.GPIO15?7 +machine.cpu.GPIO16?7 +machine.cpu.GPIO17?7 +machine.cpu.GPIO18?7 +machine.cpu.GPIO19?7 +machine.cpu.GPIO1?7 +machine.cpu.GPIO20?7 +machine.cpu.GPIO21?7 +machine.cpu.GPIO22?7 +machine.cpu.GPIO23?7 +machine.cpu.GPIO24?7 +machine.cpu.GPIO25?7 +machine.cpu.GPIO26?7 +machine.cpu.GPIO27?7 +machine.cpu.GPIO28?7 +machine.cpu.GPIO29?7 +machine.cpu.GPIO2?7 +machine.cpu.GPIO3?7 +machine.cpu.GPIO4?7 +machine.cpu.GPIO5?7 +machine.cpu.GPIO6?7 +machine.cpu.GPIO7?7 +machine.cpu.GPIO8?7 +machine.cpu.GPIO9?7 +machine.cpu?1(*argv, **kwargs) +machine.deepsleep?4() +machine.deepsleep?4(time_ms: int, /) +machine.dht_readinto?4(*args, **kwargs) +machine.disable_irq?4() +machine.enable_irq?4(state: bool = True, /) +machine.freq?4() +machine.freq?4(hz: int, /) +machine.freq?4(self) +machine.freq?4(self, value: int, /, ) +machine.idle?4() +machine.lightsleep?4() +machine.lightsleep?4(time_ms: int, /) +machine.mem16?7 +machine.mem32?7 +machine.mem8?7 +machine.reset?4() +machine.reset_cause?4() +machine.soft_reset?4() +machine.time_pulse_us?4(pin: Pin, pulse_level: int, timeout_us: int = 1_000_000, /) +machine.unique_id?4() +math.acos?4(x: SupportsFloat, /) +math.acosh?4(x: SupportsFloat, /) +math.asin?4(x: SupportsFloat, /) +math.asinh?4(x: SupportsFloat, /) +math.atan2?4(y: SupportsFloat, x: SupportsFloat, /) +math.atan?4(x: SupportsFloat, /) +math.atanh?4(x: SupportsFloat, /) +math.ceil?4(x: SupportsFloat, /) +math.copysign?4(x: SupportsFloat, y: SupportsFloat, /) +math.cos?4(x: SupportsFloat, /) +math.cosh?4(x: SupportsFloat, /) +math.degrees?4(x: SupportsFloat, /) +math.e?7 +math.erf?4(x: SupportsFloat, /) +math.erfc?4(x: SupportsFloat, /) +math.exp?4(x: SupportsFloat, /) +math.expm1?4(x: SupportsFloat, /) +math.fabs?4(x: SupportsFloat, /) +math.factorial?4(*args, **kwargs) +math.floor?4(x: SupportsFloat, /) +math.fmod?4(x: SupportsFloat, y: SupportsFloat, /) +math.frexp?4(x: SupportsFloat, /) +math.gamma?4(x: SupportsFloat, /) +math.inf?7 +math.isclose?4(*args, **kwargs) +math.isfinite?4(x: SupportsFloat, /) +math.isinf?4(x: SupportsFloat, /) +math.isnan?4(x: SupportsFloat, /) +math.ldexp?4(x: SupportsFloat, exp: int, /) +math.lgamma?4(x: SupportsFloat, /) +math.log10?4(x: SupportsFloat, /) +math.log2?4(x: SupportsFloat, /) +math.log?4(x: SupportsFloat, /) +math.modf?4(x: SupportsFloat, /) +math.nan?7 +math.pi?7 +math.pow?4(x: SupportsFloat, y: SupportsFloat, /) +math.radians?4(x: SupportsFloat, /) +math.sin?4(x: SupportsFloat, /) +math.sinh?4(x: SupportsFloat, /) +math.sqrt?4(x: SupportsFloat, /) +math.tan?4(x: SupportsFloat, /) +math.tanh?4(x: SupportsFloat, /) +math.tau?7 +math.trunc?4(x: SupportsFloat, /) +micropython.Const_T?7 +micropython.RingIO.any?4() +micropython.RingIO.close?4() +micropython.RingIO.read?4(nbytes: Optional[Any] = None) +micropython.RingIO.readinto?4(buf, nbytes: Optional[Any] = None) +micropython.RingIO.readline?4(nbytes: Optional[Any] = None) +micropython.RingIO.write?4(buf) +micropython.RingIO?1(size) +micropython._F?8 +micropython._Param?8 +micropython._Ret?8 +micropython._T?8 +micropython.alloc_emergency_exception_buf?4(size: int, /) +micropython.asm_thumb?4(_func: Callable[_Param, _Ret], /) +micropython.asm_xtensa?4(_func: Callable[_Param, _Ret], /) +micropython.const?4(expr: Const_T, /) +micropython.heap_lock?4() +micropython.heap_unlock?4() +micropython.kbd_intr?4(chr: int) +micropython.mem_info?4() +micropython.mem_info?4(verbose: Any, /) +micropython.native?4(_func: Callable[_Param, _Ret], /) +micropython.opt_level?4() +micropython.opt_level?4(level: int, /) +micropython.qstr_info?4() +micropython.qstr_info?4(verbose: bool, /) +micropython.schedule?4(func: Callable[[_T], None], arg: _T, /) +micropython.stack_use?4() +micropython.viper?4(_func: Callable[_Param, _Ret], /) +mip._CHUNK_SIZE?8 +mip._PACKAGE_INDEX?8 +mip._check_exists?5(path, short_hash) +mip._chunk?5(src, dest) +mip._download_file?5(url, dest) +mip._ensure_path_exists?5(path) +mip._install_json?5(package_json_url, index, target, version, mpy) +mip._install_package?5(package, index, target, version, mpy) +mip._rewrite_url?5(url, branch: Incomplete | None = None) +mip.install?4(package, index: Incomplete | None = None, target: Incomplete | None = None, version: Incomplete | None = None, mpy: bool = True) +neopixel.NeoPixel.ORDER?7 +neopixel.NeoPixel.bpp?7 +neopixel.NeoPixel.buf?7 +neopixel.NeoPixel.fill?4(v) +neopixel.NeoPixel.n?7 +neopixel.NeoPixel.pin?7 +neopixel.NeoPixel.timing?7 +neopixel.NeoPixel.write?4() +neopixel.NeoPixel?1(pin, n, bpp: int = 3, timing: int = 1) +neopixel._Color?8 +network.AP_IF?7 +network.AbstractNIC.active?4(is_active: bool | int, /) +network.AbstractNIC.config?4(**kwargs: Any) +network.AbstractNIC.connect?4(service_id: Any, key: str | None = None, /, **kwargs: Any) +network.AbstractNIC.ifconfig?4(ip_mask_gateway_dns: tuple[str, str, str, str], /) +network.AbstractNIC.status?4(param: str, /) +network.LAN.active?4(is_active: bool | int, /) +network.STA_IF?7 +network.WLAN.IF_AP?7 +network.WLAN.IF_STA?7 +network.WLAN.OPEN?7 +network.WLAN.PM_NONE?7 +network.WLAN.PM_PERFORMANCE?7 +network.WLAN.PM_POWERSAVE?7 +network.WLAN.SEC_OPEN?7 +network.WLAN.SEC_WEP?7 +network.WLAN.SEC_WPA_WPA2?7 +network.WLAN.WEP?7 +network.WLAN.WPA_PSK?7 +network.WLAN.active?4(is_active: bool | int, /) +network.WLAN.config?4(**kwargs: Any) +network.WLAN.connect?4(ssid: str | None = None, password: str | None = None, /, *, bssid: bytes | None = None, ) +network.WLAN.disconnect?4() +network.WLAN.ifconfig?4(ip_mask_gateway_dns: tuple[str, str, str, str], /) +network.WLAN.ioctl?4(*args, **kwargs) +network.WLAN.ipconfig?4(*args, **kwargs) +network.WLAN.isconnected?4() +network.WLAN.scan?4() +network.WLAN.status?4(param: str, /) +network.WLAN?1(interface_id: int, /) +network.WLANWiPy.antenna?4(antenna: int, /) +network.WLANWiPy.auth?4(auth: int, /) +network.WLANWiPy.channel?4(channel: int, /) +network.WLANWiPy.mac?4(mac: bytes, /) +network.WLANWiPy.mode?4(mode: int, /) +network.WLANWiPy.ssid?4(ssid: str, /) +network.WLANWiPy?1(id: int, /, *, mode: int, ssid: str, auth: tuple[str, str], channel: int, antenna: int, ) +network.country?4(*args, **kwargs) +network.hostname?4(*args, **kwargs) +network.ipconfig?4(*args, **kwargs) +network.route?4(*args, **kwargs) +ntptime.host?7 +ntptime.settime?4() +ntptime.time?4() +ntptime.timeout?7 +onewire.OneWire.MATCH_ROM?7 +onewire.OneWire.SEARCH_ROM?7 +onewire.OneWire.SKIP_ROM?7 +onewire.OneWire._search_rom?5(l_rom, diff) +onewire.OneWire.crc8?4(data) +onewire.OneWire.pin?7 +onewire.OneWire.readbit?4() +onewire.OneWire.readbyte?4() +onewire.OneWire.readinto?4(buf) +onewire.OneWire.reset?4(required: bool = False) +onewire.OneWire.scan?4() +onewire.OneWire.select_rom?4(rom) +onewire.OneWire.write?4(buf) +onewire.OneWire.writebit?4(value) +onewire.OneWire.writebyte?4(value) +onewire.OneWire?1(pin) +platform.libc_ver?4() +platform.platform?4() +platform.python_compiler?4() +random._T?8 +random.choice?4(sequence: Subscriptable, /) +random.getrandbits?4(n: int, /) +random.randint?4(a: int, b: int, /) +random.random?4() +random.randrange?4(start: int, stop: int, /) +random.randrange?4(start: int, stop: int, step: int, /) +random.randrange?4(stop: int, /) +random.seed?4(n: int | None = None, /) +random.uniform?4(a: float, b: float) +requests.Response._cached?8 +requests.Response.close?4() +requests.Response.content?4() +requests.Response.encoding?7 +requests.Response.json?4() +requests.Response.raw?7 +requests.Response.text?4() +requests.Response?1(f) +requests.delete?4(url, **kw) +requests.get?4(url, **kw) +requests.head?4(url, **kw) +requests.patch?4(url, **kw) +requests.post?4(url, **kw) +requests.put?4(url, **kw) +requests.request?4(method, url, data: Incomplete | None = None, json: Incomplete | None = None, headers: Incomplete | None = None, stream: Incomplete | None = None, auth: Incomplete | None = None, timeout: Incomplete | None = None, parse_headers: bool = True, ) +rp2.DMA.active?4(value: Any | None = None) +rp2.DMA.close?4() +rp2.DMA.config?4(read: int | AnyReadableBuf | None = None, write: int | AnyWritableBuf | None = None, count: int = -1, ctrl: int = -1, trigger: bool = False, ) +rp2.DMA.irq?4(handler=None, hard=False) +rp2.DMA.pack_ctrl?4(default=None, **kwargs) +rp2.DMA.unpack_ctrl?4(value) +rp2.DMA?1(read: int | AnyReadableBuf | None = None, write: int | AnyWritableBuf | None = None, count: int = -1, ctrl: int = -1, trigger: bool = False, ) +rp2.Flash.ioctl?4(op: int) +rp2.Flash.readblocks?4(block_num: int, buf: bytearray, offset: int) +rp2.Flash.writeblocks?4(block_num: int, buf: bytes | bytearray, offset: int, /) +rp2.Flash?1() +rp2.PIO.IN_HIGH?7 +rp2.PIO.IN_LOW?7 +rp2.PIO.IRQ_SM0?7 +rp2.PIO.IRQ_SM1?7 +rp2.PIO.IRQ_SM2?7 +rp2.PIO.IRQ_SM3?7 +rp2.PIO.JOIN_NONE?7 +rp2.PIO.JOIN_RX?7 +rp2.PIO.JOIN_TX?7 +rp2.PIO.OUT_HIGH?7 +rp2.PIO.OUT_LOW?7 +rp2.PIO.SHIFT_LEFT?7 +rp2.PIO.SHIFT_RIGHT?7 +rp2.PIO.add_program?4(program: _PIO_ASM_Program) +rp2.PIO.irq?4(handler: Optional[Callable[[PIO], None]] = None, trigger: _IRQ_TRIGGERS | None = None, hard: bool = False, ) +rp2.PIO.remove_program?4(program: Optional[_PIO_ASM_Program] = None) +rp2.PIO.state_machine?4(id: int, program: _PIO_ASM_Program, *args, **kwargs) +rp2.PIO?1(id) +rp2.PIOASMEmit.delay?4(delay: int) +rp2.PIOASMEmit.in_?4(src: int, data) +rp2.PIOASMEmit.irq?4(mod, index: Incomplete | None = ...) +rp2.PIOASMEmit.jmp?4(condition, label: Incomplete | None = ...) +rp2.PIOASMEmit.label?4(label: str) +rp2.PIOASMEmit.mov?4(dest, src, operation: int | None = None) +rp2.PIOASMEmit.nop?4() +rp2.PIOASMEmit.out?4(destination: int, bit_count: int) +rp2.PIOASMEmit.pull?4(block: int = block, timeout: int = 0) +rp2.PIOASMEmit.push?4(value: int = ..., value2: int = ...) +rp2.PIOASMEmit.set?4(destination: int, data) +rp2.PIOASMEmit.side?4(value: int) +rp2.PIOASMEmit.start_pass?4(pass_) +rp2.PIOASMEmit.wait?4(polarity: int, src: int, index: int, /) +rp2.PIOASMEmit.word?4(instr, label: Incomplete | None = ...) +rp2.PIOASMEmit.wrap?4() +rp2.PIOASMEmit.wrap_target?4() +rp2.PIOASMEmit?1(*, out_init: int | List | None = ..., set_init: int | List | None = ..., sideset_init: int | List | None = ..., in_shiftdir: int = ..., out_shiftdir: int = ..., autopush: bool = ..., autopull: bool = ..., push_thresh: int = ..., pull_thresh: int = ..., fifo_join: int = ..., ) +rp2.StateMachine.active?4(value: Optional[Any] = None) +rp2.StateMachine.exec?4(instr) +rp2.StateMachine.get?4(buf=None, shift=0) +rp2.StateMachine.init?4(program: int, freq: int = 1, *, in_base: Pin | None = None, out_base: Pin | None = None, set_base: Pin | None = None, jmp_pin: Pin | None = None, sideset_base: Pin | None = None, in_shiftdir: int | None = None, out_shiftdir: int | None = None, push_thresh: int | None = None, pull_thresh: int | None = None, ) +rp2.StateMachine.irq?4(handler=None, trigger=0 | 1, hard=False) +rp2.StateMachine.put?4(value, shift=0) +rp2.StateMachine.restart?4() +rp2.StateMachine.rx_fifo?4() +rp2.StateMachine.tx_fifo?4() +rp2.StateMachine?1(program: int, freq: int = 1, *, in_base: Pin | None = None, out_base: Pin | None = None, set_base: Pin | None = None, jmp_pin: Pin | None = None, sideset_base: Pin | None = None, in_shiftdir: int | None = None, out_shiftdir: int | None = None, push_thresh: int | None = None, pull_thresh: int | None = None, ) +rp2._IRQ_TRIGGERS?8 +rp2._PIO_ASM_Program?8 +rp2._pio_funcs?8 +rp2.asm_pio.delay?4(delay: int) +rp2.asm_pio.exec?7 +rp2.asm_pio.gpio?7 +rp2.asm_pio.in_?4(src, data) +rp2.asm_pio.invert?4(x: int) +rp2.asm_pio.irq?4(mod, index: Incomplete | None = ...) +rp2.asm_pio.isr?7 +rp2.asm_pio.jmp?4(condition, label: Incomplete | None = ...) +rp2.asm_pio.label?4(label: str) +rp2.asm_pio.mov?4(dest, src, operation: Optional[int] = None) +rp2.asm_pio.nop?4() +rp2.asm_pio.null?7 +rp2.asm_pio.osr?7 +rp2.asm_pio.out?4(destination: int, bit_count: int) +rp2.asm_pio.pc?7 +rp2.asm_pio.pindirs?7 +rp2.asm_pio.pins?7 +rp2.asm_pio.pull?4(block: int = block, timeout: int = 0) +rp2.asm_pio.push?4(value: int = ..., value2: int = ...) +rp2.asm_pio.rel?4(x: int) +rp2.asm_pio.reverse?4(x: int) +rp2.asm_pio.set?4(destination, data) +rp2.asm_pio.side?4(value: int) +rp2.asm_pio.status?7 +rp2.asm_pio.wait?4(polarity: int, src: int, index: int, /) +rp2.asm_pio.word?4(instr, label: Incomplete | None = ...) +rp2.asm_pio.wrap?4() +rp2.asm_pio.wrap_target?4() +rp2.asm_pio.x?7 +rp2.asm_pio.y?7 +rp2.asm_pio?4(*, out_init: Union[Pin, List[Pin], int, List[int], None] = None, set_init: Union[Pin, List[Pin], int, List[int], None] = None, sideset_init: Union[Pin, List[Pin], int, List[int], None] = None, in_shiftdir=0, out_shiftdir=0, autopush=False, autopull=False, push_thresh=32, pull_thresh=32, fifo_join=PIO.JOIN_NONE, ) +rp2.asm_pio_encode?4(instr, sideset_count, sideset_opt=False) +rp2.bootsel_button?4() +rp2.const?4(*args, **kwargs) +select.POLLERR?7 +select.POLLHUP?7 +select.POLLIN?7 +select.POLLOUT?7 +select.poll.ipoll?4(timeout=-1, flags=0, /) +select.poll.modify?4(obj, eventmask) +select.poll.poll?4(timeout=-1, /) +select.poll.register?4(obj, eventmask: Optional[Any] = None) +select.poll.unregister?4(obj) +select.poll?1() +select.select?4(rlist: Iterable[Any], wlist: Iterable[Any], xlist: Iterable[Any], timeout: int = -1, /, ) +senml.senml_pack.SenmlPack._base_sum?8 +senml.senml_pack.SenmlPack._base_time?8 +senml.senml_pack.SenmlPack._base_value?8 +senml.senml_pack.SenmlPack._build_rec_dict?5(naming_map, appendTo) +senml.senml_pack.SenmlPack._check_value_type?5(value, field_name) +senml.senml_pack.SenmlPack._data?8 +senml.senml_pack.SenmlPack._parent?8 +senml.senml_pack.SenmlPack._process_incomming_data?5(records, naming_map) +senml.senml_pack.SenmlPack.actuate?7 +senml.senml_pack.SenmlPack.add?4(item) +senml.senml_pack.SenmlPack.base_sum?4(value) +senml.senml_pack.SenmlPack.base_time?4(value) +senml.senml_pack.SenmlPack.base_unit?7 +senml.senml_pack.SenmlPack.base_value?4(value) +senml.senml_pack.SenmlPack.clear?4() +senml.senml_pack.SenmlPack.do_actuate?4(raw, naming_map, device: Incomplete | None = None) +senml.senml_pack.SenmlPack.from_cbor?4(data) +senml.senml_pack.SenmlPack.from_json?4(data) +senml.senml_pack.SenmlPack.json_mappings?7 +senml.senml_pack.SenmlPack.name?7 +senml.senml_pack.SenmlPack.remove?4(item) +senml.senml_pack.SenmlPack.to_cbor?4() +senml.senml_pack.SenmlPack.to_json?4() +senml.senml_pack.SenmlPack?1(name, callback: Incomplete | None = None) +senml.senml_pack.SenmlPackIterator._index?8 +senml.senml_pack.SenmlPackIterator._list?8 +senml.senml_pack.SenmlPackIterator?1(list) +senml.senml_record.SenmlRecord._build_rec_dict?5(naming_map, appendTo) +senml.senml_record.SenmlRecord._check_number_type?5(value, field_name) +senml.senml_record.SenmlRecord._check_value_type?5(value) +senml.senml_record.SenmlRecord._from_raw?5(raw, naming_map) +senml.senml_record.SenmlRecord._parent?5(value) +senml.senml_record.SenmlRecord._sum?8 +senml.senml_record.SenmlRecord._time?8 +senml.senml_record.SenmlRecord._unit?8 +senml.senml_record.SenmlRecord._update_time?8 +senml.senml_record.SenmlRecord._value?8 +senml.senml_record.SenmlRecord.actuate?7 +senml.senml_record.SenmlRecord.do_actuate?4(raw, naming_map) +senml.senml_record.SenmlRecord.name?7 +senml.senml_record.SenmlRecord.sum?4(value) +senml.senml_record.SenmlRecord.time?4(value) +senml.senml_record.SenmlRecord.unit?7 +senml.senml_record.SenmlRecord.update_time?4(value) +senml.senml_record.SenmlRecord.value?4(value) +senml.senml_record.SenmlRecord?1(name, **kwargs) +senml.senml_unit.SenmlUnits?7 +senml.senml_unit.enum?4(**enums) +socket.AF_INET6?7 +socket.AF_INET?7 +socket.IPPROTO_SEC?7 +socket.IPPROTO_TCP?7 +socket.IPPROTO_UDP?7 +socket.SOCK_DGRAM?7 +socket.SOCK_RAW?7 +socket.SOCK_STREAM?7 +socket.SOL_SOCKET?7 +socket.SO_BROADCAST?7 +socket.SO_KEEPALIVE?7 +socket.SO_RCVTIMEO?7 +socket.SO_REUSEADDR?7 +socket.SO_SNDTIMEO?7 +socket.Socket?7 +socket._Address?8 +socket.getaddrinfo?4(host: str, port: int, af: int = 0, type: int = 0, proto: int = 0, flags: int = 0, /, ) +socket.socket.accept?4() +socket.socket.bind?4(address: _Address | bytes, /) +socket.socket.close?4() +socket.socket.connect?4(address: _Address | bytes, /) +socket.socket.listen?4(backlog: int = ..., /) +socket.socket.makefile?4(mode: str, buffering: int = 0, /) +socket.socket.read?4(size: int, /) +socket.socket.readinto?4(buf: AnyWritableBuf, nbytes: int, /) +socket.socket.readline?4() +socket.socket.recv?4(bufsize: int, /) +socket.socket.recvfrom?4(bufsize: int, /) +socket.socket.send?4(bytes: AnyReadableBuf, /) +socket.socket.sendall?4(bytes: AnyReadableBuf, /) +socket.socket.sendto?4(bytes: AnyReadableBuf, address: _Address, /) +socket.socket.setblocking?4(value: bool, /) +socket.socket.setsockopt?4(level: int, optname: int, value: AnyReadableBuf | int, /) +socket.socket.settimeout?4(value: float | None, /) +socket.socket.write?4(buf: AnyReadableBuf, /) +socket.socket?1(af: int = AF_INET, type: int = SOCK_STREAM, proto: int = IPPROTO_TCP, /, ) +ssl.SSLContext._context?8 +ssl.SSLContext.load_cert_chain?4(certfile, keyfile) +ssl.SSLContext.load_verify_locations?4(cafile: Incomplete | None = None, cadata: Incomplete | None = None) +ssl.SSLContext.verify_mode?4(val) +ssl.SSLContext.wrap_socket?4(sock, server_side: bool = False, do_handshake_on_connect: bool = True, server_hostname: Incomplete | None = None) +ssl.SSLContext?1(*args) +ssl.SSLSocket.cipher?4(*argv, **kwargs) +ssl.SSLSocket.close?4(*argv, **kwargs) +ssl.SSLSocket.getpeercert?4(*argv, **kwargs) +ssl.SSLSocket.ioctl?4(*argv, **kwargs) +ssl.SSLSocket.read?4(*argv, **kwargs) +ssl.SSLSocket.readinto?4(*argv, **kwargs) +ssl.SSLSocket.readline?4(*argv, **kwargs) +ssl.SSLSocket.recv?4(*argv, **kwargs) +ssl.SSLSocket.recv_into?4(*argv, **kwargs) +ssl.SSLSocket.send?4(*argv, **kwargs) +ssl.SSLSocket.sendall?4(*argv, **kwargs) +ssl.SSLSocket.setblocking?4(*argv, **kwargs) +ssl.SSLSocket.write?4(*argv, **kwargs) +ssl.wrap_socket?4(sock, server_side: bool = False, key: Incomplete | None = None, cert: Incomplete | None = None, cert_reqs=..., cadata: Incomplete | None = None, server_hostname: Incomplete | None = None, do_handshake: bool = True, ) +time._Ticks?8 +time._TicksCPU?8 +time._TicksMs?8 +time._TicksUs?8 +time.const?4(*args, **kwargs) +time.gmtime?4(secs: int | None = None, /) +time.localtime?4(secs: int | None = None, /) +time.mktime?4(local_time: _TimeTuple, /) +time.sleep?4(seconds: float, /) +time.sleep_ms?4(ms: int, /) +time.sleep_us?4(us: int, /) +time.strftime?4(*args, **kwargs) +time.ticks_add?4(ticks: _Ticks, delta: int, /) +time.ticks_cpu?4() +time.ticks_diff?4(ticks1: _Ticks, ticks2: _Ticks, /) +time.ticks_ms?4() +time.ticks_us?4() +time.time?4() +time.time_ns?4() +tls.CERT_NONE?7 +tls.CERT_OPTIONAL?7 +tls.CERT_REQUIRED?7 +tls.MBEDTLS_VERSION?7 +tls.PROTOCOL_TLS_CLIENT?7 +tls.PROTOCOL_TLS_SERVER?7 +tls.SSLContext.get_ciphers?4(*args, **kwargs) +tls.SSLContext.load_cert_chain?4(*args, **kwargs) +tls.SSLContext.load_verify_locations?4(*args, **kwargs) +tls.SSLContext.set_ciphers?4(*args, **kwargs) +tls.SSLContext.wrap_socket?4(*args, **kwargs) +tls.SSLContext?1(*argv, **kwargs) +ucryptolib.aes.decrypt?4(*args, **kwargs) +ucryptolib.aes.encrypt?4(*args, **kwargs) +ucryptolib.aes?1(*argv, **kwargs) +uctypes.ARRAY?7 +uctypes.BFINT16?7 +uctypes.BFINT32?7 +uctypes.BFINT8?7 +uctypes.BFUINT16?7 +uctypes.BFUINT32?7 +uctypes.BFUINT8?7 +uctypes.BF_LEN?7 +uctypes.BF_POS?7 +uctypes.BIG_ENDIAN?7 +uctypes.FLOAT32?7 +uctypes.FLOAT64?7 +uctypes.INT16?7 +uctypes.INT32?7 +uctypes.INT64?7 +uctypes.INT8?7 +uctypes.INT?7 +uctypes.LITTLE_ENDIAN?7 +uctypes.LONG?7 +uctypes.LONGLONG?7 +uctypes.NATIVE?7 +uctypes.PTR?7 +uctypes.SHORT?7 +uctypes.UINT16?7 +uctypes.UINT32?7 +uctypes.UINT64?7 +uctypes.UINT8?7 +uctypes.UINT?7 +uctypes.ULONG?7 +uctypes.ULONGLONG?7 +uctypes.USHORT?7 +uctypes.VOID?7 +uctypes._ArrayOfAggregateProperty?8 +uctypes._ArrayProperty?8 +uctypes._BitfieldProperty?8 +uctypes._PointerToAPrimitiveProperty?8 +uctypes._PointerToAaAggregateProperty?8 +uctypes._RecursiveProperty?8 +uctypes._ScalarProperty?8 +uctypes._descriptor?8 +uctypes._property?8 +uctypes.addressof?4(obj: AnyReadableBuf, /) +uctypes.bytearray_at?4(addr: int, size: int, /) +uctypes.bytes_at?4(addr: int, size: int, /) +uctypes.sizeof?4(struct: struct | _descriptor | dict, layout_type: int = NATIVE, /) +uctypes.struct?1(addr: int, descriptor: _descriptor, layout_type: int = NATIVE, /) +uhashlib.md5.digest?4(*args, **kwargs) +uhashlib.md5.update?4(*args, **kwargs) +uhashlib.md5?1(*argv, **kwargs) +uhashlib.sha1.digest?4(*args, **kwargs) +uhashlib.sha1.update?4(*args, **kwargs) +uhashlib.sha1?1(*argv, **kwargs) +uhashlib.sha256.digest?4(*args, **kwargs) +uhashlib.sha256.update?4(*args, **kwargs) +uhashlib.sha256?1(*argv, **kwargs) +uheapq.heapify?4(*args, **kwargs) +uheapq.heappop?4(*args, **kwargs) +uheapq.heappush?4(*args, **kwargs) +urandom.choice?4(*args, **kwargs) +urandom.getrandbits?4(*args, **kwargs) +urandom.randint?4(*args, **kwargs) +urandom.random?4(*args, **kwargs) +urandom.randrange?4(*args, **kwargs) +urandom.seed?4(*args, **kwargs) +urandom.uniform?4(*args, **kwargs) +ure.compile?4(*args, **kwargs) +ure.match?4(*args, **kwargs) +ure.search?4(*args, **kwargs) +ure.sub?4(*args, **kwargs) +uwebsocket.websocket.close?4(*args, **kwargs) +uwebsocket.websocket.ioctl?4(*args, **kwargs) +uwebsocket.websocket.read?4(*args, **kwargs) +uwebsocket.websocket.readinto?4(*args, **kwargs) +uwebsocket.websocket.readline?4(*args, **kwargs) +uwebsocket.websocket.write?4(*args, **kwargs) +uwebsocket.websocket?1(*argv, **kwargs) +vfs.AbstractBlockDev.ioctl?4(op: int) +vfs.AbstractBlockDev.readblocks?4(block_num: int, buf: bytearray, offset: int) +vfs.AbstractBlockDev.writeblocks?4(block_num: int, buf: bytes | bytearray, offset: int, /) +vfs.VfsFat.chdir?4(*args, **kwargs) +vfs.VfsFat.getcwd?4(*args, **kwargs) +vfs.VfsFat.ilistdir?4(*args, **kwargs) +vfs.VfsFat.mkdir?4(*args, **kwargs) +vfs.VfsFat.mkfs?4() +vfs.VfsFat.mount?4(*args, **kwargs) +vfs.VfsFat.open?4(*args, **kwargs) +vfs.VfsFat.remove?4(*args, **kwargs) +vfs.VfsFat.rename?4(*args, **kwargs) +vfs.VfsFat.rmdir?4(*args, **kwargs) +vfs.VfsFat.stat?4(*args, **kwargs) +vfs.VfsFat.statvfs?4(*args, **kwargs) +vfs.VfsFat.umount?4(*args, **kwargs) +vfs.VfsFat?1(block_dev: AbstractBlockDev) +vfs.VfsLfs2.chdir?4(*args, **kwargs) +vfs.VfsLfs2.getcwd?4(*args, **kwargs) +vfs.VfsLfs2.ilistdir?4(*args, **kwargs) +vfs.VfsLfs2.mkdir?4(*args, **kwargs) +vfs.VfsLfs2.mkfs?4(readsize=32, progsize=32, lookahead=32) +vfs.VfsLfs2.mount?4(*args, **kwargs) +vfs.VfsLfs2.open?4(*args, **kwargs) +vfs.VfsLfs2.remove?4(*args, **kwargs) +vfs.VfsLfs2.rename?4(*args, **kwargs) +vfs.VfsLfs2.rmdir?4(*args, **kwargs) +vfs.VfsLfs2.stat?4(*args, **kwargs) +vfs.VfsLfs2.statvfs?4(*args, **kwargs) +vfs.VfsLfs2.umount?4(*args, **kwargs) +vfs.VfsLfs2?1(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookahead=32, mtime=True) +vfs.mount?4(fsobj, mount_point: str, *, readonly: bool = False) +vfs.umount?4(mount_point: Incomplete) +webrepl.DEBUG?7 +webrepl._DEFAULT_STATIC_HOST?8 +webrepl.accept_conn?4(listen_sock) +webrepl.client_s?7 +webrepl.listen_s?7 +webrepl.send_html?4(cl) +webrepl.server_handshake?4(cl) +webrepl.setup_conn?4(port, accept_handler) +webrepl.start?4(port: int = 8266, password: Incomplete | None = None, accept_handler=...) +webrepl.start_foreground?4(port: int = 8266, password: Incomplete | None = None) +webrepl.static_host?7 +webrepl.stop?4() +webrepl_setup.CONFIG?7 +webrepl_setup.RC?7 +webrepl_setup.change_daemon?4(action) +webrepl_setup.exists?4(fname) +webrepl_setup.get_daemon_status?4() +webrepl_setup.getpass?4(prompt) +webrepl_setup.input_choice?4(prompt, choices) +webrepl_setup.input_pass?4() +webrepl_setup.main?4() +websocket.websocket.close?4(*args, **kwargs) +websocket.websocket.ioctl?4(*args, **kwargs) +websocket.websocket.read?4(*args, **kwargs) +websocket.websocket.readinto?4(*args, **kwargs) +websocket.websocket.readline?4(*args, **kwargs) +websocket.websocket.write?4(*args, **kwargs) +websocket.websocket?1(*argv, **kwargs)