APIs/MicroPython/micropython-v1_24_1-rp2.api

branch
eric7
changeset 84
31f974770ea6
equal deleted inserted replaced
83:96a323edb728 84:31f974770ea6
1 __builtins__.Const_T?7
2 __builtins__.const?4(expr: Const_T)
3 _boot.bdev?7
4 _boot.fs?7
5 _boot_fat.bdev?7
6 _onewire.crc8?4(*args, **kwargs)
7 _onewire.readbit?4(*args, **kwargs)
8 _onewire.readbyte?4(*args, **kwargs)
9 _onewire.reset?4(*args, **kwargs)
10 _onewire.writebit?4(*args, **kwargs)
11 _onewire.writebyte?4(*args, **kwargs)
12 _thread.LockType.acquire?4(*args, **kwargs)
13 _thread.LockType.locked?4(*args, **kwargs)
14 _thread.LockType.release?4(*args, **kwargs)
15 _thread.LockType?1(*argv, **kwargs)
16 _thread.allocate_lock?4(*args, **kwargs)
17 _thread.exit?4(*args, **kwargs)
18 _thread.get_ident?4(*args, **kwargs)
19 _thread.stack_size?4(*args, **kwargs)
20 _thread.start_new_thread?4(*args, **kwargs)
21 binascii.a2b_base64?4(data: str | bytes, /)
22 binascii.b2a_base64?4(data: bytes, /)
23 binascii.crc32?4(*args, **kwargs)
24 binascii.hexlify?4(data: bytes, sep: str | bytes = ..., /)
25 binascii.unhexlify?4(data: str | bytes, /)
26 cmath._C?8
27 cmath.cos?4(z: _C, /)
28 cmath.e?7
29 cmath.exp?4(z: _C, /)
30 cmath.log10?4(z: _C, /)
31 cmath.log?4(z: _C, /)
32 cmath.phase?4(z: _C, /)
33 cmath.pi?7
34 cmath.polar?4(z: _C, /)
35 cmath.rect?4(r: float, phi: float, /)
36 cmath.sin?4(z: _C, /)
37 cmath.sqrt?4(z: _C, /)
38 cryptolib.aes.decrypt?4(in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /)
39 cryptolib.aes.encrypt?4(in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /)
40 cryptolib.aes?1(key: AnyReadableBuf, mode: int, IV: AnyReadableBuf, /)
41 deflate.AUTO?7
42 deflate.DeflateIO.close?4(*args, **kwargs)
43 deflate.DeflateIO.read?4(*args, **kwargs)
44 deflate.DeflateIO.readinto?4(*args, **kwargs)
45 deflate.DeflateIO.readline?4(*args, **kwargs)
46 deflate.DeflateIO?1(stream, format=AUTO, wbits=0, close=False, /)
47 deflate.GZIP?7
48 deflate.RAW?7
49 deflate.ZLIB?7
50 dht.DHT11.humidity?4()
51 dht.DHT11.temperature?4()
52 dht.DHT22.humidity?4()
53 dht.DHT22.temperature?4()
54 dht.DHTBase.buf?7
55 dht.DHTBase.measure?4()
56 dht.DHTBase.pin?7
57 dht.DHTBase?1(pin)
58 ds18x20.DS18X20.buf?7
59 ds18x20.DS18X20.convert_temp?4()
60 ds18x20.DS18X20.ow?7
61 ds18x20.DS18X20.read_scratch?4(rom)
62 ds18x20.DS18X20.read_temp?4(rom)
63 ds18x20.DS18X20.scan?4()
64 ds18x20.DS18X20.write_scratch?4(rom, buf)
65 ds18x20.DS18X20?1(onewire)
66 ds18x20._CONVERT?8
67 ds18x20._RD_SCRATCH?8
68 ds18x20._WR_SCRATCH?8
69 errno.EACCES?7
70 errno.EADDRINUSE?7
71 errno.EAGAIN?7
72 errno.EALREADY?7
73 errno.EBADF?7
74 errno.ECONNABORTED?7
75 errno.ECONNREFUSED?7
76 errno.ECONNRESET?7
77 errno.EEXIST?7
78 errno.EHOSTUNREACH?7
79 errno.EINPROGRESS?7
80 errno.EINVAL?7
81 errno.EIO?7
82 errno.EISDIR?7
83 errno.ENOBUFS?7
84 errno.ENODEV?7
85 errno.ENOENT?7
86 errno.ENOMEM?7
87 errno.ENOTCONN?7
88 errno.EOPNOTSUPP?7
89 errno.EPERM?7
90 errno.ETIMEDOUT?7
91 errno.errorcode?7
92 framebuf.FrameBuffer.blit?4(fbuf: FrameBuffer, x: int, y: int, key: int = -1, pallet: FrameBuffer | None = None, /, )
93 framebuf.FrameBuffer.ellipse?4(x, y, xr, yr, c, f, m: Optional[Any] = None)
94 framebuf.FrameBuffer.fill?4(c: int, /)
95 framebuf.FrameBuffer.fill_rect?4(*args, **kwargs)
96 framebuf.FrameBuffer.hline?4(x: int, y: int, w: int, c: int, /)
97 framebuf.FrameBuffer.line?4(x1: int, y1: int, x2: int, y2: int, c: int, /)
98 framebuf.FrameBuffer.pixel?4(x: int, y: int, c: int, /)
99 framebuf.FrameBuffer.poly?4(x, y, coords, c, f: Optional[Any] = None)
100 framebuf.FrameBuffer.rect?4(x: int, y: int, w: int, h: int, c: int, /)
101 framebuf.FrameBuffer.scroll?4(xstep: int, ystep: int, /)
102 framebuf.FrameBuffer.text?4(s: str, x: int, y: int, c: int = 1, /)
103 framebuf.FrameBuffer.vline?4(x: int, y: int, h: int, c: int, /)
104 framebuf.FrameBuffer1?4(*args, **kwargs)
105 framebuf.FrameBuffer?1(buffer: AnyWritableBuf, width: int, height: int, format: int, stride: int = ..., /, )
106 framebuf.GS2_HMSB?7
107 framebuf.GS4_HMSB?7
108 framebuf.GS8?7
109 framebuf.MONO_HLSB?7
110 framebuf.MONO_HMSB?7
111 framebuf.MONO_VLSB?7
112 framebuf.MVLSB?7
113 framebuf.RGB565?7
114 gc.collect?4()
115 gc.disable?4()
116 gc.enable?4()
117 gc.isenabled?4(*args, **kwargs)
118 gc.mem_alloc?4()
119 gc.mem_free?4()
120 gc.threshold?4()
121 gc.threshold?4(amount: int)
122 hashlib.sha1.digest?4(*args, **kwargs)
123 hashlib.sha1.update?4(*args, **kwargs)
124 hashlib.sha1?1(data: AnyReadableBuf)
125 hashlib.sha256.digest?4(*args, **kwargs)
126 hashlib.sha256.update?4(*args, **kwargs)
127 hashlib.sha256?1(data: AnyReadableBuf)
128 heapq._T?8
129 heapq.heapify?4(x: list[Any], /)
130 heapq.heappop?4(heap: list[_T], /)
131 heapq.heappush?4(heap: list[_T], item: _T, /)
132 machine.ADC.ATTN_0DB?7
133 machine.ADC.ATTN_11DB?7
134 machine.ADC.ATTN_2_5DB?7
135 machine.ADC.ATTN_6DB?7
136 machine.ADC.CORE_TEMP?7
137 machine.ADC.CORE_VBAT?7
138 machine.ADC.CORE_VREF?7
139 machine.ADC.VREF?7
140 machine.ADC.WIDTH_10BIT?7
141 machine.ADC.WIDTH_11BIT?7
142 machine.ADC.WIDTH_12BIT?7
143 machine.ADC.WIDTH_9BIT?7
144 machine.ADC.read_u16?4()
145 machine.ADC?1(pin: PinLike, /)
146 machine.ATTN_0DB?7
147 machine.BUILTIN_CDC.desc_cfg?7
148 machine.BUILTIN_CDC.desc_dev?7
149 machine.BUILTIN_CDC.ep_max?7
150 machine.BUILTIN_CDC.itf_max?7
151 machine.BUILTIN_CDC.str_max?7
152 machine.BUILTIN_CDC?1(*argv, **kwargs)
153 machine.BUILTIN_DEFAULT.desc_cfg?7
154 machine.BUILTIN_DEFAULT.desc_dev?7
155 machine.BUILTIN_DEFAULT.ep_max?7
156 machine.BUILTIN_DEFAULT.itf_max?7
157 machine.BUILTIN_DEFAULT.str_max?7
158 machine.BUILTIN_DEFAULT?1(*argv, **kwargs)
159 machine.BUILTIN_NONE.desc_cfg?7
160 machine.BUILTIN_NONE.desc_dev?7
161 machine.BUILTIN_NONE.ep_max?7
162 machine.BUILTIN_NONE.itf_max?7
163 machine.BUILTIN_NONE.str_max?7
164 machine.BUILTIN_NONE?1(*argv, **kwargs)
165 machine.DEEPSLEEP?7
166 machine.DEEPSLEEP_RESET?7
167 machine.HARD_RESET?7
168 machine.I2C.init?4(*, scl: PinLike, sda: PinLike, freq: int = 400_000)
169 machine.I2C.readfrom?4(addr: int, nbytes: int, stop: bool = True, /)
170 machine.I2C.readfrom_into?4(addr: int, buf: AnyWritableBuf, stop: bool = True, /)
171 machine.I2C.readfrom_mem?4(addr: int, memaddr: int, nbytes: int, /, *, addrsize: int = 8)
172 machine.I2C.readfrom_mem_into?4(addr: int, memaddr: int, buf: AnyWritableBuf, /, *, addrsize: int = 8)
173 machine.I2C.readinto?4(buf: AnyWritableBuf, nack: bool = True, /)
174 machine.I2C.scan?4()
175 machine.I2C.start?4()
176 machine.I2C.stop?4()
177 machine.I2C.write?4(buf: AnyReadableBuf, /)
178 machine.I2C.writeto?4(addr: int, buf: AnyReadableBuf, stop: bool = True, /)
179 machine.I2C.writeto_mem?4(addr: int, memaddr: int, buf: AnyReadableBuf, /, *, addrsize: int = 8)
180 machine.I2C.writevto?4(addr: int, vector: Sequence[AnyReadableBuf], stop: bool = True, /)
181 machine.I2C?1(*, scl: PinLike, sda: PinLike, freq: int = 400_000)
182 machine.I2S.MONO?7
183 machine.I2S.RX?7
184 machine.I2S.STEREO?7
185 machine.I2S.TX?7
186 machine.I2S.deinit?4()
187 machine.I2S.init?4(*, sck: PinLike, ws: PinLike, sd: PinLike, mode: int, bits: int, format: int, rate: int, ibuf: int, )
188 machine.I2S.irq?4(handler: Callable[[], None], /, )
189 machine.I2S.readinto?4(buf: AnyWritableBuf, /, )
190 machine.I2S.shift?4(bits: int, shift: int, /, )
191 machine.I2S.write?4(buf: AnyReadableBuf, /, )
192 machine.I2S?1(id: ID_T, /, *, sck: PinLike, ws: PinLike, sd: PinLike, mode: int, bits: int, format: int, rate: int, ibuf: int, )
193 machine.IDLE?7
194 machine.ID_T?7
195 machine.PIN_WAKE?7
196 machine.PWM.deinit?4()
197 machine.PWM.duty_ns?4(value: int, /, )
198 machine.PWM.duty_u16?4(value: int, /, )
199 machine.PWM.freq?4(value: int, /, )
200 machine.PWM.init?4(*, freq: int = ..., duty_u16: int = ..., duty_ns: int = ...)
201 machine.PWM?1(dest: PinLike, /, *, freq: int = ..., duty_u16: int = ..., duty_ns: int = ..., )
202 machine.PWRON_RESET?7
203 machine.Pin.ALT?7
204 machine.Pin.ALT_GPCK?7
205 machine.Pin.ALT_I2C?7
206 machine.Pin.ALT_OPEN_DRAIN?7
207 machine.Pin.ALT_PIO0?7
208 machine.Pin.ALT_PIO1?7
209 machine.Pin.ALT_PWM?7
210 machine.Pin.ALT_SIO?7
211 machine.Pin.ALT_SPI?7
212 machine.Pin.ALT_UART?7
213 machine.Pin.ALT_USB?7
214 machine.Pin.ANALOG?7
215 machine.Pin.DRIVE_0?7
216 machine.Pin.DRIVE_1?7
217 machine.Pin.DRIVE_2?7
218 machine.Pin.IN?7
219 machine.Pin.IRQ_FALLING?7
220 machine.Pin.IRQ_HIGH_LEVEL?7
221 machine.Pin.IRQ_LOW_LEVEL?7
222 machine.Pin.IRQ_RISING?7
223 machine.Pin.OPEN_DRAIN?7
224 machine.Pin.OUT?7
225 machine.Pin.PULL_DOWN?7
226 machine.Pin.PULL_HOLD?7
227 machine.Pin.PULL_UP?7
228 machine.Pin.drive?4(/)
229 machine.Pin.high?4()
230 machine.Pin.init?4(mode: int = -1, pull: int = -1, *, value: Any = None, drive: int | None = None, alt: int | None = None, )
231 machine.Pin.irq?4(/, handler: Callable[[Pin], None] | None = None, trigger: int = (IRQ_FALLING | IRQ_RISING), *, priority: int = 1, wake: int | None = None, hard: bool = False, )
232 machine.Pin.low?4()
233 machine.Pin.mode?4(mode: int, /)
234 machine.Pin.off?4()
235 machine.Pin.on?4()
236 machine.Pin.pull?4(pull: int, /)
237 machine.Pin.toggle?4()
238 machine.Pin.value?4(x: Any, /)
239 machine.Pin?1(id: Any, /, mode: int = -1, pull: int = -1, *, value: Any = None, drive: int | None = None, alt: int | None = None, )
240 machine.PinLike?7
241 machine.RTC.ALARM0?7
242 machine.RTC.alarm?4(id: int, time: tuple[int, int, int, int, int, int, int, int], /)
243 machine.RTC.datetime?4(datetimetuple: Any | None = None)
244 machine.RTC.init?4(datetime: tuple[int, int, int, int, int, int, int, int], /)
245 machine.RTC?1(id: int = 0, /, *, datetime: tuple[int, int, int, int, int, int, int, int])
246 machine.RTC_WAKE?7
247 machine.SDCard.readblocks?4(block_num: int, buf: bytearray, offset: int)
248 machine.SDCard.writeblocks?4(block_num: int, buf: bytes | bytearray, offset: int, /)
249 machine.SLEEP?7
250 machine.SOFT_RESET?7
251 machine.SPI.CONTROLLER?7
252 machine.SPI.LSB?7
253 machine.SPI.MSB?7
254 machine.SPI.deinit?4()
255 machine.SPI.init?4(baudrate: int = 1_000_000, *, polarity: int = 0, phase: int = 0, bits: int = 8, firstbit: int = MSB, pins: tuple[PinLike, PinLike, PinLike] | None = None, )
256 machine.SPI.read?4(nbytes: int, write: int = 0x00, /)
257 machine.SPI.readinto?4(buf: AnyWritableBuf, write: int = 0x00, /)
258 machine.SPI.write?4(buf: AnyReadableBuf, /)
259 machine.SPI.write_readinto?4(write_buf: AnyReadableBuf, read_buf: AnyWritableBuf, /)
260 machine.SPI?1(id: int, /, baudrate: int = 1_000_000, *, polarity: int = 0, phase: int = 0, bits: int = 8, firstbit: int = MSB, pins: tuple[PinLike, PinLike, PinLike] | None = None, )
261 machine.Signal.off?4()
262 machine.Signal.on?4()
263 machine.Signal.value?4(x: Any, /)
264 machine.Signal?1(id: PinLike, /, mode: int = -1, pull: int = -1, *, value: Any = None, drive: int | None = None, alt: int | None = None, invert: bool = False, )
265 machine.SoftI2C.init?4(*args, **kwargs)
266 machine.SoftI2C.readfrom?4(*args, **kwargs)
267 machine.SoftI2C.readfrom_into?4(*args, **kwargs)
268 machine.SoftI2C.readfrom_mem?4(*args, **kwargs)
269 machine.SoftI2C.readfrom_mem_into?4(*args, **kwargs)
270 machine.SoftI2C.readinto?4(*args, **kwargs)
271 machine.SoftI2C.scan?4(*args, **kwargs)
272 machine.SoftI2C.start?4(*args, **kwargs)
273 machine.SoftI2C.stop?4(*args, **kwargs)
274 machine.SoftI2C.write?4(*args, **kwargs)
275 machine.SoftI2C.writeto?4(*args, **kwargs)
276 machine.SoftI2C.writeto_mem?4(*args, **kwargs)
277 machine.SoftI2C.writevto?4(*args, **kwargs)
278 machine.SoftI2C?1(scl, sda, *, freq=400000, timeout=50000)
279 machine.SoftSPI.LSB?7
280 machine.SoftSPI.MSB?7
281 machine.SoftSPI.deinit?4(*args, **kwargs)
282 machine.SoftSPI.init?4(*args, **kwargs)
283 machine.SoftSPI.read?4(*args, **kwargs)
284 machine.SoftSPI.readinto?4(*args, **kwargs)
285 machine.SoftSPI.write?4(*args, **kwargs)
286 machine.SoftSPI.write_readinto?4(*args, **kwargs)
287 machine.SoftSPI?1(baudrate=500000, *, polarity=0, phase=0, bits=8, firstbit=MSB, sck: PinLike | None = None, mosi: PinLike | None = None, miso: PinLike | None = None, )
288 machine.Timer.ONE_SHOT?7
289 machine.Timer.PERIODIC?7
290 machine.Timer.deinit?4()
291 machine.Timer.init?4(*, mode: int = PERIODIC, tick_hz: int | None = None, callback: Callable[[Timer], None] | None = None, )
292 machine.Timer?1(id: int, /, *, mode: int = PERIODIC, tick_hz: int | None = None, callback: Callable[[Timer], None] | None = None, )
293 machine.UART.CTS?7
294 machine.UART.IDLE?7
295 machine.UART.INV_RX?7
296 machine.UART.INV_TX?7
297 machine.UART.IRQ_BREAK?7
298 machine.UART.IRQ_RX?7
299 machine.UART.IRQ_RXIDLE?7
300 machine.UART.IRQ_TXIDLE?7
301 machine.UART.RTS?7
302 machine.UART.any?4()
303 machine.UART.deinit?4()
304 machine.UART.flush?4()
305 machine.UART.init?4(/, baudrate: int = 9600, bits: int = 8, parity: int | None = None, stop: int = 1, *, pins: tuple[PinLike, PinLike, PinLike, PinLike] | None = None, )
306 machine.UART.irq?4(trigger: int, priority: int = 1, handler: Callable[[UART], None] | None = None, wake: int = IDLE, /, )
307 machine.UART.read?4(nbytes: int, /)
308 machine.UART.readinto?4(buf: AnyWritableBuf, nbytes: int, /)
309 machine.UART.readline?4()
310 machine.UART.sendbreak?4()
311 machine.UART.txdone?4()
312 machine.UART.write?4(buf: AnyReadableBuf, /)
313 machine.UART?1(id: ID_T, /, baudrate: int = 9600, bits: int = 8, parity: int | None = None, stop: int = 1, *, pins: tuple[PinLike, PinLike, PinLike, PinLike] | None = None, )
314 machine.USBDevice.BUILTIN_CDC?7
315 machine.USBDevice.BUILTIN_CDC_MSC?7
316 machine.USBDevice.BUILTIN_DEFAULT?7
317 machine.USBDevice.BUILTIN_MSC?7
318 machine.USBDevice.BUILTIN_NONE?7
319 machine.USBDevice.active?4(value: Any | None = None, /)
320 machine.USBDevice.config?4(desc_dev, desc_cfg, desc_strs=None, open_itf_cb=None, reset_cb=None, control_xfer_cb=None, xfer_cb=None, )
321 machine.USBDevice.remote_wakeup?4()
322 machine.USBDevice.stall?4(ep, stall: bool | None = None, /)
323 machine.USBDevice.submit_xfer?4(ep, buffer, /)
324 machine.USBDevice?1()
325 machine.WDT.feed?4()
326 machine.WDT?1(*, id: int = 0, timeout: int = 5000)
327 machine.WDT_RESET?7
328 machine.WLAN_WAKE?7
329 machine.bitstream?4(pin, encoding, timing, data, /)
330 machine.board.GP0?7
331 machine.board.GP10?7
332 machine.board.GP11?7
333 machine.board.GP12?7
334 machine.board.GP13?7
335 machine.board.GP14?7
336 machine.board.GP15?7
337 machine.board.GP16?7
338 machine.board.GP17?7
339 machine.board.GP18?7
340 machine.board.GP19?7
341 machine.board.GP1?7
342 machine.board.GP20?7
343 machine.board.GP21?7
344 machine.board.GP22?7
345 machine.board.GP25?7
346 machine.board.GP26?7
347 machine.board.GP27?7
348 machine.board.GP28?7
349 machine.board.GP2?7
350 machine.board.GP3?7
351 machine.board.GP4?7
352 machine.board.GP5?7
353 machine.board.GP6?7
354 machine.board.GP7?7
355 machine.board.GP8?7
356 machine.board.GP9?7
357 machine.board.LED?7
358 machine.board?1(*argv, **kwargs)
359 machine.bootloader?4(value: Optional[Any] = None)
360 machine.cpu.GPIO0?7
361 machine.cpu.GPIO10?7
362 machine.cpu.GPIO11?7
363 machine.cpu.GPIO12?7
364 machine.cpu.GPIO13?7
365 machine.cpu.GPIO14?7
366 machine.cpu.GPIO15?7
367 machine.cpu.GPIO16?7
368 machine.cpu.GPIO17?7
369 machine.cpu.GPIO18?7
370 machine.cpu.GPIO19?7
371 machine.cpu.GPIO1?7
372 machine.cpu.GPIO20?7
373 machine.cpu.GPIO21?7
374 machine.cpu.GPIO22?7
375 machine.cpu.GPIO23?7
376 machine.cpu.GPIO24?7
377 machine.cpu.GPIO25?7
378 machine.cpu.GPIO26?7
379 machine.cpu.GPIO27?7
380 machine.cpu.GPIO28?7
381 machine.cpu.GPIO29?7
382 machine.cpu.GPIO2?7
383 machine.cpu.GPIO3?7
384 machine.cpu.GPIO4?7
385 machine.cpu.GPIO5?7
386 machine.cpu.GPIO6?7
387 machine.cpu.GPIO7?7
388 machine.cpu.GPIO8?7
389 machine.cpu.GPIO9?7
390 machine.cpu?1(*argv, **kwargs)
391 machine.deepsleep?4()
392 machine.deepsleep?4(time_ms: int, /)
393 machine.dht_readinto?4(*args, **kwargs)
394 machine.disable_irq?4()
395 machine.enable_irq?4(state: bool = True, /)
396 machine.freq?4()
397 machine.freq?4(hz: int, /)
398 machine.freq?4(self)
399 machine.freq?4(self, value: int, /, )
400 machine.idle?4()
401 machine.lightsleep?4()
402 machine.lightsleep?4(time_ms: int, /)
403 machine.mem16?7
404 machine.mem32?7
405 machine.mem8?7
406 machine.reset?4()
407 machine.reset_cause?4()
408 machine.soft_reset?4()
409 machine.time_pulse_us?4(pin: Pin, pulse_level: int, timeout_us: int = 1_000_000, /)
410 machine.unique_id?4()
411 math.acos?4(x: SupportsFloat, /)
412 math.acosh?4(x: SupportsFloat, /)
413 math.asin?4(x: SupportsFloat, /)
414 math.asinh?4(x: SupportsFloat, /)
415 math.atan2?4(y: SupportsFloat, x: SupportsFloat, /)
416 math.atan?4(x: SupportsFloat, /)
417 math.atanh?4(x: SupportsFloat, /)
418 math.ceil?4(x: SupportsFloat, /)
419 math.copysign?4(x: SupportsFloat, y: SupportsFloat, /)
420 math.cos?4(x: SupportsFloat, /)
421 math.cosh?4(x: SupportsFloat, /)
422 math.degrees?4(x: SupportsFloat, /)
423 math.e?7
424 math.erf?4(x: SupportsFloat, /)
425 math.erfc?4(x: SupportsFloat, /)
426 math.exp?4(x: SupportsFloat, /)
427 math.expm1?4(x: SupportsFloat, /)
428 math.fabs?4(x: SupportsFloat, /)
429 math.factorial?4(*args, **kwargs)
430 math.floor?4(x: SupportsFloat, /)
431 math.fmod?4(x: SupportsFloat, y: SupportsFloat, /)
432 math.frexp?4(x: SupportsFloat, /)
433 math.gamma?4(x: SupportsFloat, /)
434 math.inf?7
435 math.isclose?4(*args, **kwargs)
436 math.isfinite?4(x: SupportsFloat, /)
437 math.isinf?4(x: SupportsFloat, /)
438 math.isnan?4(x: SupportsFloat, /)
439 math.ldexp?4(x: SupportsFloat, exp: int, /)
440 math.lgamma?4(x: SupportsFloat, /)
441 math.log10?4(x: SupportsFloat, /)
442 math.log2?4(x: SupportsFloat, /)
443 math.log?4(x: SupportsFloat, /)
444 math.modf?4(x: SupportsFloat, /)
445 math.nan?7
446 math.pi?7
447 math.pow?4(x: SupportsFloat, y: SupportsFloat, /)
448 math.radians?4(x: SupportsFloat, /)
449 math.sin?4(x: SupportsFloat, /)
450 math.sinh?4(x: SupportsFloat, /)
451 math.sqrt?4(x: SupportsFloat, /)
452 math.tan?4(x: SupportsFloat, /)
453 math.tanh?4(x: SupportsFloat, /)
454 math.tau?7
455 math.trunc?4(x: SupportsFloat, /)
456 micropython.Const_T?7
457 micropython.RingIO.any?4()
458 micropython.RingIO.close?4()
459 micropython.RingIO.read?4(nbytes: Optional[Any] = None)
460 micropython.RingIO.readinto?4(buf, nbytes: Optional[Any] = None)
461 micropython.RingIO.readline?4(nbytes: Optional[Any] = None)
462 micropython.RingIO.write?4(buf)
463 micropython.RingIO?1(size)
464 micropython._F?8
465 micropython._Param?8
466 micropython._Ret?8
467 micropython._T?8
468 micropython.alloc_emergency_exception_buf?4(size: int, /)
469 micropython.asm_thumb?4(_func: Callable[_Param, _Ret], /)
470 micropython.asm_xtensa?4(_func: Callable[_Param, _Ret], /)
471 micropython.const?4(expr: Const_T, /)
472 micropython.heap_lock?4()
473 micropython.heap_unlock?4()
474 micropython.kbd_intr?4(chr: int)
475 micropython.mem_info?4()
476 micropython.mem_info?4(verbose: Any, /)
477 micropython.native?4(_func: Callable[_Param, _Ret], /)
478 micropython.opt_level?4()
479 micropython.opt_level?4(level: int, /)
480 micropython.qstr_info?4()
481 micropython.qstr_info?4(verbose: bool, /)
482 micropython.schedule?4(func: Callable[[_T], None], arg: _T, /)
483 micropython.stack_use?4()
484 micropython.viper?4(_func: Callable[_Param, _Ret], /)
485 neopixel.NeoPixel.ORDER?7
486 neopixel.NeoPixel.bpp?7
487 neopixel.NeoPixel.buf?7
488 neopixel.NeoPixel.fill?4(v)
489 neopixel.NeoPixel.n?7
490 neopixel.NeoPixel.pin?7
491 neopixel.NeoPixel.timing?7
492 neopixel.NeoPixel.write?4()
493 neopixel.NeoPixel?1(pin, n, bpp: int = 3, timing: int = 1)
494 neopixel._Color?8
495 onewire.OneWire.MATCH_ROM?7
496 onewire.OneWire.SEARCH_ROM?7
497 onewire.OneWire.SKIP_ROM?7
498 onewire.OneWire._search_rom?5(l_rom, diff)
499 onewire.OneWire.crc8?4(data)
500 onewire.OneWire.pin?7
501 onewire.OneWire.readbit?4()
502 onewire.OneWire.readbyte?4()
503 onewire.OneWire.readinto?4(buf)
504 onewire.OneWire.reset?4(required: bool = False)
505 onewire.OneWire.scan?4()
506 onewire.OneWire.select_rom?4(rom)
507 onewire.OneWire.write?4(buf)
508 onewire.OneWire.writebit?4(value)
509 onewire.OneWire.writebyte?4(value)
510 onewire.OneWire?1(pin)
511 platform.libc_ver?4()
512 platform.platform?4()
513 platform.python_compiler?4()
514 random._T?8
515 random.choice?4(sequence: Subscriptable, /)
516 random.getrandbits?4(n: int, /)
517 random.randint?4(a: int, b: int, /)
518 random.random?4()
519 random.randrange?4(start: int, stop: int, /)
520 random.randrange?4(start: int, stop: int, step: int, /)
521 random.randrange?4(stop: int, /)
522 random.seed?4(n: int | None = None, /)
523 random.uniform?4(a: float, b: float)
524 rp2.DMA.active?4(value: Any | None = None)
525 rp2.DMA.close?4()
526 rp2.DMA.config?4(read: int | AnyReadableBuf | None = None, write: int | AnyWritableBuf | None = None, count: int = -1, ctrl: int = -1, trigger: bool = False, )
527 rp2.DMA.irq?4(handler=None, hard=False)
528 rp2.DMA.pack_ctrl?4(default=None, **kwargs)
529 rp2.DMA.unpack_ctrl?4(value)
530 rp2.DMA?1(read: int | AnyReadableBuf | None = None, write: int | AnyWritableBuf | None = None, count: int = -1, ctrl: int = -1, trigger: bool = False, )
531 rp2.Flash.ioctl?4(op: int)
532 rp2.Flash.readblocks?4(block_num: int, buf: bytearray, offset: int)
533 rp2.Flash.writeblocks?4(block_num: int, buf: bytes | bytearray, offset: int, /)
534 rp2.Flash?1()
535 rp2.PIO.IN_HIGH?7
536 rp2.PIO.IN_LOW?7
537 rp2.PIO.IRQ_SM0?7
538 rp2.PIO.IRQ_SM1?7
539 rp2.PIO.IRQ_SM2?7
540 rp2.PIO.IRQ_SM3?7
541 rp2.PIO.JOIN_NONE?7
542 rp2.PIO.JOIN_RX?7
543 rp2.PIO.JOIN_TX?7
544 rp2.PIO.OUT_HIGH?7
545 rp2.PIO.OUT_LOW?7
546 rp2.PIO.SHIFT_LEFT?7
547 rp2.PIO.SHIFT_RIGHT?7
548 rp2.PIO.add_program?4(program: _PIO_ASM_Program)
549 rp2.PIO.irq?4(handler: Optional[Callable[[PIO], None]] = None, trigger: _IRQ_TRIGGERS | None = None, hard: bool = False, )
550 rp2.PIO.remove_program?4(program: Optional[_PIO_ASM_Program] = None)
551 rp2.PIO.state_machine?4(id: int, program: _PIO_ASM_Program, *args, **kwargs)
552 rp2.PIO?1(id)
553 rp2.PIOASMEmit.delay?4(delay: int)
554 rp2.PIOASMEmit.in_?4(src: int, data)
555 rp2.PIOASMEmit.irq?4(mod, index: Incomplete | None = ...)
556 rp2.PIOASMEmit.jmp?4(condition, label: Incomplete | None = ...)
557 rp2.PIOASMEmit.label?4(label: str)
558 rp2.PIOASMEmit.mov?4(dest, src, operation: int | None = None)
559 rp2.PIOASMEmit.nop?4()
560 rp2.PIOASMEmit.out?4(destination: int, bit_count: int)
561 rp2.PIOASMEmit.pull?4(block: int = block, timeout: int = 0)
562 rp2.PIOASMEmit.push?4(value: int = ..., value2: int = ...)
563 rp2.PIOASMEmit.set?4(destination: int, data)
564 rp2.PIOASMEmit.side?4(value: int)
565 rp2.PIOASMEmit.start_pass?4(pass_)
566 rp2.PIOASMEmit.wait?4(polarity: int, src: int, index: int, /)
567 rp2.PIOASMEmit.word?4(instr, label: Incomplete | None = ...)
568 rp2.PIOASMEmit.wrap?4()
569 rp2.PIOASMEmit.wrap_target?4()
570 rp2.PIOASMEmit?1(*, out_init: int | List | None = ..., set_init: int | List | None = ..., sideset_init: int | List | None = ..., in_shiftdir: int = ..., out_shiftdir: int = ..., autopush: bool = ..., autopull: bool = ..., push_thresh: int = ..., pull_thresh: int = ..., fifo_join: int = ..., )
571 rp2.StateMachine.active?4(value: Optional[Any] = None)
572 rp2.StateMachine.exec?4(instr)
573 rp2.StateMachine.get?4(buf=None, shift=0)
574 rp2.StateMachine.init?4(program: int, freq: int = 1, *, in_base: Pin | None = None, out_base: Pin | None = None, set_base: Pin | None = None, jmp_pin: Pin | None = None, sideset_base: Pin | None = None, in_shiftdir: int | None = None, out_shiftdir: int | None = None, push_thresh: int | None = None, pull_thresh: int | None = None, )
575 rp2.StateMachine.irq?4(handler=None, trigger=0 | 1, hard=False)
576 rp2.StateMachine.put?4(value, shift=0)
577 rp2.StateMachine.restart?4()
578 rp2.StateMachine.rx_fifo?4()
579 rp2.StateMachine.tx_fifo?4()
580 rp2.StateMachine?1(program: int, freq: int = 1, *, in_base: Pin | None = None, out_base: Pin | None = None, set_base: Pin | None = None, jmp_pin: Pin | None = None, sideset_base: Pin | None = None, in_shiftdir: int | None = None, out_shiftdir: int | None = None, push_thresh: int | None = None, pull_thresh: int | None = None, )
581 rp2._IRQ_TRIGGERS?8
582 rp2._PIO_ASM_Program?8
583 rp2._pio_funcs?8
584 rp2.asm_pio.delay?4(delay: int)
585 rp2.asm_pio.exec?7
586 rp2.asm_pio.gpio?7
587 rp2.asm_pio.in_?4(src, data)
588 rp2.asm_pio.invert?4(x: int)
589 rp2.asm_pio.irq?4(mod, index: Incomplete | None = ...)
590 rp2.asm_pio.isr?7
591 rp2.asm_pio.jmp?4(condition, label: Incomplete | None = ...)
592 rp2.asm_pio.label?4(label: str)
593 rp2.asm_pio.mov?4(dest, src, operation: Optional[int] = None)
594 rp2.asm_pio.nop?4()
595 rp2.asm_pio.null?7
596 rp2.asm_pio.osr?7
597 rp2.asm_pio.out?4(destination: int, bit_count: int)
598 rp2.asm_pio.pc?7
599 rp2.asm_pio.pindirs?7
600 rp2.asm_pio.pins?7
601 rp2.asm_pio.pull?4(block: int = block, timeout: int = 0)
602 rp2.asm_pio.push?4(value: int = ..., value2: int = ...)
603 rp2.asm_pio.rel?4(x: int)
604 rp2.asm_pio.reverse?4(x: int)
605 rp2.asm_pio.set?4(destination, data)
606 rp2.asm_pio.side?4(value: int)
607 rp2.asm_pio.status?7
608 rp2.asm_pio.wait?4(polarity: int, src: int, index: int, /)
609 rp2.asm_pio.word?4(instr, label: Incomplete | None = ...)
610 rp2.asm_pio.wrap?4()
611 rp2.asm_pio.wrap_target?4()
612 rp2.asm_pio.x?7
613 rp2.asm_pio.y?7
614 rp2.asm_pio?4(*, out_init: Union[Pin, List[Pin], int, List[int], None] = None, set_init: Union[Pin, List[Pin], int, List[int], None] = None, sideset_init: Union[Pin, List[Pin], int, List[int], None] = None, in_shiftdir=0, out_shiftdir=0, autopush=False, autopull=False, push_thresh=32, pull_thresh=32, fifo_join=PIO.JOIN_NONE, )
615 rp2.asm_pio_encode?4(instr, sideset_count, sideset_opt=False)
616 rp2.bootsel_button?4()
617 rp2.const?4(*args, **kwargs)
618 select.POLLERR?7
619 select.POLLHUP?7
620 select.POLLIN?7
621 select.POLLOUT?7
622 select.poll.ipoll?4(timeout=-1, flags=0, /)
623 select.poll.modify?4(obj, eventmask)
624 select.poll.poll?4(timeout=-1, /)
625 select.poll.register?4(obj, eventmask: Optional[Any] = None)
626 select.poll.unregister?4(obj)
627 select.poll?1()
628 select.select?4(rlist: Iterable[Any], wlist: Iterable[Any], xlist: Iterable[Any], timeout: int = -1, /, )
629 time._Ticks?8
630 time._TicksCPU?8
631 time._TicksMs?8
632 time._TicksUs?8
633 time.gmtime?4(secs: int | None = None, /)
634 time.localtime?4(secs: int | None = None, /)
635 time.mktime?4(local_time: _TimeTuple, /)
636 time.sleep?4(seconds: float, /)
637 time.sleep_ms?4(ms: int, /)
638 time.sleep_us?4(us: int, /)
639 time.ticks_add?4(ticks: _Ticks, delta: int, /)
640 time.ticks_cpu?4()
641 time.ticks_diff?4(ticks1: _Ticks, ticks2: _Ticks, /)
642 time.ticks_ms?4()
643 time.ticks_us?4()
644 time.time?4()
645 time.time_ns?4()
646 ucryptolib.aes.decrypt?4(*args, **kwargs)
647 ucryptolib.aes.encrypt?4(*args, **kwargs)
648 ucryptolib.aes?1(*argv, **kwargs)
649 uctypes.ARRAY?7
650 uctypes.BFINT16?7
651 uctypes.BFINT32?7
652 uctypes.BFINT8?7
653 uctypes.BFUINT16?7
654 uctypes.BFUINT32?7
655 uctypes.BFUINT8?7
656 uctypes.BF_LEN?7
657 uctypes.BF_POS?7
658 uctypes.BIG_ENDIAN?7
659 uctypes.FLOAT32?7
660 uctypes.FLOAT64?7
661 uctypes.INT16?7
662 uctypes.INT32?7
663 uctypes.INT64?7
664 uctypes.INT8?7
665 uctypes.INT?7
666 uctypes.LITTLE_ENDIAN?7
667 uctypes.LONG?7
668 uctypes.LONGLONG?7
669 uctypes.NATIVE?7
670 uctypes.PTR?7
671 uctypes.SHORT?7
672 uctypes.UINT16?7
673 uctypes.UINT32?7
674 uctypes.UINT64?7
675 uctypes.UINT8?7
676 uctypes.UINT?7
677 uctypes.ULONG?7
678 uctypes.ULONGLONG?7
679 uctypes.USHORT?7
680 uctypes.VOID?7
681 uctypes._ArrayOfAggregateProperty?8
682 uctypes._ArrayProperty?8
683 uctypes._BitfieldProperty?8
684 uctypes._PointerToAPrimitiveProperty?8
685 uctypes._PointerToAaAggregateProperty?8
686 uctypes._RecursiveProperty?8
687 uctypes._ScalarProperty?8
688 uctypes._descriptor?8
689 uctypes._property?8
690 uctypes.addressof?4(obj: AnyReadableBuf, /)
691 uctypes.bytearray_at?4(addr: int, size: int, /)
692 uctypes.bytes_at?4(addr: int, size: int, /)
693 uctypes.sizeof?4(struct: struct | _descriptor | dict, layout_type: int = NATIVE, /)
694 uctypes.struct?1(addr: int, descriptor: _descriptor, layout_type: int = NATIVE, /)
695 uhashlib.sha1.digest?4(*args, **kwargs)
696 uhashlib.sha1.update?4(*args, **kwargs)
697 uhashlib.sha1?1(*argv, **kwargs)
698 uhashlib.sha256.digest?4(*args, **kwargs)
699 uhashlib.sha256.update?4(*args, **kwargs)
700 uhashlib.sha256?1(*argv, **kwargs)
701 uheapq.heapify?4(*args, **kwargs)
702 uheapq.heappop?4(*args, **kwargs)
703 uheapq.heappush?4(*args, **kwargs)
704 urandom.choice?4(*args, **kwargs)
705 urandom.getrandbits?4(*args, **kwargs)
706 urandom.randint?4(*args, **kwargs)
707 urandom.random?4(*args, **kwargs)
708 urandom.randrange?4(*args, **kwargs)
709 urandom.seed?4(*args, **kwargs)
710 urandom.uniform?4(*args, **kwargs)
711 ure.compile?4(*args, **kwargs)
712 ure.match?4(*args, **kwargs)
713 ure.search?4(*args, **kwargs)
714 ure.sub?4(*args, **kwargs)
715 vfs.AbstractBlockDev.ioctl?4(op: int)
716 vfs.AbstractBlockDev.readblocks?4(block_num: int, buf: bytearray, offset: int)
717 vfs.AbstractBlockDev.writeblocks?4(block_num: int, buf: bytes | bytearray, offset: int, /)
718 vfs.VfsFat.chdir?4(*args, **kwargs)
719 vfs.VfsFat.getcwd?4(*args, **kwargs)
720 vfs.VfsFat.ilistdir?4(*args, **kwargs)
721 vfs.VfsFat.mkdir?4(*args, **kwargs)
722 vfs.VfsFat.mkfs?4()
723 vfs.VfsFat.mount?4(*args, **kwargs)
724 vfs.VfsFat.open?4(*args, **kwargs)
725 vfs.VfsFat.remove?4(*args, **kwargs)
726 vfs.VfsFat.rename?4(*args, **kwargs)
727 vfs.VfsFat.rmdir?4(*args, **kwargs)
728 vfs.VfsFat.stat?4(*args, **kwargs)
729 vfs.VfsFat.statvfs?4(*args, **kwargs)
730 vfs.VfsFat.umount?4(*args, **kwargs)
731 vfs.VfsFat?1(block_dev: AbstractBlockDev)
732 vfs.VfsLfs2.chdir?4(*args, **kwargs)
733 vfs.VfsLfs2.getcwd?4(*args, **kwargs)
734 vfs.VfsLfs2.ilistdir?4(*args, **kwargs)
735 vfs.VfsLfs2.mkdir?4(*args, **kwargs)
736 vfs.VfsLfs2.mkfs?4(readsize=32, progsize=32, lookahead=32)
737 vfs.VfsLfs2.mount?4(*args, **kwargs)
738 vfs.VfsLfs2.open?4(*args, **kwargs)
739 vfs.VfsLfs2.remove?4(*args, **kwargs)
740 vfs.VfsLfs2.rename?4(*args, **kwargs)
741 vfs.VfsLfs2.rmdir?4(*args, **kwargs)
742 vfs.VfsLfs2.stat?4(*args, **kwargs)
743 vfs.VfsLfs2.statvfs?4(*args, **kwargs)
744 vfs.VfsLfs2.umount?4(*args, **kwargs)
745 vfs.VfsLfs2?1(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookahead=32, mtime=True)
746 vfs.mount?4(fsobj, mount_point: str, *, readonly: bool = False)
747 vfs.umount?4(mount_point: Incomplete)

eric ide

mercurial