Wed, 28 Aug 2019 19:53:19 +0200
Started with the stubs for CircuitPython.
6
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1 | analogio.AnalogIn.deinit?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2 | analogio.AnalogIn.reference_voltage?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3 | analogio.AnalogIn.value?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4 | analogio.AnalogIn?1(pin) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5 | analogio.AnalogOut.deinit?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6 | analogio.AnalogOut.value?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7 | analogio.AnalogOut?1(pin) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8 | audiobusio.I2SOut.deinit?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9 | audiobusio.I2SOut.pause?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10 | audiobusio.I2SOut.paused?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11 | audiobusio.I2SOut.play?4(sample, *, loop=False) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12 | audiobusio.I2SOut.playing?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13 | audiobusio.I2SOut.resume?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
14 | audiobusio.I2SOut.stop?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
15 | audiobusio.I2SOut?1(bit_clock, word_select, data, *, left_justified) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
16 | audiobusio.PDMIn.deinit?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
17 | audiobusio.PDMIn.record?4(destination, destination_length) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
18 | audiobusio.PDMIn.sample_rate?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
19 | audiobusio.PDMIn?1(clock_pin, data_pin, *, sample_rate=16000, bit_depth=8, mono=True, oversample=64, startup_delay=0.11) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
20 | audiocore.Mixer.deinit?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
21 | audiocore.Mixer.play?4(sample, *, voice=0, loop=False) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
22 | audiocore.Mixer.playing?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
23 | audiocore.Mixer.sample_rate?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
24 | audiocore.Mixer.stop_voice?4(voice=0) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
25 | audiocore.Mixer?1(channel_count=2, buffer_size=1024) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
26 | audiocore.RawSample.deinit?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
27 | audiocore.RawSample.sample_rate?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
28 | audiocore.RawSample?1(buffer, *, channel_count=1, sample_rate=8000) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
29 | audiocore.WaveFile.bits_per_sample?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
30 | audiocore.WaveFile.channel_count?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
31 | audiocore.WaveFile.deinit?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
32 | audiocore.WaveFile.sample_rate?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
33 | audiocore.WaveFile?1(file, buffer=None) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
34 | audioio.AudioOut.deinit?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
35 | audioio.AudioOut.pause?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
36 | audioio.AudioOut.paused?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
37 | audioio.AudioOut.play?4(sample, *, loop=False) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
38 | audioio.AudioOut.playing?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
39 | audioio.AudioOut.resume?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
40 | audioio.AudioOut.stop?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
41 | audioio.AudioOut?1(left_channel, *, right_channel=None, quiescent_value=0x8000) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
42 | audiopwmio.PWMAudioOut.deinit?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
43 | audiopwmio.PWMAudioOut.pause?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
44 | audiopwmio.PWMAudioOut.paused?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
45 | audiopwmio.PWMAudioOut.play?4(sample, *, loop=False) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
46 | audiopwmio.PWMAudioOut.playing?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
47 | audiopwmio.PWMAudioOut.resume?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
48 | audiopwmio.PWMAudioOut.stop?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
49 | audiopwmio.PWMAudioOut?1(left_channel, *, right_channel=None, quiescent_value=0x8000) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
50 | bitbangio.I2C.deinit?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
51 | bitbangio.I2C.readfrom_into?4(address, buffer, *, start=0, end=None) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
52 | bitbangio.I2C.scan?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
53 | bitbangio.I2C.try_lock?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
54 | bitbangio.I2C.unlock?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
55 | bitbangio.I2C.writeto?4(address, buffer, *, start=0, end=None, stop=True) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
56 | bitbangio.I2C.writeto_then_readfrom?4(address, out_buffer, in_buffer, *, out_start=0, out_end=None, in_start=0, in_end=None) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
57 | bitbangio.I2C?1(scl, sda, *, frequency=400000, timeout) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
58 | bitbangio.OneWire.deinit?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
59 | bitbangio.OneWire.read_bit?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
60 | bitbangio.OneWire.reset?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
61 | bitbangio.OneWire.write_bit?4(value) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
62 | bitbangio.OneWire?1(pin) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
63 | bitbangio.SPI.configure?4(*, baudrate=100000, polarity=0, phase=0, bits=8) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
64 | bitbangio.SPI.deinit?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
65 | bitbangio.SPI.readinto?4(buf) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
66 | bitbangio.SPI.try_lock?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
67 | bitbangio.SPI.unlock?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
68 | bitbangio.SPI.write?4(buf) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
69 | bitbangio.SPI.write_readinto?4(buffer_out, buffer_in, *, out_start=0, out_end=None, in_start=0, in_end=None) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
70 | bitbangio.SPI?1(clock, MOSI=None, MISO=None) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
71 | bleio.Adapter.address?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
72 | bleio.Adapter.default_name?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
73 | bleio.Adapter.enabled?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
74 | bleio.Address.PUBLIC?7 |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
75 | bleio.Address.RANDOM_PRIVATE_NON_RESOLVABLE?7 |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
76 | bleio.Address.RANDOM_PRIVATE_RESOLVABLE?7 |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
77 | bleio.Address.RANDOM_STATIC?7 |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
78 | bleio.Address.address_bytes?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
79 | bleio.Address.type?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
80 | bleio.Address?1(address, address_type) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
81 | bleio.Attribute.ENCRYPT_NO_MITM?7 |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
82 | bleio.Attribute.ENCRYPT_WITH_MITM?7 |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
83 | bleio.Attribute.LESC_ENCRYPT_WITH_MITM?7 |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
84 | bleio.Attribute.NO_ACCESS?7 |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
85 | bleio.Attribute.OPEN?7 |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
86 | bleio.Attribute.SIGNED_NO_MITM?7 |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
87 | bleio.Attribute.SIGNED_WITH_MITM?7 |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
88 | bleio.Central.connect?4(address, timeout, *, service_uuids_whitelist=None) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
89 | bleio.Central.connected?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
90 | bleio.Central.disconnect?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
91 | bleio.Central.discover_remote_services?4(service_uuids_whitelist=None) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
92 | bleio.Central?1() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
93 | bleio.Characteristic.BROADCAST?7 |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
94 | bleio.Characteristic.INDICATE?7 |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
95 | bleio.Characteristic.NOTIFY?7 |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
96 | bleio.Characteristic.READ?7 |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
97 | bleio.Characteristic.WRITE?7 |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
98 | bleio.Characteristic.WRITE_NO_RESPONSE?7 |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
99 | bleio.Characteristic.descriptors?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
100 | bleio.Characteristic.properties?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
101 | bleio.Characteristic.service?4(read_only) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
102 | bleio.Characteristic.set_cccd?4(*, notify=False, indicate=False) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
103 | bleio.Characteristic.uuid?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
104 | bleio.Characteristic.value?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
105 | bleio.Characteristic?1(uuid, *, properties=0, read_perm=Attribute.OPEN, write_perm=Attribute.OPEN, max_length=20, fixed_length=False, descriptors=None) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
106 | bleio.CharacteristicBuffer.deinit?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
107 | bleio.CharacteristicBuffer.in_waiting?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
108 | bleio.CharacteristicBuffer.read?4(nbytes=None) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
109 | bleio.CharacteristicBuffer.readinto?4(buf) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
110 | bleio.CharacteristicBuffer.readline?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
111 | bleio.CharacteristicBuffer.reset_input_buffer?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
112 | bleio.CharacteristicBuffer?1(characteristic, *, timeout=1, buffer_size=64) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
113 | bleio.Descriptor.characteristic?4(read_only) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
114 | bleio.Descriptor.uuid?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
115 | bleio.Descriptor.value?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
116 | bleio.Descriptor?1(uuid, *, read_perm=Attribute.OPEN, write_perm=Attribute.OPEN) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
117 | bleio.Peripheral.connected?4(read_only) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
118 | bleio.Peripheral.disconnect?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
119 | bleio.Peripheral.discover_remote_services?4(service_uuids_whitelist=None) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
120 | bleio.Peripheral.name?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
121 | bleio.Peripheral.pair?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
122 | bleio.Peripheral.services?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
123 | bleio.Peripheral.start_advertising?4(data, *, scan_response=None, connectable=True, interval=1) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
124 | bleio.Peripheral.stop_advertising?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
125 | bleio.Peripheral?1(services=(), *, name=None) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
126 | bleio.ScanEntry.address?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
127 | bleio.ScanEntry.advertisement_bytes?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
128 | bleio.ScanEntry.rssi?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
129 | bleio.Scanner.scan?4(timeout, *, interval=0.1, window=0.1) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
130 | bleio.Scanner?1() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
131 | bleio.Service.remotes?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
132 | bleio.Service.secondarys?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
133 | bleio.Service.uuids?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
134 | bleio.Service?1(uuid, characteristics, *, secondary=False) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
135 | bleio.UUID.size?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
136 | bleio.UUID.uuid128?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
137 | bleio.UUID.uuid16?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
138 | bleio.UUID?1(value) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
139 | bleio.adapter?7 |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
140 | board.I2C?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
141 | board.SPI?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
142 | board.UART?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
143 | busio.I2C.deinit?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
144 | busio.I2C.readfrom_into?4(address, buffer, *, start=0, end=None) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
145 | busio.I2C.scan?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
146 | busio.I2C.try_lock?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
147 | busio.I2C.unlock?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
148 | busio.I2C.writeto?4(address, buffer, *, start=0, end=None, stop=True) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
149 | busio.I2C?1(scl, sda, *, frequency=400000) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
150 | busio.OneWire.deinit?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
151 | busio.OneWire.read_bit?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
152 | busio.OneWire.reset?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
153 | busio.OneWire.write_bit?4(value) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
154 | busio.OneWire?1(pin) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
155 | busio.SPI.configure?4(*, baudrate=100000, polarity=0, phase=0, bits=8) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
156 | busio.SPI.deinit?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
157 | busio.SPI.frequency?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
158 | busio.SPI.readinto?4(buffer, *, start=0, end=None, write_value=0) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
159 | busio.SPI.try_lock?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
160 | busio.SPI.unlock?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
161 | busio.SPI.write?4(buffer, *, start=0, end=None) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
162 | busio.SPI.write_readinto?4(buffer_out, buffer_in, *, out_start=0, out_end=None, in_start=0, in_end=None) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
163 | busio.SPI?1(clock, MOSI=None, MISO=None) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
164 | busio.UART.baudrate?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
165 | busio.UART.deinit?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
166 | busio.UART.in_waiting?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
167 | busio.UART.read?4(nbytes=None) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
168 | busio.UART.readinto?4(buf) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
169 | busio.UART.readline?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
170 | busio.UART.reset_input_buffer?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
171 | busio.UART.write?4(buf) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
172 | busio.UART?1(x, rx, *, baudrate=9600, bits=8, parity=None, stop=1, timeout=1, receiver_buffer_size=64) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
173 | digitalio.DigitalInOut.deinit?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
174 | digitalio.DigitalInOut.direction?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
175 | digitalio.DigitalInOut.drive_mode?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
176 | digitalio.DigitalInOut.pull?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
177 | digitalio.DigitalInOut.switch_to_input?4(pull=None) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
178 | digitalio.DigitalInOut.switch_to_output?4(value=False, drive_mode=DriveMode.PUSH_PULL) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
179 | digitalio.DigitalInOut.value?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
180 | digitalio.DigitalInOut?1(pin) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
181 | digitalio.DriveMode.OPEN_DRAIN?7 |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
182 | digitalio.DriveMode.PUSH_PULL?7 |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
183 | digitalio.Pull.DOWN?7 |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
184 | digitalio.Pull.UP?7 |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
185 | displayio.Bitmap.height?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
186 | displayio.Bitmap.width?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
187 | displayio.Bitmap?1(width, height, value_count) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
188 | displayio.ColorConverter.convert?4(color) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
189 | displayio.ColorConverter?1() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
190 | displayio.Display.auto_brightness?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
191 | displayio.Display.brightness?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
192 | displayio.Display.bus?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
193 | displayio.Display.height?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
194 | displayio.Display.refresh_soon?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
195 | displayio.Display.show?4(group) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
196 | displayio.Display.wait_for_frame?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
197 | displayio.Display.width?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
198 | displayio.Display?1(display_bus, init_sequence, *, width, height, colstart=0, rowstart=0, rotation=0, color_depth=16, set_column_command=0x2a, set_row_command=0x2b, write_ram_command=0x2c, set_vertical_scroll=0, backlight_pin=None, brightness=1.0, auto_brightness=False, single_byte_bounds=False, data_as_commands=False) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
199 | displayio.FourWire.send?4(command, data) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
200 | displayio.FourWire?1(spi_bus, *, command, chip_select, reset=None) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
201 | displayio.Group.append?4(layer) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
202 | displayio.Group.insert?4(index, layer) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
203 | displayio.Group.pop?4(i=-1) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
204 | displayio.Group.scale?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
205 | displayio.Group.x?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
206 | displayio.Group.y?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
207 | displayio.Group?1(*, max_size=4, scale=1, x=0, y=0) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
208 | displayio.OnDiskBitmap.height?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
209 | displayio.OnDiskBitmap.width?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
210 | displayio.OnDiskBitmap?1(file) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
211 | displayio.Palette.make_opaque?4(palette_index) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
212 | displayio.Palette.make_transparent?4(palette_index) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
213 | displayio.Palette?1(color_count) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
214 | displayio.ParallelBus.send?4(command, data) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
215 | displayio.ParallelBus?1(*, data0, command, chip_select, write, read, reset) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
216 | displayio.Shape.set_boundary?4(y, start_x, end_x) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
217 | displayio.Shape?1(width, height, *, mirror_x=False, mirror_y=False) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
218 | displayio.TileGrid.pixel_shader?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
219 | displayio.TileGrid.x?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
220 | displayio.TileGrid.y?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
221 | displayio.TileGrid?1(bitmap, *, pixel_shader, width=1, height=1, tile_width=None, tile_height=None, default_tile=0, x=0, y=0) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
222 | displayio.release_displays?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
223 | fontio.BuiltinFont.bitmap?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
224 | fontio.BuiltinFont.get_bounding_box?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
225 | fontio.BuiltinFont.get_glyph?4(codepoint) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
226 | fontio.Glyph?1(bitmap, tile_index, width, height, dx, dy, shift_x, shift_y) |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
227 | frequencyio.FrequencyIn._clear?5() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
228 | frequencyio.FrequencyIn._pause?5() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
229 | frequencyio.FrequencyIn._resume?5() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
230 | frequencyio.FrequencyIn.capture_period?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
231 | frequencyio.FrequencyIn.deinit?4() |
81a2208f13e4
Started with the stubs for CircuitPython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
232 | frequencyio.FrequencyIn?1(pin, capture_period=10) |