Wed, 28 Sep 2022 16:15:56 +0200
API files
- added API files for the Adafruit CircuitPython Library Bundle
- updated the CircuitPython API file
9365 | 1 | _bleio.Adapter.connect?4(address: Address, *, timeout: float) |
2 | _bleio.Adapter.erase_bonding?4() | |
3 | _bleio.Adapter.start_advertising?4(data: ReadableBuffer, *, scan_response: Optional[ReadableBuffer] = None, connectable: bool = True, anonymous: bool = False, timeout: int = 0, interval: float = 0.1, tx_power: int = 0, directed_to: Optional[Address] = None, ) | |
4 | _bleio.Adapter.start_scan?4(prefixes: ReadableBuffer = b"", *, buffer_size: int = 512, extended: bool = False, timeout: Optional[float] = None, interval: float = 0.1, window: float = 0.1, minimum_rssi: int = -80, active: bool = True, ) | |
5 | _bleio.Adapter.stop_advertising?4() | |
6 | _bleio.Adapter.stop_scan?4() | |
7 | _bleio.Adapter?1(*, uart: busio.UART, rts: digitalio.DigitalInOut, cts: digitalio.DigitalInOut, ) | |
8 | _bleio.Address?1(address: ReadableBuffer, address_type: int) | |
9 | _bleio.Attribute?1() | |
10 | _bleio.Characteristic.add_to_service?4(service: Service, uuid: UUID, *, properties: int = 0, read_perm: int = Attribute.OPEN, write_perm: int = Attribute.OPEN, max_length: int = 20, fixed_length: bool = False, initial_value: Optional[ReadableBuffer] = None, user_description: Optional[str] = None, ) | |
11 | _bleio.Characteristic.set_cccd?4(*, notify: bool = False, indicate: bool = False) | |
12 | _bleio.Characteristic?1() | |
13 | _bleio.CharacteristicBuffer.deinit?4() | |
14 | _bleio.CharacteristicBuffer.read?4(nbytes: Optional[int] = None) | |
15 | _bleio.CharacteristicBuffer.readinto?4(buf: WriteableBuffer) | |
16 | _bleio.CharacteristicBuffer.readline?4() | |
17 | _bleio.CharacteristicBuffer.reset_input_buffer?4() | |
18 | _bleio.CharacteristicBuffer?1(characteristic: Characteristic, *, timeout: int = 1, buffer_size: int = 64) | |
19 | _bleio.Connection.disconnect?4() | |
20 | _bleio.Connection.discover_remote_services?4(service_uuids_whitelist: Optional[Iterable[UUID]] = None) | |
21 | _bleio.Connection.pair?4(*, bond: bool = True) | |
22 | _bleio.Connection?1() | |
23 | _bleio.Descriptor.add_to_characteristic?4(characteristic: Characteristic, uuid: UUID, *, read_perm: int = Attribute.OPEN, write_perm: int = Attribute.OPEN, max_length: int = 20, fixed_length: bool = False, initial_value: ReadableBuffer = b"", ) | |
24 | _bleio.Descriptor?1() | |
25 | _bleio.PacketBuffer.deinit?4() | |
26 | _bleio.PacketBuffer.readinto?4(buf: WriteableBuffer) | |
27 | _bleio.PacketBuffer.write?4(data: ReadableBuffer, *, header: Optional[bytes] = None) | |
28 | _bleio.PacketBuffer?1(characteristic: Characteristic, *, buffer_size: int, max_packet_size: Optional[int] = None, ) | |
29 | _bleio.ScanEntry.matches?4(prefixes: ScanEntry, *, match_all: bool = True) | |
30 | _bleio.ScanEntry?1() | |
31 | _bleio.ScanResults?1() | |
32 | _bleio.Service?1(uuid: UUID, *, secondary: bool = False) | |
33 | _bleio.UUID.pack_into?4(buffer: WriteableBuffer, offset: int = 0) | |
34 | _bleio.UUID?1(value: Union[int, ReadableBuffer, str]) | |
35 | _bleio.set_adapter?4(adapter: Optional[_bleio.Adapter]) | |
36 | _eve._EVE.AlphaFunc?4(func: int, ref: int) | |
37 | _eve._EVE.Begin?4(prim: int) | |
38 | _eve._EVE.BitmapExtFormat?4(format: int) | |
39 | _eve._EVE.BitmapHandle?4(handle: int) | |
40 | _eve._EVE.BitmapLayout?4(format: int, linestride: int, height: int) | |
41 | _eve._EVE.BitmapLayoutH?4(linestride: int, height: int) | |
42 | _eve._EVE.BitmapSize?4(filter: int, wrapx: int, wrapy: int, width: int, height: int) | |
43 | _eve._EVE.BitmapSizeH?4(width: int, height: int) | |
44 | _eve._EVE.BitmapSource?4(addr: int) | |
45 | _eve._EVE.BitmapSwizzle?4(r: int, g: int, b: int, a: int) | |
46 | _eve._EVE.BitmapTransformA?4(p: int, v: int) | |
47 | _eve._EVE.BitmapTransformB?4(p: int, v: int) | |
48 | _eve._EVE.BitmapTransformC?4(v: int) | |
49 | _eve._EVE.BitmapTransformD?4(p: int, v: int) | |
50 | _eve._EVE.BitmapTransformE?4(p: int, v: int) | |
51 | _eve._EVE.BitmapTransformF?4(v: int) | |
52 | _eve._EVE.BlendFunc?4(src: int, dst: int) | |
53 | _eve._EVE.Call?4(dest: int) | |
54 | _eve._EVE.Cell?4(cell: int) | |
55 | _eve._EVE.Clear?4(c: int, s: int, t: int) | |
56 | _eve._EVE.ClearColorA?4(alpha: int) | |
57 | _eve._EVE.ClearColorRGB?4(red: int, green: int, blue: int) | |
58 | _eve._EVE.ClearStencil?4(s: int) | |
59 | _eve._EVE.ClearTag?4(s: int) | |
60 | _eve._EVE.ColorA?4(alpha: int) | |
61 | _eve._EVE.ColorMask?4(r: int, g: int, b: int, a: int) | |
62 | _eve._EVE.ColorRGB?4(red: int, green: int, blue: int) | |
63 | _eve._EVE.Display?4() | |
64 | _eve._EVE.End?4() | |
65 | _eve._EVE.Jump?4(dest: int) | |
66 | _eve._EVE.LineWidth?4(width: float) | |
67 | _eve._EVE.Macro?4(m: int) | |
68 | _eve._EVE.Nop?4() | |
69 | _eve._EVE.PaletteSource?4(addr: int) | |
70 | _eve._EVE.PointSize?4(size: float) | |
71 | _eve._EVE.RestoreContext?4() | |
72 | _eve._EVE.Return?4() | |
73 | _eve._EVE.SaveContext?4() | |
74 | _eve._EVE.ScissorSize?4(width: int, height: int) | |
75 | _eve._EVE.ScissorXY?4(x: int, y: int) | |
76 | _eve._EVE.StencilFunc?4(func: int, ref: int, mask: int) | |
77 | _eve._EVE.StencilMask?4(mask: int) | |
78 | _eve._EVE.StencilOp?4(sfail: int, spass: int) | |
79 | _eve._EVE.Tag?4(s: int) | |
80 | _eve._EVE.TagMask?4(mask: int) | |
81 | _eve._EVE.Vertex2f?4(b: float) | |
82 | _eve._EVE.Vertex2ii?4(x: int, y: int, handle: int, cell: int) | |
83 | _eve._EVE.VertexFormat?4(frac: int) | |
84 | _eve._EVE.VertexTranslateX?4(x: float) | |
85 | _eve._EVE.VertexTranslateY?4(y: float) | |
86 | _eve._EVE.cc?4(b: ReadableBuffer) | |
87 | _eve._EVE.cmd0?4(n: int) | |
88 | _eve._EVE.cmd?4(n: int, fmt: str, args: Tuple[str, ...]) | |
89 | _eve._EVE.flush?4() | |
90 | _eve._EVE.register?4(o: object) | |
91 | _eve._EVE?2() | |
92 | _pew.PewPew?1(buffer: ReadableBuffer, rows: List[digitalio.DigitalInOut], cols: List[digitalio.DigitalInOut], buttons: digitalio.DigitalInOut, ) | |
93 | _stage.Layer.frame?4(frame: int, rotation: int) | |
94 | _stage.Layer.move?4(x: int, y: int) | |
95 | _stage.Layer?1(width: int, height: int, graphic: ReadableBuffer, palette: ReadableBuffer, grid: ReadableBuffer, ) | |
96 | _stage.Text.move?4(x: int, y: int) | |
97 | _stage.Text?1(width: int, height: int, font: ReadableBuffer, palette: ReadableBuffer, chars: ReadableBuffer, ) | |
98 | _stage.render?4(x0: int, y0: int, x1: int, y1: int, layers: List[Layer], buffer: WriteableBuffer, display: displayio.Display, scale: int, background: int, ) | |
99 | adafruit_bus_device.i2c_device.I2CDevice.readinto?4(buffer: WriteableBuffer, *, start: int = 0, end: int = sys.maxsize) | |
100 | adafruit_bus_device.i2c_device.I2CDevice.write?4(buffer: ReadableBuffer, *, start: int = 0, end: int = sys.maxsize) | |
101 | adafruit_bus_device.i2c_device.I2CDevice.write_then_readinto?4(out_buffer: ReadableBuffer, in_buffer: WriteableBuffer, *, out_start: int = 0, out_end: int = sys.maxsize, in_start: int = 0, in_end: int = sys.maxsize, ) | |
102 | adafruit_bus_device.i2c_device.I2CDevice?1(i2c: busio.I2C, device_address: int, probe: bool = True) | |
103 | adafruit_bus_device.spi_device.SPIDevice?1(spi: busio.SPI, chip_select: digitalio.DigitalInOut, *, baudrate: int = 100000, polarity: int = 0, phase: int = 0, extra_clocks: int = 0, ) | |
104 | adafruit_pixelbuf.PixelBuf.fill?4(color: Union[int, Tuple[int, int, int], Tuple[int, int, int, float]]) | |
105 | adafruit_pixelbuf.PixelBuf.show?4() | |
106 | adafruit_pixelbuf.PixelBuf?1(size: int, *, byteorder: str = "BGR", brightness: float = 0, auto_write: bool = False, header: ReadableBuffer = b"", trailer: ReadableBuffer = b"", ) | |
107 | aesio.AES.decrypt_into?4(src: ReadableBuffer, dest: WriteableBuffer) | |
108 | aesio.AES.encrypt_into?4(src: ReadableBuffer, dest: WriteableBuffer) | |
109 | aesio.AES?1(key: ReadableBuffer, mode: int = 0, iv: Optional[ReadableBuffer] = None, segment_size: int = 8, ) | |
110 | alarm.SleepMemory?1() | |
111 | alarm.exit_and_deep_sleep_until_alarms?4(*alarms: circuitpython_typing.Alarm, preserve_dios: Sequence[digitalio.DigitalInOut] = (), ) | |
112 | alarm.light_sleep_until_alarms?4(*alarms: circuitpython_typing.Alarm, ) | |
113 | alarm.pin.PinAlarm?1(pin: microcontroller.Pin, value: bool, edge: bool = False, pull: bool = False, ) | |
114 | alarm.time.TimeAlarm?1(monotonic_time: Optional[float] = None, epoch_time: Optional[int] = None) | |
115 | alarm.touch.TouchAlarm?1(*pin: microcontroller.Pin) | |
116 | analogbufio.BufferedIn.deinit?4() | |
117 | analogbufio.BufferedIn.read?4() | |
118 | analogbufio.BufferedIn?1(pin: microcontroller.Pin, buffer: WriteableBuffer, *, sample_rate: int = 500000, ) | |
7181
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
119 | analogio.AnalogIn.deinit?4() |
9365 | 120 | analogio.AnalogIn?1(pin: microcontroller.Pin) |
7181
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
121 | analogio.AnalogOut.deinit?4() |
9365 | 122 | analogio.AnalogOut?1(pin: microcontroller.Pin) |
123 | atexit.register?4(func: Callable[..., Any], *args: Optional[Any], **kwargs: Optional[Any]) | |
124 | atexit.unregister?4(func: Callable[..., Any]) | |
7181
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
125 | audiobusio.I2SOut.deinit?4() |
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
126 | audiobusio.I2SOut.pause?4() |
9365 | 127 | audiobusio.I2SOut.play?4(sample: circuitpython_typing.AudioSample, *, loop: bool = False) |
7181
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
128 | audiobusio.I2SOut.resume?4() |
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
129 | audiobusio.I2SOut.stop?4() |
9365 | 130 | audiobusio.I2SOut?1(bit_clock: microcontroller.Pin, word_select: microcontroller.Pin, data: microcontroller.Pin, *, left_justified: bool, ) |
7181
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
131 | audiobusio.PDMIn.deinit?4() |
9365 | 132 | audiobusio.PDMIn.record?4(destination: WriteableBuffer, destination_length: int) |
133 | audiobusio.PDMIn?1(clock_pin: microcontroller.Pin, data_pin: microcontroller.Pin, *, sample_rate: int = 16000, bit_depth: int = 8, mono: bool = True, oversample: int = 64, startup_delay: float = 0.11, ) | |
7181
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
134 | audiocore.RawSample.deinit?4() |
9365 | 135 | audiocore.RawSample?1(buffer: ReadableBuffer, *, channel_count: int = 1, sample_rate: int = 8000) |
7181
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
136 | audiocore.WaveFile.deinit?4() |
9365 | 137 | audiocore.WaveFile?1(file: Union[str, typing.BinaryIO], buffer: WriteableBuffer) |
7181
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
138 | audioio.AudioOut.deinit?4() |
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
139 | audioio.AudioOut.pause?4() |
9365 | 140 | audioio.AudioOut.play?4(sample: circuitpython_typing.AudioSample, *, loop: bool = False) |
7181
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
141 | audioio.AudioOut.resume?4() |
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
142 | audioio.AudioOut.stop?4() |
9365 | 143 | audioio.AudioOut?1(left_channel: microcontroller.Pin, *, right_channel: Optional[microcontroller.Pin] = None, quiescent_value: int = 0x8000, ) |
144 | audiomixer.Mixer.deinit?4() | |
145 | audiomixer.Mixer.play?4(sample: circuitpython_typing.AudioSample, *, voice: int = 0, loop: bool = False, ) | |
146 | audiomixer.Mixer.stop_voice?4(voice: int = 0) | |
147 | audiomixer.Mixer?1(voice_count: int = 2, buffer_size: int = 1024, channel_count: int = 2, bits_per_sample: int = 16, samples_signed: bool = True, sample_rate: int = 8000, ) | |
148 | audiomixer.MixerVoice.play?4(sample: circuitpython_typing.AudioSample, *, loop: bool = False) | |
149 | audiomixer.MixerVoice.stop?4() | |
150 | audiomixer.MixerVoice?1() | |
151 | audiomp3.MP3Decoder.deinit?4() | |
152 | audiomp3.MP3Decoder.open?4(filepath: str) | |
153 | audiomp3.MP3Decoder?1(file: Union[str, typing.BinaryIO], buffer: WriteableBuffer) | |
7181
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
154 | audiopwmio.PWMAudioOut.deinit?4() |
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
155 | audiopwmio.PWMAudioOut.pause?4() |
9365 | 156 | audiopwmio.PWMAudioOut.play?4(sample: circuitpython_typing.AudioSample, *, loop: bool = False) |
7181
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
157 | audiopwmio.PWMAudioOut.resume?4() |
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
158 | audiopwmio.PWMAudioOut.stop?4() |
9365 | 159 | audiopwmio.PWMAudioOut?1(left_channel: microcontroller.Pin, *, right_channel: Optional[microcontroller.Pin] = None, quiescent_value: int = 0x8000, ) |
7181
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
160 | bitbangio.I2C.deinit?4() |
9365 | 161 | bitbangio.I2C.readfrom_into?4(address: int, buffer: WriteableBuffer, *, start: int = 0, end: int = sys.maxsize, ) |
7181
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
162 | bitbangio.I2C.scan?4() |
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
163 | bitbangio.I2C.try_lock?4() |
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
164 | bitbangio.I2C.unlock?4() |
9365 | 165 | bitbangio.I2C.writeto?4(address: int, buffer: ReadableBuffer, *, start: int = 0, end: int = sys.maxsize, ) |
166 | bitbangio.I2C.writeto_then_readfrom?4(address: int, out_buffer: ReadableBuffer, in_buffer: ReadableBuffer, *, out_start: int = 0, out_end: int = sys.maxsize, in_start: int = 0, in_end: int = sys.maxsize, ) | |
167 | bitbangio.I2C?1(scl: microcontroller.Pin, sda: microcontroller.Pin, *, frequency: int = 400000, timeout: int = 255, ) | |
168 | bitbangio.SPI.configure?4(*, baudrate: int = 100000, polarity: int = 0, phase: int = 0, bits: int = 8, ) | |
7181
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
169 | bitbangio.SPI.deinit?4() |
9365 | 170 | bitbangio.SPI.readinto?4(buffer: WriteableBuffer, *, start: int = 0, end: int = sys.maxsize, write_value: int = 0, ) |
7181
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
171 | bitbangio.SPI.try_lock?4() |
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
172 | bitbangio.SPI.unlock?4() |
9365 | 173 | bitbangio.SPI.write?4(buf: ReadableBuffer) |
174 | bitbangio.SPI.write_readinto?4(out_buffer: ReadableBuffer, in_buffer: WriteableBuffer, *, out_start: int = 0, out_end: int = sys.maxsize, in_start: int = 0, in_end: int = sys.maxsize, ) | |
175 | bitbangio.SPI?1(clock: microcontroller.Pin, MOSI: Optional[microcontroller.Pin] = None, MISO: Optional[microcontroller.Pin] = None, ) | |
176 | bitmaptools.alphablend?4(dest_bitmap: displayio.Bitmap, source_bitmap_1: displayio.Bitmap, source_bitmap_2: displayio.Bitmap, colorspace: displayio.Colorspace, factor1: float = 0.5, factor2: Optional[float] = None, ) | |
177 | bitmaptools.arrayblit?4(bitmap: displayio.Bitmap, data: ReadableBuffer, x1: int = 0, y1: int = 0, x2: Optional[int] = None, y2: Optional[int] = None, skip_index: Optional[int] = None, ) | |
178 | bitmaptools.boundary_fill?4(dest_bitmap: displayio.Bitmap, x: int, y: int, fill_color_value: int, replaced_color_value: int, ) | |
179 | bitmaptools.dither?4(dest_bitmap: displayio.Bitmap, source_bitmapp: displayio.Bitmap, source_colorspace: displayio.Colorspace, algorithm: DitherAlgorithm = DitherAlgorithm.Atkinson, ) | |
180 | bitmaptools.draw_line?4(dest_bitmap: displayio.Bitmap, x1: int, y1: int, x2: int, y2: int, value: int) | |
181 | bitmaptools.fill_region?4(dest_bitmap: displayio.Bitmap, x1: int, y1: int, x2: int, y2: int, value: int) | |
182 | bitmaptools.readinto?4(bitmap: displayio.Bitmap, file: typing.BinaryIO, bits_per_pixel: int, element_size: int = 1, reverse_pixels_in_element: bool = False, swap_bytes_in_element: bool = False, reverse_rows: bool = False, ) | |
183 | bitmaptools.rotozoom?4(dest_bitmap: displayio.Bitmap, source_bitmap: displayio.Bitmap, *, ox: int, oy: int, dest_clip0: Tuple[int, int], dest_clip1: Tuple[int, int], px: int, py: int, source_clip0: Tuple[int, int], source_clip1: Tuple[int, int], angle: float, scale: float, skip_index: int, ) | |
184 | bitops.bit_transpose?4(input: ReadableBuffer, output: WriteableBuffer, width: int = 8) | |
7181
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
185 | board.I2C?4() |
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
186 | board.SPI?4() |
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
187 | board.UART?4() |
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
188 | busio.I2C.deinit?4() |
9365 | 189 | busio.I2C.readfrom_into?4(address: int, buffer: WriteableBuffer, *, start: int = 0, end: int = sys.maxsize, ) |
7181
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
190 | busio.I2C.scan?4() |
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
191 | busio.I2C.try_lock?4() |
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
192 | busio.I2C.unlock?4() |
9365 | 193 | busio.I2C.writeto?4(address: int, buffer: ReadableBuffer, *, start: int = 0, end: int = sys.maxsize, ) |
194 | busio.I2C.writeto_then_readfrom?4(address: int, out_buffer: ReadableBuffer, in_buffer: WriteableBuffer, *, out_start: int = 0, out_end: int = sys.maxsize, in_start: int = 0, in_end: int = sys.maxsize, ) | |
195 | busio.I2C?1(scl: microcontroller.Pin, sda: microcontroller.Pin, *, frequency: int = 100000, timeout: int = 255, ) | |
196 | busio.SPI.configure?4(*, baudrate: int = 100000, polarity: int = 0, phase: int = 0, bits: int = 8, ) | |
7181
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
197 | busio.SPI.deinit?4() |
9365 | 198 | busio.SPI.readinto?4(buffer: WriteableBuffer, *, start: int = 0, end: int = sys.maxsize, write_value: int = 0, ) |
7181
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
199 | busio.SPI.try_lock?4() |
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
200 | busio.SPI.unlock?4() |
9365 | 201 | busio.SPI.write?4(buffer: ReadableBuffer, *, start: int = 0, end: int = sys.maxsize) |
202 | busio.SPI.write_readinto?4(out_buffer: ReadableBuffer, in_buffer: WriteableBuffer, *, out_start: int = 0, out_end: int = sys.maxsize, in_start: int = 0, in_end: int = sys.maxsize, ) | |
203 | busio.SPI?1(clock: microcontroller.Pin, MOSI: Optional[microcontroller.Pin] = None, MISO: Optional[microcontroller.Pin] = None, half_duplex: bool = False, ) | |
7181
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
204 | busio.UART.deinit?4() |
9365 | 205 | busio.UART.read?4(nbytes: Optional[int] = None) |
206 | busio.UART.readinto?4(buf: WriteableBuffer) | |
7181
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
207 | busio.UART.readline?4() |
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
208 | busio.UART.reset_input_buffer?4() |
9365 | 209 | busio.UART.write?4(buf: ReadableBuffer) |
210 | busio.UART?1(tx: microcontroller.Pin, rx: microcontroller.Pin, *, baudrate: int = 9600, bits: int = 8, parity: Optional[Parity] = None, stop: int = 1, timeout: float = 1, receiver_buffer_size: int = 64, ) | |
211 | camera.Camera.deinit?4() | |
212 | camera.Camera.take_picture?4(buf: WriteableBuffer, format: ImageFormat) | |
213 | camera.Camera?1() | |
214 | camera.ImageFormat?1() | |
215 | canio.CAN.deinit?4() | |
216 | canio.CAN.listen?4(matches: Optional[Sequence[Match]] = None, *, timeout: float = 10) | |
217 | canio.CAN.restart?4() | |
218 | canio.CAN.send?4(message: Union[RemoteTransmissionRequest, Message]) | |
219 | canio.CAN?1(tx: microcontroller.Pin, rx: microcontroller.Pin, *, baudrate: int = 250000, loopback: bool = False, silent: bool = False, auto_restart: bool = False, ) | |
220 | canio.Listener.deinit?4() | |
221 | canio.Listener.in_waiting?4() | |
222 | canio.Listener.receive?4() | |
223 | canio.Match?1(id: int, *, mask: Optional[int] = None, extended: bool = False) | |
224 | canio.Message?1(id: int, data: bytes, *, extended: bool = False) | |
225 | canio.RemoteTransmissionRequest?1(id: int, length: int, *, extended: bool = False) | |
226 | countio.Counter.deinit?4() | |
227 | countio.Counter.reset?4() | |
228 | countio.Counter?1(pin: microcontroller.Pin, *, edge: Edge = Edge.FALL, pull: Optional[digitalio.Pull] = None, ) | |
229 | countio.Edge?1() | |
7181
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
230 | digitalio.DigitalInOut.deinit?4() |
9365 | 231 | digitalio.DigitalInOut.switch_to_input?4(pull: Optional[Pull] = None) |
232 | digitalio.DigitalInOut.switch_to_output?4(value: bool = False, drive_mode: DriveMode = DriveMode.PUSH_PULL) | |
233 | digitalio.DigitalInOut?1(pin: microcontroller.Pin) | |
234 | digitalio.Direction?1() | |
235 | digitalio.DriveMode?1() | |
236 | digitalio.Pull?1() | |
237 | displayio.Bitmap.blit?4(x: int, y: int, source_bitmap: Bitmap, *, x1: int, y1: int, x2: int, y2: int, skip_index: int, ) | |
238 | displayio.Bitmap.dirty?4(x1: int = 0, y1: int = 0, x2: int = -1, y2: int = -1) | |
239 | displayio.Bitmap.fill?4(value: int) | |
240 | displayio.Bitmap?1(width: int, height: int, value_count: int) | |
241 | displayio.ColorConverter.convert?4(color: int) | |
242 | displayio.ColorConverter.make_opaque?4(color: int) | |
243 | displayio.ColorConverter.make_transparent?4(color: int) | |
244 | displayio.ColorConverter?1(*, input_colorspace: Colorspace = Colorspace.RGB888, dither: bool = False) | |
245 | displayio.Display.fill_row?4(y: int, buffer: WriteableBuffer) | |
246 | displayio.Display.refresh?4(*, target_frames_per_second: Optional[int] = None, minimum_frames_per_second: int = 0, ) | |
247 | displayio.Display.show?4(group: Group) | |
248 | displayio.Display?1(display_bus: _DisplayBus, init_sequence: ReadableBuffer, *, width: int, height: int, colstart: int = 0, rowstart: int = 0, rotation: int = 0, color_depth: int = 16, grayscale: bool = False, pixels_in_byte_share_row: bool = True, bytes_per_cell: int = 1, reverse_pixels_in_byte: bool = False, set_column_command: int = 0x2A, set_row_command: int = 0x2B, write_ram_command: int = 0x2C, backlight_pin: Optional[microcontroller.Pin] = None, brightness_command: Optional[int] = None, brightness: float = 1.0, single_byte_bounds: bool = False, data_as_commands: bool = False, auto_refresh: bool = True, native_frames_per_second: int = 60, backlight_on_high: bool = True, SH1107_addressing: bool = False, ) | |
249 | displayio.EPaperDisplay.refresh?4() | |
250 | displayio.EPaperDisplay.show?4(group: Group) | |
251 | displayio.EPaperDisplay.update_refresh_mode?4(start_sequence: ReadableBuffer, seconds_per_frame: float = 180) | |
252 | displayio.EPaperDisplay?1(display_bus: _DisplayBus, start_sequence: ReadableBuffer, stop_sequence: ReadableBuffer, *, width: int, height: int, ram_width: int, ram_height: int, colstart: int = 0, rowstart: int = 0, rotation: int = 0, set_column_window_command: Optional[int] = None, set_row_window_command: Optional[int] = None, set_current_column_command: Optional[int] = None, set_current_row_command: Optional[int] = None, write_black_ram_command: int, black_bits_inverted: bool = False, write_color_ram_command: Optional[int] = None, color_bits_inverted: bool = False, highlight_color: int = 0x000000, refresh_display_command: int, refresh_time: float = 40, busy_pin: Optional[microcontroller.Pin] = None, busy_state: bool = True, seconds_per_frame: float = 180, always_toggle_chip_select: bool = False, grayscale: bool = False, two_byte_sequence_length: bool = False, ) | |
253 | displayio.FourWire.reset?4() | |
254 | displayio.FourWire.send?4(command: int, data: ReadableBuffer, *, toggle_every_byte: bool = False) | |
255 | displayio.FourWire?1(spi_bus: busio.SPI, *, command: Optional[microcontroller.Pin], chip_select: microcontroller.Pin, reset: Optional[microcontroller.Pin] = None, baudrate: int = 24000000, polarity: int = 0, phase: int = 0, ) | |
256 | displayio.Group.append?4(layer: Union[ | |
257 | vectorio.Circle, vectorio.Rectangle, vectorio.Polygon, Group, TileGrid | |
258 | ], ) | |
259 | displayio.Group.index?4(layer: Union[ | |
260 | vectorio.Circle, vectorio.Rectangle, vectorio.Polygon, Group, TileGrid | |
261 | ], ) | |
262 | displayio.Group.insert?4(index: int, layer: Union[ | |
263 | vectorio.Circle, vectorio.Rectangle, vectorio.Polygon, Group, TileGrid | |
264 | ], ) | |
265 | displayio.Group.pop?4(i: int = -1) | |
266 | displayio.Group.remove?4(layer: Union[ | |
267 | vectorio.Circle, vectorio.Rectangle, vectorio.Polygon, Group, TileGrid | |
268 | ], ) | |
269 | displayio.Group.sort?4(key: function, reverse: bool) | |
270 | displayio.Group?1(*, scale: int = 1, x: int = 0, y: int = 0) | |
271 | displayio.I2CDisplay.reset?4() | |
272 | displayio.I2CDisplay.send?4(command: int, data: ReadableBuffer) | |
273 | displayio.I2CDisplay?1(i2c_bus: busio.I2C, *, device_address: int, reset: Optional[microcontroller.Pin] = None, ) | |
274 | displayio.OnDiskBitmap?1(file: Union[str, typing.BinaryIO]) | |
275 | displayio.Palette.is_transparent?4(palette_index: int) | |
276 | displayio.Palette.make_opaque?4(palette_index: int) | |
277 | displayio.Palette.make_transparent?4(palette_index: int) | |
278 | displayio.Palette?1(color_count: int) | |
279 | displayio.Shape.set_boundary?4(y: int, start_x: int, end_x: int) | |
280 | displayio.Shape?1(width: int, height: int, *, mirror_x: bool = False, mirror_y: bool = False) | |
281 | displayio.TileGrid.contains?4(touch_tuple: tuple) | |
282 | displayio.TileGrid?1(bitmap: Union[Bitmap, OnDiskBitmap, Shape], *, pixel_shader: Union[ColorConverter, Palette], width: int = 1, height: int = 1, tile_width: Optional[int] = None, tile_height: Optional[int] = None, default_tile: int = 0, x: int = 0, y: int = 0, ) | |
283 | displayio._DisplayBus?8 | |
7181
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
284 | displayio.release_displays?4() |
9365 | 285 | dotenv.get_key?4(dotenv_path: str, key_to_get: str) |
286 | dotenv.load_dotenv?4() | |
287 | dualbank.flash?4(buffer: ReadableBuffer, offset: int = 0) | |
288 | dualbank.switch?4() | |
289 | esp32_camera.Camera.deinit?4() | |
290 | esp32_camera.Camera.reconfigure?4(frame_size: Optional[FrameSize] = None, pixel_format: Optional[PixelFormat] = None, grab_mode: Optional[GrabMode] = None, framebuffer_count: Optional[int] = None, ) | |
291 | esp32_camera.Camera.take?4(timeout: Optional[float] = 0.25) | |
292 | esp32_camera.Camera?1(*, data_pins: List[microcontroller.Pin], pixel_clock_pin: microcontroller.Pin, vsync_pin: microcontroller.Pin, href_pin: microcontroller.Pin, i2c: busio.I2C, external_clock_pin: microcontroller.Pin, external_clock_frequency: int, powerdown_pin: Optional[microcontroller.Pin] = None, reset_pin: Optional[microcontroller.Pin] = None, pixel_format: PixelFormat = PixelFormat.RGB565, frame_size: FrameSize = FrameSize.QQVGA, jpeg_quality: int = 15, framebuffer_count: int = 1, grab_mode: GrabMode = GrabMode.WHEN_EMPTY, ) | |
293 | espidf.erase_nvs?4() | |
294 | espidf.get_reserved_psram?4() | |
295 | espidf.get_total_psram?4() | |
296 | espidf.heap_caps_get_free_size?4() | |
297 | espidf.heap_caps_get_largest_free_block?4() | |
298 | espidf.heap_caps_get_total_size?4() | |
299 | floppyio.flux_readinto?4(buffer: WriteableBuffer, data: digitalio.DigitalInOut, index: digitalio.DigitalInOut) | |
300 | floppyio.mfm_readinto?4(buffer: WriteableBuffer, data: digitalio.DigitalInOut, index: digitalio.DigitalInOut) | |
7181
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
301 | fontio.BuiltinFont.get_bounding_box?4() |
9365 | 302 | fontio.BuiltinFont.get_glyph?4(codepoint: int) |
303 | fontio.BuiltinFont?1() | |
304 | fontio.FontProtocol.get_bounding_box?4() | |
305 | fontio.FontProtocol.get_glyph?4(codepoint: int) | |
306 | fontio.Glyph?1(bitmap: displayio.Bitmap, tile_index: int, width: int, height: int, dx: int, dy: int, shift_x: int, shift_y: int, ) | |
307 | framebufferio.FramebufferDisplay.fill_row?4(y: int, buffer: WriteableBuffer) | |
308 | framebufferio.FramebufferDisplay.refresh?4(*, target_frames_per_second: int = 60, minimum_frames_per_second: int = 1) | |
309 | framebufferio.FramebufferDisplay.show?4(group: displayio.Group) | |
310 | framebufferio.FramebufferDisplay?1(framebuffer: circuitpython_typing.FrameBuffer, *, rotation: int = 0, auto_refresh: bool = True, ) | |
7181
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
311 | frequencyio.FrequencyIn.clear?4() |
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
312 | frequencyio.FrequencyIn.deinit?4() |
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
313 | frequencyio.FrequencyIn.pause?4() |
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
314 | frequencyio.FrequencyIn.resume?4() |
9365 | 315 | frequencyio.FrequencyIn?1(pin: microcontroller.Pin, capture_period: int = 10) |
316 | getpass.getpass?4(prompt: Optional[str] = "Password: ", stream: Optional[io.FileIO] = None) | |
317 | gifio.GifWriter.add_frame?4(bitmap: ReadableBuffer, delay: float = 0.1) | |
318 | gifio.GifWriter.deinit?4() | |
319 | gifio.GifWriter?1(file: Union[typing.BinaryIO, str], width: int, height: int, colorspace: displayio.Colorspace, loop: bool = True, dither: bool = False, ) | |
320 | gnss.GNSS.deinit?4() | |
321 | gnss.GNSS.update?4() | |
322 | gnss.GNSS?1(system: Union[SatelliteSystem, List[SatelliteSystem]]) | |
323 | gnss.PositionFix?1() | |
324 | gnss.SatelliteSystem?1() | |
325 | hashlib.Hash.digest?4() | |
326 | hashlib.Hash.update?4(data: ReadableBuffer) | |
327 | hashlib.new?4(name: str, data: bytes = b"") | |
328 | i2ctarget.I2CTarget.deinit?4() | |
329 | i2ctarget.I2CTarget.request?4(timeout: float = -1) | |
330 | i2ctarget.I2CTarget?1(scl: microcontroller.Pin, sda: microcontroller.Pin, addresses: Sequence[int], smbus: bool = False, ) | |
331 | i2ctarget.I2CTargetRequest.ack?4(ack: bool = True) | |
332 | i2ctarget.I2CTargetRequest.read?4(n: int = -1, ack: bool = True) | |
333 | i2ctarget.I2CTargetRequest.write?4(buffer: ReadableBuffer) | |
334 | i2ctarget.I2CTargetRequest?1(target: i2ctarget.I2CTarget, address: int, is_read: bool, is_restart: bool) | |
335 | imagecapture.ParallelImageCapture.capture?4(buffer: WriteableBuffer) | |
336 | imagecapture.ParallelImageCapture.continuous_capture_get_frame?4() | |
337 | imagecapture.ParallelImageCapture.continuous_capture_start?4(buffer1: WriteableBuffer, buffer2: WriteableBuffer, /) | |
338 | imagecapture.ParallelImageCapture.continuous_capture_stop?4() | |
339 | imagecapture.ParallelImageCapture.deinit?4() | |
340 | imagecapture.ParallelImageCapture?1(*, data_pins: List[microcontroller.Pin], clock: microcontroller.Pin, vsync: Optional[microcontroller.Pin], href: Optional[microcontroller.Pin], ) | |
341 | ipaddress.IPv4Address?1(address: Union[int, str, bytes]) | |
342 | ipaddress.ip_address?4(obj: Union[int, str]) | |
343 | is31fl3741.IS31FL3741.deinit?4() | |
344 | is31fl3741.IS31FL3741?1(i2c: busio.I2C, *, addr: int = 0x30) | |
345 | is31fl3741.IS31FL3741_FrameBuffer.deinit?4() | |
346 | is31fl3741.IS31FL3741_FrameBuffer.refresh?4() | |
347 | is31fl3741.IS31FL3741_FrameBuffer?1(is31: is31fl3741.IS31FL3741, width: int, height: int, mapping: Tuple[int, ...], *, framebuffer: Optional[WriteableBuffer] = None, scale: bool = False, gamma: bool = False, ) | |
348 | is31fl3741.enable?4(self) | |
349 | is31fl3741.reset?4(self) | |
350 | is31fl3741.set_global_current?4(self, current: int) | |
351 | is31fl3741.set_led?4(self, led: int, value: int, page: int) | |
352 | is31fl3741.write?4(mapping: Tuple[int, ...], buf: ReadableBuffer) | |
353 | keypad.Event?1(key_number: int = 0, pressed: bool = True, timestamp: Optional[int] = None) | |
354 | keypad.EventQueue.clear?4() | |
355 | keypad.EventQueue.get?4() | |
356 | keypad.EventQueue.get_into?4(event: Event) | |
357 | keypad.KeyMatrix.deinit?4() | |
358 | keypad.KeyMatrix.key_number_to_row_column?4(key_number: int) | |
359 | keypad.KeyMatrix.reset?4() | |
360 | keypad.KeyMatrix.row_column_to_key_number?4(row: int, column: int) | |
361 | keypad.KeyMatrix?1(row_pins: Sequence[microcontroller.Pin], column_pins: Sequence[microcontroller.Pin], columns_to_anodes: bool = True, interval: float = 0.020, max_events: int = 64, ) | |
362 | keypad.Keys.deinit?4() | |
363 | keypad.Keys.reset?4() | |
364 | keypad.Keys?1(pins: Sequence[microcontroller.Pin], *, value_when_pressed: bool, pull: bool = True, interval: float = 0.020, max_events: int = 64, ) | |
365 | keypad.ShiftRegisterKeys.deinit?4() | |
366 | keypad.ShiftRegisterKeys.reset?4() | |
367 | keypad.ShiftRegisterKeys?1(*, clock: microcontroller.Pin, data: microcontroller.Pin, latch: microcontroller.Pin, value_to_latch: bool = True, key_count: int, value_when_pressed: bool, interval: float = 0.020, max_events: int = 64, ) | |
368 | math.acos?4(x: float) | |
369 | math.acosh?4(x: float) | |
370 | math.asin?4(x: float) | |
371 | math.asinh?4(x: float) | |
372 | math.atan2?4(y: float, x: float) | |
373 | math.atan?4(x: float) | |
374 | math.atanh?4(x: float) | |
375 | math.ceil?4(x: float) | |
376 | math.copysign?4(x: float, y: float) | |
377 | math.cos?4(x: float) | |
378 | math.cosh?4(x: float) | |
379 | math.degrees?4(x: float) | |
380 | math.erf?4(x: float) | |
381 | math.erfc?4(x: float) | |
382 | math.exp?4(x: float) | |
383 | math.expm1?4(x: float) | |
384 | math.fabs?4(x: float) | |
385 | math.floor?4(x: float) | |
386 | math.fmod?4(x: float, y: float) | |
387 | math.frexp?4(x: float) | |
388 | math.gamma?4(x: float) | |
389 | math.isfinite?4(x: float) | |
390 | math.isinf?4(x: float) | |
391 | math.isnan?4(x: float) | |
392 | math.ldexp?4(x: float, exp: float) | |
393 | math.lgamma?4(x: float) | |
394 | math.log10?4(x: float) | |
395 | math.log2?4(x: float) | |
396 | math.log?4(x: float, base: float = e) | |
397 | math.modf?4(x: float) | |
398 | math.pow?4(x: float, y: float) | |
399 | math.radians?4(x: float) | |
400 | math.sin?4(x: float) | |
401 | math.sinh?4(x: float) | |
402 | math.sqrt?4(x: float) | |
403 | math.tan?4(x: float) | |
404 | math.tanh?4(x: float) | |
405 | math.trunc?4(x: float) | |
406 | mdns.RemoteService?1() | |
407 | mdns.Server.advertise_service?4(*, service_type: str, protocol: str, port: int) | |
408 | mdns.Server.deinit?4() | |
409 | mdns.Server.find?4(service_type: str, protocol: str, *, timeout: float = 1) | |
410 | mdns.Server?1(network_interface: wifi.Radio) | |
411 | memorymonitor.AllocationAlarm.ignore?4(count: int) | |
412 | memorymonitor.AllocationAlarm?1(*, minimum_block_count: int = 1) | |
413 | memorymonitor.AllocationSize?1() | |
414 | microcontroller.Pin?1() | |
415 | microcontroller.Processor?1() | |
416 | microcontroller.RunMode?1() | |
417 | microcontroller.delay_us?4(delay: int) | |
7181
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
418 | microcontroller.disable_interrupts?4() |
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
419 | microcontroller.enable_interrupts?4() |
9365 | 420 | microcontroller.on_next_reset?4(run_mode: microcontroller.RunMode) |
7181
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
421 | microcontroller.reset?4() |
9365 | 422 | msgpack.ExtType?1(code: int, data: bytes) |
423 | msgpack.pack?4(obj: object, stream: circuitpython_typing.ByteStream, *, default: Union[Callable[[object], None], None] = None, ) | |
424 | msgpack.unpack?4(stream: circuitpython_typing.ByteStream, *, ext_hook: Union[Callable[[int, bytes], object], None] = None, use_list: bool = True, ) | |
7181
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
425 | multiterminal.clear_secondary_terminal?4() |
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
426 | multiterminal.get_secondary_terminal?4() |
9365 | 427 | multiterminal.schedule_secondary_terminal_read?4(socket: socket.socket) |
428 | multiterminal.set_secondary_terminal?4(stream: typing.BinaryIO) | |
429 | neopixel_write.neopixel_write?4(digitalinout: digitalio.DigitalInOut, buf: ReadableBuffer) | |
430 | nvm.ByteArray?1() | |
431 | onewireio.OneWire.deinit?4() | |
432 | onewireio.OneWire.read_bit?4() | |
433 | onewireio.OneWire.reset?4() | |
434 | onewireio.OneWire.write_bit?4(value: bool) | |
435 | onewireio.OneWire?1(pin: microcontroller.Pin) | |
436 | os.chdir?4(path: str) | |
7181
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
437 | os.getcwd?4() |
9365 | 438 | os.getenv?4(key: str, default: Optional[str] = None) |
439 | os.listdir?4(dir: str) | |
440 | os.mkdir?4(path: str) | |
441 | os.remove?4(path: str) | |
442 | os.rename?4(old_path: str, new_path: str) | |
443 | os.rmdir?4(path: str) | |
444 | os.stat?4(path: str) | |
445 | os.statvfs?4(path: str) | |
7181
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
446 | os.sync?4() |
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
447 | os.uname?4() |
9365 | 448 | os.urandom?4(size: int) |
449 | paralleldisplay.ParallelBus.reset?4() | |
450 | paralleldisplay.ParallelBus.send?4(command: int, data: ReadableBuffer) | |
451 | paralleldisplay.ParallelBus?1(*, data0: microcontroller.Pin, command: microcontroller.Pin, chip_select: microcontroller.Pin, write: microcontroller.Pin, read: Optional[microcontroller.Pin], reset: Optional[microcontroller.Pin] = None, frequency: int = 30_000_000, ) | |
7181
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
452 | ps2io.Ps2.clear_errors?4() |
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
453 | ps2io.Ps2.deinit?4() |
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
454 | ps2io.Ps2.popleft?4() |
9365 | 455 | ps2io.Ps2.sendcmd?4(byte: int) |
456 | ps2io.Ps2?1(data_pin: microcontroller.Pin, clock_pin: microcontroller.Pin) | |
7181
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
457 | pulseio.PulseIn.clear?4() |
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
458 | pulseio.PulseIn.deinit?4() |
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
459 | pulseio.PulseIn.pause?4() |
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
460 | pulseio.PulseIn.popleft?4() |
9365 | 461 | pulseio.PulseIn.resume?4(trigger_duration: int = 0) |
462 | pulseio.PulseIn?1(pin: microcontroller.Pin, maxlen: int = 2, *, idle_state: bool = False) | |
7181
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
463 | pulseio.PulseOut.deinit?4() |
9365 | 464 | pulseio.PulseOut.send?4(pulses: ReadableBuffer) |
465 | pulseio.PulseOut?1(pin: microcontroller.Pin, *, frequency: int = 38000, duty_cycle: int = 1 << 15, ) | |
466 | pwmio.PWMOut.deinit?4() | |
467 | pwmio.PWMOut?1(pin: microcontroller.Pin, *, duty_cycle: int = 0, frequency: int = 500, variable_frequency: bool = False, ) | |
468 | qrio.QRDecoder.decode?4(buffer: ReadableBuffer, pixel_policy: PixelPolicy = PixelPolicy.EVERY_BYTE) | |
469 | qrio.QRDecoder?1(width: int, height: int) | |
470 | rainbowio.colorwheel?4(n: float) | |
471 | random._T?8 | |
472 | random.choice?4(seq: Sequence[_T]) | |
473 | random.getrandbits?4(k: int) | |
474 | random.randint?4(a: int, b: int) | |
7181
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
475 | random.random?4() |
9365 | 476 | random.randrange?4(start: int, stop: int) |
477 | random.randrange?4(start: int, stop: int, step: int) | |
478 | random.randrange?4(stop: int) | |
479 | random.seed?4(seed: int) | |
480 | random.uniform?4(a: float, b: float) | |
481 | rgbmatrix.RGBMatrix.deinit?4() | |
482 | rgbmatrix.RGBMatrix.refresh?4() | |
483 | rgbmatrix.RGBMatrix?1(*, width: int, bit_depth: int, rgb_pins: Sequence[digitalio.DigitalInOut], addr_pins: Sequence[digitalio.DigitalInOut], clock_pin: digitalio.DigitalInOut, latch_pin: digitalio.DigitalInOut, output_enable_pin: digitalio.DigitalInOut, doublebuffer: bool = True, framebuffer: Optional[WriteableBuffer] = None, height: int = 0, tile: int = 1, serpentine: bool = True, ) | |
7181
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
484 | rotaryio.IncrementalEncoder.deinit?4() |
9365 | 485 | rotaryio.IncrementalEncoder?1(pin_a: microcontroller.Pin, pin_b: microcontroller.Pin, divisor: int = 4) |
486 | rp2pio.StateMachine.background_write?4(once: Optional[ReadableBuffer] = None, *, loop: Optional[ReadableBuffer] = None, swap: bool = False, ) | |
487 | rp2pio.StateMachine.clear_rxfifo?4() | |
488 | rp2pio.StateMachine.clear_txstall?4() | |
489 | rp2pio.StateMachine.deinit?4() | |
490 | rp2pio.StateMachine.readinto?4(buffer: WriteableBuffer, *, start: int = 0, end: Optional[int] = None, swap: bool = False, ) | |
491 | rp2pio.StateMachine.restart?4() | |
492 | rp2pio.StateMachine.run?4(instructions: ReadableBuffer) | |
493 | rp2pio.StateMachine.stop?4() | |
494 | rp2pio.StateMachine.stop_background_write?4() | |
495 | rp2pio.StateMachine.write?4(buffer: ReadableBuffer, *, start: int = 0, end: Optional[int] = None, swap: bool = False, ) | |
496 | rp2pio.StateMachine.write_readinto?4(buffer_out: ReadableBuffer, buffer_in: WriteableBuffer, *, out_start: int = 0, out_end: Optional[int] = None, in_start: int = 0, in_end: Optional[int] = None, ) | |
497 | rp2pio.StateMachine?1(program: ReadableBuffer, frequency: int, *, init: Optional[ReadableBuffer] = None, first_out_pin: Optional[microcontroller.Pin] = None, out_pin_count: int = 1, initial_out_pin_state: int = 0, initial_out_pin_direction: int = 0xFFFFFFFF, first_in_pin: Optional[microcontroller.Pin] = None, in_pin_count: int = 1, pull_in_pin_up: int = 0, pull_in_pin_down: int = 0, first_set_pin: Optional[microcontroller.Pin] = None, set_pin_count: int = 1, initial_set_pin_state: int = 0, initial_set_pin_direction: int = 0x1F, first_sideset_pin: Optional[microcontroller.Pin] = None, sideset_pin_count: int = 1, initial_sideset_pin_state: int = 0, initial_sideset_pin_direction: int = 0x1F, sideset_enable: bool = False, jmp_pin: Optional[microcontroller.Pin] = None, jmp_pin_pull: Optional[digitalio.Pull] = None, exclusive_pin_use: bool = True, auto_pull: bool = False, pull_threshold: int = 32, out_shift_right: bool = True, wait_for_txstall: bool = True, auto_push: bool = False, push_threshold: int = 32, in_shift_right: bool = True, user_interruptible: bool = True, wrap_target: int = 0, wrap: int = -1, ) | |
498 | rp2pio.pins_are_sequential?4(pins: List[microcontroller.Pin]) | |
499 | rtc.RTC?1() | |
500 | rtc.set_time_source?4(rtc: RTC) | |
501 | sdcardio.SDCard.count?4() | |
502 | sdcardio.SDCard.deinit?4() | |
503 | sdcardio.SDCard.readblocks?4(start_block: int, buf: WriteableBuffer) | |
504 | sdcardio.SDCard.sync?4() | |
505 | sdcardio.SDCard.writeblocks?4(start_block: int, buf: ReadableBuffer) | |
506 | sdcardio.SDCard?1(bus: busio.SPI, cs: microcontroller.Pin, baudrate: int = 8000000) | |
507 | sdioio.SDCard.configure?4(frequency: int = 0, width: int = 0) | |
508 | sdioio.SDCard.count?4() | |
509 | sdioio.SDCard.deinit?4() | |
510 | sdioio.SDCard.readblocks?4(start_block: int, buf: WriteableBuffer) | |
511 | sdioio.SDCard.writeblocks?4(start_block: int, buf: ReadableBuffer) | |
512 | sdioio.SDCard?1(clock: microcontroller.Pin, command: microcontroller.Pin, data: Sequence[microcontroller.Pin], frequency: int, ) | |
513 | setup.STD_PACKAGES?7 | |
514 | setup.build_package_data?4() | |
515 | setup.local_scheme?4(version) | |
516 | setup.package_data?7 | |
517 | setup.package_dir?7 | |
518 | setup.packages?7 | |
519 | setup.stub_root?7 | |
520 | setup.stubs?7 | |
521 | socketpool.Socket.accept?4() | |
522 | socketpool.Socket.bind?4(address: Tuple[str, int]) | |
523 | socketpool.Socket.close?4() | |
524 | socketpool.Socket.connect?4(address: Tuple[str, int]) | |
525 | socketpool.Socket.listen?4(backlog: int) | |
526 | socketpool.Socket.recv_into?4(buffer: WriteableBuffer, bufsize: int) | |
527 | socketpool.Socket.recvfrom_into?4(buffer: WriteableBuffer) | |
528 | socketpool.Socket.send?4(bytes: ReadableBuffer) | |
529 | socketpool.Socket.sendto?4(bytes: ReadableBuffer, address: Tuple[str, int]) | |
530 | socketpool.Socket.setblocking?4(flag: bool) | |
531 | socketpool.Socket.settimeout?4(value: int) | |
532 | socketpool.SocketPool.getaddrinfo?4(host: str, port: int, family: int = 0, type: int = 0, proto: int = 0, flags: int = 0, ) | |
533 | socketpool.SocketPool.socket?4(family: int = AF_INET, type: int = SOCK_STREAM) | |
534 | socketpool.SocketPool?1(radio: wifi.Radio) | |
535 | ssl.SSLContext.load_verify_locations?4(cadata: Optional[str] = None) | |
536 | ssl.SSLContext.set_default_verify_paths?4() | |
537 | ssl.SSLContext.wrap_socket?4(sock: socketpool.Socket, *, server_side: bool = False, server_hostname: Optional[str] = None, ) | |
538 | ssl.SSLSocket.accept?4() | |
539 | ssl.SSLSocket.bind?4(address: Tuple[str, int]) | |
540 | ssl.SSLSocket.close?4() | |
541 | ssl.SSLSocket.connect?4(address: Tuple[str, int]) | |
542 | ssl.SSLSocket.listen?4(backlog: int) | |
543 | ssl.SSLSocket.recv_into?4(buffer: WriteableBuffer, bufsize: int) | |
544 | ssl.SSLSocket.send?4(bytes: ReadableBuffer) | |
545 | ssl.SSLSocket.setblocking?4(flag: bool) | |
546 | ssl.SSLSocket.settimeout?4(value: int) | |
547 | ssl.create_default_context?4() | |
548 | storage.VfsFat.ilistdir?4(path: str) | |
549 | storage.VfsFat.mkdir?4(path: str) | |
7181
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
550 | storage.VfsFat.mkfs?4() |
9365 | 551 | storage.VfsFat.mount?4(readonly: bool, mkfs: VfsFat) |
552 | storage.VfsFat.open?4(path: str, mode: str) | |
553 | storage.VfsFat.rmdir?4(path: str) | |
554 | storage.VfsFat.stat?4(path: str) | |
555 | storage.VfsFat.statvfs?4(path: int) | |
556 | storage.VfsFat.umount?4() | |
557 | storage.VfsFat?1(block_device: str) | |
558 | storage.disable_usb_drive?4() | |
559 | storage.enable_usb_drive?4() | |
7181
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
560 | storage.erase_filesystem?4() |
9365 | 561 | storage.getmount?4(mount_path: str) |
562 | storage.mount?4(filesystem: VfsFat, mount_path: str, *, readonly: bool = False) | |
563 | storage.remount?4(mount_path: str, readonly: bool = False, *, disable_concurrent_write_protection: bool = False, ) | |
564 | storage.umount?4(mount: Union[str, VfsFat]) | |
565 | struct.calcsize?4(fmt: str) | |
566 | struct.pack?4(fmt: str, *values: Any) | |
567 | struct.pack_into?4(fmt: str, buffer: WriteableBuffer, offset: int, *values: Any) | |
568 | struct.unpack?4(fmt: str, data: ReadableBuffer) | |
569 | struct.unpack_from?4(fmt: str, data: ReadableBuffer, offset: int = 0) | |
570 | supervisor.Runtime?1() | |
571 | supervisor.StatusBar?1() | |
572 | supervisor.disable_ble_workflow?4() | |
573 | supervisor.get_previous_traceback?4() | |
7181
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
574 | supervisor.reload?4() |
9365 | 575 | supervisor.reset_terminal?4(x_pixels: int, y_pixels: int) |
576 | supervisor.set_next_code_file?4(filename: Optional[str], *, reload_on_success: bool = False, reload_on_error: bool = False, sticky_on_success: bool = False, sticky_on_error: bool = False, sticky_on_reload: bool = False, ) | |
577 | supervisor.set_next_stack_limit?4(size: int) | |
578 | supervisor.set_rgb_status_brightness?4(brightness: int) | |
579 | supervisor.set_usb_identification?4(manufacturer: Optional[str] = None, product: Optional[str] = None, vid: int = -1, pid: int = -1, ) | |
580 | supervisor.ticks_ms?4() | |
581 | synthio.MidiTrack.deinit?4() | |
582 | synthio.MidiTrack?1(buffer: ReadableBuffer, tempo: int, *, sample_rate: int = 11025) | |
583 | synthio.from_file?4(file: typing.BinaryIO, *, sample_rate: int = 11025) | |
584 | terminalio.Terminal.write?4(buf: ReadableBuffer) | |
585 | terminalio.Terminal?1(scroll_area: displayio.TileGrid, font: fontio.BuiltinFont, *, status_bar: displayio.TileGrid = None, ) | |
586 | time.localtime?4(secs: int) | |
587 | time.mktime?4(t: struct_time) | |
7181
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
588 | time.monotonic?4() |
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
589 | time.monotonic_ns?4() |
9365 | 590 | time.sleep?4(seconds: float) |
591 | time.struct_time?1(time_tuple: Sequence[int]) | |
7181
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
592 | time.time?4() |
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
593 | touchio.TouchIn.deinit?4() |
9365 | 594 | touchio.TouchIn?1(pin: microcontroller.Pin) |
595 | traceback.format_exception?4(etype: Type[BaseException], value: BaseException, tb: TracebackType, limit: Optional[int] = None, chain: Optional[bool] = True, ) | |
596 | traceback.print_exception?4(etype: Type[BaseException], value: BaseException, tb: TracebackType, limit: Optional[int] = None, file: Optional[io.FileIO] = None, chain: Optional[bool] = True, ) | |
597 | uheap.info?4(object: object) | |
598 | ulab.numpy._ArrayLike?8 | |
599 | ulab.numpy._DType?8 | |
600 | ulab.numpy.acos?4(a: _ArrayLike) | |
601 | ulab.numpy.acosh?4(a: _ArrayLike) | |
602 | ulab.numpy.arange?4(start: _float, stop: _float, step: _float = 1, *, dtype: _DType = ulab.numpy.float) | |
603 | ulab.numpy.arange?4(stop: _float, step: _float = 1, *, dtype: _DType = ulab.numpy.float) | |
604 | ulab.numpy.arctan2?4(ya: _ArrayLike, xa: _ArrayLike) | |
605 | ulab.numpy.argmax?4(array: _ArrayLike, *, axis: Optional[int] = None) | |
606 | ulab.numpy.argmin?4(array: _ArrayLike, *, axis: Optional[int] = None) | |
607 | ulab.numpy.argsort?4(array: ulab.numpy.ndarray, *, axis: int = -1) | |
608 | ulab.numpy.around?4(a: _ArrayLike, *, decimals: int = 0) | |
609 | ulab.numpy.array?4(values: Union[ndarray, Iterable[Union[_float, _bool, Iterable[Any]]]], *, dtype: _DType = ulab.numpy.float, ) | |
610 | ulab.numpy.asin?4(a: _ArrayLike) | |
611 | ulab.numpy.asinh?4(a: _ArrayLike) | |
612 | ulab.numpy.atan?4(a: _ArrayLike) | |
613 | ulab.numpy.atanh?4(a: _ArrayLike) | |
614 | ulab.numpy.carray.abs?4(a: ulab.numpy.ndarray) | |
615 | ulab.numpy.carray.conjugate?4(val) | |
616 | ulab.numpy.carray.imag?4(val) | |
617 | ulab.numpy.carray.real?4(val) | |
618 | ulab.numpy.carray.sort_complex?4(a: ulab.numpy.ndarray) | |
619 | ulab.numpy.ceil?4(a: _ArrayLike) | |
620 | ulab.numpy.concatenate?4(arrays: Tuple[ulab.numpy.ndarray], *, axis: int = 0) | |
621 | ulab.numpy.cos?4(a: _ArrayLike) | |
622 | ulab.numpy.cosh?4(a: _ArrayLike) | |
623 | ulab.numpy.cross?4(a: ulab.numpy.ndarray, b: ulab.numpy.ndarray) | |
624 | ulab.numpy.degrees?4(a: _ArrayLike) | |
625 | ulab.numpy.diag?4(a: ulab.numpy.ndarray, *, k: int = 0) | |
626 | ulab.numpy.diff?4(array: ulab.numpy.ndarray, *, n: int = 1, axis: int = -1) | |
627 | ulab.numpy.dot?4(m1: ulab.numpy.ndarray, m2: ulab.numpy.ndarray) | |
628 | ulab.numpy.empty?4(shape: Union[int, Tuple[int, ...]], *, dtype: _DType = ulab.numpy.float) | |
629 | ulab.numpy.erf?4(a: _ArrayLike) | |
630 | ulab.numpy.erfc?4(a: _ArrayLike) | |
631 | ulab.numpy.exp?4(a: _ArrayLike) | |
632 | ulab.numpy.expm1?4(a: _ArrayLike) | |
633 | ulab.numpy.eye?4(size: int, *, M: Optional[int] = None, k: int = 0, dtype: _DType = ulab.numpy.float) | |
634 | ulab.numpy.fft.fft?4(r: ulab.numpy.ndarray, c: Optional[ulab.numpy.ndarray] = None) | |
635 | ulab.numpy.fft.ifft?4(r: ulab.numpy.ndarray, c: Optional[ulab.numpy.ndarray] = None) | |
636 | ulab.numpy.flip?4(array: ulab.numpy.ndarray, *, axis: Optional[int] = None) | |
637 | ulab.numpy.floor?4(a: _ArrayLike) | |
638 | ulab.numpy.full?4(shape: Union[int, Tuple[int, ...]], fill_value: Union[_float, _bool], *, dtype: _DType = ulab.numpy.float, ) | |
639 | ulab.numpy.gamma?4(a: _ArrayLike) | |
640 | ulab.numpy.get_printoptions?4() | |
641 | ulab.numpy.interp?4(x: ulab.numpy.ndarray, xp: ulab.numpy.ndarray, fp: ulab.numpy.ndarray, *, left: Optional[_float] = None, right: Optional[_float] = None, ) | |
642 | ulab.numpy.lgamma?4(a: _ArrayLike) | |
643 | ulab.numpy.linalg.cholesky?4(A: ulab.numpy.ndarray) | |
644 | ulab.numpy.linalg.det?4(m: ulab.numpy.ndarray) | |
645 | ulab.numpy.linalg.eig?4(m: ulab.numpy.ndarray) | |
646 | ulab.numpy.linalg.inv?4(m: ulab.numpy.ndarray) | |
647 | ulab.numpy.linalg.norm?4(x: ulab.numpy.ndarray) | |
648 | ulab.numpy.linalg.qr?4(m: ulab.numpy.ndarray) | |
649 | ulab.numpy.linspace?4(start: _float, stop: _float, *, dtype: _DType = ulab.numpy.float, num: int = 50, endpoint: _bool = True, retstep: _bool = False, ) | |
650 | ulab.numpy.log10?4(a: _ArrayLike) | |
651 | ulab.numpy.log2?4(a: _ArrayLike) | |
652 | ulab.numpy.log?4(a: _ArrayLike) | |
653 | ulab.numpy.logspace?4(start: _float, stop: _float, *, dtype: _DType = ulab.numpy.float, num: int = 50, endpoint: _bool = True, base: _float = 10.0, ) | |
654 | ulab.numpy.max?4(array: _ArrayLike, *, axis: Optional[int] = None) | |
655 | ulab.numpy.mean?4(array: _ArrayLike, *, axis: Optional[int] = None) | |
656 | ulab.numpy.median?4(array: ulab.numpy.ndarray, *, axis: int = -1) | |
657 | ulab.numpy.min?4(array: _ArrayLike, *, axis: Optional[int] = None) | |
658 | ulab.numpy.ndinfo?4(array: ulab.numpy.ndarray) | |
659 | ulab.numpy.ones?4(shape: Union[int, Tuple[int, ...]], *, dtype: _DType = ulab.numpy.float) | |
660 | ulab.numpy.radians?4(a: _ArrayLike) | |
661 | ulab.numpy.roll?4(array: ulab.numpy.ndarray, distance: int, *, axis: Optional[int] = None) | |
662 | ulab.numpy.set_printoptions?4(threshold: Optional[int] = None, edgeitems: Optional[int] = None) | |
663 | ulab.numpy.sin?4(a: _ArrayLike) | |
664 | ulab.numpy.sinh?4(a: _ArrayLike) | |
665 | ulab.numpy.sort?4(array: ulab.numpy.ndarray, *, axis: int = -1) | |
666 | ulab.numpy.sqrt?4(a: _ArrayLike) | |
667 | ulab.numpy.std?4(array: _ArrayLike, *, axis: Optional[int] = None, ddof: int = 0) | |
668 | ulab.numpy.sum?4(array: _ArrayLike, *, axis: Optional[int] = None) | |
669 | ulab.numpy.tan?4(a: _ArrayLike) | |
670 | ulab.numpy.tanh?4(a: _ArrayLike) | |
671 | ulab.numpy.trace?4(m: ulab.numpy.ndarray) | |
672 | ulab.numpy.trapz?4(y: ulab.numpy.ndarray, x: Optional[ulab.numpy.ndarray] = None, dx: _float = 1.0) | |
673 | ulab.numpy.vectorize?4(f: Union[Callable[[int], _float], Callable[[_float], _float]], *, otypes: Optional[_DType] = None, ) | |
674 | ulab.numpy.zeros?4(shape: Union[int, Tuple[int, ...]], *, dtype: _DType = ulab.numpy.float) | |
675 | ulab.scipy.linalg.cho_solve?4(L: ulab.numpy.ndarray, b: ulab.numpy.ndarray) | |
676 | ulab.scipy.linalg.solve_triangular?4(A: ulab.numpy.ndarray, b: ulab.numpy.ndarray, lower: bool) | |
677 | ulab.scipy.optimize.bisect?4(fun: Callable[[float], float], a: float, b: float, *, xtol: float = 2.4e-7, maxiter: int = 100, ) | |
678 | ulab.scipy.optimize.fmin?4(fun: Callable[[float], float], x0: float, *, xatol: float = 2.4e-7, fatol: float = 2.4e-7, maxiter: int = 200, ) | |
679 | ulab.scipy.optimize.newton?4(fun: Callable[[float], float], x0: float, *, xtol: float = 2.4e-7, rtol: float = 0.0, maxiter: int = 50, ) | |
680 | ulab.utils.spectrogram?4(r: ulab.numpy.ndarray) | |
681 | usb.core.Device.attach_kernel_driver?4(interface: int) | |
682 | usb.core.Device.ctrl_transfer?4(bmRequestType: int, bRequest: int, wValue: int = 0, wIndex: int = 0, data_or_wLength: Optional[array.array] = None, timeout: Optional[int] = None, ) | |
683 | usb.core.Device.detach_kernel_driver?4(interface: int) | |
684 | usb.core.Device.is_kernel_driver_active?4(interface: int) | |
685 | usb.core.Device.read?4(endpoint: int, size_or_buffer: array.array, timeout: Optional[int] = None) | |
686 | usb.core.Device.write?4(endpoint: int, data: ReadableBuffer, timeout: Optional[int] = None) | |
687 | usb.core.Device?1() | |
688 | usb.core.find?4(find_all: bool = False, *, idVendor: Optional[int] = None, idProduct: Optional[int] = None, ) | |
689 | usb_cdc.Serial.flush?4() | |
690 | usb_cdc.Serial.read?4(size: int = 1) | |
691 | usb_cdc.Serial.readinto?4(buf: WriteableBuffer) | |
692 | usb_cdc.Serial.readline?4(size: int = -1) | |
693 | usb_cdc.Serial.readlines?4() | |
694 | usb_cdc.Serial.reset_input_buffer?4() | |
695 | usb_cdc.Serial.reset_output_buffer?4() | |
696 | usb_cdc.Serial.write?4(buf: ReadableBuffer) | |
697 | usb_cdc.Serial?1() | |
698 | usb_cdc.disable?4() | |
699 | usb_cdc.enable?4(*, console: bool = True, data: bool = False) | |
700 | usb_hid.Device.get_last_received_report?4(report_id: Optional[int] = None) | |
701 | usb_hid.Device.send_report?4(report: ReadableBuffer, report_id: Optional[int] = None) | |
702 | usb_hid.Device?1(*, report_descriptor: ReadableBuffer, usage_page: int, usage: int, report_ids: Sequence[int], in_report_lengths: Sequence[int], out_report_lengths: Sequence[int], ) | |
703 | usb_hid.disable?4() | |
704 | usb_hid.enable?4(devices: Optional[Sequence[Device]], boot_device: int = 0) | |
705 | usb_hid.get_boot_device?4() | |
706 | usb_host.Port.deinit?4() | |
707 | usb_host.Port?1(dp: microcontroller.Pin, dm: microcontroller.Pin) | |
708 | usb_midi.PortIn.read?4(nbytes: Optional[int] = None) | |
709 | usb_midi.PortIn.readinto?4(buf: WriteableBuffer, nbytes: Optional[int] = None) | |
710 | usb_midi.PortIn?1() | |
711 | usb_midi.PortOut.write?4(buf: ReadableBuffer) | |
712 | usb_midi.PortOut?1() | |
713 | usb_midi.disable?4() | |
714 | usb_midi.enable?4() | |
7181
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
715 | ustack.max_stack_usage?4() |
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
716 | ustack.stack_size?4() |
46ac11be8058
APIs: added API files for MicroPython and CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
717 | ustack.stack_usage?4() |
9365 | 718 | vectorio.Circle?1(pixel_shader: Union[displayio.ColorConverter, displayio.Palette], radius: int, x: int, y: int, ) |
719 | vectorio.Polygon?1(pixel_shader: Union[displayio.ColorConverter, displayio.Palette], points: List[Tuple[int, int]], x: int, y: int, ) | |
720 | vectorio.Rectangle?1(pixel_shader: Union[displayio.ColorConverter, displayio.Palette], width: int, height: int, x: int, y: int, ) | |
721 | watchdog.WatchDogMode?1() | |
722 | watchdog.WatchDogTimer.deinit?4() | |
723 | watchdog.WatchDogTimer.feed?4() | |
724 | watchdog.WatchDogTimer?1() | |
725 | wifi.Network?1() | |
726 | wifi.Radio.connect?4(ssid: Union[str | ReadableBuffer], password: Union[str | ReadableBuffer] = "", *, channel: Optional[int] = 0, bssid: Optional[Union[str | ReadableBuffer]] = "", timeout: Optional[float] = None, ) | |
727 | wifi.Radio.ping?4(ip: ipaddress.IPv4Address, *, timeout: Optional[float] = 0.5) | |
728 | wifi.Radio.set_ipv4_address?4(*, ipv4: ipaddress.IPv4Address, netmask: ipaddress.IPv4Address, gateway: ipaddress.IPv4Address, ipv4_dns: Optional[ipaddress.IPv4Address], ) | |
729 | wifi.Radio.start_ap?4(ssid: Union[str | ReadableBuffer], password: Union[str | ReadableBuffer] = "", *, channel: Optional[int] = 1, authmode: Optional[AuthMode], max_connections: Optional[int] = 4, ) | |
730 | wifi.Radio.start_dhcp?4() | |
731 | wifi.Radio.start_scanning_networks?4(*, start_channel: int = 1, stop_channel: int = 11) | |
732 | wifi.Radio.start_station?4() | |
733 | wifi.Radio.stop_ap?4() | |
734 | wifi.Radio.stop_dhcp?4() | |
735 | wifi.Radio.stop_scanning_networks?4() | |
736 | wifi.Radio.stop_station?4() | |
737 | wifi.Radio?1() | |
738 | wifi.ScannedNetworks?1() | |
739 | wifi.deinit?4(self) | |
740 | wifi.lost?4(self) | |
741 | wifi.packet?4(self) | |
742 | wifi.queued?4(self) | |
743 | zlib.zlib_decompress?4(data: bytes, wbits: Optional[int] = 0, bufsize: Optional[int] = 0) |