Thu, 29 Aug 2019 19:09:18 +0200
APIs: added API files for MicroPython and CircuitPython.
--- a/eric6.e4p Thu Aug 29 19:03:03 2019 +0200 +++ b/eric6.e4p Thu Aug 29 19:09:18 2019 +0200 @@ -2315,7 +2315,9 @@ <Other>docs/THANKS</Other> <Other>docs/changelog</Other> <Other>eric6.e4p</Other> + <Other>eric6/APIs/MicroPython/circuitpython.api</Other> <Other>eric6/APIs/MicroPython/microbit.api</Other> + <Other>eric6/APIs/MicroPython/micropython.api</Other> <Other>eric6/APIs/Python/zope-2.10.7.api</Other> <Other>eric6/APIs/Python/zope-2.11.2.api</Other> <Other>eric6/APIs/Python/zope-3.3.1.api</Other>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/APIs/MicroPython/circuitpython.api Thu Aug 29 19:09:18 2019 +0200 @@ -0,0 +1,689 @@ +analogio.AnalogIn.deinit?4() +analogio.AnalogIn.reference_voltage?7 +analogio.AnalogIn.value?7 +analogio.AnalogIn?1(pin) +analogio.AnalogOut.deinit?4() +analogio.AnalogOut.value?7 +analogio.AnalogOut?1(pin) +array.array.append?4(value) +array.array.extend?4(iterable) +array.array?1(typecode, iterable=None) +audiobusio.I2SOut.deinit?4() +audiobusio.I2SOut.pause?4() +audiobusio.I2SOut.paused?7 +audiobusio.I2SOut.play?4(sample, *, loop=False) +audiobusio.I2SOut.playing?7 +audiobusio.I2SOut.resume?4() +audiobusio.I2SOut.stop?4() +audiobusio.I2SOut?1(bit_clock, word_select, data, *, left_justified) +audiobusio.PDMIn.deinit?4() +audiobusio.PDMIn.record?4(destination, destination_length) +audiobusio.PDMIn.sample_rate?7 +audiobusio.PDMIn?1(clock_pin, data_pin, *, sample_rate=16000, bit_depth=8, mono=True, oversample=64, startup_delay=0.11) +audiocore.Mixer.deinit?4() +audiocore.Mixer.play?4(sample, *, voice=0, loop=False) +audiocore.Mixer.playing?7 +audiocore.Mixer.sample_rate?7 +audiocore.Mixer.stop_voice?4(voice=0) +audiocore.Mixer?1(channel_count=2, buffer_size=1024) +audiocore.RawSample.deinit?4() +audiocore.RawSample.sample_rate?7 +audiocore.RawSample?1(buffer, *, channel_count=1, sample_rate=8000) +audiocore.WaveFile.bits_per_sample?7 +audiocore.WaveFile.channel_count?7 +audiocore.WaveFile.deinit?4() +audiocore.WaveFile.sample_rate?7 +audiocore.WaveFile?1(file, buffer=None) +audioio.AudioOut.deinit?4() +audioio.AudioOut.pause?4() +audioio.AudioOut.paused?7 +audioio.AudioOut.play?4(sample, *, loop=False) +audioio.AudioOut.playing?7 +audioio.AudioOut.resume?4() +audioio.AudioOut.stop?4() +audioio.AudioOut?1(left_channel, *, right_channel=None, quiescent_value=0x8000) +audiopwmio.PWMAudioOut.deinit?4() +audiopwmio.PWMAudioOut.pause?4() +audiopwmio.PWMAudioOut.paused?7 +audiopwmio.PWMAudioOut.play?4(sample, *, loop=False) +audiopwmio.PWMAudioOut.playing?7 +audiopwmio.PWMAudioOut.resume?4() +audiopwmio.PWMAudioOut.stop?4() +audiopwmio.PWMAudioOut?1(left_channel, *, right_channel=None, quiescent_value=0x8000) +binascii.a2b_base64?4(data) +binascii.b2a_base64?4(data) +binascii.hexlify?4(data, sep="") +binascii.unhexlify?4(data) +bitbangio.I2C.deinit?4() +bitbangio.I2C.readfrom_into?4(address, buffer, *, start=0, end=None) +bitbangio.I2C.scan?4() +bitbangio.I2C.try_lock?4() +bitbangio.I2C.unlock?4() +bitbangio.I2C.writeto?4(address, buffer, *, start=0, end=None, stop=True) +bitbangio.I2C.writeto_then_readfrom?4(address, out_buffer, in_buffer, *, out_start=0, out_end=None, in_start=0, in_end=None) +bitbangio.I2C?1(scl, sda, *, frequency=400000, timeout) +bitbangio.OneWire.deinit?4() +bitbangio.OneWire.read_bit?4() +bitbangio.OneWire.reset?4() +bitbangio.OneWire.write_bit?4(value) +bitbangio.OneWire?1(pin) +bitbangio.SPI.configure?4(*, baudrate=100000, polarity=0, phase=0, bits=8) +bitbangio.SPI.deinit?4() +bitbangio.SPI.readinto?4(buf) +bitbangio.SPI.try_lock?4() +bitbangio.SPI.unlock?4() +bitbangio.SPI.write?4(buf) +bitbangio.SPI.write_readinto?4(buffer_out, buffer_in, *, out_start=0, out_end=None, in_start=0, in_end=None) +bitbangio.SPI?1(clock, MOSI=None, MISO=None) +bleio.Adapter.address?7 +bleio.Adapter.default_name?7 +bleio.Adapter.enabled?7 +bleio.Address.PUBLIC?7 +bleio.Address.RANDOM_PRIVATE_NON_RESOLVABLE?7 +bleio.Address.RANDOM_PRIVATE_RESOLVABLE?7 +bleio.Address.RANDOM_STATIC?7 +bleio.Address.address_bytes?7 +bleio.Address.type?7 +bleio.Address?1(address, address_type) +bleio.Attribute.ENCRYPT_NO_MITM?7 +bleio.Attribute.ENCRYPT_WITH_MITM?7 +bleio.Attribute.LESC_ENCRYPT_WITH_MITM?7 +bleio.Attribute.NO_ACCESS?7 +bleio.Attribute.OPEN?7 +bleio.Attribute.SIGNED_NO_MITM?7 +bleio.Attribute.SIGNED_WITH_MITM?7 +bleio.Central.connect?4(address, timeout, *, service_uuids_whitelist=None) +bleio.Central.connected?7 +bleio.Central.disconnect?4() +bleio.Central.discover_remote_services?4(service_uuids_whitelist=None) +bleio.Central?1() +bleio.Characteristic.BROADCAST?7 +bleio.Characteristic.INDICATE?7 +bleio.Characteristic.NOTIFY?7 +bleio.Characteristic.READ?7 +bleio.Characteristic.WRITE?7 +bleio.Characteristic.WRITE_NO_RESPONSE?7 +bleio.Characteristic.descriptors?7 +bleio.Characteristic.properties?7 +bleio.Characteristic.service?4(read_only) +bleio.Characteristic.set_cccd?4(*, notify=False, indicate=False) +bleio.Characteristic.uuid?7 +bleio.Characteristic.value?7 +bleio.Characteristic?1(uuid, *, properties=0, read_perm=Attribute.OPEN, write_perm=Attribute.OPEN, max_length=20, fixed_length=False, descriptors=None) +bleio.CharacteristicBuffer.deinit?4() +bleio.CharacteristicBuffer.in_waiting?7 +bleio.CharacteristicBuffer.read?4(nbytes=None) +bleio.CharacteristicBuffer.readinto?4(buf) +bleio.CharacteristicBuffer.readline?4() +bleio.CharacteristicBuffer.reset_input_buffer?4() +bleio.CharacteristicBuffer?1(characteristic, *, timeout=1, buffer_size=64) +bleio.Descriptor.characteristic?4(read_only) +bleio.Descriptor.uuid?7 +bleio.Descriptor.value?7 +bleio.Descriptor?1(uuid, *, read_perm=Attribute.OPEN, write_perm=Attribute.OPEN) +bleio.Peripheral.connected?4(read_only) +bleio.Peripheral.disconnect?4() +bleio.Peripheral.discover_remote_services?4(service_uuids_whitelist=None) +bleio.Peripheral.name?7 +bleio.Peripheral.pair?4() +bleio.Peripheral.services?7 +bleio.Peripheral.start_advertising?4(data, *, scan_response=None, connectable=True, interval=1) +bleio.Peripheral.stop_advertising?4() +bleio.Peripheral?1(services=(), *, name=None) +bleio.ScanEntry.address?7 +bleio.ScanEntry.advertisement_bytes?7 +bleio.ScanEntry.rssi?7 +bleio.Scanner.scan?4(timeout, *, interval=0.1, window=0.1) +bleio.Scanner?1() +bleio.Service.remotes?7 +bleio.Service.secondary?7 +bleio.Service.uuids?7 +bleio.Service?1(uuid, characteristics, *, secondary=False) +bleio.UUID.size?7 +bleio.UUID.uuid128?7 +bleio.UUID.uuid16?7 +bleio.UUID?1(value) +bleio.adapter?7 +board.I2C?4() +board.SPI?4() +board.UART?4() +btree.BTree.close?4() +btree.BTree.flush?4() +btree.BTree.get?4(key, default=None) +btree.BTree.items?4(start_key=None, end_key=None, flags=0) +btree.BTree.keys?4(start_key=None, end_key=None, flags=0) +btree.BTree.values?4(start_key=None, end_key=None, flags=0) +btree.DESC?7 +btree.INCL?7 +btree.open?4(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) +busio.I2C.deinit?4() +busio.I2C.readfrom_into?4(address, buffer, *, start=0, end=None) +busio.I2C.scan?4() +busio.I2C.try_lock?4() +busio.I2C.unlock?4() +busio.I2C.writeto?4(address, buffer, *, start=0, end=None, stop=True) +busio.I2C?1(scl, sda, *, frequency=400000) +busio.OneWire.deinit?4() +busio.OneWire.read_bit?4() +busio.OneWire.reset?4() +busio.OneWire.write_bit?4(value) +busio.OneWire?1(pin) +busio.SPI.configure?4(*, baudrate=100000, polarity=0, phase=0, bits=8) +busio.SPI.deinit?4() +busio.SPI.frequency?7 +busio.SPI.readinto?4(buffer, *, start=0, end=None, write_value=0) +busio.SPI.try_lock?4() +busio.SPI.unlock?4() +busio.SPI.write?4(buffer, *, start=0, end=None) +busio.SPI.write_readinto?4(buffer_out, buffer_in, *, out_start=0, out_end=None, in_start=0, in_end=None) +busio.SPI?1(clock, MOSI=None, MISO=None) +busio.UART.baudrate?7 +busio.UART.deinit?4() +busio.UART.in_waiting?7 +busio.UART.read?4(nbytes=None) +busio.UART.readinto?4(buf) +busio.UART.readline?4() +busio.UART.reset_input_buffer?4() +busio.UART.write?4(buf) +busio.UART?1(x, rx, *, baudrate=9600, bits=8, parity=None, stop=1, timeout=1, receiver_buffer_size=64) +collections.OrderedDict?1(iterableOfKeyValue) +collections.namedtuple?1(name, fields) +digitalio.DigitalInOut.deinit?4() +digitalio.DigitalInOut.direction?7 +digitalio.DigitalInOut.drive_mode?7 +digitalio.DigitalInOut.pull?7 +digitalio.DigitalInOut.switch_to_input?4(pull=None) +digitalio.DigitalInOut.switch_to_output?4(value=False, drive_mode=DriveMode.PUSH_PULL) +digitalio.DigitalInOut.value?7 +digitalio.DigitalInOut?1(pin) +digitalio.DriveMode.OPEN_DRAIN?7 +digitalio.DriveMode.PUSH_PULL?7 +digitalio.Pull.DOWN?7 +digitalio.Pull.UP?7 +displayio.Bitmap.height?7 +displayio.Bitmap.width?7 +displayio.Bitmap?1(width, height, value_count) +displayio.ColorConverter.convert?4(color) +displayio.ColorConverter?1() +displayio.Display.auto_brightness?7 +displayio.Display.brightness?7 +displayio.Display.bus?7 +displayio.Display.height?7 +displayio.Display.refresh_soon?4() +displayio.Display.show?4(group) +displayio.Display.wait_for_frame?4() +displayio.Display.width?7 +displayio.Display?1(display_bus, init_sequence, *, width, height, colstart=0, rowstart=0, rotation=0, color_depth=16, set_column_command=0x2a, set_row_command=0x2b, write_ram_command=0x2c, set_vertical_scroll=0, backlight_pin=None, brightness=1.0, auto_brightness=False, single_byte_bounds=False, data_as_commands=False) +displayio.FourWire.send?4(command, data) +displayio.FourWire?1(spi_bus, *, command, chip_select, reset=None) +displayio.Group.append?4(layer) +displayio.Group.insert?4(index, layer) +displayio.Group.pop?4(i=-1) +displayio.Group.scale?7 +displayio.Group.x?7 +displayio.Group.y?7 +displayio.Group?1(*, max_size=4, scale=1, x=0, y=0) +displayio.OnDiskBitmap.height?7 +displayio.OnDiskBitmap.width?7 +displayio.OnDiskBitmap?1(file) +displayio.Palette.make_opaque?4(palette_index) +displayio.Palette.make_transparent?4(palette_index) +displayio.Palette?1(color_count) +displayio.ParallelBus.send?4(command, data) +displayio.ParallelBus?1(*, data0, command, chip_select, write, read, reset) +displayio.Shape.set_boundary?4(y, start_x, end_x) +displayio.Shape?1(width, height, *, mirror_x=False, mirror_y=False) +displayio.TileGrid.pixel_shader?7 +displayio.TileGrid.x?7 +displayio.TileGrid.y?7 +displayio.TileGrid?1(bitmap, *, pixel_shader, width=1, height=1, tile_width=None, tile_height=None, default_tile=0, x=0, y=0) +displayio.release_displays?4() +esp.SLEEP_LIGHT?7 +esp.SLEEP_MODEM?7 +esp.SLEEP_NONE?7 +esp.deepsleep?4(time=0) +esp.flash_erase?4(sector_no) +esp.flash_id?4() +esp.flash_read?4(byte_offset, length_or_buffer) +esp.flash_size?4() +esp.flash_user_start?4() +esp.flash_write?4(byte_offset, bytes) +esp.set_native_code_location?4(start, length) +esp.sleep_type?4(sleep_type=None) +fontio.BuiltinFont.bitmap?7 +fontio.BuiltinFont.get_bounding_box?4() +fontio.BuiltinFont.get_glyph?4(codepoint) +fontio.Glyph?1(bitmap, tile_index, width, height, dx, dy, shift_x, shift_y) +framebuf.FrameBuffer.blit?4(fbuf, x, y, key=None) +framebuf.FrameBuffer.fill?4(c) +framebuf.FrameBuffer.fill_rect?4(x, y, w, h, c) +framebuf.FrameBuffer.hline?4(x, y, w, c) +framebuf.FrameBuffer.line?4(x1, y1, x2, y2, c) +framebuf.FrameBuffer.pixel?4(x, y, c=None) +framebuf.FrameBuffer.rect?4(x, y, w, h, c) +framebuf.FrameBuffer.scroll?4(xstep, ystep) +framebuf.FrameBuffer.text?4(s, x, y, c=None) +framebuf.FrameBuffer.vline?4(x, y, h, c) +framebuf.FrameBuffer?1(buffer, width, height, format, stride=None) +framebuf.GS2_HMSB?7 +framebuf.GS4_HMSB?7 +framebuf.GS8?7 +framebuf.MONO_HLSB?7 +framebuf.MONO_HMSB?7 +framebuf.MONO_VLSB?7 +framebuf.RGB565?7 +frequencyio.FrequencyIn.capture_period?7 +frequencyio.FrequencyIn.clear?4() +frequencyio.FrequencyIn.deinit?4() +frequencyio.FrequencyIn.pause?4() +frequencyio.FrequencyIn.resume?4() +frequencyio.FrequencyIn?1(pin, capture_period=10) +gamepad.GamePad.deinit?4() +gamepad.GamePad.get_pressed?4() +gamepad.GamePad?1(b1=None, b2=None, b3=None, b4=None, b5=None, b6=None, b7=None, b8=None) +gamepadshift.GamePadShift.deinit?4() +gamepadshift.GamePadShift.get_pressed?4() +gamepadshift.GamePadShift?1(clock, data, latch) +gc.collect?4() +gc.disable?4() +gc.enable?4() +gc.mem_alloc?4() +gc.mem_free?4() +gc.threshold?4(amount=None) +hashlib.md5.digest?4() +hashlib.md5.update?4(data) +hashlib.md5?1(data=None) +hashlib.sha1.digest?4() +hashlib.sha1.update?4(data) +hashlib.sha1?1(data=None) +hashlib.sha256.digest?4() +hashlib.sha256.update?4(data) +hashlib.sha256?1(data=None) +i2cslave.I2CSlave.deinit?4() +i2cslave.I2CSlave.request?4(timeout=-1) +i2cslave.I2CSlave?1(scl, sda, addresses, smbus=False) +i2cslave.I2CSlaveRequest.ack?4(ack=True) +i2cslave.I2CSlaveRequest.address?7 +i2cslave.I2CSlaveRequest.is_read?7 +i2cslave.I2CSlaveRequest.is_restart?7 +i2cslave.I2CSlaveRequest.read?4(n=-1, ack=True) +i2cslave.I2CSlaveRequest.write?4(buffer) +i2cslave.I2CSlaveRequest?1(slave, address, is_read, is_restart) +math.acos?4(x) +math.asin?4(x) +math.atan2?4(y, x) +math.atan?4(x) +math.ceil?4(x) +math.copysign?4(x, y) +math.cos?4(x) +math.degrees?4(x) +math.e?7 +math.exp?4(x) +math.fabs?4(x) +math.floor?4(x) +math.fmod?4(x, y) +math.frexp?4(x) +math.isfinite?4(x) +math.isinf?4(x) +math.isnan?4(x) +math.ldexp?4(x, exp) +math.modf?4(x) +math.pi?7 +math.pow?4(x, y) +math.radians?4(x) +math.sin?4(x) +math.sqrt?4(x) +math.tan?4(x) +math.trunc?4(x) +microcontroller.Processor.frequency?7 +microcontroller.Processor.temperatur?7 +microcontroller.Processor.uid?7 +microcontroller.RunMode.BOOTLOADER?7 +microcontroller.RunMode.NORMAL?7 +microcontroller.RunMode.SAFE_MODE?7 +microcontroller.cpu?7 +microcontroller.delay_us?4(delay) +microcontroller.disable_interrupts?4() +microcontroller.enable_interrupts?4() +microcontroller.nvm?7 +microcontroller.on_next_reset?4(run_mode) +microcontroller.pin?7 +microcontroller.reset?4() +micropython.const?4(expr) +micropython.heap_lock?4() +micropython.heap_unlock?4() +micropython.kbd_intr?4(chr) +micropython.mem_info?4(verbose=False) +micropython.opt_level?4(level=None) +micropython.qstr_info?4(verbose=False) +micropython.stack_use?4() +multiterminal.clear_secondary_terminal?4() +multiterminal.get_secondary_terminal?4() +multiterminal.schedule_secondary_terminal_read?4(socket) +multiterminal.set_secondary_terminal?4(stream) +neopixel_write.neopixel_write?4(digitalinout, buf) +network.AP_IF?7 +network.AUTH_OPEN?7 +network.AUTH_WEP?7 +network.AUTH_WPA2_PSK?7 +network.AUTH_WPA_PSK?7 +network.AUTH_WPA_WPA2_PSK?7 +network.AbstractNIC.active?4(is_active=None) +network.AbstractNIC.config?4(**params) +network.AbstractNIC.connect?4(service_id=None, key=None, *args) +network.AbstractNIC.disconnect?4() +network.AbstractNIC.ifconfig?4(params=tuple()) +network.AbstractNIC.isconnected?4() +network.AbstractNIC.scan?4(*args) +network.AbstractNIC.status?4(param=None) +network.AbstractNIC?1(id=None, *args) +network.MODE_11B?7 +network.MODE_11G?7 +network.MODE_11N?7 +network.STAT_CONNECTING?7 +network.STAT_CONNECT_FAIL?7 +network.STAT_GOT_IP?7 +network.STAT_IDLE?7 +network.STAT_NO_AP_FOUND?7 +network.STAT_WRONG_PASSWORD?7 +network.STA_IF?7 +network.WLAN.active?4(is_active=None) +network.WLAN.config?4(**params) +network.WLAN.connect?4(ssid=None, password=None, *, bssid=None) +network.WLAN.disconnect?4() +network.WLAN.ifconfig?4(params=tuple()) +network.WLAN.isconnected?4() +network.WLAN.scan?4() +network.WLAN.status?4(param=None) +network.WLAN?1(interface_id) +network.phy_mode?4(mode=None) +network.route?4() +os.chdir?4(path) +os.getcwd?4() +os.listdir?4(dir=".") +os.mkdir?4(path) +os.remove?4(path) +os.rename?4(old_path, new_path) +os.rmdir?4(path) +os.sep?7 +os.stat?4(path) +os.statvfs?4(path) +os.sync?4() +os.uname?4() +os.urandom?4(size) +ps2io.Ps2.clear_errors?4() +ps2io.Ps2.deinit?4() +ps2io.Ps2.popleft?4() +ps2io.Ps2.sendcmd?4(byte) +ps2io.Ps2?1(data_pin, clock_pin) +pulseio.PWMOut.deinit?4() +pulseio.PWMOut.duty_cycle?7 +pulseio.PWMOut.frequency?7 +pulseio.PWMOut?1(pin, *, duty_cycle=0, frequency=500, variable_frequency=False) +pulseio.PulseIn.clear?4() +pulseio.PulseIn.deinit?4() +pulseio.PulseIn.maxlen?7 +pulseio.PulseIn.pause?4() +pulseio.PulseIn.paused?7 +pulseio.PulseIn.popleft?4() +pulseio.PulseIn.resume?4(trigger_duration=0) +pulseio.PulseIn?1(pin, maxlen=2, *, idle_state=False) +pulseio.PulseOut.deinit?4() +pulseio.PulseOut.send?4(pulses) +pulseio.PulseOut?1(carrier) +random.choice?4(seq) +random.getrandbits?4(k) +random.randint?4(a, b) +random.random?4() +random.randrange?4(start, stop, step=1) +random.randrange?4(stop) +random.seed?4(seed) +random.uniform?4(a, b) +rotaryio.IncrementalEncoder.deinit?4() +rotaryio.IncrementalEncoder.position?7 +rotaryio.IncrementalEncoder?1(pin_a, pin_b) +rtc.RTC.calibration?7 +rtc.RTC.datetime?7 +rtc.set_time_source?4(rtc) +samd.Clock.calibration?7 +samd.Clock.enabled?7 +samd.Clock.frequency?7 +samd.Clock.parent?7 +samd.clock?7 +socket.getaddrinfo?4(host, port) +socket.socket.accept?4() +socket.socket.bind?4(address) +socket.socket.connect?4(address) +socket.socket.listen?4(backlog) +socket.socket.recv?4(bufsize) +socket.socket.recv_into?4(buffer, bufsize=None) +socket.socket.recvfrom?4(bufsize) +socket.socket.send?4(bytes) +socket.socket.sendto?4(bytes, address) +socket.socket.setblocking?4(flag) +socket.socket.setsockopt?4(level, optname, value) +socket.socket.settimeout?4(value) +socket.socket?1(family, type, proto) +storage.VfsFat.ilistdir?4(path=None) +storage.VfsFat.label?7 +storage.VfsFat.mkdir?4(path) +storage.VfsFat.mkfs?4() +storage.VfsFat.open?4(path, mode) +storage.VfsFat.rmdir?4(path) +storage.VfsFat.stat?4(path) +storage.VfsFat.statvfs?4(path) +storage.VfsFat?1(block_device) +storage.erase_filesystem?4() +storage.getmount?4(mount_path) +storage.mount?4(filesystem, mount_path, *, readonly=False) +storage.remount?4(mount_path, readonly=False, *, disable_concurrent_write_protection=False) +storage.umount?4(mount) +struct.calcsize?4(fmt) +struct.pack?4(fmt, *values) +struct.pack_into?4(fmt, buffer, offset, *values) +struct.unpack?4(fmt, data) +struct.unpack_from?4(fmt, data, offset=0) +supervisor.Runtime.serial_bytes_available?7 +supervisor.Runtime.serial_connected?7 +supervisor.disable_autoreload?4() +supervisor.enable_autoreload?4() +supervisor.reload?4() +supervisor.runtime?7 +supervisor.set_next_stack_limit?4(size) +supervisor.set_rgb_status_brightness?4() +sys.argv?7 +sys.byteorder?7 +sys.exit?4(retval=0) +sys.implementation?7 +sys.maxsize?7 +sys.modules?7 +sys.path?7 +sys.platform?7 +sys.print_exception?4(exc, file=stdout) +sys.stderr?7 +sys.stdin?7 +sys.stdout?7 +sys.version?7 +sys.version_info?7 +terminalio.FONT?7 +terminalio.Terminal.write?4(buf) +terminalio.Terminal?1(tilegrid, font) +time.localtime?4(secs=None) +time.mktime?4(t) +time.monotonic?4() +time.monotonic_ns?4() +time.sleep?4(seconds) +time.struct_time?1(time_tuple) +time.time?4() +touchio.TouchIn.deinit?4() +touchio.TouchIn.raw_value?7 +touchio.TouchIn.threshold?7 +touchio.TouchIn.value?7 +touchio.TouchIn?1(pin) +uctypes.ARRAY?7 +uctypes.BIG_ENDIAN?7 +uctypes.FLOAT32?7 +uctypes.FLOAT64?7 +uctypes.INT16?7 +uctypes.INT32?7 +uctypes.INT64?7 +uctypes.INT8?7 +uctypes.LITTLE_ENDIAN?7 +uctypes.NATIVE?7 +uctypes.PTR?7 +uctypes.UINT16?7 +uctypes.UINT32?7 +uctypes.UINT64?7 +uctypes.UINT8?7 +uctypes.VOID?7 +uctypes.addressof?4(obj) +uctypes.bytearray_at?4(addr, size) +uctypes.bytes_at?4(addr, size) +uctypes.sizeof?4(struct, layout_type=NATIVE) +uctypes.struct?1(addr, descriptor, layout_type=NATIVE) +uerrno.EACCES?7 +uerrno.EADDRINUSE?7 +uerrno.EAGAIN?7 +uerrno.EALREADY?7 +uerrno.EBADF?7 +uerrno.ECONNABORTED?7 +uerrno.ECONNREFUSED?7 +uerrno.ECONNRESET?7 +uerrno.EEXIST?7 +uerrno.EHOSTUNREACH?7 +uerrno.EINPROGRESS?7 +uerrno.EINVAL?7 +uerrno.EIO?7 +uerrno.EISDIR?7 +uerrno.ENOBUFS?7 +uerrno.ENODEV?7 +uerrno.ENOENT?7 +uerrno.ENOMEM?7 +uerrno.ENOTCONN?7 +uerrno.EOPNOTSUPP?7 +uerrno.EPERM?7 +uerrno.ETIMEDOUT?7 +uerrno.errorcode?7 +uheap.info?4(object) +uheapq.heapify?4(x) +uheapq.heappop?4(heap) +uheapq.heappush?4(heap, item) +uio.BytesIO.close?4() +uio.BytesIO.flush?4() +uio.BytesIO.getvalue?4() +uio.BytesIO.read?4(size=-1) +uio.BytesIO.readinto?4(b) +uio.BytesIO.readline?4(size=-1) +uio.BytesIO.seek?4(offset, whence=0) +uio.BytesIO.write?4(b) +uio.BytesIO?1(initial_value=b"") +uio.FileIO.close?4() +uio.FileIO.flush?4() +uio.FileIO.read?4(size=-1) +uio.FileIO.readinto?4(b) +uio.FileIO.readline?4(size=-1) +uio.FileIO.readlines?4(hint=-1) +uio.FileIO.seek?4(offset, whence=0) +uio.FileIO.tell?4() +uio.FileIO.write?4(b) +uio.FileIO?1(name, mode='r', **kwargs) +uio.StringIO.close?4() +uio.StringIO.flush?4() +uio.StringIO.getvalue?4() +uio.StringIO.read?4(size=-1) +uio.StringIO.readinto?4(b) +uio.StringIO.readline?4(size=-1) +uio.StringIO.seek?4(offset, whence=0) +uio.StringIO.write?4(s) +uio.StringIO?1(initial_value="") +uio.TextIOWrapper.close?4() +uio.TextIOWrapper.flush?4() +uio.TextIOWrapper.read?4(size=-1) +uio.TextIOWrapper.readinto?4(b) +uio.TextIOWrapper.readline?4(size=-1) +uio.TextIOWrapper.readlines?4(hint=-1) +uio.TextIOWrapper.seek?4(offset, whence=0) +uio.TextIOWrapper.tell?4() +uio.TextIOWrapper.write?4(s) +uio.TextIOWrapper?1(name, mode='r', **kwargs) +uio.open?4(name, mode='r', **kwargs) +ujson.dump?4(obj, stream) +ujson.dumps?4(obj) +ujson.load?4(stream) +ujson.loads?4(string) +ure.DEBUG?7 +ure.compile?4(regex_str, flags=0) +ure.match?4(regex_str, string) +ure.match_object.end?4(index=0) +ure.match_object.group?4(index) +ure.match_object.groups?4() +ure.match_object.span?4(index=0) +ure.match_object.start?4(index=0) +ure.regex_object.match?4(string) +ure.regex_object.search?4(string) +ure.regex_object.split?4(string, max_split=-1) +ure.search?4(regex_str, string) +usb_hid.Device.send_report?4(buf) +usb_hid.Device.usage?7 +usb_hid.Device.usage_page?7 +usb_hid.devices?7 +usb_midi.PortIn.read?4(nbytes=None) +usb_midi.PortIn.readinto?4(buf, nbytes=None) +usb_midi.PortOut.write?4(buf) +uselect.POLLERR?7 +uselect.POLLHUP?7 +uselect.POLLIN?7 +uselect.POLLOUT?7 +uselect.Poll.ipoll?4(timeout=-1, flags=0) +uselect.Poll.modify?4(obj, eventmask) +uselect.Poll.poll?4(timeout=-1) +uselect.Poll.register?4(obj, eventmask = POLLIN | POLLOUT) +uselect.Poll.unregister?4(obj) +uselect.poll?4() +uselect.select?4(rlist, wlist, xlist, timeout=-1) +usocket.AF_INET6?7 +usocket.AF_INET?7 +usocket.IPPROTO_IP?7 +usocket.IPPROTO_SEC?7 +usocket.IPPROTO_TCP?7 +usocket.IPPROTO_UDP?7 +usocket.IP_ADD_MEMBERSHIP?7 +usocket.SOCK_DGRAM?7 +usocket.SOCK_RAW?7 +usocket.SOCK_STREAM?7 +usocket.SOL_SOCKET?7 +usocket.SO_REUSEADDR?7 +usocket.Socket.accept?4() +usocket.Socket.bind?4(address) +usocket.Socket.close?4() +usocket.Socket.connect?4(address) +usocket.Socket.listen?4(backlog=None) +usocket.Socket.makefile?4(mode='rb', buffering=0) +usocket.Socket.read?4(size=None) +usocket.Socket.readinto?4(buf, nbytes=None) +usocket.Socket.readline?4() +usocket.Socket.recv?4(bufsize) +usocket.Socket.recvfrom?4(bufsize) +usocket.Socket.send?4(bytes) +usocket.Socket.sendall?4(bytes) +usocket.Socket.sendto?4(bytes, address) +usocket.Socket.setblocking?4(flag) +usocket.Socket.setsockopt?4(level, optname, value) +usocket.Socket.settimeout?4(value) +usocket.Socket.write?4(buf) +usocket.error?7 +usocket.getaddrinfo?4(host, port, af=0, type=0, proto=0, flags=0) +usocket.inet_ntop?4(af, bin_addr) +usocket.inet_pton?4(af, txt_addr) +usocket.socket?4(af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP) +ussl.CERT_NONE?7 +ussl.CERT_OPTIONAL?7 +ussl.CERT_REQUIRED?7 +ussl.wrap_socket?4(sock, server_side=False, keyfile=None, certfile=None, cert_reqs=CERT_NONE, ca_certs=None) +ustack.max_stack_usage?4() +ustack.stack_size?4() +ustack.stack_usage?4() +wiznet.WIZNET5K.connected?7 +wiznet.WIZNET5K.dhcp?7 +wiznet.WIZNET5K.ifconfig?4(params=None) +wiznet.WIZNET5K?1(spi, cs, rst, dhcp=True)
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/APIs/MicroPython/micropython.api Thu Aug 29 19:09:18 2019 +0200 @@ -0,0 +1,830 @@ +array.array.append?4(value) +array.array.extend?4(iterable) +array.array?1(typecode, iterable=None) +btree.BTree.close?4() +btree.BTree.flush?4() +btree.BTree.get?4(key, default=None) +btree.BTree.items?4(start_key=None, end_key=None, flags=0) +btree.BTree.keys?4(start_key=None, end_key=None, flags=0) +btree.BTree.values?4(start_key=None, end_key=None, flags=0) +btree.DESC?7 +btree.INCL?7 +btree.open?4(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) +cmath.cos?4(z) +cmath.e?7 +cmath.exp?4(z) +cmath.log10?4(z) +cmath.log?4(z) +cmath.phase?4(z) +cmath.pi?7 +cmath.polar?4(z) +cmath.rect?4(r, phi) +cmath.sin?4(z) +cmath.sqrt?4(z) +esp.SLEEP_LIGHT?7 +esp.SLEEP_MODEM?7 +esp.SLEEP_NONE?7 +esp.deepsleep?4(time=0) +esp.flash_erase?4(sector_no) +esp.flash_id?4() +esp.flash_read?4(byte_offset, length_or_buffer) +esp.flash_write?4(byte_offset, bytes) +esp.set_native_code_location?4(start, length) +esp.sleep_type?4(sleep_type=None) +esp32.Partition.BOOT?7 +esp32.Partition.RUNNING?7 +esp32.Partition.TYPE_APP?7 +esp32.Partition.TYPE_DATA?7 +esp32.Partition.find?4(type=TYPE_APP, subtype=0xff, label=None) +esp32.Partition.get_next_update?4() +esp32.Partition.info?4() +esp32.Partition.ioctl?4(cmd, arg) +esp32.Partition.readblocks?4(block_num, buf) +esp32.Partition.set_boot?4() +esp32.Partition.writeblocks?4(block_num, buf) +esp32.Partition?1(id) +esp32.ULP.load_binary?4(load_addr, program_binary) +esp32.ULP.run?4(entry_point) +esp32.ULP.set_wakeup_period?4(period_index, period_us) +esp32.ULP?1() +esp32.WAKEUP_ALL_LOW?7 +esp32.WAKEUP_ANY_HIGH?7 +esp32.hall_sensor?4() +esp32.raw_temperature?4() +esp32.wake_on_ext0?4(pin, level) +esp32.wake_on_ext1?4(pins, level) +esp32.wake_on_touch?4(wake) +framebuf.FrameBuffer.blit?4(fbuf, x, y, key=None) +framebuf.FrameBuffer.fill?4(c) +framebuf.FrameBuffer.fill_rect?4(x, y, w, h, c) +framebuf.FrameBuffer.hline?4(x, y, w, c) +framebuf.FrameBuffer.line?4(x1, y1, x2, y2, c) +framebuf.FrameBuffer.pixel?4(x, y, c=None) +framebuf.FrameBuffer.rect?4(x, y, w, h, c) +framebuf.FrameBuffer.scroll?4(xstep, ystep) +framebuf.FrameBuffer.text?4(s, x, y, c=None) +framebuf.FrameBuffer.vline?4(x, y, h, c) +framebuf.FrameBuffer?1(buffer, width, height, format, stride=None) +framebuf.GS2_HMSB?7 +framebuf.GS4_HMSB?7 +framebuf.GS8?7 +framebuf.MONO_HLSB?7 +framebuf.MONO_HMSB?7 +framebuf.MONO_VLSB?7 +framebuf.RGB565?7 +gc.collect?4() +gc.disable?4() +gc.enable?4() +gc.mem_alloc?4() +gc.mem_free?4() +gc.threshold?4(amount=None) +lcd160cr.LANDSCAPE?7 +lcd160cr.LANDSCAPE_UPSIDEDOWN?7 +lcd160cr.LCD160CR.dot?4(x, y) +lcd160cr.LCD160CR.dot_no_clip?4(x, y) +lcd160cr.LCD160CR.erase?4() +lcd160cr.LCD160CR.fast_spi?4(flush=True) +lcd160cr.LCD160CR.feed_wdt?4() +lcd160cr.LCD160CR.get_line?4(x, y, buf) +lcd160cr.LCD160CR.get_pixel?4(x, y) +lcd160cr.LCD160CR.get_touch?4() +lcd160cr.LCD160CR.is_touched?4() +lcd160cr.LCD160CR.jpeg?4(buf) +lcd160cr.LCD160CR.jpeg_data?4(buf) +lcd160cr.LCD160CR.jpeg_start?4(total_len) +lcd160cr.LCD160CR.line?4(x1, y1, x2, y2) +lcd160cr.LCD160CR.line_no_clip?4(x1, y1, x2, y2) +lcd160cr.LCD160CR.poly_dot?4(data) +lcd160cr.LCD160CR.poly_line?4(data) +lcd160cr.LCD160CR.rect?4(x, y, w, h) +lcd160cr.LCD160CR.rect_interior?4(x, y, w, h) +lcd160cr.LCD160CR.rect_interior_no_clip?4(x, y, w, h) +lcd160cr.LCD160CR.rect_no_clip?4(x, y, w, h) +lcd160cr.LCD160CR.rect_outline?4(x, y, w, h) +lcd160cr.LCD160CR.rect_outline_no_clip?4(x, y, w, h) +lcd160cr.LCD160CR.reset?4() +lcd160cr.LCD160CR.rgb?4(g, b) +lcd160cr.LCD160CR.save_to_flash?4() +lcd160cr.LCD160CR.screen_dump?4(buf, x=0, y=0, w=None, h=None) +lcd160cr.LCD160CR.screen_load?4(buf) +lcd160cr.LCD160CR.set_brightness?4(value) +lcd160cr.LCD160CR.set_font?4(font, scale=0, bold=0, trans=0, scroll=0) +lcd160cr.LCD160CR.set_i2c_addr?4(addr) +lcd160cr.LCD160CR.set_orient?4(orient) +lcd160cr.LCD160CR.set_pen?4(line, fill) +lcd160cr.LCD160CR.set_pixel?4(x, y, c) +lcd160cr.LCD160CR.set_pos?4(x, y) +lcd160cr.LCD160CR.set_power?4(on) +lcd160cr.LCD160CR.set_scroll?4(on) +lcd160cr.LCD160CR.set_scroll_buf?4(s) +lcd160cr.LCD160CR.set_scroll_win?4(win, x=-1, y=0, w=0, h=0, vec=0, pat=0, fill=0x07e0, color=0) +lcd160cr.LCD160CR.set_scroll_win_param?4(win, param, value) +lcd160cr.LCD160CR.set_spi_win?4(x, y, w, h) +lcd160cr.LCD160CR.set_startup_deco?4(value) +lcd160cr.LCD160CR.set_text_color?4(fg, bg) +lcd160cr.LCD160CR.set_uart_baudrate?4(baudrate) +lcd160cr.LCD160CR.show_framebuf?4(buf) +lcd160cr.LCD160CR.touch_config?4(calib=False, save=False, irq=None) +lcd160cr.LCD160CR.write?4(s) +lcd160cr.LCD160CR?1(connect=None, *, pwr=None, i2c=None, spi=None, i2c_addr=98) +lcd160cr.PORTRAIT?7 +lcd160cr.PORTRAIT_UPSIDEDOWN?7 +lcd160cr.STARTUP_DECO_INFO?7 +lcd160cr.STARTUP_DECO_MLOGO?7 +lcd160cr.STARTUP_DECO_NONE?7 +machine.ADC.channel?4(id, *, pin) +machine.ADC.deinit?4() +machine.ADC.init?4() +machine.ADC?1(id=0, *, bits=12) +machine.ADCChannel.deinit?4() +machine.ADCChannel.init?4() +machine.ADCChannel.value?4() +machine.DEEPSLEEP?7 +machine.DEEPSLEEP_RESET?7 +machine.HARD_RESET?7 +machine.I2C.deinit?4() +machine.I2C.init?4(scl, sda, *, freq=400000) +machine.I2C.readfrom?4(addr, nbytes, stop=True) +machine.I2C.readfrom_into?4(addr, buf, stop=True) +machine.I2C.readfrom_mem?4(addr, memaddr, nbytes, *, addrsize=8) +machine.I2C.readfrom_mem_into?4(addr, memaddr, buf, *, addrsize=8) +machine.I2C.readinto?4(buf, nack=True) +machine.I2C.scan?4() +machine.I2C.start?4() +machine.I2C.stop?4() +machine.I2C.write?4(buf) +machine.I2C.writeto?4(addr, buf, stop=True) +machine.I2C.writeto_mem?4(addr, memaddr, buf, *, addrsize=8) +machine.I2C.writevto?4(addr, vector, stop=True) +machine.I2C?1(id=-1, *, scl, sda, freq=400000) +machine.IDLE?7 +machine.PIN_WAKE?7 +machine.PWRON_RESET?7 +machine.Pin.ALT?7 +machine.Pin.ALT_OPEN_DRAIN?7 +machine.Pin.HIGH_POWER?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.LOW_POWER?7 +machine.Pin.MED_POWER?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(drive=None) +machine.Pin.init?4(mode=-1, pull=-1, *, value, drive, alt) +machine.Pin.irq?4(handler=None, trigger=(IRQ_FALLING | IRQ_RISING), *, priority=1, wake=None, hard=False) +machine.Pin.mode?4(mode=-1) +machine.Pin.off?4() +machine.Pin.on?4() +machine.Pin.pull?4(pull=-1) +machine.Pin.value?4(x=None) +machine.Pin?1(id, mode=-1, pull=-1, *, value, drive, alt) +machine.RTC.ALARM0?7 +machine.RTC.alarm?4(id, time, *, repeat=False) +machine.RTC.alarm_left?4(alarm_id=0) +machine.RTC.cancel?4(alarm_id=0) +machine.RTC.deinit?4() +machine.RTC.init?4(datetime) +machine.RTC.irq?4(*, trigger, handler=None, wake=IDLE) +machine.RTC.now?4() +machine.RTC?1(id=0, datetime=None) +machine.RTC_WAKE?7 +machine.SD.deinit?4() +machine.SD.init?4(id=0, pins=('GP10', 'GP11', 'GP15')) +machine.SD?1(id=0, pins=('GP10', 'GP11', 'GP15')) +machine.SDcard?1(lot=1, width=1, cd=None, wp=None, sck=None, miso=None, mosi=None, cs=None) +machine.SLEEP?7 +machine.SOFT_RESET?7 +machine.SPI.LSB?7 +machine.SPI.MASTER?7 +machine.SPI.MSB?7 +machine.SPI.deinit?4() +machine.SPI.init?4(baudrate=1000000, *, polarity=0, phase=0, bits=8, firstbit=MSB, sck=None, mosi=None, miso=None, pins=("SCK", "MOSI", "MISO")) +machine.SPI.read?4(nbytes, write=0x00) +machine.SPI.readinto?4(buf, write=0x00) +machine.SPI.write?4(buf) +machine.SPI.write_readinto?4(write_buf, read_buf) +machine.SPI?1(id, baudrate=1000000, *, polarity=0, phase=0, bits=8, firstbit=MSB, sck=None, mosi=None, miso=None, pins=("SCK", "MOSI", "MISO")) +machine.Signal.off?4() +machine.Signal.on?4() +machine.Signal.value?4(x=None) +machine.Signal?1(pin, *, invert=False) +machine.Timer.ONE_SHOT?7 +machine.Timer.PERIODIC?7 +machine.Timer.deinit?4() +machine.Timer.init?4(*, mode=PERIODIC, period=-1, callback=None) +machine.Timer?1(id, *, mode=PERIODIC, period=-1, callback=None) +machine.TimerChannel.duty_cycle?4(value=None) +machine.TimerChannel.freq?4(value=None) +machine.TimerChannel.irq?4(*, trigger, priority=1, handler=None) +machine.TimerChannel.period?4(value=None) +machine.TimerWiPy.MATCH?7 +machine.TimerWiPy.NEGATIVE?7 +machine.TimerWiPy.ONE_SHOT?7 +machine.TimerWiPy.PERIODIC?7 +machine.TimerWiPy.POSITIVE?7 +machine.TimerWiPy.PWM?7 +machine.TimerWiPy.TIMEOUT?7 +machine.TimerWiPy.channel?4(channel, *, freq, period, polarity=POSITIVE, duty_cycle=0) +machine.TimerWiPy.deinit?4() +machine.TimerWiPy.init?4(mode, *, width=16) +machine.TimerWiPy?1(id, mode=None, *, width=16) +machine.UART.RX_ANY?7 +machine.UART.any?4() +machine.UART.deinit?4() +machine.UART.init?4(bits=8, parity=None, stop=1, **kwargs) +machine.UART.irq?4(trigger, priority=1, handler=None, wake=IDLE) +machine.UART.read?4(nbytes=None) +machine.UART.readinto?4(buf, nbytes=None) +machine.UART.readline?4() +machine.UART.sendbreak?4() +machine.UART.write?4(buf) +machine.UART?1(id, baudrate=9600, bits=8, parity=None, stop=1, **kwargs) +machine.WDT.feed?4() +machine.WDT?1(id=0, timeout=5000) +machine.WDT_RESET?7 +machine.WLAN_WAKE?7 +machine.adcchannel?4() +machine.deepsleep?4(time_ms=None) +machine.disable_irq?4() +machine.enable_irq?4(state) +machine.freq?4() +machine.idle?4() +machine.lightsleep?4(time_ms=None) +machine.reset?4() +machine.reset_cause?4() +machine.rng?4() +machine.sleep?4() +machine.time_pulse_us?4(pin, pulse_level, timeout_us=1000000) +machine.unique_id?4() +machine.wake_reason?4() +math.acos?4(x) +math.acosh?4(x) +math.asin?4(x) +math.asinh?4(x) +math.atan2?4(y, x) +math.atan?4(x) +math.atanh?4(x) +math.ceil?4(x) +math.copysign?4(x, y) +math.cos?4(x) +math.cosh?4(x) +math.degrees?4(x) +math.e?7 +math.erf?4(x) +math.erfc?4(x) +math.exp?4(x) +math.expm1?4(x) +math.fabs?4(x) +math.floor?4(x) +math.fmod?4(x, y) +math.frexp?4(x) +math.gamma?4(x) +math.isfinite?4(x) +math.isinf?4(x) +math.isnan?4(x) +math.ldexp?4(x, exp) +math.lgamma?4(x) +math.log10?4(x) +math.log2?4(x) +math.log?4(x) +math.modf?4(x) +math.pi?7 +math.pow?4(x, y) +math.radians?4(x) +math.sin?4(x) +math.sinh?4(x) +math.sqrt?4(x) +math.tan?4(x) +math.tanh?4(x) +math.trunc?4(x) +micropython.alloc_emergency_exception_buf?4(size) +micropython.const?4(expr) +micropython.heap_lock?4() +micropython.heap_unlock?4() +micropython.kbd_intr?4(chr) +micropython.mem_info?4(verbose=False) +micropython.opt_level?4(level=None) +micropython.qstr_info?4(verbose=False) +micropython.schedule?4(func, arg) +micropython.stack_use?4() +network.AP_IF?7 +network.AUTH_OPEN?7 +network.AUTH_WEP?7 +network.AUTH_WPA2_PSK?7 +network.AUTH_WPA_PSK?7 +network.AUTH_WPA_WPA2_PSK?7 +network.AbstractNIC.active?4(is_active=None) +network.AbstractNIC.config?4(**params) +network.AbstractNIC.connect?4(service_id=None, key=None, *args) +network.AbstractNIC.disconnect?4() +network.AbstractNIC.ifconfig?4(params=tuple()) +network.AbstractNIC.isconnected?4() +network.AbstractNIC.scan?4(*args) +network.AbstractNIC.status?4(param=None) +network.AbstractNIC?1(id=None) +network.CC3K.WEP?7 +network.CC3K.WPA2?7 +network.CC3K.WPA?7 +network.CC3K.connect?4(ssid, key=None, *, security=WPA2, bssid=None) +network.CC3K.disconnect?4() +network.CC3K.ifconfig?4() +network.CC3K.isconnected?4() +network.CC3K.patch_program?4(pgm) +network.CC3K.patch_version?4() +network.CC3K?1(spi, pin_cs, pin_en, pin_irq) +network.MODE_11B?7 +network.MODE_11G?7 +network.MODE_11N?7 +network.STAT_CONNECTING?7 +network.STAT_CONNECT_FAIL?7 +network.STAT_GOT_IP?7 +network.STAT_IDLE?7 +network.STAT_NO_AP_FOUND?7 +network.STAT_WRONG_PASSWORD?7 +network.STA_IF?7 +network.WIZNET5K.ifconfig?4(params=tuple()) +network.WIZNET5K.isconnected?4() +network.WIZNET5K.regs?4() +network.WIZNET5K?1(spi, pin_cs, pin_rst) +network.WLAN.active?4(is_active=None) +network.WLAN.config?4(**params) +network.WLAN.connect?4(ssid=None, password=None, *, bssid=None) +network.WLAN.disconnect?4() +network.WLAN.ifconfig?4(params=tuple()) +network.WLAN.isconnected?4() +network.WLAN.scan?4() +network.WLAN.status?4(param=None) +network.WLAN?1(interface_id) +network.WLANWiPy.AP?7 +network.WLANWiPy.EXT_ANT?7 +network.WLANWiPy.INT_ANT?7 +network.WLANWiPy.STA?7 +network.WLANWiPy.WEP?7 +network.WLANWiPy.WPA2?7 +network.WLANWiPy.WPA?7 +network.WLANWiPy.antenna?4(antenna=None) +network.WLANWiPy.auth?4(auth=None) +network.WLANWiPy.channel?4(channel=None) +network.WLANWiPy.connect?4(ssid, *, auth=None, bssid=None, timeout=None) +network.WLANWiPy.disconnect?4() +network.WLANWiPy.ifconfig?4(if_id=0, config="dhcp") +network.WLANWiPy.init?4(mode, *, ssid, auth, channel, antenna) +network.WLANWiPy.irq?4(*, handler, wake) +network.WLANWiPy.isconnected?4() +network.WLANWiPy.mac?4(mac_addr=None) +network.WLANWiPy.mode?4(mode=None) +network.WLANWiPy.scan?4() +network.WLANWiPy.ssid?4(ssid=None) +network.WLANWiPy?1(id=0, **args) +network.phy_mode?4(mode=None) +pyb.ADC.read?4() +pyb.ADC.read_timed?4(buf, timer) +pyb.ADC.read_timed_multi?4(adcs, bufs, timer) +pyb.ADC?1(pin) +pyb.Accel.filtered_xyz?4() +pyb.Accel.tilt?4() +pyb.Accel.x?4() +pyb.Accel.y?4() +pyb.Accel.z?4() +pyb.Accel?1() +pyb.CAN.BUS_OFF?7 +pyb.CAN.ERROR_ACTIVE?7 +pyb.CAN.ERROR_PASSIVE?7 +pyb.CAN.ERROR_WARNING?7 +pyb.CAN.LIST16?7 +pyb.CAN.LIST32?7 +pyb.CAN.LOOPBACK?7 +pyb.CAN.MASK16?7 +pyb.CAN.MASK32?7 +pyb.CAN.NORMAL?7 +pyb.CAN.SILENT?7 +pyb.CAN.SILENT_LOOPBACK?7 +pyb.CAN.STOPPED?7 +pyb.CAN.any?4(fifo) +pyb.CAN.clearfilter?4(bank) +pyb.CAN.deinit?4() +pyb.CAN.info?4(list=None) +pyb.CAN.init?4(mode, extframe=False, prescaler=100, *, sjw=1, bs1=6, bs2=8, auto_restart=False) +pyb.CAN.initfilterbanks?4(nr) +pyb.CAN.recv?4(fifo, list=None, *, timeout=5000) +pyb.CAN.restart?4() +pyb.CAN.rxcallback?4(fifo, fun) +pyb.CAN.send?4(data, id, *, timeout=0, rtr=False) +pyb.CAN.setfilter?4(bank, mode, fifo, params, *, rtr) +pyb.CAN.state?4() +pyb.CAN?1(bus, mode, extframe=False, prescaler=100, *, sjw=1, bs1=6, bs2=8, auto_restart=False) +pyb.DAC.CIRCULAR?7 +pyb.DAC.NORMAL?7 +pyb.DAC.deinit?4() +pyb.DAC.init?4(bits=8, *, buffering=None) +pyb.DAC.noise?4(freq) +pyb.DAC.triangle?4(freq) +pyb.DAC.write?4(value) +pyb.DAC.write_timed?4(data, freq, *, mode=NORMAL) +pyb.DAC?1(port, bits=8, *, buffering=None) +pyb.ExtInt.IRQ_FALLING?7 +pyb.ExtInt.IRQ_RISING?7 +pyb.ExtInt.IRQ_RISING_FALLING?7 +pyb.ExtInt.disable?4() +pyb.ExtInt.enable?4() +pyb.ExtInt.line?4() +pyb.ExtInt.regs?4() +pyb.ExtInt.swint?4() +pyb.ExtInt?1(pin, mode, pull, callback) +pyb.I2C.MASTER?7 +pyb.I2C.SLAVE?7 +pyb.I2C.deinit?4() +pyb.I2C.init?4(mode, *, addr=0x12, baudrate=400000, gencall=False, dma=False) +pyb.I2C.is_ready?4(addr) +pyb.I2C.mem_read?4(data, addr, memaddr, *, timeout=5000, addr_size=8) +pyb.I2C.mem_write?4(data, addr, memaddr, *, timeout=5000, addr_size=8) +pyb.I2C.recv?4(recv, addr=0x00, *, timeout=5000) +pyb.I2C.scan?4() +pyb.I2C.send?4(send, addr=0x00, *, timeout=5000) +pyb.I2C?1(bus, mode=None, *, addr=0x12, baudrate=400000, gencall=False, dma=False) +pyb.LCD.command?4(instr_data, buf) +pyb.LCD.contrast?4(value) +pyb.LCD.fill?4(colour) +pyb.LCD.get?4(x, y) +pyb.LCD.light?4(value) +pyb.LCD.pixel?4(x, y, colour) +pyb.LCD.show?4() +pyb.LCD.text?4(text, x, y, colour) +pyb.LCD.write?4(text) +pyb.LCD?1(skin_position) +pyb.LED.intensity?4(value=None) +pyb.LED.off?4() +pyb.LED.on?4() +pyb.LED.toggle?4() +pyb.LED?1(id) +pyb.Pin.AF_OD?7 +pyb.Pin.AF_PP?7 +pyb.Pin.ANALOG?7 +pyb.Pin.IN?7 +pyb.Pin.OUT_OD?7 +pyb.Pin.OUT_PP?7 +pyb.Pin.PULL_DOWN?7 +pyb.Pin.PULL_NONE?7 +pyb.Pin.PULL_UP?7 +pyb.Pin.af?4() +pyb.Pin.af_list?4() +pyb.Pin.debug?4(state=None) +pyb.Pin.dict?4(dict=None) +pyb.Pin.gpio?4() +pyb.Pin.init?4(mode, pull=PULL_NONE, af=-1) +pyb.Pin.mapper?4(fun=None) +pyb.Pin.mode?4() +pyb.Pin.name?4() +pyb.Pin.names?4() +pyb.Pin.pin?4() +pyb.Pin.port?4() +pyb.Pin.pull?4() +pyb.Pin.value?4(value=None) +pyb.Pin?1(id, mode, pull=PULL_NONE, af=-1) +pyb.RTC.calibration?4(cal) +pyb.RTC.datetime?4(datetimetuple=None) +pyb.RTC.info?4() +pyb.RTC.wakeup?4(timeout, callback=None) +pyb.RTC?1() +pyb.SPI.LSB?7 +pyb.SPI.MASTER?7 +pyb.SPI.MSB?7 +pyb.SPI.SLAVE?7 +pyb.SPI.deinit?4() +pyb.SPI.init?4(mode, baudrate=328125, *, prescaler, polarity=1, phase=0, bits=8, firstbit=MSB, ti=False, crc=None) +pyb.SPI.recv?4(recv, *, timeout=5000) +pyb.SPI.send?4(send, *, timeout=5000) +pyb.SPI.send_recv?4(send, recv=None, *, timeout=5000) +pyb.SPI?1(bus, mode=None, baudrate=328125, *, prescaler, polarity=1, phase=0, bits=8, firstbit=MSB, ti=False, crc=None) +pyb.Servo.angle?4(angle=None, time=0) +pyb.Servo.calibration?4(pulse_min=None, pulse_max=None, pulse_centre=None, pulse_angle_90=None, pulse_speed_100=None) +pyb.Servo.pulse_width?4(value=None) +pyb.Servo.speed?4(speed=None, time=0) +pyb.Servo?1(id) +pyb.Switch.callback?4(fun) +pyb.Switch.value?4() +pyb.Switch?1() +pyb.Timer.BOTH?7 +pyb.Timer.ENC_A?7 +pyb.Timer.ENC_AB?7 +pyb.Timer.ENC_B?7 +pyb.Timer.FALLING?7 +pyb.Timer.HIGH?7 +pyb.Timer.IC?7 +pyb.Timer.LOW?7 +pyb.Timer.OC_ACTIVE?7 +pyb.Timer.OC_FORCED_ACTIVE?7 +pyb.Timer.OC_FORCED_INACTIVE?7 +pyb.Timer.OC_INACTIVE?7 +pyb.Timer.OC_TIMING?7 +pyb.Timer.OC_TOGGLE?7 +pyb.Timer.PWM?7 +pyb.Timer.PWM_INVERTED?7 +pyb.Timer.RISING?7 +pyb.Timer.callback?4(fun) +pyb.Timer.channel?4(channel, mode, **kwargs) +pyb.Timer.counter?4(value=None) +pyb.Timer.deinit?4() +pyb.Timer.freq?4(value=None) +pyb.Timer.init?4(*, freq, prescaler, period) +pyb.Timer.period?4(value=None) +pyb.Timer.prescaler?4(value=None) +pyb.Timer.source_freq?4() +pyb.Timer?1(id, *, freq, prescaler, period) +pyb.TimerChannel.callback?4(fun) +pyb.TimerChannel.capture?4(value=None) +pyb.TimerChannel.compare?4(value=None) +pyb.TimerChannel.pulse_width?4(value=None) +pyb.TimerChannel.pulse_width_percent?4(value=None) +pyb.UART.CTS?7 +pyb.UART.RTS?7 +pyb.UART.any?4() +pyb.UART.deinit?4() +pyb.UART.init?4(baudrate, bits=8, parity=None, stop=1, *, timeout=0, flow=0, timeout_char=0, read_buf_len=64) +pyb.UART.read?4(nbytes=None) +pyb.UART.readchar?4() +pyb.UART.readinto?4(buf, nbytes=None) +pyb.UART.readline?4() +pyb.UART.sendbreak?4() +pyb.UART.write?4(buf) +pyb.UART.writechar?4(char) +pyb.UART?1(bus, baudrate=None, bits=8, parity=None, stop=1, *, timeout=0, flow=0, timeout_char=0, read_buf_len=64) +pyb.USB_HID.recv?4(data, *, timeout=5000) +pyb.USB_HID.send?4(data) +pyb.USB_HID?1() +pyb.USB_VCP.any?4() +pyb.USB_VCP.close?4() +pyb.USB_VCP.isconnected?4() +pyb.USB_VCP.read?4(nbytes=None) +pyb.USB_VCP.readinto?4(buf, maxlen=None) +pyb.USB_VCP.readline?4() +pyb.USB_VCP.readlines?4() +pyb.USB_VCP.recv?4(data, *, timeout=5000) +pyb.USB_VCP.send?4(data, *, timeout=5000) +pyb.USB_VCP.setinterrupt?4(chr) +pyb.USB_VCP.write?4(buf) +pyb.USB_VCP?1() +pyb.bootloader?4() +pyb.delay?4(ms) +pyb.disable_irq?4() +pyb.elapsed_micros?4(start) +pyb.elapsed_millis?4(start) +pyb.enable_irq?4(state=True) +pyb.fault_debug?4(value) +pyb.freq?4(sysclk=None, hclk=None, pclk1=None, pclk2=None) +pyb.hard_reset?4() +pyb.have_cdc?4() +pyb.hid?4(buttons, x, y, z) +pyb.hid_keyboard?7 +pyb.hid_mouse?7 +pyb.info?4(dump_alloc_table=None) +pyb.main?4(filename) +pyb.micros?4() +pyb.millis?4() +pyb.mount?4(device, mountpoint, *, readonly=False, mkfs=False) +pyb.repl_uart?4(uart) +pyb.rng?4() +pyb.standby?4() +pyb.stop?4() +pyb.sync?4() +pyb.udelay?4(us) +pyb.unique_id?4() +pyb.usb_mode?4(modestr=None, vid=0xf055, pid=0x9801, hid=hid_mouse) +pyb.wfi?4() +sys.argv?7 +sys.atexit?4(func) +sys.byteorder?7 +sys.exit?4(retval=0) +sys.implementation?7 +sys.maxsize?7 +sys.modules?7 +sys.path?7 +sys.platform?7 +sys.print_exception?4(exc, file=stdout) +sys.stderr?7 +sys.stdin?7 +sys.stdout?7 +sys.version?7 +sys.version_info?7 +ubinascii.a2b_base64?4(data) +ubinascii.b2a_base64?4(data) +ubinascii.hexlify?4(data, sep="") +ubinascii.unhexlify?4(data) +ucollections.OrderedDict?1(iterableOfKeyValue) +ucollections.deque.append?4(x) +ucollections.deque.popleft?4() +ucollections.deque?1(iterable, maxlen, flags=0) +ucollections.namedtuple?1(name, fields) +ucryptolib.MODE_CBC?7 +ucryptolib.MODE_CTR?7 +ucryptolib.MODE_ECB?7 +ucryptolib.aes.decrypt?4(in_buf, out_buf=None) +ucryptolib.aes.encrypt?4(in_buf, out_buf=None) +ucryptolib.aes?1(key, mode, IV=None) +uctypes.ARRAY?7 +uctypes.BIG_ENDIAN?7 +uctypes.FLOAT32?7 +uctypes.FLOAT64?7 +uctypes.INT16?7 +uctypes.INT32?7 +uctypes.INT64?7 +uctypes.INT8?7 +uctypes.LITTLE_ENDIAN?7 +uctypes.NATIVE?7 +uctypes.PTR?7 +uctypes.UINT16?7 +uctypes.UINT32?7 +uctypes.UINT64?7 +uctypes.UINT8?7 +uctypes.VOID?7 +uctypes.addressof?4(obj) +uctypes.bytearray_at?4(addr, size) +uctypes.bytes_at?4(addr, size) +uctypes.sizeof?4(struct, layout_type=NATIVE) +uctypes.struct?1(addr, descriptor, layout_type=NATIVE) +uerrno.EACCES?7 +uerrno.EADDRINUSE?7 +uerrno.EAGAIN?7 +uerrno.EALREADY?7 +uerrno.EBADF?7 +uerrno.ECONNABORTED?7 +uerrno.ECONNREFUSED?7 +uerrno.ECONNRESET?7 +uerrno.EEXIST?7 +uerrno.EHOSTUNREACH?7 +uerrno.EINPROGRESS?7 +uerrno.EINVAL?7 +uerrno.EIO?7 +uerrno.EISDIR?7 +uerrno.ENOBUFS?7 +uerrno.ENODEV?7 +uerrno.ENOENT?7 +uerrno.ENOMEM?7 +uerrno.ENOTCONN?7 +uerrno.EOPNOTSUPP?7 +uerrno.EPERM?7 +uerrno.ETIMEDOUT?7 +uerrno.errorcode?7 +uhashlib.md5.digest?4() +uhashlib.md5.update?4(data) +uhashlib.md5?1(data=None) +uhashlib.sha1.digest?4() +uhashlib.sha1.update?4(data) +uhashlib.sha1?1(data=None) +uhashlib.sha256.digest?4() +uhashlib.sha256.update?4(data) +uhashlib.sha256?1(data=None) +uheapq.heapify?4(x) +uheapq.heappop?4(heap) +uheapq.heappush?4(heap, item) +uio.BytesIO.close?4() +uio.BytesIO.flush?4() +uio.BytesIO.getvalue?4() +uio.BytesIO.read?4(size=-1) +uio.BytesIO.readinto?4(b) +uio.BytesIO.readline?4(size=-1) +uio.BytesIO.seek?4(offset, whence=0) +uio.BytesIO.write?4(b) +uio.BytesIO?1(initial_value=b"") +uio.FileIO.close?4() +uio.FileIO.flush?4() +uio.FileIO.read?4(size=-1) +uio.FileIO.readinto?4(b) +uio.FileIO.readline?4(size=-1) +uio.FileIO.readlines?4(hint=-1) +uio.FileIO.seek?4(offset, whence=0) +uio.FileIO.tell?4() +uio.FileIO.write?4(b) +uio.FileIO?1(name, mode='r', **kwargs) +uio.StringIO.close?4() +uio.StringIO.flush?4() +uio.StringIO.getvalue?4() +uio.StringIO.read?4(size=-1) +uio.StringIO.readinto?4(b) +uio.StringIO.readline?4(size=-1) +uio.StringIO.seek?4(offset, whence=0) +uio.StringIO.write?4(s) +uio.StringIO?1(initial_value="") +uio.TextIOWrapper.close?4() +uio.TextIOWrapper.flush?4() +uio.TextIOWrapper.read?4(size=-1) +uio.TextIOWrapper.readinto?4(b) +uio.TextIOWrapper.readline?4(size=-1) +uio.TextIOWrapper.readlines?4(hint=-1) +uio.TextIOWrapper.seek?4(offset, whence=0) +uio.TextIOWrapper.tell?4() +uio.TextIOWrapper.write?4(s) +uio.TextIOWrapper?1(name, mode='r', **kwargs) +uio.open?4(name, mode='r', **kwargs) +ujson.dump?4(obj, stream) +ujson.dumps?4(obj) +ujson.load?4(stream) +ujson.loads?4(string) +uos.AbstractBlockDev.ioctl?4(op, arg) +uos.AbstractBlockDev.readblocks?4(block_num, buf) +uos.AbstractBlockDev.writeblocks?4(block_num, buf) +uos.AbstractBlockDev?1() +uos.VfsFat.mkfs?4() +uos.VfsFat?1(block_dev) +uos.chdir?4(path) +uos.dupterm?4(stream_object, index=0) +uos.getcwd?4() +uos.ilistdir?4(dir=".") +uos.listdir?4(dir=".") +uos.mkdir?4(path) +uos.mount?4(fsobj, mount_point, *, readonly) +uos.remove?4(path) +uos.rename?4(old_path, new_path) +uos.rmdir?4(path) +uos.stat?4(path) +uos.statvfs?4(path) +uos.sync?4() +uos.umount?4(mount_point) +uos.uname?4() +uos.urandom?4(n) +ure.DEBUG?7 +ure.compile?4(regex_str, flags=0) +ure.match?4(regex_str, string) +ure.match_object.end?4(index=0) +ure.match_object.group?4(index) +ure.match_object.groups?4() +ure.match_object.span?4(index=0) +ure.match_object.start?4(index=0) +ure.regex_object.match?4(string) +ure.regex_object.search?4(string) +ure.regex_object.split?4(string, max_split=-1) +ure.regex_object.sub?4(replace, string, count=0, flags=0) +ure.search?4(regex_str, string) +ure.sub?4(regex_str, replace, string, count=0, flags=0) +uselect.POLLERR?7 +uselect.POLLHUP?7 +uselect.POLLIN?7 +uselect.POLLOUT?7 +uselect.Poll.ipoll?4(timeout=-1, flags=0) +uselect.Poll.modify?4(obj, eventmask) +uselect.Poll.poll?4(timeout=-1) +uselect.Poll.register?4(obj, eventmask = POLLIN | POLLOUT) +uselect.Poll.unregister?4(obj) +uselect.poll?4() +uselect.select?4(rlist, wlist, xlist, timeout=-1) +usocket.AF_INET6?7 +usocket.AF_INET?7 +usocket.IPPROTO_IP?7 +usocket.IPPROTO_TCP?7 +usocket.IPPROTO_UDP?7 +usocket.IP_ADD_MEMBERSHIP?7 +usocket.SOCK_DGRAM?7 +usocket.SOCK_RAW?7 +usocket.SOCK_STREAM?7 +usocket.SOL_SOCKET?7 +usocket.SO_REUSEADDR?7 +usocket.Socket.accept?4() +usocket.Socket.bind?4(address) +usocket.Socket.close?4() +usocket.Socket.connect?4(address) +usocket.Socket.listen?4(backlog=None) +usocket.Socket.makefile?4(mode='rb', buffering=0) +usocket.Socket.read?4(size=None) +usocket.Socket.readinto?4(buf, nbytes=None) +usocket.Socket.readline?4() +usocket.Socket.recv?4(bufsize) +usocket.Socket.recvfrom?4(bufsize) +usocket.Socket.send?4(bytes) +usocket.Socket.sendall?4(bytes) +usocket.Socket.sendto?4(bytes, address) +usocket.Socket.setblocking?4(flag) +usocket.Socket.setsockopt?4(level, optname, value) +usocket.Socket.settimeout?4(value) +usocket.Socket.write?4(buf) +usocket.getaddrinfo?4(host, port, af=0, type=0, proto=0, flags=0) +usocket.inet_ntop?4(af, bin_addr) +usocket.inet_pton?4(af, txt_addr) +usocket.socket?4(af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP) +ussl.CERT_NONE?7 +ussl.CERT_OPTIONAL?7 +ussl.CERT_REQUIRED?7 +ussl.wrap_socket?4(sock, server_side=False, keyfile=None, certfile=None, cert_reqs=CERT_NONE, ca_certs=None) +ustruct.calcsize?4(fmt) +ustruct.pack?4(fmt, *variables) +ustruct.pack_into?4(fmt, buffer, offset, *variables) +ustruct.unpack?4(fmt, data) +ustruct.unpack_from?4(fmt, data, offset=0) +utime.localtime?4(secs=None) +utime.sleep?4(seconds) +utime.sleep_ms?4(ms) +utime.sleep_us?4(us) +utime.ticks_add?4(ticks, delta) +utime.ticks_cpu?4() +utime.ticks_diff?4(ticks1, ticks2) +utime.ticks_ms?4() +utime.ticks_us?4() +utime.time?4() +uzlib.DecompIO?1(stream, wbits=0) +uzlib.decompress?4(data, wbits=0, bufsize=0) +wipy.heartbeat?4(enable=None)