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