APIs/MicroPython/micropython.api

branch
eric7
changeset 53
f69d7f9ab8e4
equal deleted inserted replaced
52:c8ea815f673d 53:f69d7f9ab8e4
1 array.array.append?4(value)
2 array.array.extend?4(iterable)
3 array.array?1(typecode, iterable=None)
4 btree.BTree.close?4()
5 btree.BTree.flush?4()
6 btree.BTree.get?4(key, default=None)
7 btree.BTree.items?4(start_key=None, end_key=None, flags=0)
8 btree.BTree.keys?4(start_key=None, end_key=None, flags=0)
9 btree.BTree.values?4(start_key=None, end_key=None, flags=0)
10 btree.DESC?7
11 btree.INCL?7
12 btree.open?4(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0)
13 cmath.cos?4(z)
14 cmath.e?7
15 cmath.exp?4(z)
16 cmath.log10?4(z)
17 cmath.log?4(z)
18 cmath.phase?4(z)
19 cmath.pi?7
20 cmath.polar?4(z)
21 cmath.rect?4(r, phi)
22 cmath.sin?4(z)
23 cmath.sqrt?4(z)
24 esp.SLEEP_LIGHT?7
25 esp.SLEEP_MODEM?7
26 esp.SLEEP_NONE?7
27 esp.deepsleep?4(time=0)
28 esp.flash_erase?4(sector_no)
29 esp.flash_id?4()
30 esp.flash_read?4(byte_offset, length_or_buffer)
31 esp.flash_write?4(byte_offset, bytes)
32 esp.set_native_code_location?4(start, length)
33 esp.sleep_type?4(sleep_type=None)
34 esp32.Partition.BOOT?7
35 esp32.Partition.RUNNING?7
36 esp32.Partition.TYPE_APP?7
37 esp32.Partition.TYPE_DATA?7
38 esp32.Partition.find?4(type=TYPE_APP, subtype=0xff, label=None)
39 esp32.Partition.get_next_update?4()
40 esp32.Partition.info?4()
41 esp32.Partition.ioctl?4(cmd, arg)
42 esp32.Partition.readblocks?4(block_num, buf)
43 esp32.Partition.set_boot?4()
44 esp32.Partition.writeblocks?4(block_num, buf)
45 esp32.Partition?1(id)
46 esp32.ULP.load_binary?4(load_addr, program_binary)
47 esp32.ULP.run?4(entry_point)
48 esp32.ULP.set_wakeup_period?4(period_index, period_us)
49 esp32.ULP?1()
50 esp32.WAKEUP_ALL_LOW?7
51 esp32.WAKEUP_ANY_HIGH?7
52 esp32.hall_sensor?4()
53 esp32.raw_temperature?4()
54 esp32.wake_on_ext0?4(pin, level)
55 esp32.wake_on_ext1?4(pins, level)
56 esp32.wake_on_touch?4(wake)
57 framebuf.FrameBuffer.blit?4(fbuf, x, y, key=None)
58 framebuf.FrameBuffer.fill?4(c)
59 framebuf.FrameBuffer.fill_rect?4(x, y, w, h, c)
60 framebuf.FrameBuffer.hline?4(x, y, w, c)
61 framebuf.FrameBuffer.line?4(x1, y1, x2, y2, c)
62 framebuf.FrameBuffer.pixel?4(x, y, c=None)
63 framebuf.FrameBuffer.rect?4(x, y, w, h, c)
64 framebuf.FrameBuffer.scroll?4(xstep, ystep)
65 framebuf.FrameBuffer.text?4(s, x, y, c=None)
66 framebuf.FrameBuffer.vline?4(x, y, h, c)
67 framebuf.FrameBuffer?1(buffer, width, height, format, stride=None)
68 framebuf.GS2_HMSB?7
69 framebuf.GS4_HMSB?7
70 framebuf.GS8?7
71 framebuf.MONO_HLSB?7
72 framebuf.MONO_HMSB?7
73 framebuf.MONO_VLSB?7
74 framebuf.RGB565?7
75 gc.collect?4()
76 gc.disable?4()
77 gc.enable?4()
78 gc.mem_alloc?4()
79 gc.mem_free?4()
80 gc.threshold?4(amount=None)
81 lcd160cr.LANDSCAPE?7
82 lcd160cr.LANDSCAPE_UPSIDEDOWN?7
83 lcd160cr.LCD160CR.dot?4(x, y)
84 lcd160cr.LCD160CR.dot_no_clip?4(x, y)
85 lcd160cr.LCD160CR.erase?4()
86 lcd160cr.LCD160CR.fast_spi?4(flush=True)
87 lcd160cr.LCD160CR.feed_wdt?4()
88 lcd160cr.LCD160CR.get_line?4(x, y, buf)
89 lcd160cr.LCD160CR.get_pixel?4(x, y)
90 lcd160cr.LCD160CR.get_touch?4()
91 lcd160cr.LCD160CR.is_touched?4()
92 lcd160cr.LCD160CR.jpeg?4(buf)
93 lcd160cr.LCD160CR.jpeg_data?4(buf)
94 lcd160cr.LCD160CR.jpeg_start?4(total_len)
95 lcd160cr.LCD160CR.line?4(x1, y1, x2, y2)
96 lcd160cr.LCD160CR.line_no_clip?4(x1, y1, x2, y2)
97 lcd160cr.LCD160CR.poly_dot?4(data)
98 lcd160cr.LCD160CR.poly_line?4(data)
99 lcd160cr.LCD160CR.rect?4(x, y, w, h)
100 lcd160cr.LCD160CR.rect_interior?4(x, y, w, h)
101 lcd160cr.LCD160CR.rect_interior_no_clip?4(x, y, w, h)
102 lcd160cr.LCD160CR.rect_no_clip?4(x, y, w, h)
103 lcd160cr.LCD160CR.rect_outline?4(x, y, w, h)
104 lcd160cr.LCD160CR.rect_outline_no_clip?4(x, y, w, h)
105 lcd160cr.LCD160CR.reset?4()
106 lcd160cr.LCD160CR.rgb?4(g, b)
107 lcd160cr.LCD160CR.save_to_flash?4()
108 lcd160cr.LCD160CR.screen_dump?4(buf, x=0, y=0, w=None, h=None)
109 lcd160cr.LCD160CR.screen_load?4(buf)
110 lcd160cr.LCD160CR.set_brightness?4(value)
111 lcd160cr.LCD160CR.set_font?4(font, scale=0, bold=0, trans=0, scroll=0)
112 lcd160cr.LCD160CR.set_i2c_addr?4(addr)
113 lcd160cr.LCD160CR.set_orient?4(orient)
114 lcd160cr.LCD160CR.set_pen?4(line, fill)
115 lcd160cr.LCD160CR.set_pixel?4(x, y, c)
116 lcd160cr.LCD160CR.set_pos?4(x, y)
117 lcd160cr.LCD160CR.set_power?4(on)
118 lcd160cr.LCD160CR.set_scroll?4(on)
119 lcd160cr.LCD160CR.set_scroll_buf?4(s)
120 lcd160cr.LCD160CR.set_scroll_win?4(win, x=-1, y=0, w=0, h=0, vec=0, pat=0, fill=0x07e0, color=0)
121 lcd160cr.LCD160CR.set_scroll_win_param?4(win, param, value)
122 lcd160cr.LCD160CR.set_spi_win?4(x, y, w, h)
123 lcd160cr.LCD160CR.set_startup_deco?4(value)
124 lcd160cr.LCD160CR.set_text_color?4(fg, bg)
125 lcd160cr.LCD160CR.set_uart_baudrate?4(baudrate)
126 lcd160cr.LCD160CR.show_framebuf?4(buf)
127 lcd160cr.LCD160CR.touch_config?4(calib=False, save=False, irq=None)
128 lcd160cr.LCD160CR.write?4(s)
129 lcd160cr.LCD160CR?1(connect=None, *, pwr=None, i2c=None, spi=None, i2c_addr=98)
130 lcd160cr.PORTRAIT?7
131 lcd160cr.PORTRAIT_UPSIDEDOWN?7
132 lcd160cr.STARTUP_DECO_INFO?7
133 lcd160cr.STARTUP_DECO_MLOGO?7
134 lcd160cr.STARTUP_DECO_NONE?7
135 machine.ADC.channel?4(id, *, pin)
136 machine.ADC.deinit?4()
137 machine.ADC.init?4()
138 machine.ADC?1(id=0, *, bits=12)
139 machine.ADCChannel.deinit?4()
140 machine.ADCChannel.init?4()
141 machine.ADCChannel.value?4()
142 machine.DEEPSLEEP?7
143 machine.DEEPSLEEP_RESET?7
144 machine.HARD_RESET?7
145 machine.I2C.deinit?4()
146 machine.I2C.init?4(scl, sda, *, freq=400000)
147 machine.I2C.readfrom?4(addr, nbytes, stop=True)
148 machine.I2C.readfrom_into?4(addr, buf, stop=True)
149 machine.I2C.readfrom_mem?4(addr, memaddr, nbytes, *, addrsize=8)
150 machine.I2C.readfrom_mem_into?4(addr, memaddr, buf, *, addrsize=8)
151 machine.I2C.readinto?4(buf, nack=True)
152 machine.I2C.scan?4()
153 machine.I2C.start?4()
154 machine.I2C.stop?4()
155 machine.I2C.write?4(buf)
156 machine.I2C.writeto?4(addr, buf, stop=True)
157 machine.I2C.writeto_mem?4(addr, memaddr, buf, *, addrsize=8)
158 machine.I2C.writevto?4(addr, vector, stop=True)
159 machine.I2C?1(id=-1, *, scl, sda, freq=400000)
160 machine.IDLE?7
161 machine.PIN_WAKE?7
162 machine.PWRON_RESET?7
163 machine.Pin.ALT?7
164 machine.Pin.ALT_OPEN_DRAIN?7
165 machine.Pin.HIGH_POWER?7
166 machine.Pin.IN?7
167 machine.Pin.IRQ_FALLING?7
168 machine.Pin.IRQ_HIGH_LEVEL?7
169 machine.Pin.IRQ_LOW_LEVEL?7
170 machine.Pin.IRQ_RISING?7
171 machine.Pin.LOW_POWER?7
172 machine.Pin.MED_POWER?7
173 machine.Pin.OPEN_DRAIN?7
174 machine.Pin.OUT?7
175 machine.Pin.PULL_DOWN?7
176 machine.Pin.PULL_HOLD?7
177 machine.Pin.PULL_UP?7
178 machine.Pin.drive?4(drive=None)
179 machine.Pin.init?4(mode=-1, pull=-1, *, value, drive, alt)
180 machine.Pin.irq?4(handler=None, trigger=(IRQ_FALLING | IRQ_RISING), *, priority=1, wake=None, hard=False)
181 machine.Pin.mode?4(mode=-1)
182 machine.Pin.off?4()
183 machine.Pin.on?4()
184 machine.Pin.pull?4(pull=-1)
185 machine.Pin.value?4(x=None)
186 machine.Pin?1(id, mode=-1, pull=-1, *, value, drive, alt)
187 machine.RTC.ALARM0?7
188 machine.RTC.alarm?4(id, time, *, repeat=False)
189 machine.RTC.alarm_left?4(alarm_id=0)
190 machine.RTC.cancel?4(alarm_id=0)
191 machine.RTC.deinit?4()
192 machine.RTC.init?4(datetime)
193 machine.RTC.irq?4(*, trigger, handler=None, wake=IDLE)
194 machine.RTC.now?4()
195 machine.RTC?1(id=0, datetime=None)
196 machine.RTC_WAKE?7
197 machine.SD.deinit?4()
198 machine.SD.init?4(id=0, pins=('GP10', 'GP11', 'GP15'))
199 machine.SD?1(id=0, pins=('GP10', 'GP11', 'GP15'))
200 machine.SDcard?1(lot=1, width=1, cd=None, wp=None, sck=None, miso=None, mosi=None, cs=None)
201 machine.SLEEP?7
202 machine.SOFT_RESET?7
203 machine.SPI.LSB?7
204 machine.SPI.MASTER?7
205 machine.SPI.MSB?7
206 machine.SPI.deinit?4()
207 machine.SPI.init?4(baudrate=1000000, *, polarity=0, phase=0, bits=8, firstbit=MSB, sck=None, mosi=None, miso=None, pins=("SCK", "MOSI", "MISO"))
208 machine.SPI.read?4(nbytes, write=0x00)
209 machine.SPI.readinto?4(buf, write=0x00)
210 machine.SPI.write?4(buf)
211 machine.SPI.write_readinto?4(write_buf, read_buf)
212 machine.SPI?1(id, baudrate=1000000, *, polarity=0, phase=0, bits=8, firstbit=MSB, sck=None, mosi=None, miso=None, pins=("SCK", "MOSI", "MISO"))
213 machine.Signal.off?4()
214 machine.Signal.on?4()
215 machine.Signal.value?4(x=None)
216 machine.Signal?1(pin, *, invert=False)
217 machine.Timer.ONE_SHOT?7
218 machine.Timer.PERIODIC?7
219 machine.Timer.deinit?4()
220 machine.Timer.init?4(*, mode=PERIODIC, period=-1, callback=None)
221 machine.Timer?1(id, *, mode=PERIODIC, period=-1, callback=None)
222 machine.TimerChannel.duty_cycle?4(value=None)
223 machine.TimerChannel.freq?4(value=None)
224 machine.TimerChannel.irq?4(*, trigger, priority=1, handler=None)
225 machine.TimerChannel.period?4(value=None)
226 machine.TimerWiPy.MATCH?7
227 machine.TimerWiPy.NEGATIVE?7
228 machine.TimerWiPy.ONE_SHOT?7
229 machine.TimerWiPy.PERIODIC?7
230 machine.TimerWiPy.POSITIVE?7
231 machine.TimerWiPy.PWM?7
232 machine.TimerWiPy.TIMEOUT?7
233 machine.TimerWiPy.channel?4(channel, *, freq, period, polarity=POSITIVE, duty_cycle=0)
234 machine.TimerWiPy.deinit?4()
235 machine.TimerWiPy.init?4(mode, *, width=16)
236 machine.TimerWiPy?1(id, mode=None, *, width=16)
237 machine.UART.RX_ANY?7
238 machine.UART.any?4()
239 machine.UART.deinit?4()
240 machine.UART.init?4(bits=8, parity=None, stop=1, **kwargs)
241 machine.UART.irq?4(trigger, priority=1, handler=None, wake=IDLE)
242 machine.UART.read?4(nbytes=None)
243 machine.UART.readinto?4(buf, nbytes=None)
244 machine.UART.readline?4()
245 machine.UART.sendbreak?4()
246 machine.UART.write?4(buf)
247 machine.UART?1(id, baudrate=9600, bits=8, parity=None, stop=1, **kwargs)
248 machine.WDT.feed?4()
249 machine.WDT?1(id=0, timeout=5000)
250 machine.WDT_RESET?7
251 machine.WLAN_WAKE?7
252 machine.adcchannel?4()
253 machine.deepsleep?4(time_ms=None)
254 machine.disable_irq?4()
255 machine.enable_irq?4(state)
256 machine.freq?4()
257 machine.idle?4()
258 machine.lightsleep?4(time_ms=None)
259 machine.reset?4()
260 machine.reset_cause?4()
261 machine.rng?4()
262 machine.sleep?4()
263 machine.time_pulse_us?4(pin, pulse_level, timeout_us=1000000)
264 machine.unique_id?4()
265 machine.wake_reason?4()
266 math.acos?4(x)
267 math.acosh?4(x)
268 math.asin?4(x)
269 math.asinh?4(x)
270 math.atan2?4(y, x)
271 math.atan?4(x)
272 math.atanh?4(x)
273 math.ceil?4(x)
274 math.copysign?4(x, y)
275 math.cos?4(x)
276 math.cosh?4(x)
277 math.degrees?4(x)
278 math.e?7
279 math.erf?4(x)
280 math.erfc?4(x)
281 math.exp?4(x)
282 math.expm1?4(x)
283 math.fabs?4(x)
284 math.floor?4(x)
285 math.fmod?4(x, y)
286 math.frexp?4(x)
287 math.gamma?4(x)
288 math.isfinite?4(x)
289 math.isinf?4(x)
290 math.isnan?4(x)
291 math.ldexp?4(x, exp)
292 math.lgamma?4(x)
293 math.log10?4(x)
294 math.log2?4(x)
295 math.log?4(x)
296 math.modf?4(x)
297 math.pi?7
298 math.pow?4(x, y)
299 math.radians?4(x)
300 math.sin?4(x)
301 math.sinh?4(x)
302 math.sqrt?4(x)
303 math.tan?4(x)
304 math.tanh?4(x)
305 math.trunc?4(x)
306 micropython.alloc_emergency_exception_buf?4(size)
307 micropython.const?4(expr)
308 micropython.heap_lock?4()
309 micropython.heap_unlock?4()
310 micropython.kbd_intr?4(chr)
311 micropython.mem_info?4(verbose=False)
312 micropython.opt_level?4(level=None)
313 micropython.qstr_info?4(verbose=False)
314 micropython.schedule?4(func, arg)
315 micropython.stack_use?4()
316 network.AP_IF?7
317 network.AUTH_OPEN?7
318 network.AUTH_WEP?7
319 network.AUTH_WPA2_PSK?7
320 network.AUTH_WPA_PSK?7
321 network.AUTH_WPA_WPA2_PSK?7
322 network.AbstractNIC.active?4(is_active=None)
323 network.AbstractNIC.config?4(**params)
324 network.AbstractNIC.connect?4(service_id=None, key=None, *args)
325 network.AbstractNIC.disconnect?4()
326 network.AbstractNIC.ifconfig?4(params=tuple())
327 network.AbstractNIC.isconnected?4()
328 network.AbstractNIC.scan?4(*args)
329 network.AbstractNIC.status?4(param=None)
330 network.AbstractNIC?1(id=None)
331 network.CC3K.WEP?7
332 network.CC3K.WPA2?7
333 network.CC3K.WPA?7
334 network.CC3K.connect?4(ssid, key=None, *, security=WPA2, bssid=None)
335 network.CC3K.disconnect?4()
336 network.CC3K.ifconfig?4()
337 network.CC3K.isconnected?4()
338 network.CC3K.patch_program?4(pgm)
339 network.CC3K.patch_version?4()
340 network.CC3K?1(spi, pin_cs, pin_en, pin_irq)
341 network.MODE_11B?7
342 network.MODE_11G?7
343 network.MODE_11N?7
344 network.STAT_CONNECTING?7
345 network.STAT_CONNECT_FAIL?7
346 network.STAT_GOT_IP?7
347 network.STAT_IDLE?7
348 network.STAT_NO_AP_FOUND?7
349 network.STAT_WRONG_PASSWORD?7
350 network.STA_IF?7
351 network.WIZNET5K.ifconfig?4(params=tuple())
352 network.WIZNET5K.isconnected?4()
353 network.WIZNET5K.regs?4()
354 network.WIZNET5K?1(spi, pin_cs, pin_rst)
355 network.WLAN.active?4(is_active=None)
356 network.WLAN.config?4(**params)
357 network.WLAN.connect?4(ssid=None, password=None, *, bssid=None)
358 network.WLAN.disconnect?4()
359 network.WLAN.ifconfig?4(params=tuple())
360 network.WLAN.isconnected?4()
361 network.WLAN.scan?4()
362 network.WLAN.status?4(param=None)
363 network.WLAN?1(interface_id)
364 network.WLANWiPy.AP?7
365 network.WLANWiPy.EXT_ANT?7
366 network.WLANWiPy.INT_ANT?7
367 network.WLANWiPy.STA?7
368 network.WLANWiPy.WEP?7
369 network.WLANWiPy.WPA2?7
370 network.WLANWiPy.WPA?7
371 network.WLANWiPy.antenna?4(antenna=None)
372 network.WLANWiPy.auth?4(auth=None)
373 network.WLANWiPy.channel?4(channel=None)
374 network.WLANWiPy.connect?4(ssid, *, auth=None, bssid=None, timeout=None)
375 network.WLANWiPy.disconnect?4()
376 network.WLANWiPy.ifconfig?4(if_id=0, config="dhcp")
377 network.WLANWiPy.init?4(mode, *, ssid, auth, channel, antenna)
378 network.WLANWiPy.irq?4(*, handler, wake)
379 network.WLANWiPy.isconnected?4()
380 network.WLANWiPy.mac?4(mac_addr=None)
381 network.WLANWiPy.mode?4(mode=None)
382 network.WLANWiPy.scan?4()
383 network.WLANWiPy.ssid?4(ssid=None)
384 network.WLANWiPy?1(id=0, **args)
385 network.phy_mode?4(mode=None)
386 pyb.ADC.read?4()
387 pyb.ADC.read_timed?4(buf, timer)
388 pyb.ADC.read_timed_multi?4(adcs, bufs, timer)
389 pyb.ADC?1(pin)
390 pyb.Accel.filtered_xyz?4()
391 pyb.Accel.tilt?4()
392 pyb.Accel.x?4()
393 pyb.Accel.y?4()
394 pyb.Accel.z?4()
395 pyb.Accel?1()
396 pyb.CAN.BUS_OFF?7
397 pyb.CAN.ERROR_ACTIVE?7
398 pyb.CAN.ERROR_PASSIVE?7
399 pyb.CAN.ERROR_WARNING?7
400 pyb.CAN.LIST16?7
401 pyb.CAN.LIST32?7
402 pyb.CAN.LOOPBACK?7
403 pyb.CAN.MASK16?7
404 pyb.CAN.MASK32?7
405 pyb.CAN.NORMAL?7
406 pyb.CAN.SILENT?7
407 pyb.CAN.SILENT_LOOPBACK?7
408 pyb.CAN.STOPPED?7
409 pyb.CAN.any?4(fifo)
410 pyb.CAN.clearfilter?4(bank)
411 pyb.CAN.deinit?4()
412 pyb.CAN.info?4(list=None)
413 pyb.CAN.init?4(mode, extframe=False, prescaler=100, *, sjw=1, bs1=6, bs2=8, auto_restart=False)
414 pyb.CAN.initfilterbanks?4(nr)
415 pyb.CAN.recv?4(fifo, list=None, *, timeout=5000)
416 pyb.CAN.restart?4()
417 pyb.CAN.rxcallback?4(fifo, fun)
418 pyb.CAN.send?4(data, id, *, timeout=0, rtr=False)
419 pyb.CAN.setfilter?4(bank, mode, fifo, params, *, rtr)
420 pyb.CAN.state?4()
421 pyb.CAN?1(bus, mode, extframe=False, prescaler=100, *, sjw=1, bs1=6, bs2=8, auto_restart=False)
422 pyb.DAC.CIRCULAR?7
423 pyb.DAC.NORMAL?7
424 pyb.DAC.deinit?4()
425 pyb.DAC.init?4(bits=8, *, buffering=None)
426 pyb.DAC.noise?4(freq)
427 pyb.DAC.triangle?4(freq)
428 pyb.DAC.write?4(value)
429 pyb.DAC.write_timed?4(data, freq, *, mode=NORMAL)
430 pyb.DAC?1(port, bits=8, *, buffering=None)
431 pyb.ExtInt.IRQ_FALLING?7
432 pyb.ExtInt.IRQ_RISING?7
433 pyb.ExtInt.IRQ_RISING_FALLING?7
434 pyb.ExtInt.disable?4()
435 pyb.ExtInt.enable?4()
436 pyb.ExtInt.line?4()
437 pyb.ExtInt.regs?4()
438 pyb.ExtInt.swint?4()
439 pyb.ExtInt?1(pin, mode, pull, callback)
440 pyb.I2C.MASTER?7
441 pyb.I2C.SLAVE?7
442 pyb.I2C.deinit?4()
443 pyb.I2C.init?4(mode, *, addr=0x12, baudrate=400000, gencall=False, dma=False)
444 pyb.I2C.is_ready?4(addr)
445 pyb.I2C.mem_read?4(data, addr, memaddr, *, timeout=5000, addr_size=8)
446 pyb.I2C.mem_write?4(data, addr, memaddr, *, timeout=5000, addr_size=8)
447 pyb.I2C.recv?4(recv, addr=0x00, *, timeout=5000)
448 pyb.I2C.scan?4()
449 pyb.I2C.send?4(send, addr=0x00, *, timeout=5000)
450 pyb.I2C?1(bus, mode=None, *, addr=0x12, baudrate=400000, gencall=False, dma=False)
451 pyb.LCD.command?4(instr_data, buf)
452 pyb.LCD.contrast?4(value)
453 pyb.LCD.fill?4(colour)
454 pyb.LCD.get?4(x, y)
455 pyb.LCD.light?4(value)
456 pyb.LCD.pixel?4(x, y, colour)
457 pyb.LCD.show?4()
458 pyb.LCD.text?4(text, x, y, colour)
459 pyb.LCD.write?4(text)
460 pyb.LCD?1(skin_position)
461 pyb.LED.intensity?4(value=None)
462 pyb.LED.off?4()
463 pyb.LED.on?4()
464 pyb.LED.toggle?4()
465 pyb.LED?1(id)
466 pyb.Pin.AF_OD?7
467 pyb.Pin.AF_PP?7
468 pyb.Pin.ANALOG?7
469 pyb.Pin.IN?7
470 pyb.Pin.OUT_OD?7
471 pyb.Pin.OUT_PP?7
472 pyb.Pin.PULL_DOWN?7
473 pyb.Pin.PULL_NONE?7
474 pyb.Pin.PULL_UP?7
475 pyb.Pin.af?4()
476 pyb.Pin.af_list?4()
477 pyb.Pin.debug?4(state=None)
478 pyb.Pin.dict?4(dict=None)
479 pyb.Pin.gpio?4()
480 pyb.Pin.init?4(mode, pull=PULL_NONE, af=-1)
481 pyb.Pin.mapper?4(fun=None)
482 pyb.Pin.mode?4()
483 pyb.Pin.name?4()
484 pyb.Pin.names?4()
485 pyb.Pin.pin?4()
486 pyb.Pin.port?4()
487 pyb.Pin.pull?4()
488 pyb.Pin.value?4(value=None)
489 pyb.Pin?1(id, mode, pull=PULL_NONE, af=-1)
490 pyb.RTC.calibration?4(cal)
491 pyb.RTC.datetime?4(datetimetuple=None)
492 pyb.RTC.info?4()
493 pyb.RTC.wakeup?4(timeout, callback=None)
494 pyb.RTC?1()
495 pyb.SPI.LSB?7
496 pyb.SPI.MASTER?7
497 pyb.SPI.MSB?7
498 pyb.SPI.SLAVE?7
499 pyb.SPI.deinit?4()
500 pyb.SPI.init?4(mode, baudrate=328125, *, prescaler, polarity=1, phase=0, bits=8, firstbit=MSB, ti=False, crc=None)
501 pyb.SPI.recv?4(recv, *, timeout=5000)
502 pyb.SPI.send?4(send, *, timeout=5000)
503 pyb.SPI.send_recv?4(send, recv=None, *, timeout=5000)
504 pyb.SPI?1(bus, mode=None, baudrate=328125, *, prescaler, polarity=1, phase=0, bits=8, firstbit=MSB, ti=False, crc=None)
505 pyb.Servo.angle?4(angle=None, time=0)
506 pyb.Servo.calibration?4(pulse_min=None, pulse_max=None, pulse_centre=None, pulse_angle_90=None, pulse_speed_100=None)
507 pyb.Servo.pulse_width?4(value=None)
508 pyb.Servo.speed?4(speed=None, time=0)
509 pyb.Servo?1(id)
510 pyb.Switch.callback?4(fun)
511 pyb.Switch.value?4()
512 pyb.Switch?1()
513 pyb.Timer.BOTH?7
514 pyb.Timer.ENC_A?7
515 pyb.Timer.ENC_AB?7
516 pyb.Timer.ENC_B?7
517 pyb.Timer.FALLING?7
518 pyb.Timer.HIGH?7
519 pyb.Timer.IC?7
520 pyb.Timer.LOW?7
521 pyb.Timer.OC_ACTIVE?7
522 pyb.Timer.OC_FORCED_ACTIVE?7
523 pyb.Timer.OC_FORCED_INACTIVE?7
524 pyb.Timer.OC_INACTIVE?7
525 pyb.Timer.OC_TIMING?7
526 pyb.Timer.OC_TOGGLE?7
527 pyb.Timer.PWM?7
528 pyb.Timer.PWM_INVERTED?7
529 pyb.Timer.RISING?7
530 pyb.Timer.callback?4(fun)
531 pyb.Timer.channel?4(channel, mode, **kwargs)
532 pyb.Timer.counter?4(value=None)
533 pyb.Timer.deinit?4()
534 pyb.Timer.freq?4(value=None)
535 pyb.Timer.init?4(*, freq, prescaler, period)
536 pyb.Timer.period?4(value=None)
537 pyb.Timer.prescaler?4(value=None)
538 pyb.Timer.source_freq?4()
539 pyb.Timer?1(id, *, freq, prescaler, period)
540 pyb.TimerChannel.callback?4(fun)
541 pyb.TimerChannel.capture?4(value=None)
542 pyb.TimerChannel.compare?4(value=None)
543 pyb.TimerChannel.pulse_width?4(value=None)
544 pyb.TimerChannel.pulse_width_percent?4(value=None)
545 pyb.UART.CTS?7
546 pyb.UART.RTS?7
547 pyb.UART.any?4()
548 pyb.UART.deinit?4()
549 pyb.UART.init?4(baudrate, bits=8, parity=None, stop=1, *, timeout=0, flow=0, timeout_char=0, read_buf_len=64)
550 pyb.UART.read?4(nbytes=None)
551 pyb.UART.readchar?4()
552 pyb.UART.readinto?4(buf, nbytes=None)
553 pyb.UART.readline?4()
554 pyb.UART.sendbreak?4()
555 pyb.UART.write?4(buf)
556 pyb.UART.writechar?4(char)
557 pyb.UART?1(bus, baudrate=None, bits=8, parity=None, stop=1, *, timeout=0, flow=0, timeout_char=0, read_buf_len=64)
558 pyb.USB_HID.recv?4(data, *, timeout=5000)
559 pyb.USB_HID.send?4(data)
560 pyb.USB_HID?1()
561 pyb.USB_VCP.any?4()
562 pyb.USB_VCP.close?4()
563 pyb.USB_VCP.isconnected?4()
564 pyb.USB_VCP.read?4(nbytes=None)
565 pyb.USB_VCP.readinto?4(buf, maxlen=None)
566 pyb.USB_VCP.readline?4()
567 pyb.USB_VCP.readlines?4()
568 pyb.USB_VCP.recv?4(data, *, timeout=5000)
569 pyb.USB_VCP.send?4(data, *, timeout=5000)
570 pyb.USB_VCP.setinterrupt?4(chr)
571 pyb.USB_VCP.write?4(buf)
572 pyb.USB_VCP?1()
573 pyb.bootloader?4()
574 pyb.delay?4(ms)
575 pyb.disable_irq?4()
576 pyb.elapsed_micros?4(start)
577 pyb.elapsed_millis?4(start)
578 pyb.enable_irq?4(state=True)
579 pyb.fault_debug?4(value)
580 pyb.freq?4(sysclk=None, hclk=None, pclk1=None, pclk2=None)
581 pyb.hard_reset?4()
582 pyb.have_cdc?4()
583 pyb.hid?4(buttons, x, y, z)
584 pyb.hid_keyboard?7
585 pyb.hid_mouse?7
586 pyb.info?4(dump_alloc_table=None)
587 pyb.main?4(filename)
588 pyb.micros?4()
589 pyb.millis?4()
590 pyb.mount?4(device, mountpoint, *, readonly=False, mkfs=False)
591 pyb.repl_uart?4(uart)
592 pyb.rng?4()
593 pyb.standby?4()
594 pyb.stop?4()
595 pyb.sync?4()
596 pyb.udelay?4(us)
597 pyb.unique_id?4()
598 pyb.usb_mode?4(modestr=None, vid=0xf055, pid=0x9801, hid=hid_mouse)
599 pyb.wfi?4()
600 sys.argv?7
601 sys.atexit?4(func)
602 sys.byteorder?7
603 sys.exit?4(retval=0)
604 sys.implementation?7
605 sys.maxsize?7
606 sys.modules?7
607 sys.path?7
608 sys.platform?7
609 sys.print_exception?4(exc, file=stdout)
610 sys.stderr?7
611 sys.stdin?7
612 sys.stdout?7
613 sys.version?7
614 sys.version_info?7
615 ubinascii.a2b_base64?4(data)
616 ubinascii.b2a_base64?4(data)
617 ubinascii.hexlify?4(data, sep="")
618 ubinascii.unhexlify?4(data)
619 ucollections.OrderedDict?1(iterableOfKeyValue)
620 ucollections.deque.append?4(x)
621 ucollections.deque.popleft?4()
622 ucollections.deque?1(iterable, maxlen, flags=0)
623 ucollections.namedtuple?1(name, fields)
624 ucryptolib.MODE_CBC?7
625 ucryptolib.MODE_CTR?7
626 ucryptolib.MODE_ECB?7
627 ucryptolib.aes.decrypt?4(in_buf, out_buf=None)
628 ucryptolib.aes.encrypt?4(in_buf, out_buf=None)
629 ucryptolib.aes?1(key, mode, IV=None)
630 uctypes.ARRAY?7
631 uctypes.BIG_ENDIAN?7
632 uctypes.FLOAT32?7
633 uctypes.FLOAT64?7
634 uctypes.INT16?7
635 uctypes.INT32?7
636 uctypes.INT64?7
637 uctypes.INT8?7
638 uctypes.LITTLE_ENDIAN?7
639 uctypes.NATIVE?7
640 uctypes.PTR?7
641 uctypes.UINT16?7
642 uctypes.UINT32?7
643 uctypes.UINT64?7
644 uctypes.UINT8?7
645 uctypes.VOID?7
646 uctypes.addressof?4(obj)
647 uctypes.bytearray_at?4(addr, size)
648 uctypes.bytes_at?4(addr, size)
649 uctypes.sizeof?4(struct, layout_type=NATIVE)
650 uctypes.struct?1(addr, descriptor, layout_type=NATIVE)
651 uerrno.EACCES?7
652 uerrno.EADDRINUSE?7
653 uerrno.EAGAIN?7
654 uerrno.EALREADY?7
655 uerrno.EBADF?7
656 uerrno.ECONNABORTED?7
657 uerrno.ECONNREFUSED?7
658 uerrno.ECONNRESET?7
659 uerrno.EEXIST?7
660 uerrno.EHOSTUNREACH?7
661 uerrno.EINPROGRESS?7
662 uerrno.EINVAL?7
663 uerrno.EIO?7
664 uerrno.EISDIR?7
665 uerrno.ENOBUFS?7
666 uerrno.ENODEV?7
667 uerrno.ENOENT?7
668 uerrno.ENOMEM?7
669 uerrno.ENOTCONN?7
670 uerrno.EOPNOTSUPP?7
671 uerrno.EPERM?7
672 uerrno.ETIMEDOUT?7
673 uerrno.errorcode?7
674 uhashlib.md5.digest?4()
675 uhashlib.md5.update?4(data)
676 uhashlib.md5?1(data=None)
677 uhashlib.sha1.digest?4()
678 uhashlib.sha1.update?4(data)
679 uhashlib.sha1?1(data=None)
680 uhashlib.sha256.digest?4()
681 uhashlib.sha256.update?4(data)
682 uhashlib.sha256?1(data=None)
683 uheapq.heapify?4(x)
684 uheapq.heappop?4(heap)
685 uheapq.heappush?4(heap, item)
686 uio.BytesIO.close?4()
687 uio.BytesIO.flush?4()
688 uio.BytesIO.getvalue?4()
689 uio.BytesIO.read?4(size=-1)
690 uio.BytesIO.readinto?4(b)
691 uio.BytesIO.readline?4(size=-1)
692 uio.BytesIO.seek?4(offset, whence=0)
693 uio.BytesIO.write?4(b)
694 uio.BytesIO?1(initial_value=b"")
695 uio.FileIO.close?4()
696 uio.FileIO.flush?4()
697 uio.FileIO.read?4(size=-1)
698 uio.FileIO.readinto?4(b)
699 uio.FileIO.readline?4(size=-1)
700 uio.FileIO.readlines?4(hint=-1)
701 uio.FileIO.seek?4(offset, whence=0)
702 uio.FileIO.tell?4()
703 uio.FileIO.write?4(b)
704 uio.FileIO?1(name, mode='r', **kwargs)
705 uio.StringIO.close?4()
706 uio.StringIO.flush?4()
707 uio.StringIO.getvalue?4()
708 uio.StringIO.read?4(size=-1)
709 uio.StringIO.readinto?4(b)
710 uio.StringIO.readline?4(size=-1)
711 uio.StringIO.seek?4(offset, whence=0)
712 uio.StringIO.write?4(s)
713 uio.StringIO?1(initial_value="")
714 uio.TextIOWrapper.close?4()
715 uio.TextIOWrapper.flush?4()
716 uio.TextIOWrapper.read?4(size=-1)
717 uio.TextIOWrapper.readinto?4(b)
718 uio.TextIOWrapper.readline?4(size=-1)
719 uio.TextIOWrapper.readlines?4(hint=-1)
720 uio.TextIOWrapper.seek?4(offset, whence=0)
721 uio.TextIOWrapper.tell?4()
722 uio.TextIOWrapper.write?4(s)
723 uio.TextIOWrapper?1(name, mode='r', **kwargs)
724 uio.open?4(name, mode='r', **kwargs)
725 ujson.dump?4(obj, stream)
726 ujson.dumps?4(obj)
727 ujson.load?4(stream)
728 ujson.loads?4(string)
729 uos.AbstractBlockDev.ioctl?4(op, arg)
730 uos.AbstractBlockDev.readblocks?4(block_num, buf)
731 uos.AbstractBlockDev.writeblocks?4(block_num, buf)
732 uos.AbstractBlockDev?1()
733 uos.VfsFat.mkfs?4()
734 uos.VfsFat?1(block_dev)
735 uos.chdir?4(path)
736 uos.dupterm?4(stream_object, index=0)
737 uos.getcwd?4()
738 uos.ilistdir?4(dir=".")
739 uos.listdir?4(dir=".")
740 uos.mkdir?4(path)
741 uos.mount?4(fsobj, mount_point, *, readonly)
742 uos.remove?4(path)
743 uos.rename?4(old_path, new_path)
744 uos.rmdir?4(path)
745 uos.stat?4(path)
746 uos.statvfs?4(path)
747 uos.sync?4()
748 uos.umount?4(mount_point)
749 uos.uname?4()
750 uos.urandom?4(n)
751 ure.DEBUG?7
752 ure.compile?4(regex_str, flags=0)
753 ure.match?4(regex_str, string)
754 ure.match_object.end?4(index=0)
755 ure.match_object.group?4(index)
756 ure.match_object.groups?4()
757 ure.match_object.span?4(index=0)
758 ure.match_object.start?4(index=0)
759 ure.regex_object.match?4(string)
760 ure.regex_object.search?4(string)
761 ure.regex_object.split?4(string, max_split=-1)
762 ure.regex_object.sub?4(replace, string, count=0, flags=0)
763 ure.search?4(regex_str, string)
764 ure.sub?4(regex_str, replace, string, count=0, flags=0)
765 uselect.POLLERR?7
766 uselect.POLLHUP?7
767 uselect.POLLIN?7
768 uselect.POLLOUT?7
769 uselect.Poll.ipoll?4(timeout=-1, flags=0)
770 uselect.Poll.modify?4(obj, eventmask)
771 uselect.Poll.poll?4(timeout=-1)
772 uselect.Poll.register?4(obj, eventmask = POLLIN | POLLOUT)
773 uselect.Poll.unregister?4(obj)
774 uselect.poll?4()
775 uselect.select?4(rlist, wlist, xlist, timeout=-1)
776 usocket.AF_INET6?7
777 usocket.AF_INET?7
778 usocket.IPPROTO_IP?7
779 usocket.IPPROTO_TCP?7
780 usocket.IPPROTO_UDP?7
781 usocket.IP_ADD_MEMBERSHIP?7
782 usocket.SOCK_DGRAM?7
783 usocket.SOCK_RAW?7
784 usocket.SOCK_STREAM?7
785 usocket.SOL_SOCKET?7
786 usocket.SO_REUSEADDR?7
787 usocket.Socket.accept?4()
788 usocket.Socket.bind?4(address)
789 usocket.Socket.close?4()
790 usocket.Socket.connect?4(address)
791 usocket.Socket.listen?4(backlog=None)
792 usocket.Socket.makefile?4(mode='rb', buffering=0)
793 usocket.Socket.read?4(size=None)
794 usocket.Socket.readinto?4(buf, nbytes=None)
795 usocket.Socket.readline?4()
796 usocket.Socket.recv?4(bufsize)
797 usocket.Socket.recvfrom?4(bufsize)
798 usocket.Socket.send?4(bytes)
799 usocket.Socket.sendall?4(bytes)
800 usocket.Socket.sendto?4(bytes, address)
801 usocket.Socket.setblocking?4(flag)
802 usocket.Socket.setsockopt?4(level, optname, value)
803 usocket.Socket.settimeout?4(value)
804 usocket.Socket.write?4(buf)
805 usocket.getaddrinfo?4(host, port, af=0, type=0, proto=0, flags=0)
806 usocket.inet_ntop?4(af, bin_addr)
807 usocket.inet_pton?4(af, txt_addr)
808 usocket.socket?4(af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP)
809 ussl.CERT_NONE?7
810 ussl.CERT_OPTIONAL?7
811 ussl.CERT_REQUIRED?7
812 ussl.wrap_socket?4(sock, server_side=False, keyfile=None, certfile=None, cert_reqs=CERT_NONE, ca_certs=None)
813 ustruct.calcsize?4(fmt)
814 ustruct.pack?4(fmt, *variables)
815 ustruct.pack_into?4(fmt, buffer, offset, *variables)
816 ustruct.unpack?4(fmt, data)
817 ustruct.unpack_from?4(fmt, data, offset=0)
818 utime.localtime?4(secs=None)
819 utime.sleep?4(seconds)
820 utime.sleep_ms?4(ms)
821 utime.sleep_us?4(us)
822 utime.ticks_add?4(ticks, delta)
823 utime.ticks_cpu?4()
824 utime.ticks_diff?4(ticks1, ticks2)
825 utime.ticks_ms?4()
826 utime.ticks_us?4()
827 utime.time?4()
828 uzlib.DecompIO?1(stream, wbits=0)
829 uzlib.decompress?4(data, wbits=0, bufsize=0)
830 wipy.heartbeat?4(enable=None)

eric ide

mercurial