Mon, 15 May 2023 13:37:37 +0200
Updated to prepare a new release
- added platform specific MicroPython API files (µPy 1.20.0)
-- ESP32
-- ESP32 OTA
-- RP2 (RP2040 chip, Pi Pico, Pi Pico W, Pimoroni PicoLipo)
-- SAMD
-- STM32 incl. STM32 PyBoard v11
- updated the CircuitPython API file
- updated Adafruit CircuitPython Library Bundle API file
- added API files for the CircuitPython Community Bundle
- updated PyQt6 API files (for PyQt 6.5.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:
diff
changeset
|
1 | adafruit_24lc32.EEPROM._read_address?5(address: int, read_buffer: bytearray) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2 | adafruit_24lc32.EEPROM._write?5(start_address: int, data: Union[int, Sequence[int]], wraparound: bool) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3 | adafruit_24lc32.EEPROM.write_protected?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4 | adafruit_24lc32.EEPROM.write_wraparound?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:
diff
changeset
|
5 | adafruit_24lc32.EEPROM?1(max_size: int, write_protect: bool = False, wp_pin: Optional[DigitalInOut] = None, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6 | adafruit_24lc32.EEPROM_I2C._read_address?5(address: int, read_buffer: bytearray) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7 | adafruit_24lc32.EEPROM_I2C._write?5(start_address: int, data: Union[int, Sequence[int]], wraparound: 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:
diff
changeset
|
8 | adafruit_24lc32.EEPROM_I2C.write_protected?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:
diff
changeset
|
9 | adafruit_24lc32.EEPROM_I2C?1(i2c_bus: I2C, address: int = 0x50, write_protect: bool = False, wp_pin: Optional[DigitalInOut] = None, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10 | adafruit_24lc32._MAX_SIZE_I2C?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11 | adafruit_74hc595.DigitalInOut.direction?4(val: digitalio.Direction.OUTPUT, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12 | adafruit_74hc595.DigitalInOut.pull?4(val: 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:
diff
changeset
|
13 | adafruit_74hc595.DigitalInOut.switch_to_input?4(**kwargs) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
14 | adafruit_74hc595.DigitalInOut.switch_to_output?4(value: bool = False, **kwargs) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
15 | adafruit_74hc595.DigitalInOut.value?4(val: bool) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
16 | adafruit_74hc595.DigitalInOut?1(pin_number: Pin, shift_register_74hc595: "ShiftRegister74HC595", ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
17 | adafruit_74hc595.ShiftRegister74HC595.get_pin?4(pin: int) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
18 | adafruit_74hc595.ShiftRegister74HC595.gpio?4(val: 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:
diff
changeset
|
19 | adafruit_74hc595.ShiftRegister74HC595.number_of_shift_registers?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
20 | adafruit_74hc595.ShiftRegister74HC595?1(spi: busio.SPI, latch: digitalio.DigitalInOut, number_of_shift_registers: int = 1, baudrate: int = 1000000, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
21 | adafruit_acep7in.ACeP7In?1(bus, **kwargs) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
22 | adafruit_acep7in._START_SEQUENCE?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
23 | adafruit_acep7in._STOP_SEQUENCE?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:
diff
changeset
|
24 | adafruit_ads1x15.ads1015.ADS1015._conversion_value?5(raw_adc: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
25 | adafruit_ads1x15.ads1015.ADS1015._data_rate_default?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
26 | adafruit_ads1x15.ads1015.ADS1015.bits?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
27 | adafruit_ads1x15.ads1015.ADS1015.rate_config?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
28 | adafruit_ads1x15.ads1015.ADS1015.rates?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
29 | adafruit_ads1x15.ads1015.P0?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
30 | adafruit_ads1x15.ads1015.P1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
31 | adafruit_ads1x15.ads1015.P2?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
32 | adafruit_ads1x15.ads1015.P3?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
33 | adafruit_ads1x15.ads1015._ADS1015_CONFIG_DR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
34 | adafruit_ads1x15.ads1115.ADS1115._conversion_value?5(raw_adc: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
35 | adafruit_ads1x15.ads1115.ADS1115._data_rate_default?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
36 | adafruit_ads1x15.ads1115.ADS1115.bits?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
37 | adafruit_ads1x15.ads1115.ADS1115.rate_config?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
38 | adafruit_ads1x15.ads1115.ADS1115.rates?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
39 | adafruit_ads1x15.ads1115.P0?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
40 | adafruit_ads1x15.ads1115.P1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
41 | adafruit_ads1x15.ads1115.P2?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
42 | adafruit_ads1x15.ads1115.P3?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
43 | adafruit_ads1x15.ads1115._ADS1115_CONFIG_DR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
44 | adafruit_ads1x15.ads1x15.ADS1x15._conversion_complete?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
45 | adafruit_ads1x15.ads1x15.ADS1x15._conversion_value?5(raw_adc: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
46 | adafruit_ads1x15.ads1x15.ADS1x15._data_rate_default?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
47 | adafruit_ads1x15.ads1x15.ADS1x15._read?5(pin: Pin) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
48 | adafruit_ads1x15.ads1x15.ADS1x15._read_register?5(reg: int, fast: 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:
diff
changeset
|
49 | adafruit_ads1x15.ads1x15.ADS1x15._write_register?5(reg: int, value: int) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
50 | adafruit_ads1x15.ads1x15.ADS1x15.bits?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:
diff
changeset
|
51 | adafruit_ads1x15.ads1x15.ADS1x15.data_rate?4(rate: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
52 | adafruit_ads1x15.ads1x15.ADS1x15.gain?4(gain: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
53 | adafruit_ads1x15.ads1x15.ADS1x15.gains?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
54 | adafruit_ads1x15.ads1x15.ADS1x15.get_last_result?4(fast: bool = False) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
55 | adafruit_ads1x15.ads1x15.ADS1x15.mode?4(mode: 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:
diff
changeset
|
56 | adafruit_ads1x15.ads1x15.ADS1x15.rate_config?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
57 | adafruit_ads1x15.ads1x15.ADS1x15.rates?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
58 | adafruit_ads1x15.ads1x15.ADS1x15.read?4(pin: Pin, is_differential: bool = False) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
59 | adafruit_ads1x15.ads1x15.ADS1x15?1(i2c: I2C, gain: float = 1, data_rate: Optional[int] = None, mode: int = Mode.SINGLE, address: int = _ADS1X15_DEFAULT_ADDRESS, ) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
60 | adafruit_ads1x15.ads1x15.Mode.CONTINUOUS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
61 | adafruit_ads1x15.ads1x15.Mode.SINGLE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
62 | adafruit_ads1x15.ads1x15._ADS1X15_CONFIG_COMP_QUE_DISABLE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
63 | adafruit_ads1x15.ads1x15._ADS1X15_CONFIG_GAIN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
64 | adafruit_ads1x15.ads1x15._ADS1X15_CONFIG_MUX_OFFSET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
65 | adafruit_ads1x15.ads1x15._ADS1X15_CONFIG_OS_SINGLE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
66 | adafruit_ads1x15.ads1x15._ADS1X15_DEFAULT_ADDRESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
67 | adafruit_ads1x15.ads1x15._ADS1X15_POINTER_CONFIG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
68 | adafruit_ads1x15.ads1x15._ADS1X15_POINTER_CONVERSION?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
69 | adafruit_ads1x15.analog_in.AnalogIn.value?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
70 | adafruit_ads1x15.analog_in.AnalogIn.voltage?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
71 | adafruit_ads1x15.analog_in.AnalogIn?1(ads: ADS1x15, positive_pin: int, negative_pin: 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:
diff
changeset
|
72 | adafruit_ads1x15.analog_in._ADS1X15_DIFF_CHANNELS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
73 | adafruit_ads1x15.analog_in._ADS1X15_PGA_RANGE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
74 | adafruit_adt7410.ADT7410._read_register?5(addr: int, num: 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:
diff
changeset
|
75 | adafruit_adt7410.ADT7410._write_register?5(addr: int, data: 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:
diff
changeset
|
76 | adafruit_adt7410.ADT7410.configuration?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
77 | adafruit_adt7410.ADT7410.critical_temperature?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:
diff
changeset
|
78 | adafruit_adt7410.ADT7410.high_temperature?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:
diff
changeset
|
79 | adafruit_adt7410.ADT7410.hysteresis?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:
diff
changeset
|
80 | adafruit_adt7410.ADT7410.low_temperature?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:
diff
changeset
|
81 | adafruit_adt7410.ADT7410.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:
diff
changeset
|
82 | adafruit_adt7410.ADT7410.status?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
83 | adafruit_adt7410.ADT7410.temperature?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
84 | adafruit_adt7410.ADT7410?1(i2c_bus: busio.I2C, address: int = 0x48) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
85 | adafruit_adxl34x.ADXL345._read_clear_interrupt_source?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
86 | adafruit_adxl34x.ADXL345._read_register?5(register: int, 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:
diff
changeset
|
87 | adafruit_adxl34x.ADXL345._read_register_unpacked?5(register: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
88 | adafruit_adxl34x.ADXL345._write_register_byte?5(register: 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:
diff
changeset
|
89 | adafruit_adxl34x.ADXL345.acceleration?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
90 | adafruit_adxl34x.ADXL345.data_rate?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
91 | adafruit_adxl34x.ADXL345.disable_freefall_detection?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
92 | adafruit_adxl34x.ADXL345.disable_motion_detection?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
93 | adafruit_adxl34x.ADXL345.disable_tap_detection?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
94 | adafruit_adxl34x.ADXL345.enable_freefall_detection?4(*, threshold: int = 10, time: int = 25) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
95 | adafruit_adxl34x.ADXL345.enable_motion_detection?4(*, threshold: int = 18) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
96 | adafruit_adxl34x.ADXL345.enable_tap_detection?4(*, tap_count: int = 1, threshold: int = 20, duration: int = 50, latency: int = 20, window: 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:
diff
changeset
|
97 | adafruit_adxl34x.ADXL345.events?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
98 | adafruit_adxl34x.ADXL345.offset?4(val: Tuple[int, int, int]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
99 | adafruit_adxl34x.ADXL345.range?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
100 | adafruit_adxl34x.ADXL345.raw_x?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
101 | adafruit_adxl34x.ADXL345.raw_y?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
102 | adafruit_adxl34x.ADXL345.raw_z?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
103 | adafruit_adxl34x.ADXL345?1(i2c: busio.I2C, address: int = _ADXL345_DEFAULT_ADDRESS) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
104 | adafruit_adxl37x.ADXL375.acceleration?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
105 | adafruit_adxl37x.ADXL375.range?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
106 | adafruit_adxl37x.ADXL375?1(i2c: busio.I2C, address: 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:
diff
changeset
|
107 | adafruit_adxl37x._ADXL375_DEFAULT_ADDRESS?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
108 | adafruit_ags02ma.AGS02MA.TVOC?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
109 | adafruit_ags02ma.AGS02MA._read_reg?5(addr: int, delayms: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
110 | adafruit_ags02ma.AGS02MA.firmware_version?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
111 | adafruit_ags02ma.AGS02MA.gas_resistance?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
112 | adafruit_ags02ma.AGS02MA.set_address?4(new_addr: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
113 | adafruit_ags02ma.AGS02MA?1(i2c_bus: I2C, address: int = AGS02MA_I2CADDR_DEFAULT) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
114 | adafruit_ags02ma._AGS02MA_CRC8_INIT?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
115 | adafruit_ags02ma._AGS02MA_CRC8_POLYNOMIAL?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
116 | adafruit_ags02ma._AGS02MA_GASRES_REG?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
117 | adafruit_ags02ma._AGS02MA_SETADDR_REG?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
118 | adafruit_ags02ma._AGS02MA_TVOCSTAT_REG?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
119 | adafruit_ags02ma._AGS02MA_VERSION_REG?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
120 | adafruit_ags02ma._generate_crc?5(data: 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:
diff
changeset
|
121 | adafruit_ahtx0.AHTx0._readdata?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
122 | adafruit_ahtx0.AHTx0.calibrate?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
123 | adafruit_ahtx0.AHTx0.relative_humidity?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
124 | adafruit_ahtx0.AHTx0.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:
diff
changeset
|
125 | adafruit_ahtx0.AHTx0.status?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
126 | adafruit_ahtx0.AHTx0.temperature?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
127 | adafruit_ahtx0.AHTx0?1(i2c_bus: busio.I2C, address: int = AHTX0_I2CADDR_DEFAULT) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
128 | adafruit_airlift.esp32.ESP32.BLUETOOTH?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
129 | adafruit_airlift.esp32.ESP32.BOOTLOADER?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
130 | adafruit_airlift.esp32.ESP32.NOT_IN_USE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
131 | adafruit_airlift.esp32.ESP32.WIFI?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
132 | adafruit_airlift.esp32.ESP32._MODES?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
133 | adafruit_airlift.esp32.ESP32.reset?4(mode: int, debug: 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:
diff
changeset
|
134 | adafruit_airlift.esp32.ESP32.start_bluetooth?4(debug: 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:
diff
changeset
|
135 | adafruit_airlift.esp32.ESP32.start_wifi?4(debug: 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:
diff
changeset
|
136 | adafruit_airlift.esp32.ESP32.stop_bluetooth?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
137 | adafruit_airlift.esp32.ESP32.stop_wifi?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
138 | adafruit_airlift.esp32.ESP32?1(*, reset: Optional[Pin] = None, reset_high: bool = False, gpio0: Optional[Pin] = None, busy: Optional[Pin] = None, chip_select: Optional[Pin] = None, tx: Optional[Pin] = None, rx: Optional[Pin] = None, spi: Optional[SPI] = None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
139 | adafruit_am2320.AM2320._read_register?5(register: int, 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:
diff
changeset
|
140 | adafruit_am2320.AM2320.relative_humidity?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
141 | adafruit_am2320.AM2320.temperature?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
142 | adafruit_am2320.AM2320?1(i2c_bus: I2C, address: int = AM2320_DEFAULT_ADDR) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
143 | adafruit_am2320.AM2320_CMD_READREG?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
144 | adafruit_am2320.AM2320_DEFAULT_ADDR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
145 | adafruit_am2320.AM2320_REG_HUM_H?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
146 | adafruit_am2320.AM2320_REG_TEMP_H?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
147 | adafruit_am2320._crc16?5(data: bytearray) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
148 | adafruit_amg88xx.AMG88XX.pixels?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
149 | adafruit_amg88xx.AMG88XX.temperature?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
150 | adafruit_amg88xx.AMG88XX?1(i2c: busio.I2C, addr: int = 0x69) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
151 | adafruit_amg88xx._signed_12bit_to_float?5(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
152 | adafruit_amg88xx._twos_comp_to_float?5(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
153 | adafruit_apds9960.apds9960.APDS9960._color_data16?5(command: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
154 | adafruit_apds9960.apds9960.APDS9960._get_bit?5(register: 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:
diff
changeset
|
155 | adafruit_apds9960.apds9960.APDS9960._get_bits?5(register: int, pos: 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:
diff
changeset
|
156 | adafruit_apds9960.apds9960.APDS9960._read8?5(command: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
157 | adafruit_apds9960.apds9960.APDS9960._set_bit?5(register: int, mask: int, 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:
diff
changeset
|
158 | adafruit_apds9960.apds9960.APDS9960._set_bits?5(register: int, pos: int, mask: 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:
diff
changeset
|
159 | adafruit_apds9960.apds9960.APDS9960._write8?5(command: int, abyte: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
160 | adafruit_apds9960.apds9960.APDS9960._writecmdonly?5(command: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
161 | adafruit_apds9960.apds9960.APDS9960.clear_interrupt?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
162 | adafruit_apds9960.apds9960.APDS9960.color_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:
diff
changeset
|
163 | adafruit_apds9960.apds9960.APDS9960.color_data_ready?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
164 | adafruit_apds9960.apds9960.APDS9960.color_gain?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:
diff
changeset
|
165 | adafruit_apds9960.apds9960.APDS9960.color_integration_time?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:
diff
changeset
|
166 | adafruit_apds9960.apds9960.APDS9960.enable?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:
diff
changeset
|
167 | adafruit_apds9960.apds9960.APDS9960.enable_color?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:
diff
changeset
|
168 | adafruit_apds9960.apds9960.APDS9960.enable_gesture?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:
diff
changeset
|
169 | adafruit_apds9960.apds9960.APDS9960.enable_proximity?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:
diff
changeset
|
170 | adafruit_apds9960.apds9960.APDS9960.enable_proximity_interrupt?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:
diff
changeset
|
171 | adafruit_apds9960.apds9960.APDS9960.gesture?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
172 | adafruit_apds9960.apds9960.APDS9960.gesture_gain?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:
diff
changeset
|
173 | adafruit_apds9960.apds9960.APDS9960.proximity?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
174 | adafruit_apds9960.apds9960.APDS9960.proximity_gain?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:
diff
changeset
|
175 | adafruit_apds9960.apds9960.APDS9960.proximity_interrupt_threshold?4(setting_tuple: Tuple[int, ...]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
176 | adafruit_apds9960.apds9960.APDS9960.rotation?4(new_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:
diff
changeset
|
177 | adafruit_apds9960.apds9960.APDS9960?1(i2c: I2C, *, rotation: int = 0, reset: bool = True, set_defaults: 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:
diff
changeset
|
178 | adafruit_apds9960.apds9960._APDS9960_AICLEAR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
179 | adafruit_apds9960.apds9960._APDS9960_ATIME?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
180 | adafruit_apds9960.apds9960._APDS9960_CDATAL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
181 | adafruit_apds9960.apds9960._APDS9960_CONTROL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
182 | adafruit_apds9960.apds9960._APDS9960_ENABLE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
183 | adafruit_apds9960.apds9960._APDS9960_GCONF1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
184 | adafruit_apds9960.apds9960._APDS9960_GCONF2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
185 | adafruit_apds9960.apds9960._APDS9960_GCONF4?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
186 | adafruit_apds9960.apds9960._APDS9960_GEXTH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
187 | adafruit_apds9960.apds9960._APDS9960_GFIFO_U?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
188 | adafruit_apds9960.apds9960._APDS9960_GFLVL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
189 | adafruit_apds9960.apds9960._APDS9960_GPENTH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
190 | adafruit_apds9960.apds9960._APDS9960_GPULSE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
191 | adafruit_apds9960.apds9960._APDS9960_GSTATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
192 | adafruit_apds9960.apds9960._APDS9960_I2C_ADDRESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
193 | adafruit_apds9960.apds9960._APDS9960_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
194 | adafruit_apds9960.apds9960._APDS9960_PDATA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
195 | adafruit_apds9960.apds9960._APDS9960_PERS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
196 | adafruit_apds9960.apds9960._APDS9960_PIHT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
197 | adafruit_apds9960.apds9960._APDS9960_PILT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
198 | adafruit_apds9960.apds9960._APDS9960_STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
199 | adafruit_apds9960.apds9960._BIT_MASK_CONTROL_AGAIN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
200 | adafruit_apds9960.apds9960._BIT_MASK_CONTROL_PGAIN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
201 | adafruit_apds9960.apds9960._BIT_MASK_ENABLE_COLOR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
202 | adafruit_apds9960.apds9960._BIT_MASK_ENABLE_EN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
203 | adafruit_apds9960.apds9960._BIT_MASK_ENABLE_GESTURE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
204 | adafruit_apds9960.apds9960._BIT_MASK_ENABLE_PROX?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
205 | adafruit_apds9960.apds9960._BIT_MASK_ENABLE_PROX_INT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
206 | adafruit_apds9960.apds9960._BIT_MASK_GCONF2_GGAIN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
207 | adafruit_apds9960.apds9960._BIT_MASK_GCONF4_GFIFO_CLR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
208 | adafruit_apds9960.apds9960._BIT_MASK_GSTATUS_GFOV?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
209 | adafruit_apds9960.apds9960._BIT_MASK_PERS_PPERS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
210 | adafruit_apds9960.apds9960._BIT_MASK_STATUS_AVALID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
211 | adafruit_apds9960.apds9960._BIT_MASK_STATUS_GINT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
212 | adafruit_apds9960.apds9960._BIT_POS_CONTROL_AGAIN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
213 | adafruit_apds9960.apds9960._BIT_POS_CONTROL_PGAIN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
214 | adafruit_apds9960.apds9960._BIT_POS_GCONF2_GGAIN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
215 | adafruit_apds9960.apds9960._BIT_POS_PERS_PPERS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
216 | adafruit_apds9960.apds9960._DEVICE_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
217 | adafruit_apds9960.colorutility.calculate_color_temperature?4(r: int, g: int, b: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
218 | adafruit_apds9960.colorutility.calculate_lux?4(r: int, g: int, b: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
219 | adafruit_as726x.AS726x._virtual_read?5(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:
diff
changeset
|
220 | adafruit_as726x.AS726x._virtual_write?5(addr: int, value: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
221 | adafruit_as726x.AS726x.blue?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
222 | adafruit_as726x.AS726x.conversion_mode?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
223 | adafruit_as726x.AS726x.data_ready?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
224 | adafruit_as726x.AS726x.driver_led?4(val: bool) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
225 | adafruit_as726x.AS726x.driver_led_current?4(val: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
226 | adafruit_as726x.AS726x.gain?4(val: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
227 | adafruit_as726x.AS726x.green?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
228 | adafruit_as726x.AS726x.indicator_led?4(val: bool) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
229 | adafruit_as726x.AS726x.indicator_led_current?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
230 | adafruit_as726x.AS726x.integration_time?4(val: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
231 | adafruit_as726x.AS726x.orange?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
232 | adafruit_as726x.AS726x.raw_blue?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
233 | adafruit_as726x.AS726x.raw_green?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
234 | adafruit_as726x.AS726x.raw_orange?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
235 | adafruit_as726x.AS726x.raw_red?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
236 | adafruit_as726x.AS726x.raw_violet?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
237 | adafruit_as726x.AS726x.raw_yellow?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
238 | adafruit_as726x.AS726x.read_calibrated_value?4(channel: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
239 | adafruit_as726x.AS726x.read_channel?4(channel: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
240 | adafruit_as726x.AS726x.red?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
241 | adafruit_as726x.AS726x.start_measurement?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
242 | adafruit_as726x.AS726x.temperature?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
243 | adafruit_as726x.AS726x.violet?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
244 | adafruit_as726x.AS726x.yellow?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
245 | adafruit_as726x.AS726x?1() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
246 | adafruit_as726x.AS726x_I2C._read_u8?5(command: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
247 | adafruit_as726x.AS726x_I2C._virtual_read?5(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:
diff
changeset
|
248 | adafruit_as726x.AS726x_I2C._virtual_write?5(addr: int, value: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
249 | adafruit_as726x.AS726x_I2C?1(i2c_bus: busio.I2C, address: int = _AS726X_ADDRESS) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
250 | adafruit_as726x.AS726x_UART._uart_xfer?5(cmd: Optional[str]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
251 | adafruit_as726x.AS726x_UART._virtual_read?5(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:
diff
changeset
|
252 | adafruit_as726x.AS726x_UART._virtual_write?5(addr: int, value: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
253 | adafruit_as726x.AS726x_UART.read_calibrated_value?4(channel: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
254 | adafruit_as726x.AS726x_UART.read_channel?4(channel: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
255 | adafruit_as726x.AS726x_UART?1(uart: busio.UART) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
256 | adafruit_as726x._AS7262_YELLOW_CALIBRATED?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
257 | adafruit_as7341.AS7341._configure_1k_flicker_detection?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
258 | adafruit_as7341.AS7341._configure_f1_f4?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
259 | adafruit_as7341.AS7341._configure_f5_f8?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
260 | adafruit_as7341.AS7341._f1f4_clear_nir?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
261 | adafruit_as7341.AS7341._f5f8_clear_nir?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
262 | adafruit_as7341.AS7341._led_control_enabled?5(enabled: bool) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
263 | adafruit_as7341.AS7341._led_enabled?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
264 | adafruit_as7341.AS7341._set_smux?5(smux_addr: int, smux_out1: int, smux_out2: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
265 | adafruit_as7341.AS7341._smux_enabled?5(enable_smux: bool) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
266 | adafruit_as7341.AS7341._smux_template?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
267 | adafruit_as7341.AS7341._wait_for_data?5(timeout: 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:
diff
changeset
|
268 | adafruit_as7341.AS7341._write_register?5(addr: int, data: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
269 | adafruit_as7341.AS7341.all_channels?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
270 | adafruit_as7341.AS7341.channel_415nm?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
271 | adafruit_as7341.AS7341.channel_445nm?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
272 | adafruit_as7341.AS7341.channel_480nm?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
273 | adafruit_as7341.AS7341.channel_515nm?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
274 | adafruit_as7341.AS7341.channel_555nm?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
275 | adafruit_as7341.AS7341.channel_590nm?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
276 | adafruit_as7341.AS7341.channel_630nm?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
277 | adafruit_as7341.AS7341.channel_680nm?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
278 | adafruit_as7341.AS7341.channel_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:
diff
changeset
|
279 | adafruit_as7341.AS7341.channel_nir?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
280 | adafruit_as7341.AS7341.flicker_detected?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
281 | adafruit_as7341.AS7341.flicker_detection_enabled?4(flicker_enable: bool) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
282 | adafruit_as7341.AS7341.gain?4(gain_value: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
283 | adafruit_as7341.AS7341.initialize?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
284 | adafruit_as7341.AS7341.led?4(led_on: bool) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
285 | adafruit_as7341.AS7341.led_current?4(led_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:
diff
changeset
|
286 | adafruit_as7341.AS7341?1(i2c_bus: busio.I2C, address: int = _AS7341_I2CADDR_DEFAULT) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
287 | adafruit_as7341.CV.add_values?4(value_tuples: Tuple[str, int, int, Optional[float]], ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
288 | adafruit_as7341.CV.is_valid?4(value: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
289 | adafruit_as7341._AS7341_GPIO2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
290 | adafruit_as7341._AS7341_PERS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
291 | adafruit_as7341._decorator?5(self, *args, **kwargs) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
292 | adafruit_as7341._low_bank?5(func: Any) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
293 | adafruit_atecc.adafruit_atecc.ATECC._at_crc?5(length: int = None) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
294 | adafruit_atecc.adafruit_atecc.ATECC._get_response?5(buf: Sized, length: int = None, retries: int = 20) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
295 | adafruit_atecc.adafruit_atecc.ATECC._random?5(data: bytearray) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
296 | adafruit_atecc.adafruit_atecc.ATECC._read?5(zone: int, address: int, buffer: bytearray) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
297 | adafruit_atecc.adafruit_atecc.ATECC._send_command?5(opcode: int, param_1: int, param_2: int = 0x00, data: Sized = "") |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
298 | adafruit_atecc.adafruit_atecc.ATECC._write?5(zone: Any, address: int, buffer: bytearray) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
299 | adafruit_atecc.adafruit_atecc.ATECC.counter?4(counter: int = 0, increment_counter: bool = True) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
300 | adafruit_atecc.adafruit_atecc.ATECC.ecdsa_sign?4(slot: int, message: bytearray) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
301 | adafruit_atecc.adafruit_atecc.ATECC.gen_key?4(key: bytearray, slot_num: int, private_key: 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:
diff
changeset
|
302 | adafruit_atecc.adafruit_atecc.ATECC.idle?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
303 | adafruit_atecc.adafruit_atecc.ATECC.info?4(mode: int, param: Optional[Any] = None) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
304 | adafruit_atecc.adafruit_atecc.ATECC.lock?4(zone: 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:
diff
changeset
|
305 | adafruit_atecc.adafruit_atecc.ATECC.lock_all_zones?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
306 | adafruit_atecc.adafruit_atecc.ATECC.locked?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
307 | adafruit_atecc.adafruit_atecc.ATECC.nonce?4(data: bytearray, mode: int = 0, zero: int = 0x0000) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
308 | adafruit_atecc.adafruit_atecc.ATECC.random?4(rnd_min: int = 0, rnd_max: int = 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:
diff
changeset
|
309 | adafruit_atecc.adafruit_atecc.ATECC.serial_number?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
310 | adafruit_atecc.adafruit_atecc.ATECC.sha_digest?4(message: bytearray = 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:
diff
changeset
|
311 | adafruit_atecc.adafruit_atecc.ATECC.sha_start?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
312 | adafruit_atecc.adafruit_atecc.ATECC.sha_update?4(message: bytes) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
313 | adafruit_atecc.adafruit_atecc.ATECC.sign?4(slot_id: 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:
diff
changeset
|
314 | adafruit_atecc.adafruit_atecc.ATECC.sleep?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
315 | adafruit_atecc.adafruit_atecc.ATECC.version?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
316 | adafruit_atecc.adafruit_atecc.ATECC.wakeup?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
317 | adafruit_atecc.adafruit_atecc.ATECC.write_config?4(data: bytearray) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
318 | adafruit_atecc.adafruit_atecc.ATECC?1(i2c_bus: I2C, address: int = _REG_ATECC_DEVICE_ADDR, debug: 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:
diff
changeset
|
319 | adafruit_atecc.adafruit_atecc.CFG_TLS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
320 | adafruit_atecc.adafruit_atecc.EXEC_TIME?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
321 | adafruit_atecc.adafruit_atecc.OP_COUNTER?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
322 | adafruit_atecc.adafruit_atecc.OP_GEN_KEY?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
323 | adafruit_atecc.adafruit_atecc.OP_INFO?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
324 | adafruit_atecc.adafruit_atecc.OP_LOCK?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
325 | adafruit_atecc.adafruit_atecc.OP_NONCE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
326 | adafruit_atecc.adafruit_atecc.OP_RANDOM?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
327 | adafruit_atecc.adafruit_atecc.OP_SHA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
328 | adafruit_atecc.adafruit_atecc.OP_SIGN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
329 | adafruit_atecc.adafruit_atecc.OP_WRITE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
330 | adafruit_atecc.adafruit_atecc._ATECC_508_VER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
331 | adafruit_atecc.adafruit_atecc._ATECC_608_VER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
332 | adafruit_atecc.adafruit_atecc._CFG_BYTES_LIST?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
333 | adafruit_atecc.adafruit_atecc._CFG_BYTES_LIST_MOD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
334 | adafruit_atecc.adafruit_atecc._CFG_BYTE_16?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
335 | adafruit_atecc.adafruit_atecc._I2C_ADDR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
336 | adafruit_atecc.adafruit_atecc._REG_ATECC_ADDR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
337 | adafruit_atecc.adafruit_atecc._REG_ATECC_DEVICE_ADDR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
338 | adafruit_atecc.adafruit_atecc._TWLO_TIME?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
339 | adafruit_atecc.adafruit_atecc._WAKE_CLK_FREQ?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
340 | adafruit_atecc.adafruit_atecc._convert_i2c_addr_to_atecc_addr?5(i2c_addr=0x60) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
341 | adafruit_atecc.adafruit_atecc_asn1.get_issuer_or_subject?4(data: bytearray, country: str, state_prov: str, locality: str, org: str, org_unit: str, common: str, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
342 | adafruit_atecc.adafruit_atecc_asn1.get_name?4(name: str, obj_type: int, data: bytearray) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
343 | adafruit_atecc.adafruit_atecc_asn1.get_public_key?4(data: bytearray, public_key: bytearray) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
344 | adafruit_atecc.adafruit_atecc_asn1.get_sequence_header?4(length: int, data: bytearray) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
345 | adafruit_atecc.adafruit_atecc_asn1.get_sequence_header_length?4(seq_header_len: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
346 | adafruit_atecc.adafruit_atecc_asn1.get_signature?4(signature: bytearray, data: bytearray) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
347 | adafruit_atecc.adafruit_atecc_asn1.get_signature_length?4(signature: bytearray) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
348 | adafruit_atecc.adafruit_atecc_asn1.get_version?4(data: bytearray) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
349 | adafruit_atecc.adafruit_atecc_asn1.issuer_or_subject_length?4(country: str, state_prov: str, city: str, org: str, org_unit: str, common: 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:
diff
changeset
|
350 | adafruit_atecc.adafruit_atecc_cert_util.CSR._csr_begin?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
351 | adafruit_atecc.adafruit_atecc_cert_util.CSR._csr_end?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
352 | adafruit_atecc.adafruit_atecc_cert_util.CSR.generate_csr?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
353 | adafruit_atecc.adafruit_atecc_cert_util.CSR?1(atecc: ATECC, slot_num: int, private_key: bool, country: str, state_prov: str, city: str, org: str, org_unit: 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:
diff
changeset
|
354 | adafruit_avrprog.AVRprog._busy_wait?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
355 | adafruit_avrprog.AVRprog._flash_page?5(page_buffer, page_addr, page_size) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
356 | adafruit_avrprog.AVRprog._flash_word?5(addr, low, high) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
357 | adafruit_avrprog.AVRprog._rst?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
358 | adafruit_avrprog.AVRprog._spi?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
359 | adafruit_avrprog.AVRprog._transaction?5(command) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
360 | adafruit_avrprog.AVRprog.begin?4(clock=_FAST_CLOCK) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
361 | adafruit_avrprog.AVRprog.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:
diff
changeset
|
362 | adafruit_avrprog.AVRprog.erase_chip?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
363 | adafruit_avrprog.AVRprog.init?4(spi_bus, rst_pin) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
364 | adafruit_avrprog.AVRprog.program_file?4(chip, file_name, verbose=False, verify=True) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
365 | adafruit_avrprog.AVRprog.read?4(addr, read_buffer) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
366 | adafruit_avrprog.AVRprog.read_fuses?4(chip) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
367 | adafruit_avrprog.AVRprog.read_signature?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
368 | adafruit_avrprog.AVRprog.verify_file?4(chip, file_name, verbose=False) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
369 | adafruit_avrprog.AVRprog.verify_fuses?4(chip, low=None, high=None, ext=None, lock=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
370 | adafruit_avrprog.AVRprog.verify_sig?4(chip, verbose=False) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
371 | adafruit_avrprog.AVRprog.write_fuses?4(chip, low=None, high=None, ext=None, lock=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
372 | adafruit_avrprog.Boards.ATmega2560?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
373 | adafruit_avrprog.Boards.ATmega328p?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
374 | adafruit_avrprog.Boards.ATmega644pa?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
375 | adafruit_avrprog.Boards.ATtiny13a?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
376 | adafruit_avrprog.Boards.ATtiny85?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
377 | adafruit_avrprog._FAST_CLOCK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
378 | adafruit_avrprog._SLOW_CLOCK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
379 | adafruit_avrprog.read_hex_page?4(file_state, page_addr, page_size, page_buffer) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
380 | adafruit_aw9523.AW9523.LED_modes?4(modes: 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:
diff
changeset
|
381 | adafruit_aw9523.AW9523._LED_modes?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
382 | adafruit_aw9523.AW9523._chip_id?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
383 | adafruit_aw9523.AW9523._directions?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
384 | adafruit_aw9523.AW9523._interrupt_enables?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
385 | adafruit_aw9523.AW9523._reset_reg?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
386 | adafruit_aw9523.AW9523.constant_current_range?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
387 | adafruit_aw9523.AW9523.directions?4(dirs: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
388 | adafruit_aw9523.AW9523.get_pin?4(pin: 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:
diff
changeset
|
389 | adafruit_aw9523.AW9523.inputs?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
390 | adafruit_aw9523.AW9523.interrupt_enables?4(enables: 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:
diff
changeset
|
391 | adafruit_aw9523.AW9523.outputs?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
392 | adafruit_aw9523.AW9523.port0_push_pull?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
393 | adafruit_aw9523.AW9523.reset?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
394 | adafruit_aw9523.AW9523.set_constant_current?4(pin: int, value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
395 | adafruit_aw9523.AW9523?1(i2c_bus: I2C, address: int = _AW9523_DEFAULT_ADDR, reset: 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:
diff
changeset
|
396 | adafruit_aw9523.AW9523_1_4_RANGE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
397 | adafruit_aw9523.AW9523_2_4_RANGE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
398 | adafruit_aw9523.AW9523_3_4_RANGE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
399 | adafruit_aw9523.AW9523_4_4_RANGE?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
400 | adafruit_aw9523.DigitalInOut.direction?4(val: bool) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
401 | adafruit_aw9523.DigitalInOut.pull?4(val) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
402 | adafruit_aw9523.DigitalInOut.switch_to_input?4(pull: Optional[bool] = None, **kwargs) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
403 | adafruit_aw9523.DigitalInOut.switch_to_output?4(value: bool = False, **kwargs) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
404 | adafruit_aw9523.DigitalInOut.value?4(val: bool) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
405 | adafruit_aw9523.DigitalInOut?1(pin_number: int, aw: "AW9523") |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
406 | adafruit_aw9523._AW9523_DEFAULT_ADDR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
407 | adafruit_aw9523._AW9523_REG_CHIPID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
408 | adafruit_aw9523._AW9523_REG_CONFIG0?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
409 | adafruit_aw9523._AW9523_REG_GCR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
410 | adafruit_aw9523._AW9523_REG_INPUT0?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
411 | adafruit_aw9523._AW9523_REG_INTENABLE0?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
412 | adafruit_aw9523._AW9523_REG_LEDMODE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
413 | adafruit_aw9523._AW9523_REG_OUTPUT0?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
414 | adafruit_aw9523._AW9523_REG_SOFTRESET?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
415 | adafruit_aw9523._clear_bit?5(val: bool, bit: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
416 | adafruit_aw9523._enable_bit?5(val: bool, bit: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
417 | adafruit_aw9523._get_bit?5(val: bool, bit: 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:
diff
changeset
|
418 | adafruit_aws_iot.MQTT_CLIENT._on_connect_mqtt?5(client: MQTT, userdata: str, flag: int, ret_code: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
419 | adafruit_aws_iot.MQTT_CLIENT._on_disconnect_mqtt?5(client: MQTT, userdata: str, flag: int, ret_code: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
420 | adafruit_aws_iot.MQTT_CLIENT._on_message_mqtt?5(client: MQTT, topic: str, payload: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
421 | adafruit_aws_iot.MQTT_CLIENT._on_subscribe_mqtt?5(client: MQTT, user_data: str, topic: int, qos: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
422 | adafruit_aws_iot.MQTT_CLIENT._on_unsubscribe_mqtt?5(client: MQTT, user_data: str, topic: str, pid: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
423 | adafruit_aws_iot.MQTT_CLIENT.connect?4(clean_session: 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:
diff
changeset
|
424 | adafruit_aws_iot.MQTT_CLIENT.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:
diff
changeset
|
425 | adafruit_aws_iot.MQTT_CLIENT.is_connected?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
426 | adafruit_aws_iot.MQTT_CLIENT.loop?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
427 | adafruit_aws_iot.MQTT_CLIENT.loop_forever?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
428 | adafruit_aws_iot.MQTT_CLIENT.publish?4(topic: str, payload: Union[str, float, bytes], qos: 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:
diff
changeset
|
429 | adafruit_aws_iot.MQTT_CLIENT.reconnect?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
430 | adafruit_aws_iot.MQTT_CLIENT.shadow_delete?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
431 | adafruit_aws_iot.MQTT_CLIENT.shadow_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:
diff
changeset
|
432 | adafruit_aws_iot.MQTT_CLIENT.shadow_get_subscribe?4(qos: 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:
diff
changeset
|
433 | adafruit_aws_iot.MQTT_CLIENT.shadow_subscribe?4(qos: 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:
diff
changeset
|
434 | adafruit_aws_iot.MQTT_CLIENT.shadow_update?4(document: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
435 | adafruit_aws_iot.MQTT_CLIENT.subscribe?4(topic: str, qos: 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:
diff
changeset
|
436 | adafruit_aws_iot.MQTT_CLIENT.validate_topic?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
437 | adafruit_aws_iot.MQTT_CLIENT?1(mmqttclient: MQTT, keep_alive: int = 30) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
438 | adafruit_azureiot.base64._bytes_from_decode_data?5(data: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
439 | adafruit_azureiot.base64.b64decode?4(todecode: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
440 | adafruit_azureiot.base64.b64encode?4(toencode: bytes) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
441 | adafruit_azureiot.constants.DPS_API_VERSION?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
442 | adafruit_azureiot.constants.DPS_END_POINT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
443 | adafruit_azureiot.constants.IOTC_API_VERSION?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
444 | adafruit_azureiot.device_registration.DeviceRegistration._connect_to_mqtt?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
445 | adafruit_azureiot.device_registration.DeviceRegistration._handle_dps_update?5(client, topic: str, msg: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
446 | adafruit_azureiot.device_registration.DeviceRegistration._on_connect?5(client, userdata, _, rc) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
447 | adafruit_azureiot.device_registration.DeviceRegistration._start_registration?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
448 | adafruit_azureiot.device_registration.DeviceRegistration._wait_for_operation?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
449 | adafruit_azureiot.device_registration.DeviceRegistration.register_device?4(expiry: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
450 | adafruit_azureiot.device_registration.DeviceRegistration?1(socket, iface, id_scope: str, device_id: str, device_sas_key: str, logger: Logger = None, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
451 | adafruit_azureiot.device_registration.DeviceRegistrationError?1(message: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
452 | adafruit_azureiot.hmac.Ch?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
453 | adafruit_azureiot.hmac.Gamma0?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
454 | adafruit_azureiot.hmac.Gamma1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
455 | adafruit_azureiot.hmac.HMAC._current?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
456 | adafruit_azureiot.hmac.HMAC.blocksize?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
457 | adafruit_azureiot.hmac.HMAC.copy?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
458 | adafruit_azureiot.hmac.HMAC.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:
diff
changeset
|
459 | adafruit_azureiot.hmac.HMAC.hexdigest?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
460 | adafruit_azureiot.hmac.HMAC.name?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
461 | adafruit_azureiot.hmac.HMAC.update?4(msg: Union[bytes, bytearray]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
462 | adafruit_azureiot.hmac.HMAC?1(key: Union[bytes, bytearray], msg: Union[bytes, bytearray] = None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
463 | adafruit_azureiot.hmac.Maj?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
464 | adafruit_azureiot.hmac.R?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
465 | adafruit_azureiot.hmac.RND?4(a, b, c, d, e, f, g, h, i, ki) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
466 | adafruit_azureiot.hmac.ROR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
467 | adafruit_azureiot.hmac.S?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
468 | adafruit_azureiot.hmac.SHA_BLOCKSIZE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
469 | adafruit_azureiot.hmac.SHA_DIGESTSIZE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
470 | adafruit_azureiot.hmac.Sigma0?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
471 | adafruit_azureiot.hmac.Sigma1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
472 | adafruit_azureiot.hmac.TRANS_36?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
473 | adafruit_azureiot.hmac.TRANS_5C?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
474 | adafruit_azureiot.hmac.getbuf?4(s: Union[str, bytes, bytearray]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
475 | adafruit_azureiot.hmac.new_hmac?4(key: Union[bytes, bytearray], msg: Union[bytes, bytearray] = None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
476 | adafruit_azureiot.hmac.new_shaobject?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
477 | adafruit_azureiot.hmac.sha256.block_size?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
478 | adafruit_azureiot.hmac.sha256.copy?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
479 | adafruit_azureiot.hmac.sha256.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:
diff
changeset
|
480 | adafruit_azureiot.hmac.sha256.digest_size?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
481 | adafruit_azureiot.hmac.sha256.hexdigest?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
482 | adafruit_azureiot.hmac.sha256.name?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
483 | adafruit_azureiot.hmac.sha256.update?4(s: Union[str, bytes, bytearray]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
484 | adafruit_azureiot.hmac.sha256?1(s: Union[str, bytes, bytearray] = None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
485 | adafruit_azureiot.hmac.sha_final?4(sha_info: dict) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
486 | adafruit_azureiot.hmac.sha_init?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
487 | adafruit_azureiot.hmac.sha_transform?4(sha_info: dict) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
488 | adafruit_azureiot.hmac.sha_update?4(sha_info: dict, buffer: Union[bytes, bytearray]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
489 | adafruit_azureiot.iot_error.IoTError?1(message: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
490 | adafruit_azureiot.iot_mqtt.IoTMQTT._create_mqtt_client?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
491 | adafruit_azureiot.iot_mqtt.IoTMQTT._gen_sas_token?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
492 | adafruit_azureiot.iot_mqtt.IoTMQTT._get_device_settings?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
493 | adafruit_azureiot.iot_mqtt.IoTMQTT._handle_cloud_to_device_message?5(client, topic: str, msg: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
494 | adafruit_azureiot.iot_mqtt.IoTMQTT._handle_device_twin_update?5(client, topic: str, msg: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
495 | adafruit_azureiot.iot_mqtt.IoTMQTT._handle_direct_method?5(client, topic: str, msg: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
496 | adafruit_azureiot.iot_mqtt.IoTMQTT._on_connect?5(client, userdata, _, rc) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
497 | adafruit_azureiot.iot_mqtt.IoTMQTT._on_disconnect?5(client, userdata, rc) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
498 | adafruit_azureiot.iot_mqtt.IoTMQTT._on_publish?5(client, data, topic, msg_id) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
499 | adafruit_azureiot.iot_mqtt.IoTMQTT._send_common?5(topic: str, data) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
500 | adafruit_azureiot.iot_mqtt.IoTMQTT._subscribe_to_core_topics?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
501 | adafruit_azureiot.iot_mqtt.IoTMQTT._subscribe_to_twin_topics?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
502 | adafruit_azureiot.iot_mqtt.IoTMQTT.connect?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
503 | adafruit_azureiot.iot_mqtt.IoTMQTT.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:
diff
changeset
|
504 | adafruit_azureiot.iot_mqtt.IoTMQTT.is_connected?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
505 | adafruit_azureiot.iot_mqtt.IoTMQTT.loop?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
506 | adafruit_azureiot.iot_mqtt.IoTMQTT.reconnect?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
507 | adafruit_azureiot.iot_mqtt.IoTMQTT.send_device_to_cloud_message?4(message, system_properties: dict = None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
508 | adafruit_azureiot.iot_mqtt.IoTMQTT.send_twin_patch?4(patch) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
509 | adafruit_azureiot.iot_mqtt.IoTMQTT.subscribe_to_twins?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
510 | adafruit_azureiot.iot_mqtt.IoTMQTT?1(callback: IoTMQTTCallback, socket, iface, hostname: str, device_id: str, device_sas_key: str, token_expires: int = 21600, logger: Logger = None, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
511 | adafruit_azureiot.iot_mqtt.IoTMQTTCallback.cloud_to_device_message_received?4(body: str, properties: dict) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
512 | adafruit_azureiot.iot_mqtt.IoTMQTTCallback.connection_status_change?4(connected: bool) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
513 | adafruit_azureiot.iot_mqtt.IoTMQTTCallback.device_twin_desired_updated?4(desired_property_name: str, desired_property_value, desired_version: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
514 | adafruit_azureiot.iot_mqtt.IoTMQTTCallback.device_twin_reported_updated?4(reported_property_name: str, reported_property_value, reported_version: int, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
515 | adafruit_azureiot.iot_mqtt.IoTMQTTCallback.direct_method_invoked?4(method_name: str, payload: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
516 | adafruit_azureiot.iot_mqtt.IoTMQTTCallback.message_sent?4(data: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
517 | adafruit_azureiot.iot_mqtt.IoTResponse?1(code: int, message: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
518 | adafruit_azureiot.iotcentral_device.IoTCentralDevice.connect?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
519 | adafruit_azureiot.iotcentral_device.IoTCentralDevice.connection_status_change?4(connected: bool) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
520 | adafruit_azureiot.iotcentral_device.IoTCentralDevice.device_twin_desired_updated?4(desired_property_name: str, desired_property_value, desired_version: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
521 | adafruit_azureiot.iotcentral_device.IoTCentralDevice.device_twin_reported_updated?4(reported_property_name: str, reported_property_value, reported_version: int, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
522 | adafruit_azureiot.iotcentral_device.IoTCentralDevice.direct_method_called?4(method_name: str, payload: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
523 | adafruit_azureiot.iotcentral_device.IoTCentralDevice.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:
diff
changeset
|
524 | adafruit_azureiot.iotcentral_device.IoTCentralDevice.is_connected?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
525 | adafruit_azureiot.iotcentral_device.IoTCentralDevice.loop?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
526 | adafruit_azureiot.iotcentral_device.IoTCentralDevice.reconnect?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
527 | adafruit_azureiot.iotcentral_device.IoTCentralDevice.send_property?4(property_name: str, value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
528 | adafruit_azureiot.iotcentral_device.IoTCentralDevice.send_telemetry?4(data) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
529 | adafruit_azureiot.iotcentral_device.IoTCentralDevice?1(socket, iface, id_scope: str, device_id: str, device_sas_key: str, token_expires: int = 21600, logger: Logger = None, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
530 | adafruit_azureiot.iothub_device.DELIMITER?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
531 | adafruit_azureiot.iothub_device.DEVICE_ID?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
532 | adafruit_azureiot.iothub_device.GATEWAY_HOST_NAME?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
533 | adafruit_azureiot.iothub_device.HOST_NAME?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
534 | adafruit_azureiot.iothub_device.IoTHubDevice.cloud_to_device_message_received?4(body: str, properties: dict) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
535 | adafruit_azureiot.iothub_device.IoTHubDevice.connect?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
536 | adafruit_azureiot.iothub_device.IoTHubDevice.connection_status_change?4(connected: bool) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
537 | adafruit_azureiot.iothub_device.IoTHubDevice.device_twin_desired_updated?4(desired_property_name: str, desired_property_value: Any, desired_version: int, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
538 | adafruit_azureiot.iothub_device.IoTHubDevice.device_twin_reported_updated?4(reported_property_name: str, reported_property_value: Any, reported_version: int, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
539 | adafruit_azureiot.iothub_device.IoTHubDevice.direct_method_invoked?4(method_name: str, payload: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
540 | adafruit_azureiot.iothub_device.IoTHubDevice.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:
diff
changeset
|
541 | adafruit_azureiot.iothub_device.IoTHubDevice.is_connected?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
542 | adafruit_azureiot.iothub_device.IoTHubDevice.loop?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
543 | adafruit_azureiot.iothub_device.IoTHubDevice.on_cloud_to_device_message_received?4(new_on_cloud_to_device_message_received: Callable) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
544 | adafruit_azureiot.iothub_device.IoTHubDevice.on_connection_status_changed?4(new_on_connection_status_changed: Callable) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
545 | adafruit_azureiot.iothub_device.IoTHubDevice.on_device_twin_desired_updated?4(new_on_device_twin_desired_updated: Callable) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
546 | adafruit_azureiot.iothub_device.IoTHubDevice.on_device_twin_reported_updated?4(new_on_device_twin_reported_updated: Callable) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
547 | adafruit_azureiot.iothub_device.IoTHubDevice.on_direct_method_invoked?4(new_on_direct_method_invoked: Callable) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
548 | adafruit_azureiot.iothub_device.IoTHubDevice.reconnect?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
549 | adafruit_azureiot.iothub_device.IoTHubDevice.send_device_to_cloud_message?4(message: Union[str, dict], system_properties: dict = None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
550 | adafruit_azureiot.iothub_device.IoTHubDevice.update_twin?4(patch: Union[str, dict]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
551 | adafruit_azureiot.iothub_device.IoTHubDevice?1(socket, iface, device_connection_string: str, token_expires: int = 21600, logger: Logger = None, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
552 | adafruit_azureiot.iothub_device.MODULE_ID?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
553 | adafruit_azureiot.iothub_device.SHARED_ACCESS_KEY?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
554 | adafruit_azureiot.iothub_device.SHARED_ACCESS_KEY_NAME?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
555 | adafruit_azureiot.iothub_device.SHARED_ACCESS_SIGNATURE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
556 | adafruit_azureiot.iothub_device.VALID_KEYS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
557 | adafruit_azureiot.iothub_device.VALUE_SEPARATOR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
558 | adafruit_azureiot.iothub_device._validate_keys?5(connection_string_parts: Mapping) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
559 | adafruit_azureiot.keys.compute_derived_symmetric_key?4(secret: str, msg: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
560 | adafruit_azureiot.quote.Quoter?1(safe: Union[bytes, bytearray]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
561 | adafruit_azureiot.quote.SAFE_QUOTERS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
562 | adafruit_azureiot.quote._ALWAYS_SAFE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
563 | adafruit_azureiot.quote._ALWAYS_SAFE_BYTES?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
564 | adafruit_azureiot.quote.defaultdict?1(default_factory: Any = None, **kwargs: Any) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
565 | adafruit_azureiot.quote.quote?4(bytes_val: bytes, safe: Union[str, bytes, bytearray] = "/") |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
566 | adafruit_bd3491fs.BD3491FS._ch1_attenuation?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
567 | adafruit_bd3491fs.BD3491FS._ch2_attenuation?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
568 | adafruit_bd3491fs.BD3491FS._input_gain?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
569 | adafruit_bd3491fs.BD3491FS._input_selector?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
570 | adafruit_bd3491fs.BD3491FS._system_reset?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
571 | adafruit_bd3491fs.BD3491FS.active_input?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:
diff
changeset
|
572 | adafruit_bd3491fs.BD3491FS.channel_1_attenuation?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:
diff
changeset
|
573 | adafruit_bd3491fs.BD3491FS.channel_2_attenuation?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:
diff
changeset
|
574 | adafruit_bd3491fs.BD3491FS.input_gain?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:
diff
changeset
|
575 | adafruit_bd3491fs.BD3491FS.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:
diff
changeset
|
576 | adafruit_bd3491fs.BD3491FS?1(i2c_bus: I2C) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
577 | adafruit_bd3491fs.Input.A?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
578 | adafruit_bd3491fs.Input.B?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
579 | adafruit_bd3491fs.Input.C?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
580 | adafruit_bd3491fs.Input.D?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
581 | adafruit_bd3491fs.Input.E?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
582 | adafruit_bd3491fs.Input.F?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
583 | adafruit_bd3491fs.Input.MUTE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
584 | adafruit_bd3491fs.Input.SHORT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
585 | adafruit_bd3491fs.Level.LEVEL_0DB?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
586 | adafruit_bd3491fs.Level.LEVEL_10DB?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
587 | adafruit_bd3491fs.Level.LEVEL_12DB?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
588 | adafruit_bd3491fs.Level.LEVEL_14DB?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
589 | adafruit_bd3491fs.Level.LEVEL_16DB?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
590 | adafruit_bd3491fs.Level.LEVEL_20DB?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
591 | adafruit_bd3491fs.Level.LEVEL_2DB?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
592 | adafruit_bd3491fs.Level.LEVEL_4DB?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
593 | adafruit_bd3491fs.Level.LEVEL_6DB?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
594 | adafruit_bd3491fs.Level.LEVEL_8DB?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
595 | adafruit_bd3491fs._BASS_GAIN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
596 | adafruit_bd3491fs._INPUT_GAIN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
597 | adafruit_bd3491fs._INPUT_SELECTOR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
598 | adafruit_bd3491fs._SURROUND_GAIN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
599 | adafruit_bd3491fs._SYSTEM_RESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
600 | adafruit_bd3491fs._TREBLE_GAIN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
601 | adafruit_bd3491fs._VOLUME_GAIN_CH1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
602 | adafruit_bd3491fs._VOLUME_GAIN_CH2?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
603 | adafruit_bh1750.BH1750._convert_to_lux?5(raw_lux: 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:
diff
changeset
|
604 | adafruit_bh1750.BH1750._raw_reading?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
605 | adafruit_bh1750.BH1750._settings?5(value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
606 | adafruit_bh1750.BH1750._write?5(cmd_byte: 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:
diff
changeset
|
607 | adafruit_bh1750.BH1750.initialize?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
608 | adafruit_bh1750.BH1750.lux?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
609 | adafruit_bh1750.BH1750.mode?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
610 | adafruit_bh1750.BH1750.resolution?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
611 | adafruit_bh1750.BH1750?1(i2c: I2C, address: int = _BH1750_DEFAULT_ADDRESS) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
612 | adafruit_bh1750.CV.add_values?4(value_tuples: List[Tuple[str, int, str, Optional[int]]]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
613 | adafruit_bh1750.CV.is_valid?4(value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
614 | adafruit_bh1750.RWBitfields?1(num_bits: int, lowest_bit: 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:
diff
changeset
|
615 | adafruit_bh1750._BH1750_ALT_ADDRESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
616 | adafruit_bh1750._BH1750_CONV_TIME_H?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
617 | adafruit_bh1750._BH1750_CONV_TIME_L?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
618 | adafruit_bh1750._BH1750_DEFAULT_ADDRESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
619 | adafruit_bh1750._BH1750_DEVICE_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
620 | adafruit_bh1750._BH1750_MODE_MASK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
621 | adafruit_bh1750._BH1750_POWER_DOWN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
622 | adafruit_bh1750._BH1750_POWER_ON?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
623 | adafruit_bh1750._BH1750_RESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
624 | adafruit_bh1750._BH1750_RES_MASK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
625 | adafruit_binascii.A2B_HEX?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
626 | adafruit_binascii.B2A_HEX?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
627 | adafruit_binascii.Error.hexlify?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
628 | adafruit_binascii.Error.unhexlify?4(ReadableBuffer]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
629 | adafruit_binascii.TABLE_A2B_B64?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
630 | adafruit_binascii.TABLE_B2A_B64?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
631 | adafruit_binascii._transform?5(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:
diff
changeset
|
632 | adafruit_binascii.a2b_base64?4(b64_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:
diff
changeset
|
633 | adafruit_binascii.b2a_base64?4(bin_data: ReadableBuffer) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
634 | adafruit_bitbangio.I2C._probe?5(address: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
635 | adafruit_bitbangio.I2C._read?5(address: int, length: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
636 | adafruit_bitbangio.I2C._read_byte?5(ack: 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:
diff
changeset
|
637 | adafruit_bitbangio.I2C._repeated_start?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
638 | adafruit_bitbangio.I2C._scl_low?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
639 | adafruit_bitbangio.I2C._scl_release?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
640 | adafruit_bitbangio.I2C._sda_low?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
641 | adafruit_bitbangio.I2C._sda_release?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
642 | adafruit_bitbangio.I2C._start?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
643 | adafruit_bitbangio.I2C._stop?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
644 | adafruit_bitbangio.I2C._wait?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
645 | adafruit_bitbangio.I2C._write?5(address: int, buffer: ReadableBuffer, transmit_stop: bool) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
646 | adafruit_bitbangio.I2C._write_byte?5(byte: 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:
diff
changeset
|
647 | adafruit_bitbangio.I2C.deinit?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
648 | adafruit_bitbangio.I2C.readfrom_into?4(address: int, buffer: WriteableBuffer, *, start: int = 0, end: 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:
diff
changeset
|
649 | adafruit_bitbangio.I2C.scan?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
650 | adafruit_bitbangio.I2C.writeto?4(address: int, buffer: ReadableBuffer, *, start: int = 0, end: Optional[int] = None, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
651 | adafruit_bitbangio.I2C.writeto_then_readfrom?4(address: int, buffer_out: ReadableBuffer, buffer_in: WriteableBuffer, *, out_start: int = 0, out_end: Optional[int] = None, in_start: int = 0, in_end: Optional[int] = None, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
652 | adafruit_bitbangio.I2C?1(scl: Pin, sda: Pin, *, frequency: int = 400000, 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:
diff
changeset
|
653 | adafruit_bitbangio.LSBFIRST?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
654 | adafruit_bitbangio.MSBFIRST?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
655 | adafruit_bitbangio.SPI._wait?5(start: Optional[int] = None) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
656 | adafruit_bitbangio.SPI.configure?4(*, baudrate: int = 100000, polarity: Literal[0, 1] = 0, phase: Literal[0, 1] = 0, bits: 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:
diff
changeset
|
657 | adafruit_bitbangio.SPI.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:
diff
changeset
|
658 | adafruit_bitbangio.SPI.frequency?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
659 | adafruit_bitbangio.SPI.readinto?4(buffer: WriteableBuffer, start: int = 0, end: Optional[int] = None, write_value: int = 0, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
660 | adafruit_bitbangio.SPI.write?4(buffer: ReadableBuffer, start: int = 0, end: Optional[int] = None) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
661 | adafruit_bitbangio.SPI.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, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
662 | adafruit_bitbangio.SPI?1(clock: Pin, MOSI: Optional[Pin] = None, MISO: Optional[Pin] = 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:
diff
changeset
|
663 | adafruit_bitbangio._BitBangIO._check_lock?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
664 | adafruit_bitbangio._BitBangIO.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:
diff
changeset
|
665 | adafruit_bitbangio._BitBangIO.try_lock?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
666 | adafruit_bitbangio._BitBangIO.unlock?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
667 | adafruit_bitbangio._BitBangIO?2() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
668 | adafruit_bitmap_font.bdf.BDF._readline_file?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
669 | adafruit_bitmap_font.bdf.BDF._verify_bounding_box?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
670 | adafruit_bitmap_font.bdf.BDF.ascent?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
671 | adafruit_bitmap_font.bdf.BDF.descent?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
672 | adafruit_bitmap_font.bdf.BDF.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:
diff
changeset
|
673 | adafruit_bitmap_font.bdf.BDF.load_glyphs?4(code_points: Union[int, str, Iterable[int]]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
674 | adafruit_bitmap_font.bdf.BDF?1(f: FileIO, bitmap_class: Bitmap) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
675 | adafruit_bitmap_font.bitmap_font.load_font?4(filename: str, bitmap: Optional[Bitmap] = None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
676 | adafruit_bitmap_font.glyph_cache.GlyphCache.get_glyph?4(code_point: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
677 | adafruit_bitmap_font.glyph_cache.GlyphCache.load_glyphs?4(code_points: Union[int, str, Iterable[int]]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
678 | adafruit_bitmap_font.glyph_cache.GlyphCache?1() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
679 | adafruit_bitmap_font.pcf.Accelerators?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
680 | adafruit_bitmap_font.pcf.Bitmap?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
681 | adafruit_bitmap_font.pcf.Encoding?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
682 | adafruit_bitmap_font.pcf.Metrics?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
683 | adafruit_bitmap_font.pcf.PCF._read?5(format_: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
684 | adafruit_bitmap_font.pcf.PCF._read_accelerator_tables?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
685 | adafruit_bitmap_font.pcf.PCF._read_bitmap_table?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
686 | adafruit_bitmap_font.pcf.PCF._read_encoding_table?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
687 | adafruit_bitmap_font.pcf.PCF._read_metrics?5(compressed_metrics: bool) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
688 | adafruit_bitmap_font.pcf.PCF._read_properties?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
689 | adafruit_bitmap_font.pcf.PCF._seek_table?5(table: Table) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
690 | adafruit_bitmap_font.pcf.PCF.ascent?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
691 | adafruit_bitmap_font.pcf.PCF.descent?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
692 | adafruit_bitmap_font.pcf.PCF.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:
diff
changeset
|
693 | adafruit_bitmap_font.pcf.PCF.load_glyphs?4(code_points: Union[int, str, Iterable[int]]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
694 | adafruit_bitmap_font.pcf.PCF?1(f: FileIO, bitmap_class: displayioBitmap) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
695 | adafruit_bitmap_font.pcf.Table?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
696 | adafruit_bitmap_font.pcf._PCF_ACCELERATORS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
697 | adafruit_bitmap_font.pcf._PCF_ACCEL_W_INKBOUNDS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
698 | adafruit_bitmap_font.pcf._PCF_BDF_ACCELERATORS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
699 | adafruit_bitmap_font.pcf._PCF_BDF_ENCODINGS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
700 | adafruit_bitmap_font.pcf._PCF_BITMAPS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
701 | adafruit_bitmap_font.pcf._PCF_BIT_MASK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
702 | adafruit_bitmap_font.pcf._PCF_BYTE_MASK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
703 | adafruit_bitmap_font.pcf._PCF_COMPRESSED_METRICS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
704 | adafruit_bitmap_font.pcf._PCF_DEFAULT_FORMAT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
705 | adafruit_bitmap_font.pcf._PCF_GLYPH_NAMES?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
706 | adafruit_bitmap_font.pcf._PCF_GLYPH_PAD_MASK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
707 | adafruit_bitmap_font.pcf._PCF_INK_METRICS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
708 | adafruit_bitmap_font.pcf._PCF_METRICS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
709 | adafruit_bitmap_font.pcf._PCF_PROPERTIES?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
710 | adafruit_bitmap_font.pcf._PCF_SCAN_UNIT_MASK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
711 | adafruit_bitmap_font.pcf._PCF_SWIDTHS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
712 | adafruit_bitmap_font.ttf.TTF.read?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
713 | adafruit_bitmap_font.ttf.TTF?1(f: FileIO, bitmap: Bitmap) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
714 | adafruit_bitmapsaver._bytes_per_row?5(source_width: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
715 | adafruit_bitmapsaver._rgb565_to_bgr_tuple?5(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:
diff
changeset
|
716 | adafruit_bitmapsaver._rotated_height_and_width?5(pixel_source: Union[Bitmap, Display]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
717 | adafruit_bitmapsaver._write_bmp_header?5(output_file: BufferedWriter, filesize: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
718 | adafruit_bitmapsaver._write_dib_header?5(output_file: BufferedWriter, 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:
diff
changeset
|
719 | adafruit_bitmapsaver._write_pixels?5(output_file: BufferedWriter, pixel_source: Union[Bitmap, Display], palette: Optional[Palette], ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
720 | adafruit_bitmapsaver.save_pixels?4(file_or_filename: Union[str, BufferedWriter], pixel_source: Union[Display, Bitmap] = None, palette: Optional[Palette] = None, ) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
721 | adafruit_ble.BLEConnection._discover_remote?5(uuid: UUID) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
722 | adafruit_ble.BLEConnection.connected?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
723 | adafruit_ble.BLEConnection.connection_interval?4(value: 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:
diff
changeset
|
724 | adafruit_ble.BLEConnection.disconnect?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
725 | adafruit_ble.BLEConnection.pair?4(*, bond: 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:
diff
changeset
|
726 | adafruit_ble.BLEConnection.paired?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
727 | adafruit_ble.BLEConnection?1(bleio_connection: _bleio.Connection) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
728 | adafruit_ble.BLERadio._clean_connection_cache?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
729 | adafruit_ble.BLERadio.address_bytes?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
730 | adafruit_ble.BLERadio.advertising?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
731 | adafruit_ble.BLERadio.connect?4(peer: Union[Advertisement, _bleio.Address], *, timeout: float = 10.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:
diff
changeset
|
732 | adafruit_ble.BLERadio.connected?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
733 | adafruit_ble.BLERadio.connections?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
734 | adafruit_ble.BLERadio.name?4(value: str) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
735 | adafruit_ble.BLERadio.start_advertising?4(advertisement: Advertisement, scan_response: Optional[ReadableBuffer] = None, interval: float = 0.1, timeout: Optional[int] = None, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
736 | adafruit_ble.BLERadio.start_scan?4(*advertisement_types: Type[Advertisement], 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, ) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
737 | adafruit_ble.BLERadio.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:
diff
changeset
|
738 | adafruit_ble.BLERadio.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:
diff
changeset
|
739 | adafruit_ble.BLERadio.tx_power?4(value) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
740 | adafruit_ble.BLERadio?1(adapter: Optional[_bleio.Adapter] = 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:
diff
changeset
|
741 | adafruit_ble.advertising.Advertisement._prefix_bytes?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
742 | adafruit_ble.advertising.Advertisement.appearance?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
743 | adafruit_ble.advertising.Advertisement.complete_name?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
744 | adafruit_ble.advertising.Advertisement.flags?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
745 | adafruit_ble.advertising.Advertisement.get_prefix_bytes?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
746 | adafruit_ble.advertising.Advertisement.match_prefixes?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
747 | adafruit_ble.advertising.Advertisement.matches?4(entry: ScanEntry) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
748 | adafruit_ble.advertising.Advertisement.matches_prefixes?4(entry: ScanEntry, *, all_: bool) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
749 | adafruit_ble.advertising.Advertisement.rssi?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
750 | adafruit_ble.advertising.Advertisement.short_name?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
751 | adafruit_ble.advertising.Advertisement.tx_power?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
752 | adafruit_ble.advertising.Advertisement?1(*, entry: Optional[ScanEntry] = None) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
753 | adafruit_ble.advertising.AdvertisingFlag?1(bit_position: 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:
diff
changeset
|
754 | adafruit_ble.advertising.AdvertisingFlags.general_discovery?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
755 | adafruit_ble.advertising.AdvertisingFlags.le_only?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
756 | adafruit_ble.advertising.AdvertisingFlags.limited_discovery?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
757 | adafruit_ble.advertising.AdvertisingFlags?1(advertisement: "Advertisement", advertising_data_type: 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:
diff
changeset
|
758 | adafruit_ble.advertising.LazyObjectField.advertising_data_type?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
759 | adafruit_ble.advertising.LazyObjectField?1(cls: Any, attribute_name: str, *, advertising_data_type: int, **kwargs) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
760 | adafruit_ble.advertising.String?1(*, advertising_data_type: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
761 | adafruit_ble.advertising.Struct?1(struct_format: str, *, advertising_data_type: 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:
diff
changeset
|
762 | adafruit_ble.advertising.adafruit.ADAFRUIT_COMPANY_ID?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
763 | adafruit_ble.advertising.adafruit.AdafruitColor.advertising_data_type?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
764 | adafruit_ble.advertising.adafruit.AdafruitColor.color?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
765 | adafruit_ble.advertising.adafruit.AdafruitColor.company_id?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
766 | adafruit_ble.advertising.adafruit.AdafruitColor.key_encoding?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
767 | adafruit_ble.advertising.adafruit.AdafruitColor.manufacturer_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:
diff
changeset
|
768 | adafruit_ble.advertising.adafruit.AdafruitColor.match_prefixes?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
769 | adafruit_ble.advertising.adafruit.MANUFACTURING_DATA_ADT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
770 | adafruit_ble.advertising.adafruit._COLOR_DATA_ID?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
771 | adafruit_ble.advertising.compute_length?4(data_dict: Dict[Any, Union[bytes, List[bytes]]], *, key_encoding: str = "B") |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
772 | adafruit_ble.advertising.decode_data?4(data: bytes, *, key_encoding: str = "B") |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
773 | adafruit_ble.advertising.encode_data?4(data_dict: Dict[Any, Union[bytes, List[bytes]]], *, key_encoding: str = "B") |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
774 | adafruit_ble.advertising.standard.BoundServiceList._update?5(adt: int, uuids: List[UUID]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
775 | adafruit_ble.advertising.standard.BoundServiceList.append?4(service: Service) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
776 | adafruit_ble.advertising.standard.BoundServiceList.extend?4(services: Iterable[Service]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
777 | adafruit_ble.advertising.standard.BoundServiceList?1(advertisement: UsesServicesAdvertisement, *, standard_services: List[int], vendor_services: List[int]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
778 | adafruit_ble.advertising.standard.ManufacturerData?1(obj: UsesServicesAdvertisement, *, advertising_data_type: int = 0xFF, company_id: int, key_encoding: str = "B") |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
779 | adafruit_ble.advertising.standard.ManufacturerDataField?1(key: int, value_format: str, field_names: Optional[Iterable[str]] = 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:
diff
changeset
|
780 | adafruit_ble.advertising.standard.ProvideServicesAdvertisement.match_prefixes?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
781 | adafruit_ble.advertising.standard.ProvideServicesAdvertisement.matches?4(entry: ScanEntry) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
782 | adafruit_ble.advertising.standard.ProvideServicesAdvertisement.services?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
783 | adafruit_ble.advertising.standard.ProvideServicesAdvertisement?1(*services: Service, entry: Optional[ScanEntry] = None) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
784 | adafruit_ble.advertising.standard.ServiceData?1(service: Characteristic) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
785 | adafruit_ble.advertising.standard.ServiceList._present?5(obj: UsesServicesAdvertisement) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
786 | adafruit_ble.advertising.standard.ServiceList?1(*, standard_services: List[int], vendor_services: List[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:
diff
changeset
|
787 | adafruit_ble.advertising.standard.SolicitServicesAdvertisement.match_prefixes?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
788 | adafruit_ble.advertising.standard.SolicitServicesAdvertisement.solicited_services?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
789 | adafruit_ble.advertising.standard.SolicitServicesAdvertisement?1(*services: Service, entry: Optional[ScanEntry] = None) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
790 | adafruit_ble.advertising.to_bytes_literal?4(seq: bytes) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
791 | adafruit_ble.advertising.to_hex?4(seq: bytes) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
792 | adafruit_ble.attributes.Attribute.ENCRYPT_NO_MITM?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
793 | adafruit_ble.attributes.Attribute.ENCRYPT_WITH_MITM?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
794 | adafruit_ble.attributes.Attribute.LESC_ENCRYPT_WITH_MITM?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
795 | adafruit_ble.attributes.Attribute.NO_ACCESS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
796 | adafruit_ble.attributes.Attribute.OPEN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
797 | adafruit_ble.attributes.Attribute.SIGNED_NO_MITM?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
798 | adafruit_ble.attributes.Attribute.SIGNED_WITH_MITM?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
799 | adafruit_ble.characteristics.Characteristic.BROADCAST?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
800 | adafruit_ble.characteristics.Characteristic.INDICATE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
801 | adafruit_ble.characteristics.Characteristic.NOTIFY?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
802 | adafruit_ble.characteristics.Characteristic.READ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
803 | adafruit_ble.characteristics.Characteristic.WRITE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
804 | adafruit_ble.characteristics.Characteristic.WRITE_NO_RESPONSE?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
805 | adafruit_ble.characteristics.Characteristic._ensure_bound?5(service: Service, initial_value: Optional[bytes] = None) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
806 | adafruit_ble.characteristics.Characteristic?1(*, uuid: Optional[UUID] = None, properties: int = 0, read_perm: int = Attribute.OPEN, write_perm: int = Attribute.OPEN, max_length: Optional[int] = None, fixed_length: bool = False, initial_value: Optional[ReadableBuffer] = None, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
807 | adafruit_ble.characteristics.ComplexCharacteristic.bind?4(service: Service) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
808 | adafruit_ble.characteristics.ComplexCharacteristic?1(*, uuid: Optional[UUID] = None, 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, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
809 | adafruit_ble.characteristics.StructCharacteristic?1(struct_format, *, uuid: Optional[UUID] = None, properties: int = 0, read_perm: int = Attribute.OPEN, write_perm: int = Attribute.OPEN, initial_value: Optional[ReadableBuffer] = None, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
810 | adafruit_ble.characteristics.float.FloatCharacteristic?1(*, uuid: Optional[UUID] = None, properties: int = 0, read_perm: int = Attribute.OPEN, write_perm: int = Attribute.OPEN, initial_value: Optional[ReadableBuffer] = None, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
811 | adafruit_ble.characteristics.int.Int16Characteristic?1(*, min_value: int = -32768, max_value: int = 32767, **kwargs) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
812 | adafruit_ble.characteristics.int.Int32Characteristic?1(*, min_value: int = -2147483648, max_value: int = 2147483647, **kwargs) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
813 | adafruit_ble.characteristics.int.Int8Characteristic?1(*, min_value: int = -128, max_value: int = 127, **kwargs) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
814 | adafruit_ble.characteristics.int.IntCharacteristic?1(format_string: str, min_value: int, max_value: int, *, uuid: Optional[UUID] = None, properties: int = 0, read_perm: int = Attribute.OPEN, write_perm: int = Attribute.OPEN, initial_value: Optional[ReadableBuffer] = None, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
815 | adafruit_ble.characteristics.int.Uint16Characteristic?1(*, min_value: int = 0, max_value: int = 0xFFFF, **kwargs) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
816 | adafruit_ble.characteristics.int.Uint32Characteristic?1(*, min_value: int = 0, max_value: int = 0xFFFFFFFF, **kwargs) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
817 | adafruit_ble.characteristics.int.Uint8Characteristic?1(*, min_value: int = 0, max_value: int = 0xFF, **kwargs) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
818 | adafruit_ble.characteristics.json.JSONCharacteristic.pack?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
819 | adafruit_ble.characteristics.json.JSONCharacteristic.unpack?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
820 | adafruit_ble.characteristics.json.JSONCharacteristic?1(*, uuid: Optional[UUID] = None, properties: int = Characteristic.READ, read_perm: int = Attribute.OPEN, write_perm: int = Attribute.OPEN, initial_value: Optional[ReadableBuffer] = None, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
821 | adafruit_ble.characteristics.stream.BoundWriteStream.write?4(buf: ReadableBuffer) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
822 | adafruit_ble.characteristics.stream.BoundWriteStream?1(bound_characteristic: Characteristic) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
823 | adafruit_ble.characteristics.stream.StreamIn.bind?4(service: Service) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
824 | adafruit_ble.characteristics.stream.StreamIn?1(*, uuid: Optional[UUID] = None, timeout: float = 1.0, buffer_size: int = 64, properties: int = (Characteristic.WRITE | Characteristic.WRITE_NO_RESPONSE), write_perm: int = Attribute.OPEN, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
825 | adafruit_ble.characteristics.stream.StreamOut.bind?4(service: Service) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
826 | adafruit_ble.characteristics.stream.StreamOut?1(*, uuid: Optional[UUID] = None, timeout: float = 1.0, buffer_size: int = 64, properties: int = Characteristic.NOTIFY, read_perm: int = Attribute.OPEN, write_perm: int = Attribute.OPEN, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
827 | adafruit_ble.characteristics.string.FixedStringCharacteristic?1(*, uuid: Optional[UUID] = None, read_perm: int = Attribute.OPEN) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
828 | adafruit_ble.characteristics.string.StringCharacteristic?1(*, uuid: Optional[UUID] = None, properties: int = Characteristic.READ, read_perm: int = Attribute.OPEN, write_perm: int = Attribute.OPEN, initial_value: Optional[ReadableBuffer] = 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:
diff
changeset
|
829 | adafruit_ble.services.Service.remote?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
830 | adafruit_ble.services.Service?1(*, service: Optional[_bleio.Service] = None, secondary: bool = False, **initial_values, ) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
831 | adafruit_ble.services.circuitpython.CircuitPythonService.contents?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
832 | adafruit_ble.services.circuitpython.CircuitPythonService.filename?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
833 | adafruit_ble.services.circuitpython.CircuitPythonService.properties?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
834 | adafruit_ble.services.circuitpython.CircuitPythonService.uuid?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
835 | adafruit_ble.services.circuitpython.CircuitPythonUUID?1(uuid16: 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:
diff
changeset
|
836 | adafruit_ble.services.nordic.UARTService._server_rx?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
837 | adafruit_ble.services.nordic.UARTService._server_tx?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
838 | adafruit_ble.services.nordic.UARTService.buffer_size?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
839 | adafruit_ble.services.nordic.UARTService.in_waiting?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
840 | adafruit_ble.services.nordic.UARTService.read?4(nbytes: Optional[int] = None) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
841 | adafruit_ble.services.nordic.UARTService.readinto?4(buf: WriteableBuffer, nbytes: 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:
diff
changeset
|
842 | adafruit_ble.services.nordic.UARTService.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:
diff
changeset
|
843 | adafruit_ble.services.nordic.UARTService.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:
diff
changeset
|
844 | adafruit_ble.services.nordic.UARTService.timeout?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
845 | adafruit_ble.services.nordic.UARTService.uuid?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
846 | adafruit_ble.services.nordic.UARTService.write?4(buf: ReadableBuffer) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
847 | adafruit_ble.services.nordic.UARTService?1(service: Optional[_bleio.Service] = 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:
diff
changeset
|
848 | adafruit_ble.services.sphero.SpheroService.uuid?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
849 | adafruit_ble.services.standard.AppearanceCharacteristic.uuid?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
850 | adafruit_ble.services.standard.AppearanceCharacteristic?1(**kwargs) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
851 | adafruit_ble.services.standard.BatteryService.level?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
852 | adafruit_ble.services.standard.BatteryService.max_value?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
853 | adafruit_ble.services.standard.BatteryService.properties?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
854 | adafruit_ble.services.standard.BatteryService.uuid?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
855 | adafruit_ble.services.standard.CurrentTimeService.current_time?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
856 | adafruit_ble.services.standard.CurrentTimeService.local_time_info?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
857 | adafruit_ble.services.standard.CurrentTimeService.struct_time?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
858 | adafruit_ble.services.standard.CurrentTimeService.uuid?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
859 | adafruit_ble.services.standard.GenericAccess.appearance?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
860 | adafruit_ble.services.standard.GenericAccess.device_name?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
861 | adafruit_ble.services.standard.GenericAccess.uuid?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
862 | adafruit_ble.services.standard.GenericAttribute.uuid?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
863 | adafruit_ble.services.standard.device_info.DeviceInfoService.firmware_revision?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
864 | adafruit_ble.services.standard.device_info.DeviceInfoService.hardware_revision?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
865 | adafruit_ble.services.standard.device_info.DeviceInfoService.manufacturer?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
866 | adafruit_ble.services.standard.device_info.DeviceInfoService.model_number?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
867 | adafruit_ble.services.standard.device_info.DeviceInfoService.serial_number?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
868 | adafruit_ble.services.standard.device_info.DeviceInfoService.software_revision?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
869 | adafruit_ble.services.standard.device_info.DeviceInfoService.uuid?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
870 | adafruit_ble.services.standard.device_info.DeviceInfoService?1(*, manufacturer: Optional[str] = None, software_revision: Optional[str] = None, model_number: Optional[str] = None, serial_number: Optional[str] = None, firmware_revision: Optional[str] = None, hardware_revision: Optional[str] = None, service: Optional[_bleio.Service] = 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:
diff
changeset
|
871 | adafruit_ble.services.standard.hid.DEFAULT_HID_DESCRIPTOR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
872 | adafruit_ble.services.standard.hid.HIDService._init_devices?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
873 | adafruit_ble.services.standard.hid.HIDService.boot_keyboard_in?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
874 | adafruit_ble.services.standard.hid.HIDService.boot_keyboard_out?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
875 | adafruit_ble.services.standard.hid.HIDService.fixed_length?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
876 | adafruit_ble.services.standard.hid.HIDService.get_report_info?4(reports: Dict) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
877 | adafruit_ble.services.standard.hid.HIDService.hid_information?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
878 | adafruit_ble.services.standard.hid.HIDService.initial_value?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
879 | adafruit_ble.services.standard.hid.HIDService.max_length?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
880 | adafruit_ble.services.standard.hid.HIDService.max_value?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
881 | adafruit_ble.services.standard.hid.HIDService.properties?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
882 | adafruit_ble.services.standard.hid.HIDService.protocol_mode?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
883 | adafruit_ble.services.standard.hid.HIDService.read_perm?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
884 | adafruit_ble.services.standard.hid.HIDService.report_map?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
885 | adafruit_ble.services.standard.hid.HIDService.suspended?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
886 | adafruit_ble.services.standard.hid.HIDService.uuid?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
887 | adafruit_ble.services.standard.hid.HIDService.write_perm?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
888 | adafruit_ble.services.standard.hid.HIDService?1(hid_descriptor: bytes = DEFAULT_HID_DESCRIPTOR, service: Optional[Service] = None, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
889 | adafruit_ble.services.standard.hid.ReportIn.send_report?4(report: Dict) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
890 | adafruit_ble.services.standard.hid.ReportIn.uuid?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
891 | adafruit_ble.services.standard.hid.ReportIn?1(service: Service, report_id: int, usage_page: bytes, usage: bytes, *, max_length: 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:
diff
changeset
|
892 | adafruit_ble.services.standard.hid.ReportOut.report?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
893 | adafruit_ble.services.standard.hid.ReportOut.uuid?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
894 | adafruit_ble.services.standard.hid.ReportOut?1(service: Service, report_id: int, usage_page: bytes, usage: bytes, *, max_length: 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:
diff
changeset
|
895 | adafruit_ble.services.standard.hid._APPEARANCE_HID_GAMEPAD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
896 | adafruit_ble.services.standard.hid._APPEARANCE_HID_JOYSTICK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
897 | adafruit_ble.services.standard.hid._APPEARANCE_HID_KEYBOARD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
898 | adafruit_ble.services.standard.hid._APPEARANCE_HID_MOUSE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
899 | adafruit_ble.services.standard.hid._BOOT_KEYBOARD_INPUT_REPORT_UUID_NUM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
900 | adafruit_ble.services.standard.hid._BOOT_KEYBOARD_OUTPUT_REPORT_UUID_NUM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
901 | adafruit_ble.services.standard.hid._BOOT_MOUSE_INPUT_REPORT_UUID_NUM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
902 | adafruit_ble.services.standard.hid._HID_CONTROL_POINT_UUID_NUM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
903 | adafruit_ble.services.standard.hid._HID_INFORMATION_UUID_NUM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
904 | adafruit_ble.services.standard.hid._HID_SERVICE_UUID_NUM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
905 | adafruit_ble.services.standard.hid._ITEM_TYPE_GLOBAL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
906 | adafruit_ble.services.standard.hid._ITEM_TYPE_LOCAL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
907 | adafruit_ble.services.standard.hid._ITEM_TYPE_MAIN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
908 | adafruit_ble.services.standard.hid._MAIN_ITEM_TAG_END_COLLECTION?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
909 | adafruit_ble.services.standard.hid._MAIN_ITEM_TAG_FEATURE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
910 | adafruit_ble.services.standard.hid._MAIN_ITEM_TAG_INPUT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
911 | adafruit_ble.services.standard.hid._MAIN_ITEM_TAG_OUTPUT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
912 | adafruit_ble.services.standard.hid._MAIN_ITEM_TAG_START_COLLECTION?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
913 | adafruit_ble.services.standard.hid._PROTOCOL_MODE_BOOT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
914 | adafruit_ble.services.standard.hid._PROTOCOL_MODE_REPORT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
915 | adafruit_ble.services.standard.hid._PROTOCOL_MODE_UUID_NUM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
916 | adafruit_ble.services.standard.hid._REPORT_MAP_UUID_NUM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
917 | adafruit_ble.services.standard.hid._REPORT_REF_DESCR_UUID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
918 | adafruit_ble.services.standard.hid._REPORT_REF_DESCR_UUID_NUM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
919 | adafruit_ble.services.standard.hid._REPORT_TYPE_INPUT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
920 | adafruit_ble.services.standard.hid._REPORT_TYPE_OUTPUT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
921 | adafruit_ble.services.standard.hid._REPORT_UUID_NUM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
922 | adafruit_ble.uuid.StandardUUID?1(uuid16) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
923 | adafruit_ble.uuid.UUID.pack_into?4(buffer, offset=0) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
924 | adafruit_ble.uuid.VendorUUID?1(uuid128) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
925 | adafruit_ble_adafruit.accelerometer_service.AccelerometerService.acceleration?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
926 | adafruit_ble_adafruit.accelerometer_service.AccelerometerService.measurement_period?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
927 | adafruit_ble_adafruit.accelerometer_service.AccelerometerService.properties?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
928 | adafruit_ble_adafruit.accelerometer_service.AccelerometerService.uuid?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
929 | adafruit_ble_adafruit.accelerometer_service.AccelerometerService.write_perm?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
930 | adafruit_ble_adafruit.adafruit_service.AdafruitServerAdvertisement.advertising_data_type?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
931 | adafruit_ble_adafruit.adafruit_service.AdafruitServerAdvertisement.company_id?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
932 | adafruit_ble_adafruit.adafruit_service.AdafruitServerAdvertisement.key_encoding?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
933 | adafruit_ble_adafruit.adafruit_service.AdafruitServerAdvertisement.manufacturer_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:
diff
changeset
|
934 | adafruit_ble_adafruit.adafruit_service.AdafruitServerAdvertisement.match_prefixes?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
935 | adafruit_ble_adafruit.adafruit_service.AdafruitServerAdvertisement.pid?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
936 | adafruit_ble_adafruit.adafruit_service.AdafruitServerAdvertisement?1(*, entry: Optional[ScanEntry] = None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
937 | adafruit_ble_adafruit.adafruit_service.AdafruitService.adafruit_service_uuid?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
938 | adafruit_ble_adafruit.adafruit_service.AdafruitService.measurement_period_charac?4(msecs: int = 1000) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
939 | adafruit_ble_adafruit.adafruit_service.AdafruitService.service_version_charac?4(version: 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:
diff
changeset
|
940 | adafruit_ble_adafruit.adafruit_service._PID_DATA_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
941 | adafruit_ble_adafruit.addressable_pixel_service.AddressablePixelService._pixel_packet?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
942 | adafruit_ble_adafruit.addressable_pixel_service.AddressablePixelService.initial_value?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
943 | adafruit_ble_adafruit.addressable_pixel_service.AddressablePixelService.pixel_buffer_size?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
944 | adafruit_ble_adafruit.addressable_pixel_service.AddressablePixelService.pixel_pin?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
945 | adafruit_ble_adafruit.addressable_pixel_service.AddressablePixelService.pixel_pin_type?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
946 | adafruit_ble_adafruit.addressable_pixel_service.AddressablePixelService.properties?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
947 | adafruit_ble_adafruit.addressable_pixel_service.AddressablePixelService.uuid?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
948 | adafruit_ble_adafruit.addressable_pixel_service.AddressablePixelService.values?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
949 | adafruit_ble_adafruit.addressable_pixel_service.AddressablePixelService?1(service: Optional["AddressablePixelService"] = None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
950 | adafruit_ble_adafruit.addressable_pixel_service.PixelValues?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
951 | adafruit_ble_adafruit.addressable_pixel_service._PixelPacket.MAX_LENGTH?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
952 | adafruit_ble_adafruit.addressable_pixel_service._PixelPacket.bind?4(service: "AddressablePixelService") |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
953 | adafruit_ble_adafruit.addressable_pixel_service._PixelPacket.uuid?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
954 | adafruit_ble_adafruit.addressable_pixel_service._PixelPacket?2() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
955 | adafruit_ble_adafruit.barometric_pressure_service.BarometricPressureService.measurement_period?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
956 | adafruit_ble_adafruit.barometric_pressure_service.BarometricPressureService.pressure?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
957 | adafruit_ble_adafruit.barometric_pressure_service.BarometricPressureService.properties?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
958 | adafruit_ble_adafruit.barometric_pressure_service.BarometricPressureService.uuid?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
959 | adafruit_ble_adafruit.barometric_pressure_service.BarometricPressureService.write_perm?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
960 | adafruit_ble_adafruit.button_service.ButtonService.button_a?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
961 | adafruit_ble_adafruit.button_service.ButtonService.button_b?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
962 | adafruit_ble_adafruit.button_service.ButtonService.measurement_period?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
963 | adafruit_ble_adafruit.button_service.ButtonService.pressed?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
964 | adafruit_ble_adafruit.button_service.ButtonService.properties?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
965 | adafruit_ble_adafruit.button_service.ButtonService.read_perm?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
966 | adafruit_ble_adafruit.button_service.ButtonService.set_pressed?4(switch: bool, button_a: bool, button_b: bool) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
967 | adafruit_ble_adafruit.button_service.ButtonService.switch?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
968 | adafruit_ble_adafruit.button_service.ButtonService.uuid?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
969 | adafruit_ble_adafruit.button_service.ButtonService.write_perm?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
970 | adafruit_ble_adafruit.color_sensor_service.ColorSensorService.acceleration?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
971 | adafruit_ble_adafruit.color_sensor_service.ColorSensorService.measurement_period?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
972 | adafruit_ble_adafruit.color_sensor_service.ColorSensorService.properties?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
973 | adafruit_ble_adafruit.color_sensor_service.ColorSensorService.uuid?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
974 | adafruit_ble_adafruit.color_sensor_service.ColorSensorService.write_perm?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
975 | adafruit_ble_adafruit.gesture_service.GestureService.DOWN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
976 | adafruit_ble_adafruit.gesture_service.GestureService.LEFT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
977 | adafruit_ble_adafruit.gesture_service.GestureService.RIGHT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
978 | adafruit_ble_adafruit.gesture_service.GestureService.UP?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
979 | adafruit_ble_adafruit.gesture_service.GestureService.gesture?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
980 | adafruit_ble_adafruit.gesture_service.GestureService.measurement_period?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
981 | adafruit_ble_adafruit.gesture_service.GestureService.properties?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
982 | adafruit_ble_adafruit.gesture_service.GestureService.read_perm?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
983 | adafruit_ble_adafruit.gesture_service.GestureService.uuid?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
984 | adafruit_ble_adafruit.gesture_service.GestureService.write_perm?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
985 | adafruit_ble_adafruit.gyroscope_service.GyroscopeService.gyro?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
986 | adafruit_ble_adafruit.gyroscope_service.GyroscopeService.measurement_period?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
987 | adafruit_ble_adafruit.gyroscope_service.GyroscopeService.properties?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
988 | adafruit_ble_adafruit.gyroscope_service.GyroscopeService.uuid?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
989 | adafruit_ble_adafruit.gyroscope_service.GyroscopeService.write_perm?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
990 | adafruit_ble_adafruit.humidity_service.HumidityService.humidity?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
991 | adafruit_ble_adafruit.humidity_service.HumidityService.measurement_period?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
992 | adafruit_ble_adafruit.humidity_service.HumidityService.properties?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
993 | adafruit_ble_adafruit.humidity_service.HumidityService.uuid?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
994 | adafruit_ble_adafruit.humidity_service.HumidityService.write_perm?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
995 | adafruit_ble_adafruit.light_sensor_service.LightSensorService.light_level?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
996 | adafruit_ble_adafruit.light_sensor_service.LightSensorService.measurement_period?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
997 | adafruit_ble_adafruit.light_sensor_service.LightSensorService.properties?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
998 | adafruit_ble_adafruit.light_sensor_service.LightSensorService.uuid?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
999 | adafruit_ble_adafruit.light_sensor_service.LightSensorService.write_perm?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1000 | adafruit_ble_adafruit.magnetometer_service.MagnetometerService.magnetic?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1001 | adafruit_ble_adafruit.magnetometer_service.MagnetometerService.measurement_period?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1002 | adafruit_ble_adafruit.magnetometer_service.MagnetometerService.properties?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1003 | adafruit_ble_adafruit.magnetometer_service.MagnetometerService.uuid?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1004 | adafruit_ble_adafruit.magnetometer_service.MagnetometerService.write_perm?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1005 | adafruit_ble_adafruit.microphone_service.MicrophoneService.max_length?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1006 | adafruit_ble_adafruit.microphone_service.MicrophoneService.measurement_period?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1007 | adafruit_ble_adafruit.microphone_service.MicrophoneService.number_of_channels?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1008 | adafruit_ble_adafruit.microphone_service.MicrophoneService.properties?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1009 | adafruit_ble_adafruit.microphone_service.MicrophoneService.sound_samples?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1010 | adafruit_ble_adafruit.microphone_service.MicrophoneService.uuid?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1011 | adafruit_ble_adafruit.microphone_service.MicrophoneService.write_perm?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1012 | adafruit_ble_adafruit.proximity_service.ProximityService.measurement_period?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1013 | adafruit_ble_adafruit.proximity_service.ProximityService.properties?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1014 | adafruit_ble_adafruit.proximity_service.ProximityService.proximity?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1015 | adafruit_ble_adafruit.proximity_service.ProximityService.read_perm?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1016 | adafruit_ble_adafruit.proximity_service.ProximityService.uuid?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1017 | adafruit_ble_adafruit.proximity_service.ProximityService.write_perm?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1018 | adafruit_ble_adafruit.quaternion_service.QuaternionService.calibration_in?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1019 | adafruit_ble_adafruit.quaternion_service.QuaternionService.calibration_out?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1020 | adafruit_ble_adafruit.quaternion_service.QuaternionService.measurement_period?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1021 | adafruit_ble_adafruit.quaternion_service.QuaternionService.properties?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1022 | adafruit_ble_adafruit.quaternion_service.QuaternionService.quaternion?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1023 | adafruit_ble_adafruit.quaternion_service.QuaternionService.read_perm?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1024 | adafruit_ble_adafruit.quaternion_service.QuaternionService.uuid?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1025 | adafruit_ble_adafruit.quaternion_service.QuaternionService.write_perm?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1026 | adafruit_ble_adafruit.temperature_service.TemperatureService.measurement_period?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1027 | adafruit_ble_adafruit.temperature_service.TemperatureService.properties?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1028 | adafruit_ble_adafruit.temperature_service.TemperatureService.temperature?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1029 | adafruit_ble_adafruit.temperature_service.TemperatureService.uuid?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1030 | adafruit_ble_adafruit.temperature_service.TemperatureService.write_perm?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1031 | adafruit_ble_adafruit.tone_service.ToneService._tone_packet?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1032 | adafruit_ble_adafruit.tone_service.ToneService.play?4(frequency: int, duration: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1033 | adafruit_ble_adafruit.tone_service.ToneService.tone?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1034 | adafruit_ble_adafruit.tone_service.ToneService.uuid?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1035 | adafruit_ble_adafruit.tone_service.ToneService?1(service: Optional["ToneService"] = None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1036 | adafruit_ble_adafruit.tone_service._TonePacket.bind?4(service: "ToneService") |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1037 | adafruit_ble_adafruit.tone_service._TonePacket.format?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1038 | adafruit_ble_adafruit.tone_service._TonePacket.format_size?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1039 | adafruit_ble_adafruit.tone_service._TonePacket.uuid?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1040 | adafruit_ble_adafruit.tone_service._TonePacket?2() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1041 | adafruit_ble_apple_media.AppleMediaService._entity_attribute?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1042 | adafruit_ble_apple_media.AppleMediaService._entity_update?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1043 | adafruit_ble_apple_media.AppleMediaService._playback_info?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1044 | adafruit_ble_apple_media.AppleMediaService._remote_command?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1045 | adafruit_ble_apple_media.AppleMediaService._send_command?5(command_id) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1046 | adafruit_ble_apple_media.AppleMediaService.advance_repeat_mode?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1047 | adafruit_ble_apple_media.AppleMediaService.advance_shuffle_mode?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1048 | adafruit_ble_apple_media.AppleMediaService.album?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1049 | adafruit_ble_apple_media.AppleMediaService.artist?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1050 | adafruit_ble_apple_media.AppleMediaService.bookmark_track?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1051 | adafruit_ble_apple_media.AppleMediaService.dislike_track?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1052 | adafruit_ble_apple_media.AppleMediaService.duration?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1053 | adafruit_ble_apple_media.AppleMediaService.elapsed_time?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1054 | adafruit_ble_apple_media.AppleMediaService.fast_forwarding?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1055 | adafruit_ble_apple_media.AppleMediaService.like_track?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1056 | adafruit_ble_apple_media.AppleMediaService.next_track?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1057 | adafruit_ble_apple_media.AppleMediaService.pause?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1058 | adafruit_ble_apple_media.AppleMediaService.paused?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1059 | adafruit_ble_apple_media.AppleMediaService.play?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1060 | adafruit_ble_apple_media.AppleMediaService.playback_rate?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1061 | adafruit_ble_apple_media.AppleMediaService.player_name?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1062 | adafruit_ble_apple_media.AppleMediaService.playing?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1063 | adafruit_ble_apple_media.AppleMediaService.previous_track?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1064 | adafruit_ble_apple_media.AppleMediaService.queue_index?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1065 | adafruit_ble_apple_media.AppleMediaService.queue_length?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1066 | adafruit_ble_apple_media.AppleMediaService.repeat_mode?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1067 | adafruit_ble_apple_media.AppleMediaService.rewinding?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1068 | adafruit_ble_apple_media.AppleMediaService.shuffle_mode?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1069 | adafruit_ble_apple_media.AppleMediaService.skip_backward?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1070 | adafruit_ble_apple_media.AppleMediaService.skip_forward?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1071 | adafruit_ble_apple_media.AppleMediaService.title?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1072 | adafruit_ble_apple_media.AppleMediaService.toggle_play_pause?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1073 | adafruit_ble_apple_media.AppleMediaService.uuid?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1074 | adafruit_ble_apple_media.AppleMediaService.volume?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1075 | adafruit_ble_apple_media.AppleMediaService.volume_down?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1076 | adafruit_ble_apple_media.AppleMediaService.volume_up?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1077 | adafruit_ble_apple_media.AppleMediaService?1(**kwargs) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1078 | adafruit_ble_apple_media._EntityAttribute.uuid?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1079 | adafruit_ble_apple_media._EntityAttribute?2() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1080 | adafruit_ble_apple_media._EntityUpdate.bind?4(service) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1081 | adafruit_ble_apple_media._EntityUpdate.uuid?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1082 | adafruit_ble_apple_media._EntityUpdate?2() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1083 | adafruit_ble_apple_media._MediaAttribute._update?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1084 | adafruit_ble_apple_media._MediaAttribute?2(entity_id, attribute_id) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1085 | adafruit_ble_apple_media._MediaAttributePlaybackInfo?2(position) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1086 | adafruit_ble_apple_media._MediaAttributePlaybackState?2(playback_value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1087 | adafruit_ble_apple_media._RemoteCommand.bind?4(service) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1088 | adafruit_ble_apple_media._RemoteCommand.uuid?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1089 | adafruit_ble_apple_media._RemoteCommand?2() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1090 | adafruit_ble_apple_notification_center.AppleNotificationCenterService._update?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1091 | adafruit_ble_apple_notification_center.AppleNotificationCenterService.active_notifications?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1092 | adafruit_ble_apple_notification_center.AppleNotificationCenterService.control_point?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1093 | adafruit_ble_apple_notification_center.AppleNotificationCenterService.data_source?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1094 | adafruit_ble_apple_notification_center.AppleNotificationCenterService.notification_source?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1095 | adafruit_ble_apple_notification_center.AppleNotificationCenterService.uuid?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1096 | adafruit_ble_apple_notification_center.AppleNotificationCenterService.wait_for_new_notifications?4(timeout=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1097 | adafruit_ble_apple_notification_center.AppleNotificationCenterService?1(service=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1098 | adafruit_ble_apple_notification_center.NOTIFICATION_CATEGORIES?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1099 | adafruit_ble_apple_notification_center.Notification._raw_date?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1100 | adafruit_ble_apple_notification_center.Notification.app_id?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1101 | adafruit_ble_apple_notification_center.Notification.message?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1102 | adafruit_ble_apple_notification_center.Notification.message_size?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1103 | adafruit_ble_apple_notification_center.Notification.negative_action_label?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1104 | adafruit_ble_apple_notification_center.Notification.positive_action_label?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1105 | adafruit_ble_apple_notification_center.Notification.send_negative_action?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1106 | adafruit_ble_apple_notification_center.Notification.send_positive_action?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1107 | adafruit_ble_apple_notification_center.Notification.subtitle?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1108 | adafruit_ble_apple_notification_center.Notification.title?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1109 | adafruit_ble_apple_notification_center.Notification.update?4(event_flags, category_id, category_count) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1110 | adafruit_ble_apple_notification_center.Notification?1(notification_id, event_flags, category_id, category_count, *, control_point, data_source) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1111 | adafruit_ble_apple_notification_center._NotificationAttribute?2(attribute_id, *, max_length=False) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1112 | adafruit_ble_beacon.MultiStruct?1(struct_format: str, *, advertising_data_type: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1113 | adafruit_ble_beacon._APPLE_COMPANY_ID?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1114 | adafruit_ble_beacon._BeaconAdvertisement.beacon_tx_power?4(power: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1115 | adafruit_ble_beacon._BeaconAdvertisement.distance?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1116 | adafruit_ble_beacon._BeaconAdvertisement.uuid?4(uuid: bytes) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1117 | adafruit_ble_beacon._IBEACON_LENGTH?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1118 | adafruit_ble_beacon._IBEACON_TYPE?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1119 | adafruit_ble_beacon._MANUFACTURING_DATA_ADT?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1120 | adafruit_ble_beacon.iBeaconAdvertisement._beacon_data?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1121 | adafruit_ble_beacon.iBeaconAdvertisement._beacon_tx_power_index?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1122 | adafruit_ble_beacon.iBeaconAdvertisement._data_format?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1123 | adafruit_ble_beacon.iBeaconAdvertisement._get_struct_index?5(index: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1124 | adafruit_ble_beacon.iBeaconAdvertisement._init_struct?5() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1125 | adafruit_ble_beacon.iBeaconAdvertisement._major_index?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1126 | adafruit_ble_beacon.iBeaconAdvertisement._minor_index?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1127 | adafruit_ble_beacon.iBeaconAdvertisement._set_struct_index?5(index: int, value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1128 | adafruit_ble_beacon.iBeaconAdvertisement._uuid_lsb_index?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1129 | adafruit_ble_beacon.iBeaconAdvertisement._uuid_msb_index?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1130 | adafruit_ble_beacon.iBeaconAdvertisement.beacon_tx_power?4(power: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1131 | adafruit_ble_beacon.iBeaconAdvertisement.major?4(number: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1132 | adafruit_ble_beacon.iBeaconAdvertisement.match_prefixes?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1133 | adafruit_ble_beacon.iBeaconAdvertisement.minor?4(number: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1134 | adafruit_ble_beacon.iBeaconAdvertisement.uuid?4(uuid: bytes) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1135 | adafruit_ble_beacon.iBeaconAdvertisement?1(*, entry: Optional[_bleio.ScanEntry] = 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:
diff
changeset
|
1136 | adafruit_ble_berrymed_pulse_oximeter.BerryMedPulseOximeterService.values?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1137 | adafruit_ble_berrymed_pulse_oximeter.PulseOximeterValues?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1138 | adafruit_ble_berrymed_pulse_oximeter.adafruit_ble_transparent_uart.TransparentUARTService._server_rx?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1139 | adafruit_ble_berrymed_pulse_oximeter.adafruit_ble_transparent_uart.TransparentUARTService._server_tx?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1140 | adafruit_ble_berrymed_pulse_oximeter.adafruit_ble_transparent_uart.TransparentUARTService.buffer_size?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1141 | adafruit_ble_berrymed_pulse_oximeter.adafruit_ble_transparent_uart.TransparentUARTService.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:
diff
changeset
|
1142 | adafruit_ble_berrymed_pulse_oximeter.adafruit_ble_transparent_uart.TransparentUARTService.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:
diff
changeset
|
1143 | adafruit_ble_berrymed_pulse_oximeter.adafruit_ble_transparent_uart.TransparentUARTService.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:
diff
changeset
|
1144 | adafruit_ble_berrymed_pulse_oximeter.adafruit_ble_transparent_uart.TransparentUARTService.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:
diff
changeset
|
1145 | adafruit_ble_berrymed_pulse_oximeter.adafruit_ble_transparent_uart.TransparentUARTService.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:
diff
changeset
|
1146 | adafruit_ble_berrymed_pulse_oximeter.adafruit_ble_transparent_uart.TransparentUARTService.timeout?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1147 | adafruit_ble_berrymed_pulse_oximeter.adafruit_ble_transparent_uart.TransparentUARTService.uuid?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1148 | adafruit_ble_berrymed_pulse_oximeter.adafruit_ble_transparent_uart.TransparentUARTService.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:
diff
changeset
|
1149 | adafruit_ble_berrymed_pulse_oximeter.adafruit_ble_transparent_uart.TransparentUARTService?1(service: Optional["TransparentUARTService"] = None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1150 | adafruit_ble_broadcastnet.AdafruitSensorMeasurement.TVOC?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1151 | adafruit_ble_broadcastnet.AdafruitSensorMeasurement.acceleration?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1152 | adafruit_ble_broadcastnet.AdafruitSensorMeasurement.advertising_data_type?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1153 | adafruit_ble_broadcastnet.AdafruitSensorMeasurement.battery_voltage?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1154 | adafruit_ble_broadcastnet.AdafruitSensorMeasurement.color?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1155 | adafruit_ble_broadcastnet.AdafruitSensorMeasurement.company_id?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1156 | adafruit_ble_broadcastnet.AdafruitSensorMeasurement.current?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1157 | adafruit_ble_broadcastnet.AdafruitSensorMeasurement.distance?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1158 | adafruit_ble_broadcastnet.AdafruitSensorMeasurement.duty_cycle?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1159 | adafruit_ble_broadcastnet.AdafruitSensorMeasurement.eCO2?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1160 | adafruit_ble_broadcastnet.AdafruitSensorMeasurement.frequency?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1161 | adafruit_ble_broadcastnet.AdafruitSensorMeasurement.gyro?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1162 | adafruit_ble_broadcastnet.AdafruitSensorMeasurement.key_encoding?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1163 | adafruit_ble_broadcastnet.AdafruitSensorMeasurement.light?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1164 | adafruit_ble_broadcastnet.AdafruitSensorMeasurement.lux?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1165 | adafruit_ble_broadcastnet.AdafruitSensorMeasurement.magnetic?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1166 | adafruit_ble_broadcastnet.AdafruitSensorMeasurement.manufacturer_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:
diff
changeset
|
1167 | adafruit_ble_broadcastnet.AdafruitSensorMeasurement.match_prefixes?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1168 | adafruit_ble_broadcastnet.AdafruitSensorMeasurement.orientation?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1169 | adafruit_ble_broadcastnet.AdafruitSensorMeasurement.pressure?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1170 | adafruit_ble_broadcastnet.AdafruitSensorMeasurement.relative_humidity?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1171 | adafruit_ble_broadcastnet.AdafruitSensorMeasurement.sequence_number?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1172 | adafruit_ble_broadcastnet.AdafruitSensorMeasurement.sound_level?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1173 | adafruit_ble_broadcastnet.AdafruitSensorMeasurement.split?4(max_packet_size: int = 31) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1174 | adafruit_ble_broadcastnet.AdafruitSensorMeasurement.temperature?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1175 | adafruit_ble_broadcastnet.AdafruitSensorMeasurement.value?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1176 | adafruit_ble_broadcastnet.AdafruitSensorMeasurement.voltage?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1177 | adafruit_ble_broadcastnet.AdafruitSensorMeasurement.weight?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1178 | adafruit_ble_broadcastnet.AdafruitSensorMeasurement?1(*, entry: Optional[ScanEntry] = None, sequence_number: 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:
diff
changeset
|
1179 | adafruit_ble_broadcastnet._ble?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1180 | adafruit_ble_broadcastnet._sequence_number?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1181 | adafruit_ble_broadcastnet.broadcast?4(measurement: "AdafruitSensorMeasurement", *, broadcast_time: float = 0.1, 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:
diff
changeset
|
1182 | adafruit_ble_cycling_speed_and_cadence.CSCMeasurementValues?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1183 | adafruit_ble_cycling_speed_and_cadence.CyclingSpeedAndCadenceService._SENSOR_LOCATIONS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1184 | adafruit_ble_cycling_speed_and_cadence.CyclingSpeedAndCadenceService.csc_feature?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1185 | adafruit_ble_cycling_speed_and_cadence.CyclingSpeedAndCadenceService.csc_measurement?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1186 | adafruit_ble_cycling_speed_and_cadence.CyclingSpeedAndCadenceService.location?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1187 | adafruit_ble_cycling_speed_and_cadence.CyclingSpeedAndCadenceService.measurement_values?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1188 | adafruit_ble_cycling_speed_and_cadence.CyclingSpeedAndCadenceService.sc_control_point?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1189 | adafruit_ble_cycling_speed_and_cadence.CyclingSpeedAndCadenceService.sensor_location?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1190 | adafruit_ble_cycling_speed_and_cadence.CyclingSpeedAndCadenceService.uuid?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1191 | adafruit_ble_cycling_speed_and_cadence.CyclingSpeedAndCadenceService?1(service: Optional["CyclingSpeedAndCadenceService"] = None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1192 | adafruit_ble_cycling_speed_and_cadence._CSCMeasurement.bind?4(service: "CyclingSpeedAndCadenceService") |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1193 | adafruit_ble_cycling_speed_and_cadence._CSCMeasurement.uuid?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1194 | adafruit_ble_cycling_speed_and_cadence._CSCMeasurement?2() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1195 | adafruit_ble_eddystone.EddystoneAdvertisement.eddystone_frame?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1196 | adafruit_ble_eddystone.EddystoneAdvertisement.services?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1197 | adafruit_ble_eddystone.EddystoneAdvertisement?1(*, minimum_size=None, entry=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1198 | adafruit_ble_eddystone.EddystoneFrameBytes?1(*, length=None, offset=0) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1199 | adafruit_ble_eddystone.EddystoneFrameStruct?1(fmt, *, offset=0) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1200 | adafruit_ble_eddystone._EddystoneFrame?2() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1201 | adafruit_ble_eddystone._EddystoneService.uuid?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1202 | adafruit_ble_eddystone.uid.EddystoneUID.frame_type?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1203 | adafruit_ble_eddystone.uid.EddystoneUID.instance_id?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1204 | adafruit_ble_eddystone.uid.EddystoneUID.match_prefixes?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1205 | adafruit_ble_eddystone.uid.EddystoneUID.namespace_id?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1206 | adafruit_ble_eddystone.uid.EddystoneUID.reserved?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1207 | adafruit_ble_eddystone.uid.EddystoneUID.tx_power?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1208 | adafruit_ble_eddystone.uid.EddystoneUID?1(instance_id, *, namespace_id=b"CircuitPy!", tx_power=0) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1209 | adafruit_ble_eddystone.url.EddystoneURL.frame_type?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1210 | adafruit_ble_eddystone.url.EddystoneURL.match_prefixes?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1211 | adafruit_ble_eddystone.url.EddystoneURL.tx_power?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1212 | adafruit_ble_eddystone.url.EddystoneURL.url?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1213 | adafruit_ble_eddystone.url.EddystoneURL?1(url=None, *, tx_power=0) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1214 | adafruit_ble_eddystone.url._SUBSTITUTIONS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1215 | adafruit_ble_eddystone.url._URL_SCHEMES?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1216 | adafruit_ble_file_transfer.CHUNK_SIZE?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1217 | adafruit_ble_file_transfer.FileTransferClient._readinto?5(buffer: WriteableBuffer) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1218 | adafruit_ble_file_transfer.FileTransferClient._write?5(buffer: ReadableBuffer) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1219 | adafruit_ble_file_transfer.FileTransferClient.delete?4(path: str) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1220 | adafruit_ble_file_transfer.FileTransferClient.listdir?4(path: str) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1221 | adafruit_ble_file_transfer.FileTransferClient.mkdir?4(path: str, modification_time: Optional[int] = None) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1222 | adafruit_ble_file_transfer.FileTransferClient.move?4(old_path: str, new_path: str) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1223 | adafruit_ble_file_transfer.FileTransferClient.read?4(path: str, *, offset: int = 0) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1224 | adafruit_ble_file_transfer.FileTransferClient.write?4(path: str, contents: bytearray, *, offset: int = 0, modification_time: Optional[int] = None, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1225 | adafruit_ble_file_transfer.FileTransferClient?1(service: Service) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1226 | adafruit_ble_file_transfer.FileTransferService.DELETE?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1227 | adafruit_ble_file_transfer.FileTransferService.DELETE_STATUS?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1228 | adafruit_ble_file_transfer.FileTransferService.DIRECTORY?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1229 | adafruit_ble_file_transfer.FileTransferService.ERROR?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1230 | adafruit_ble_file_transfer.FileTransferService.ERROR_NO_FILE?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1231 | adafruit_ble_file_transfer.FileTransferService.ERROR_PROTOCOL?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1232 | adafruit_ble_file_transfer.FileTransferService.INVALID?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1233 | adafruit_ble_file_transfer.FileTransferService.LISTDIR?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1234 | adafruit_ble_file_transfer.FileTransferService.LISTDIR_ENTRY?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1235 | adafruit_ble_file_transfer.FileTransferService.MKDIR?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1236 | adafruit_ble_file_transfer.FileTransferService.MKDIR_STATUS?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1237 | adafruit_ble_file_transfer.FileTransferService.MOVE?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1238 | adafruit_ble_file_transfer.FileTransferService.MOVE_STATUS?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1239 | adafruit_ble_file_transfer.FileTransferService.OK?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1240 | adafruit_ble_file_transfer.FileTransferService.READ?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1241 | adafruit_ble_file_transfer.FileTransferService.READ_DATA?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1242 | adafruit_ble_file_transfer.FileTransferService.READ_PACING?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1243 | adafruit_ble_file_transfer.FileTransferService.WRITE?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1244 | adafruit_ble_file_transfer.FileTransferService.WRITE_DATA?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1245 | adafruit_ble_file_transfer.FileTransferService.WRITE_PACING?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1246 | adafruit_ble_file_transfer.FileTransferService.raw?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1247 | adafruit_ble_file_transfer.FileTransferService.uuid?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1248 | adafruit_ble_file_transfer.FileTransferService.version?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1249 | adafruit_ble_file_transfer.FileTransferUUID?1(uuid16: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1250 | adafruit_ble_file_transfer._TransferCharacteristic.bind?4(service: "FileTransferService") |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1251 | adafruit_ble_file_transfer._TransferCharacteristic.uuid?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1252 | adafruit_ble_file_transfer._TransferCharacteristic?2() |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1253 | adafruit_ble_heart_rate.HeartRateMeasurementValues?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1254 | adafruit_ble_heart_rate.HeartRateService._BODY_LOCATIONS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1255 | adafruit_ble_heart_rate.HeartRateService.body_sensor_location?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1256 | adafruit_ble_heart_rate.HeartRateService.heart_rate_control_point?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1257 | adafruit_ble_heart_rate.HeartRateService.heart_rate_measurement?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1258 | adafruit_ble_heart_rate.HeartRateService.location?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1259 | adafruit_ble_heart_rate.HeartRateService.measurement_values?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1260 | adafruit_ble_heart_rate.HeartRateService.uuid?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1261 | adafruit_ble_heart_rate.HeartRateService?1(service: Optional["HeartRateService"] = None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1262 | adafruit_ble_heart_rate._HeartRateMeasurement.bind?4(service: "HeartRateService") |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1263 | adafruit_ble_heart_rate._HeartRateMeasurement.uuid?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1264 | adafruit_ble_heart_rate._HeartRateMeasurement?2() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1265 | adafruit_ble_ibbq.IBBQService._CREDENTIALS_MSG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1266 | adafruit_ble_ibbq.IBBQService._REALTIME_DATA_ENABLE_MSG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1267 | adafruit_ble_ibbq.IBBQService._REQUEST_BATTERY_LEVEL_MSG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1268 | adafruit_ble_ibbq.IBBQService._UNITS_CELSIUS_MSG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1269 | adafruit_ble_ibbq.IBBQService._UNITS_FAHRENHEIT_MSG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1270 | adafruit_ble_ibbq.IBBQService.account_and_verify?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1271 | adafruit_ble_ibbq.IBBQService.battery_level?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1272 | adafruit_ble_ibbq.IBBQService.display_celsius?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1273 | adafruit_ble_ibbq.IBBQService.display_fahrenheit?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1274 | adafruit_ble_ibbq.IBBQService.init?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1275 | adafruit_ble_ibbq.IBBQService.realtime_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:
diff
changeset
|
1276 | adafruit_ble_ibbq.IBBQService.settings_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:
diff
changeset
|
1277 | adafruit_ble_ibbq.IBBQService.settings_result?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1278 | adafruit_ble_ibbq.IBBQService.temperatures?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1279 | adafruit_ble_ibbq.IBBQService.uuid?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1280 | adafruit_ble_ibbq.IBBQService?1(service: Optional["IBBQService"] = None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1281 | adafruit_ble_ibbq._RealtimeData.bind?4(service: "IBBQService") |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1282 | adafruit_ble_ibbq._RealtimeData.uuid?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1283 | adafruit_ble_ibbq._RealtimeData?2() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1284 | adafruit_ble_ibbq._SettingsResult.bind?4(service: "IBBQService") |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1285 | adafruit_ble_ibbq._SettingsResult.uuid?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1286 | adafruit_ble_ibbq._SettingsResult?2() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1287 | adafruit_ble_lywsd03mmc.LYWSD03MMCService.readings?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1288 | adafruit_ble_lywsd03mmc.LYWSD03MMCService.temperature_humidity?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1289 | adafruit_ble_lywsd03mmc.LYWSD03MMCService.uuid?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1290 | adafruit_ble_lywsd03mmc.LYWSD03MMCService?1(service: Optional["LYWSD03MMCService"] = None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1291 | adafruit_ble_lywsd03mmc._Readings.bind?4(service: "LYWSD03MMCService") |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1292 | adafruit_ble_lywsd03mmc._Readings.uuid?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1293 | adafruit_ble_lywsd03mmc._Readings?2() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1294 | adafruit_ble_magic_light.MagicLightService._control?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1295 | adafruit_ble_magic_light.MagicLightService.uuid?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1296 | adafruit_ble_magic_light.MagicLightService?1(service: Optional["MagicLightService"] = None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1297 | adafruit_ble_midi.MIDIService._raw?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1298 | adafruit_ble_midi.MIDIService.read?4(length: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1299 | adafruit_ble_midi.MIDIService.readinto?4(buf: WriteableBuffer, length: 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:
diff
changeset
|
1300 | adafruit_ble_midi.MIDIService.uuid?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1301 | adafruit_ble_midi.MIDIService.write?4(buf: ReadableBuffer, length: 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:
diff
changeset
|
1302 | adafruit_ble_midi.MIDIService?1(**kwargs) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1303 | adafruit_ble_midi._MidiCharacteristic.bind?4(service: "MIDIService") |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1304 | adafruit_ble_midi._MidiCharacteristic.uuid?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1305 | adafruit_ble_midi._MidiCharacteristic?2() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1306 | adafruit_ble_radio.AD_DURATION?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1307 | adafruit_ble_radio.MAX_LENGTH?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1308 | adafruit_ble_radio.Radio.configure?4(channel: int = 42) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1309 | adafruit_ble_radio.Radio.receive?4(timeout: 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:
diff
changeset
|
1310 | adafruit_ble_radio.Radio.receive_full?4(timeout: 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:
diff
changeset
|
1311 | adafruit_ble_radio.Radio.send?4(message: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1312 | adafruit_ble_radio.Radio.send_bytes?4(message: bytes) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1313 | adafruit_ble_radio.Radio?1(**args) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1314 | adafruit_ble_radio._RADIO_DATA_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1315 | adafruit_ble_radio._RadioAdvertisement.advertising_data_type?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1316 | adafruit_ble_radio._RadioAdvertisement.company_id?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1317 | adafruit_ble_radio._RadioAdvertisement.key_encoding?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1318 | adafruit_ble_radio._RadioAdvertisement.manufacturer_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:
diff
changeset
|
1319 | adafruit_ble_radio._RadioAdvertisement.match_prefixes?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1320 | adafruit_ble_radio._RadioAdvertisement.matches?4(entry: _bleio.ScanEntry) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1321 | adafruit_ble_radio._RadioAdvertisement.msg?4(value: ReadableBuffer) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1322 | adafruit_bluefruit_connect._xyz_packet._XYZPacket.to_bytes?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1323 | adafruit_bluefruit_connect._xyz_packet._XYZPacket.x?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1324 | adafruit_bluefruit_connect._xyz_packet._XYZPacket.y?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1325 | adafruit_bluefruit_connect._xyz_packet._XYZPacket.z?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1326 | adafruit_bluefruit_connect._xyz_packet._XYZPacket?2(x: float, y: float, z: 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:
diff
changeset
|
1327 | adafruit_bluefruit_connect.button_packet.ButtonPacket.button?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1328 | adafruit_bluefruit_connect.button_packet.ButtonPacket.parse_private?4(packet: bytes) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1329 | adafruit_bluefruit_connect.button_packet.ButtonPacket.pressed?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1330 | adafruit_bluefruit_connect.button_packet.ButtonPacket.to_bytes?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1331 | adafruit_bluefruit_connect.button_packet.ButtonPacket?1(button: str, pressed: bool) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1332 | adafruit_bluefruit_connect.color_packet.ColorPacket.color?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1333 | adafruit_bluefruit_connect.color_packet.ColorPacket.parse_private?4(packet: bytes) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1334 | adafruit_bluefruit_connect.color_packet.ColorPacket.to_bytes?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1335 | adafruit_bluefruit_connect.color_packet.ColorPacket?1(color: Tuple) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1336 | adafruit_bluefruit_connect.location_packet.LocationPacket.altitude?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1337 | adafruit_bluefruit_connect.location_packet.LocationPacket.latitude?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1338 | adafruit_bluefruit_connect.location_packet.LocationPacket.longitude?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1339 | adafruit_bluefruit_connect.location_packet.LocationPacket.to_bytes?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1340 | adafruit_bluefruit_connect.location_packet.LocationPacket?1(latitude: float, longitude: float, altitude: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1341 | adafruit_bluefruit_connect.packet.Packet.add_checksum?4(partial_packet: bytes) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1342 | adafruit_bluefruit_connect.packet.Packet.checksum?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1343 | adafruit_bluefruit_connect.packet.Packet.from_bytes?4(packet: bytes) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1344 | adafruit_bluefruit_connect.packet.Packet.from_stream?4(stream: RawIOBase) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1345 | adafruit_bluefruit_connect.packet.Packet.parse_private?4(packet: bytes) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1346 | adafruit_bluefruit_connect.packet.Packet.register_packet_type?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1347 | adafruit_bluefruit_connect.quaternion_packet.QuaternionPacket.to_bytes?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1348 | adafruit_bluefruit_connect.quaternion_packet.QuaternionPacket.w?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1349 | adafruit_bluefruit_connect.quaternion_packet.QuaternionPacket?1(x: float, y: float, z: float, w: 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:
diff
changeset
|
1350 | adafruit_bluefruit_connect.raw_text_packet.RawTextPacket.text?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1351 | adafruit_bluefruit_connect.raw_text_packet.RawTextPacket?1(text: 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:
diff
changeset
|
1352 | adafruit_bluefruitspi.BluefruitSPI._cmd?5(cmd) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1353 | adafruit_bluefruitspi.BluefruitSPI._create_sdep_raw?5(payload, more) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1354 | adafruit_bluefruitspi.BluefruitSPI._init_keycode_template?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1355 | adafruit_bluefruitspi.BluefruitSPI.command?4(string) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1356 | adafruit_bluefruitspi.BluefruitSPI.command_check_OK?4(command, delay=0.0) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1357 | adafruit_bluefruitspi.BluefruitSPI.connected?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1358 | adafruit_bluefruitspi.BluefruitSPI.init?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1359 | adafruit_bluefruitspi.BluefruitSPI.pop_keyboard_code_queue?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1360 | adafruit_bluefruitspi.BluefruitSPI.read_packet?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1361 | adafruit_bluefruitspi.BluefruitSPI.send_keyboard_code?4(evt) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1362 | adafruit_bluefruitspi.BluefruitSPI.uart_rx?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1363 | adafruit_bluefruitspi.BluefruitSPI.uart_tx?4(data) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1364 | adafruit_bluefruitspi.BluefruitSPI?1(spi, cs, irq, reset, debug=False, fifo_len=20, ) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1365 | adafruit_bluefruitspi.FIFOBuffer.dequeue?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1366 | adafruit_bluefruitspi.FIFOBuffer.enqueue?4(data) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1367 | adafruit_bluefruitspi.FIFOBuffer?1(maxlen=20) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1368 | adafruit_bluefruitspi._ARG_BYTEARRAY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1369 | adafruit_bluefruitspi._ARG_INT16?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1370 | adafruit_bluefruitspi._ARG_INT32?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1371 | adafruit_bluefruitspi._ARG_INT8?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1372 | adafruit_bluefruitspi._ARG_STRING?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1373 | adafruit_bluefruitspi._ARG_UINT16?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1374 | adafruit_bluefruitspi._ARG_UINT32?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1375 | adafruit_bluefruitspi._ARG_UINT8?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1376 | adafruit_bluefruitspi._ERROR_INVALIDCMDID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1377 | adafruit_bluefruitspi._ERROR_INVALIDINPUT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1378 | adafruit_bluefruitspi._ERROR_INVALIDLEN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1379 | adafruit_bluefruitspi._ERROR_INVALIDMSGTYPE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1380 | adafruit_bluefruitspi._ERROR_INVALIDPARAM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1381 | adafruit_bluefruitspi._ERROR_INVALIDPAYLOAD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1382 | adafruit_bluefruitspi._ERROR_UNKNOWNCMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1383 | adafruit_bluefruitspi._ERROR_UNSUPPORTED?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1384 | adafruit_bluefruitspi._KEY_CODE_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1385 | adafruit_bluefruitspi._MSG_ALERT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1386 | adafruit_bluefruitspi._MSG_COMMAND?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1387 | adafruit_bluefruitspi._MSG_ERROR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1388 | adafruit_bluefruitspi._MSG_RESPONSE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1389 | adafruit_bluefruitspi._PACKET_BUTTON_LEN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1390 | adafruit_bluefruitspi._PACKET_COLOR_LEN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1391 | adafruit_bluefruitspi._SDEP_ATCOMMAND?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1392 | adafruit_bluefruitspi._SDEP_BLEUART_RX?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1393 | adafruit_bluefruitspi._SDEP_BLEUART_TX?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1394 | adafruit_bluefruitspi._SDEP_INITIALIZE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1395 | adafruit_bme280.advanced.Adafruit_BME280_Advanced._config?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1396 | adafruit_bme280.advanced.Adafruit_BME280_Advanced._ctrl_meas?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1397 | adafruit_bme280.advanced.Adafruit_BME280_Advanced.iir_filter?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:
diff
changeset
|
1398 | adafruit_bme280.advanced.Adafruit_BME280_Advanced.measurement_time_max?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1399 | adafruit_bme280.advanced.Adafruit_BME280_Advanced.measurement_time_typical?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1400 | adafruit_bme280.advanced.Adafruit_BME280_Advanced.overscan_humidity?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:
diff
changeset
|
1401 | adafruit_bme280.advanced.Adafruit_BME280_Advanced.overscan_pressure?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:
diff
changeset
|
1402 | adafruit_bme280.advanced.Adafruit_BME280_Advanced.overscan_temperature?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:
diff
changeset
|
1403 | adafruit_bme280.advanced.Adafruit_BME280_Advanced.standby_period?4(value: int) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1404 | adafruit_bme280.advanced.Adafruit_BME280_Advanced?1(proxy: typing.Union[I2C_Impl, SPI_Impl]) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1405 | adafruit_bme280.advanced.Adafruit_BME280_I2C?1(i2c: I2C, address: int = _BME280_ADDRESS) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1406 | adafruit_bme280.advanced.Adafruit_BME280_SPI?1(spi: SPI, cs: DigitalInOut, baudrate: int = 100000) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1407 | adafruit_bme280.advanced.IIR_FILTER_DISABLE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1408 | adafruit_bme280.advanced.IIR_FILTER_X16?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1409 | adafruit_bme280.advanced.IIR_FILTER_X2?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1410 | adafruit_bme280.advanced.IIR_FILTER_X4?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1411 | adafruit_bme280.advanced.IIR_FILTER_X8?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1412 | adafruit_bme280.advanced.MODE_FORCE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1413 | adafruit_bme280.advanced.MODE_NORMAL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1414 | adafruit_bme280.advanced.MODE_SLEEP?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1415 | adafruit_bme280.advanced.OVERSCAN_DISABLE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1416 | adafruit_bme280.advanced.OVERSCAN_X16?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1417 | adafruit_bme280.advanced.OVERSCAN_X1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1418 | adafruit_bme280.advanced.OVERSCAN_X2?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1419 | adafruit_bme280.advanced.OVERSCAN_X4?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1420 | adafruit_bme280.advanced.OVERSCAN_X8?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1421 | adafruit_bme280.advanced.STANDBY_TC_0_5?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1422 | adafruit_bme280.advanced.STANDBY_TC_1000?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1423 | adafruit_bme280.advanced.STANDBY_TC_10?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1424 | adafruit_bme280.advanced.STANDBY_TC_125?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1425 | adafruit_bme280.advanced.STANDBY_TC_20?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1426 | adafruit_bme280.advanced.STANDBY_TC_250?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1427 | adafruit_bme280.advanced.STANDBY_TC_500?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1428 | adafruit_bme280.advanced.STANDBY_TC_62_5?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1429 | adafruit_bme280.advanced._BME280_ADDRESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1430 | adafruit_bme280.advanced._BME280_CHIPID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1431 | adafruit_bme280.advanced._BME280_HUMIDITY_MAX?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1432 | adafruit_bme280.advanced._BME280_HUMIDITY_MIN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1433 | adafruit_bme280.advanced._BME280_IIR_FILTERS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1434 | adafruit_bme280.advanced._BME280_MODES?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1435 | adafruit_bme280.advanced._BME280_OVERSCANS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1436 | adafruit_bme280.advanced._BME280_REGISTER_CHIPID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1437 | adafruit_bme280.advanced._BME280_REGISTER_CONFIG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1438 | adafruit_bme280.advanced._BME280_REGISTER_CTRL_HUM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1439 | adafruit_bme280.advanced._BME280_REGISTER_CTRL_MEAS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1440 | adafruit_bme280.advanced._BME280_REGISTER_DIG_H1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1441 | adafruit_bme280.advanced._BME280_REGISTER_DIG_H2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1442 | adafruit_bme280.advanced._BME280_REGISTER_DIG_H3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1443 | adafruit_bme280.advanced._BME280_REGISTER_DIG_H4?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1444 | adafruit_bme280.advanced._BME280_REGISTER_DIG_H5?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1445 | adafruit_bme280.advanced._BME280_REGISTER_DIG_H6?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1446 | adafruit_bme280.advanced._BME280_REGISTER_DIG_T1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1447 | adafruit_bme280.advanced._BME280_REGISTER_HUMIDDATA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1448 | adafruit_bme280.advanced._BME280_REGISTER_PRESSUREDATA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1449 | adafruit_bme280.advanced._BME280_REGISTER_SOFTRESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1450 | adafruit_bme280.advanced._BME280_REGISTER_STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1451 | adafruit_bme280.advanced._BME280_REGISTER_TEMPDATA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1452 | adafruit_bme280.advanced._BME280_STANDBY_TCS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1453 | adafruit_bme280.basic.Adafruit_BME280._config?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1454 | adafruit_bme280.basic.Adafruit_BME280._ctrl_meas?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1455 | adafruit_bme280.basic.Adafruit_BME280._get_status?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1456 | adafruit_bme280.basic.Adafruit_BME280._read24?5(register: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1457 | adafruit_bme280.basic.Adafruit_BME280._read_byte?5(register: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1458 | adafruit_bme280.basic.Adafruit_BME280._read_coefficients?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1459 | adafruit_bme280.basic.Adafruit_BME280._read_config?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1460 | adafruit_bme280.basic.Adafruit_BME280._read_register?5(register: int, 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:
diff
changeset
|
1461 | adafruit_bme280.basic.Adafruit_BME280._read_temperature?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1462 | adafruit_bme280.basic.Adafruit_BME280._reset?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1463 | adafruit_bme280.basic.Adafruit_BME280._write_config?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1464 | adafruit_bme280.basic.Adafruit_BME280._write_ctrl_meas?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1465 | adafruit_bme280.basic.Adafruit_BME280._write_register_byte?5(register: 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:
diff
changeset
|
1466 | adafruit_bme280.basic.Adafruit_BME280.altitude?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1467 | adafruit_bme280.basic.Adafruit_BME280.humidity?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1468 | adafruit_bme280.basic.Adafruit_BME280.mode?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:
diff
changeset
|
1469 | adafruit_bme280.basic.Adafruit_BME280.pressure?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1470 | adafruit_bme280.basic.Adafruit_BME280.relative_humidity?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1471 | adafruit_bme280.basic.Adafruit_BME280.temperature?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1472 | adafruit_bme280.basic.Adafruit_BME280?1(bus_implementation: typing.Union[I2C_Impl, SPI_Impl]) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1473 | adafruit_bme280.basic.Adafruit_BME280_I2C?1(i2c: I2C, address: int = 0x77) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1474 | adafruit_bme280.basic.Adafruit_BME280_SPI?1(spi: SPI, cs: DigitalInOut, baudrate: int = 100000) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1475 | adafruit_bme280.basic.IIR_FILTER_DISABLE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1476 | adafruit_bme280.basic.MODE_FORCE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1477 | adafruit_bme280.basic.MODE_NORMAL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1478 | adafruit_bme280.basic.MODE_SLEEP?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1479 | adafruit_bme280.basic.OVERSCAN_X16?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1480 | adafruit_bme280.basic.OVERSCAN_X1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1481 | adafruit_bme280.basic.STANDBY_TC_125?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1482 | adafruit_bme280.basic._BME280_ADDRESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1483 | adafruit_bme280.basic._BME280_CHIPID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1484 | adafruit_bme280.basic._BME280_MODES?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1485 | adafruit_bme280.basic._BME280_REGISTER_CHIPID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1486 | adafruit_bme280.basic._BME280_REGISTER_CONFIG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1487 | adafruit_bme280.basic._BME280_REGISTER_CTRL_HUM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1488 | adafruit_bme280.basic._BME280_REGISTER_CTRL_MEAS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1489 | adafruit_bme280.basic._BME280_REGISTER_HUMIDDATA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1490 | adafruit_bme280.basic._BME280_REGISTER_SOFTRESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1491 | adafruit_bme280.basic._BME280_REGISTER_STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1492 | adafruit_bme280.basic._BME280_REGISTER_TEMPDATA?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1493 | adafruit_bme280.protocol.I2C_Impl.read_register?4(register: int, length: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1494 | adafruit_bme280.protocol.I2C_Impl.write_register_byte?4(register: int, value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1495 | adafruit_bme280.protocol.I2C_Impl?1(i2c: I2C, address: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1496 | adafruit_bme280.protocol.SPI_Impl.read_register?4(register: int, length: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1497 | adafruit_bme280.protocol.SPI_Impl.write_register_byte?4(register: int, value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1498 | adafruit_bme280.protocol.SPI_Impl?1(spi: SPI, cs: DigitalInOut, baudrate: int = 100000, ) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1499 | adafruit_bme680.Adafruit_BME680._perform_reading?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1500 | adafruit_bme680.Adafruit_BME680._read?5(register: int, 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:
diff
changeset
|
1501 | adafruit_bme680.Adafruit_BME680._read_byte?5(register: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1502 | adafruit_bme680.Adafruit_BME680._read_calibration?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1503 | adafruit_bme680.Adafruit_BME680._write?5(register: int, values: bytearray) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1504 | adafruit_bme680.Adafruit_BME680.altitude?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1505 | adafruit_bme680.Adafruit_BME680.filter_size?4(size: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1506 | adafruit_bme680.Adafruit_BME680.gas?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1507 | adafruit_bme680.Adafruit_BME680.humidity?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1508 | adafruit_bme680.Adafruit_BME680.humidity_oversample?4(sample_rate: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1509 | adafruit_bme680.Adafruit_BME680.pressure?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1510 | adafruit_bme680.Adafruit_BME680.pressure_oversample?4(sample_rate: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1511 | adafruit_bme680.Adafruit_BME680.relative_humidity?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1512 | adafruit_bme680.Adafruit_BME680.temperature?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1513 | adafruit_bme680.Adafruit_BME680.temperature_oversample?4(sample_rate: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1514 | adafruit_bme680.Adafruit_BME680?1(*, refresh_rate: 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:
diff
changeset
|
1515 | adafruit_bme680.Adafruit_BME680_I2C._read?5(register: int, 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:
diff
changeset
|
1516 | adafruit_bme680.Adafruit_BME680_I2C._write?5(register: int, values: ReadableBuffer) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1517 | adafruit_bme680.Adafruit_BME680_I2C?1(i2c: I2C, address: int = 0x77, debug: bool = False, *, refresh_rate: 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:
diff
changeset
|
1518 | adafruit_bme680.Adafruit_BME680_SPI._read?5(register: int, 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:
diff
changeset
|
1519 | adafruit_bme680.Adafruit_BME680_SPI._set_spi_mem_page?5(register: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1520 | adafruit_bme680.Adafruit_BME680_SPI._write?5(register: int, values: ReadableBuffer) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1521 | adafruit_bme680.Adafruit_BME680_SPI?1(spi: SPI, cs: DigitalInOut, baudrate: int = 100000, debug: bool = False, *, refresh_rate: 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:
diff
changeset
|
1522 | adafruit_bme680._BME680_BME680_COEFF_ADDR1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1523 | adafruit_bme680._BME680_BME680_COEFF_ADDR2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1524 | adafruit_bme680._BME680_BME680_GAS_WAIT_0?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1525 | adafruit_bme680._BME680_BME680_RES_HEAT_0?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1526 | adafruit_bme680._BME680_CHIPID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1527 | adafruit_bme680._BME680_FILTERSIZES?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1528 | adafruit_bme680._BME680_REG_CHIPID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1529 | adafruit_bme680._BME680_REG_CONFIG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1530 | adafruit_bme680._BME680_REG_CTRL_GAS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1531 | adafruit_bme680._BME680_REG_CTRL_HUM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1532 | adafruit_bme680._BME680_REG_CTRL_MEAS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1533 | adafruit_bme680._BME680_REG_HDATA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1534 | adafruit_bme680._BME680_REG_MEAS_STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1535 | adafruit_bme680._BME680_REG_PDATA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1536 | adafruit_bme680._BME680_REG_SOFTRESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1537 | adafruit_bme680._BME680_REG_STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1538 | adafruit_bme680._BME680_REG_TDATA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1539 | adafruit_bme680._BME680_RUNGAS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1540 | adafruit_bme680._BME680_SAMPLERATES?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1541 | adafruit_bme680._BME68X_REG_VARIANT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1542 | adafruit_bme680._LOOKUP_TABLE_1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1543 | adafruit_bme680._LOOKUP_TABLE_2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1544 | adafruit_bme680._read24?5(arr: ReadableBuffer) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1545 | adafruit_bmp280.Adafruit_BMP280._config?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1546 | adafruit_bmp280.Adafruit_BMP280._ctrl_meas?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1547 | adafruit_bmp280.Adafruit_BMP280._get_status?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1548 | adafruit_bmp280.Adafruit_BMP280._read24?5(register: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1549 | adafruit_bmp280.Adafruit_BMP280._read_byte?5(register: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1550 | adafruit_bmp280.Adafruit_BMP280._read_coefficients?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1551 | adafruit_bmp280.Adafruit_BMP280._read_config?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1552 | adafruit_bmp280.Adafruit_BMP280._read_register?5(register: int, 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:
diff
changeset
|
1553 | adafruit_bmp280.Adafruit_BMP280._read_temperature?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1554 | adafruit_bmp280.Adafruit_BMP280._reset?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1555 | adafruit_bmp280.Adafruit_BMP280._write_config?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1556 | adafruit_bmp280.Adafruit_BMP280._write_ctrl_meas?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1557 | adafruit_bmp280.Adafruit_BMP280._write_register_byte?5(register: 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:
diff
changeset
|
1558 | adafruit_bmp280.Adafruit_BMP280.altitude?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1559 | adafruit_bmp280.Adafruit_BMP280.iir_filter?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:
diff
changeset
|
1560 | adafruit_bmp280.Adafruit_BMP280.measurement_time_max?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1561 | adafruit_bmp280.Adafruit_BMP280.measurement_time_typical?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1562 | adafruit_bmp280.Adafruit_BMP280.mode?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:
diff
changeset
|
1563 | adafruit_bmp280.Adafruit_BMP280.overscan_pressure?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:
diff
changeset
|
1564 | adafruit_bmp280.Adafruit_BMP280.overscan_temperature?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:
diff
changeset
|
1565 | adafruit_bmp280.Adafruit_BMP280.pressure?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1566 | adafruit_bmp280.Adafruit_BMP280.standby_period?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:
diff
changeset
|
1567 | adafruit_bmp280.Adafruit_BMP280.temperature?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1568 | adafruit_bmp280.Adafruit_BMP280?1() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1569 | adafruit_bmp280.Adafruit_BMP280_I2C._read_register?5(register: int, 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:
diff
changeset
|
1570 | adafruit_bmp280.Adafruit_BMP280_I2C._write_register_byte?5(register: 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:
diff
changeset
|
1571 | adafruit_bmp280.Adafruit_BMP280_I2C?1(i2c: I2C, address: int = 0x77) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1572 | adafruit_bmp280.Adafruit_BMP280_SPI._read_register?5(register: int, 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:
diff
changeset
|
1573 | adafruit_bmp280.Adafruit_BMP280_SPI._write_register_byte?5(register: 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:
diff
changeset
|
1574 | adafruit_bmp280.Adafruit_BMP280_SPI?1(spi: SPI, cs: DigitalInOut, baudrate=100000) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1575 | adafruit_bmp280.IIR_FILTER_DISABLE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1576 | adafruit_bmp280.IIR_FILTER_X16?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1577 | adafruit_bmp280.IIR_FILTER_X2?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1578 | adafruit_bmp280.IIR_FILTER_X4?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1579 | adafruit_bmp280.IIR_FILTER_X8?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1580 | adafruit_bmp280.MODE_FORCE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1581 | adafruit_bmp280.MODE_NORMAL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1582 | adafruit_bmp280.MODE_SLEEP?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1583 | adafruit_bmp280.OVERSCAN_DISABLE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1584 | adafruit_bmp280.OVERSCAN_X16?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1585 | adafruit_bmp280.OVERSCAN_X1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1586 | adafruit_bmp280.OVERSCAN_X2?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1587 | adafruit_bmp280.OVERSCAN_X4?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1588 | adafruit_bmp280.OVERSCAN_X8?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1589 | adafruit_bmp280.STANDBY_TC_0_5?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1590 | adafruit_bmp280.STANDBY_TC_1000?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1591 | adafruit_bmp280.STANDBY_TC_10?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1592 | adafruit_bmp280.STANDBY_TC_125?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1593 | adafruit_bmp280.STANDBY_TC_20?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1594 | adafruit_bmp280.STANDBY_TC_250?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1595 | adafruit_bmp280.STANDBY_TC_500?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1596 | adafruit_bmp280.STANDBY_TC_62_5?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1597 | adafruit_bmp280._BMP280_IIR_FILTERS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1598 | adafruit_bmp280._BMP280_MODES?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1599 | adafruit_bmp280._BMP280_OVERSCANS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1600 | adafruit_bmp280._BMP280_STANDBY_TCS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1601 | adafruit_bmp280._CHIP_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1602 | adafruit_bmp280._REGISTER_CHIPID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1603 | adafruit_bmp280._REGISTER_CONFIG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1604 | adafruit_bmp280._REGISTER_CTRL_MEAS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1605 | adafruit_bmp280._REGISTER_DIG_T1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1606 | adafruit_bmp280._REGISTER_PRESSUREDATA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1607 | adafruit_bmp280._REGISTER_SOFTRESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1608 | adafruit_bmp280._REGISTER_STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1609 | adafruit_bmp280._REGISTER_TEMPDATA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1610 | adafruit_bmp3xx.BMP3XX._read?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1611 | adafruit_bmp3xx.BMP3XX._read_byte?5(register: 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:
diff
changeset
|
1612 | adafruit_bmp3xx.BMP3XX._read_coefficients?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1613 | adafruit_bmp3xx.BMP3XX._read_register?5(register: int, length: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1614 | adafruit_bmp3xx.BMP3XX._write_register_byte?5(register: 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:
diff
changeset
|
1615 | adafruit_bmp3xx.BMP3XX.altitude?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1616 | adafruit_bmp3xx.BMP3XX.filter_coefficient?4(coef: 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:
diff
changeset
|
1617 | adafruit_bmp3xx.BMP3XX.pressure?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1618 | adafruit_bmp3xx.BMP3XX.pressure_oversampling?4(oversample: 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:
diff
changeset
|
1619 | adafruit_bmp3xx.BMP3XX.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:
diff
changeset
|
1620 | adafruit_bmp3xx.BMP3XX.temperature?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1621 | adafruit_bmp3xx.BMP3XX.temperature_oversampling?4(oversample: 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:
diff
changeset
|
1622 | adafruit_bmp3xx.BMP3XX?1() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1623 | adafruit_bmp3xx.BMP3XX_I2C._read_register?5(register: int, length: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1624 | adafruit_bmp3xx.BMP3XX_I2C._write_register_byte?5(register: int, value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1625 | adafruit_bmp3xx.BMP3XX_I2C?1(i2c: I2C, address: int = 0x77) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1626 | adafruit_bmp3xx.BMP3XX_SPI._read_register?5(register: int, length: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1627 | adafruit_bmp3xx.BMP3XX_SPI._write_register_byte?5(register: int, value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1628 | adafruit_bmp3xx.BMP3XX_SPI?1(spi: SPI, cs: DigitalInOut) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1629 | adafruit_bmp3xx._BMP388_CHIP_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1630 | adafruit_bmp3xx._BMP390_CHIP_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1631 | adafruit_bmp3xx._IIR_SETTINGS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1632 | adafruit_bmp3xx._OSR_SETTINGS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1633 | adafruit_bmp3xx._REGISTER_CAL_DATA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1634 | adafruit_bmp3xx._REGISTER_CHIPID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1635 | adafruit_bmp3xx._REGISTER_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1636 | adafruit_bmp3xx._REGISTER_CONFIG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1637 | adafruit_bmp3xx._REGISTER_CONTROL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1638 | adafruit_bmp3xx._REGISTER_ODR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1639 | adafruit_bmp3xx._REGISTER_OSR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1640 | adafruit_bmp3xx._REGISTER_PRESSUREDATA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1641 | adafruit_bmp3xx._REGISTER_STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1642 | adafruit_bmp3xx._REGISTER_TEMPDATA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1643 | adafruit_bno055.ACCEL_1000HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1644 | adafruit_bno055.ACCEL_125HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1645 | adafruit_bno055.ACCEL_15_63HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1646 | adafruit_bno055.ACCEL_16G?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1647 | adafruit_bno055.ACCEL_250HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1648 | adafruit_bno055.ACCEL_2G?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1649 | adafruit_bno055.ACCEL_31_25HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1650 | adafruit_bno055.ACCEL_4G?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1651 | adafruit_bno055.ACCEL_500HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1652 | adafruit_bno055.ACCEL_62_5HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1653 | adafruit_bno055.ACCEL_7_81HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1654 | adafruit_bno055.ACCEL_8G?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1655 | adafruit_bno055.ACCEL_DEEPSUSPEND_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1656 | adafruit_bno055.ACCEL_LOWPOWER1_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1657 | adafruit_bno055.ACCEL_LOWPOWER2_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1658 | adafruit_bno055.ACCEL_NORMAL_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1659 | adafruit_bno055.ACCEL_STANDBY_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1660 | adafruit_bno055.ACCEL_SUSPEND_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1661 | adafruit_bno055.ACCGYRO_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1662 | adafruit_bno055.ACCMAG_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1663 | adafruit_bno055.ACCONLY_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1664 | adafruit_bno055.AMG_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1665 | adafruit_bno055.AXIS_REMAP_NEGATIVE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1666 | adafruit_bno055.AXIS_REMAP_POSITIVE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1667 | adafruit_bno055.AXIS_REMAP_X?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1668 | adafruit_bno055.AXIS_REMAP_Y?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1669 | adafruit_bno055.AXIS_REMAP_Z?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1670 | adafruit_bno055.BNO055._acceleration?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1671 | adafruit_bno055.BNO055._euler?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1672 | adafruit_bno055.BNO055._gravity?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1673 | adafruit_bno055.BNO055._gyro?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1674 | adafruit_bno055.BNO055._linear_acceleration?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1675 | adafruit_bno055.BNO055._magnetic?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1676 | adafruit_bno055.BNO055._quaternion?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1677 | adafruit_bno055.BNO055._read_register?5(register: 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:
diff
changeset
|
1678 | adafruit_bno055.BNO055._reset?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1679 | adafruit_bno055.BNO055._temperature?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1680 | adafruit_bno055.BNO055._write_register?5(register: int, value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1681 | adafruit_bno055.BNO055.accel_bandwidth?4(bandwidth: int = ACCEL_62_5HZ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1682 | adafruit_bno055.BNO055.accel_mode?4(mode: int = ACCEL_NORMAL_MODE) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1683 | adafruit_bno055.BNO055.accel_range?4(rng: int = ACCEL_4G) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1684 | adafruit_bno055.BNO055.acceleration?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1685 | adafruit_bno055.BNO055.axis_remap?4(remap) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1686 | adafruit_bno055.BNO055.calibrated?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1687 | adafruit_bno055.BNO055.calibration_status?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1688 | adafruit_bno055.BNO055.euler?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1689 | adafruit_bno055.BNO055.external_crystal?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1690 | adafruit_bno055.BNO055.gravity?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1691 | adafruit_bno055.BNO055.gyro?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1692 | adafruit_bno055.BNO055.gyro_bandwidth?4(bandwidth: int = GYRO_32HZ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1693 | adafruit_bno055.BNO055.gyro_mode?4(mode: int = GYRO_NORMAL_MODE) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1694 | adafruit_bno055.BNO055.gyro_range?4(rng: int = GYRO_2000_DPS) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1695 | adafruit_bno055.BNO055.linear_acceleration?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1696 | adafruit_bno055.BNO055.magnet_mode?4(mode: int = MAGNET_FORCEMODE_MODE) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1697 | adafruit_bno055.BNO055.magnet_operation_mode?4(mode: int = MAGNET_REGULAR_MODE) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1698 | adafruit_bno055.BNO055.magnet_rate?4(rate: int = MAGNET_20HZ) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1699 | adafruit_bno055.BNO055.magnetic?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1700 | adafruit_bno055.BNO055.mode?4(new_mode: 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:
diff
changeset
|
1701 | adafruit_bno055.BNO055.quaternion?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1702 | adafruit_bno055.BNO055.set_normal_mode?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1703 | adafruit_bno055.BNO055.set_suspend_mode?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1704 | adafruit_bno055.BNO055.temperature?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1705 | adafruit_bno055.BNO055.use_external_crystal?4(value: bool) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1706 | adafruit_bno055.BNO055?1() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1707 | adafruit_bno055.BNO055_I2C._acceleration?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1708 | adafruit_bno055.BNO055_I2C._euler?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1709 | adafruit_bno055.BNO055_I2C._gravity?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1710 | adafruit_bno055.BNO055_I2C._gyro?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1711 | adafruit_bno055.BNO055_I2C._linear_acceleration?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1712 | adafruit_bno055.BNO055_I2C._magnetic?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1713 | adafruit_bno055.BNO055_I2C._quaternion?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1714 | adafruit_bno055.BNO055_I2C._read_register?5(register: 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:
diff
changeset
|
1715 | adafruit_bno055.BNO055_I2C._temperature?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1716 | adafruit_bno055.BNO055_I2C._write_register?5(register: 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:
diff
changeset
|
1717 | adafruit_bno055.BNO055_I2C.offsets_accelerometer?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1718 | adafruit_bno055.BNO055_I2C.offsets_gyroscope?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1719 | adafruit_bno055.BNO055_I2C.offsets_magnetometer?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1720 | adafruit_bno055.BNO055_I2C.radius_accelerometer?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1721 | adafruit_bno055.BNO055_I2C.radius_magnetometer?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1722 | adafruit_bno055.BNO055_I2C?1(i2c: I2C, address: int = 0x28) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1723 | adafruit_bno055.BNO055_UART._acceleration?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1724 | adafruit_bno055.BNO055_UART._euler?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1725 | adafruit_bno055.BNO055_UART._gravity?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1726 | adafruit_bno055.BNO055_UART._gyro?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1727 | adafruit_bno055.BNO055_UART._linear_acceleration?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1728 | adafruit_bno055.BNO055_UART._magnetic?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1729 | adafruit_bno055.BNO055_UART._quaternion?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1730 | adafruit_bno055.BNO055_UART._read_register?5(register: int, length: int = 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:
diff
changeset
|
1731 | adafruit_bno055.BNO055_UART._temperature?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1732 | adafruit_bno055.BNO055_UART._write_register?5(register: int, data: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1733 | adafruit_bno055.BNO055_UART.offsets_accelerometer?4(offsets: Tuple[int, int, int]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1734 | adafruit_bno055.BNO055_UART.offsets_gyroscope?4(offsets: Tuple[int, int, int]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1735 | adafruit_bno055.BNO055_UART.offsets_magnetometer?4(offsets: Tuple[int, int, int]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1736 | adafruit_bno055.BNO055_UART.radius_accelerometer?4(radius: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1737 | adafruit_bno055.BNO055_UART.radius_magnetometer?4(radius: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1738 | adafruit_bno055.BNO055_UART?1(uart: UART) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1739 | adafruit_bno055.COMPASS_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1740 | adafruit_bno055.CONFIG_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1741 | adafruit_bno055.GYRONLY_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1742 | adafruit_bno055.GYRO_1000_DPS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1743 | adafruit_bno055.GYRO_116HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1744 | adafruit_bno055.GYRO_125_DPS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1745 | adafruit_bno055.GYRO_12HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1746 | adafruit_bno055.GYRO_2000_DPS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1747 | adafruit_bno055.GYRO_230HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1748 | adafruit_bno055.GYRO_23HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1749 | adafruit_bno055.GYRO_250_DPS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1750 | adafruit_bno055.GYRO_32HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1751 | adafruit_bno055.GYRO_47HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1752 | adafruit_bno055.GYRO_500_DPS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1753 | adafruit_bno055.GYRO_523HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1754 | adafruit_bno055.GYRO_64HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1755 | adafruit_bno055.GYRO_ADVANCEDPOWERSAVE_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1756 | adafruit_bno055.GYRO_DEEPSUSPEND_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1757 | adafruit_bno055.GYRO_FASTPOWERUP_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1758 | adafruit_bno055.GYRO_NORMAL_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1759 | adafruit_bno055.GYRO_SUSPEND_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1760 | adafruit_bno055.IMUPLUS_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1761 | adafruit_bno055.M4G_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1762 | adafruit_bno055.MAGGYRO_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1763 | adafruit_bno055.MAGNET_10HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1764 | adafruit_bno055.MAGNET_15HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1765 | adafruit_bno055.MAGNET_20HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1766 | adafruit_bno055.MAGNET_25HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1767 | adafruit_bno055.MAGNET_2HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1768 | adafruit_bno055.MAGNET_30HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1769 | adafruit_bno055.MAGNET_6HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1770 | adafruit_bno055.MAGNET_8HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1771 | adafruit_bno055.MAGNET_ACCURACY_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1772 | adafruit_bno055.MAGNET_ENHANCEDREGULAR_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1773 | adafruit_bno055.MAGNET_FORCEMODE_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1774 | adafruit_bno055.MAGNET_LOWPOWER_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1775 | adafruit_bno055.MAGNET_NORMAL_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1776 | adafruit_bno055.MAGNET_REGULAR_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1777 | adafruit_bno055.MAGNET_SLEEP_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1778 | adafruit_bno055.MAGNET_SUSPEND_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1779 | adafruit_bno055.MAGONLY_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1780 | adafruit_bno055.NDOF_FMC_OFF_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1781 | adafruit_bno055.NDOF_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1782 | adafruit_bno055._ACCEL_CONFIG_REGISTER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1783 | adafruit_bno055._AXIS_MAP_CONFIG_REGISTER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1784 | adafruit_bno055._AXIS_MAP_SIGN_REGISTER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1785 | adafruit_bno055._CALIBRATION_REGISTER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1786 | adafruit_bno055._CHIP_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1787 | adafruit_bno055._GYRO_CONFIG_0_REGISTER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1788 | adafruit_bno055._GYRO_CONFIG_1_REGISTER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1789 | adafruit_bno055._ID_REGISTER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1790 | adafruit_bno055._MAGNET_CONFIG_REGISTER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1791 | adafruit_bno055._MODE_REGISTER?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1792 | adafruit_bno055._ModeStruct?2(register_address: int, struct_format: str, mode: 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:
diff
changeset
|
1793 | adafruit_bno055._OFFSET_ACCEL_REGISTER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1794 | adafruit_bno055._OFFSET_GYRO_REGISTER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1795 | adafruit_bno055._OFFSET_MAGNET_REGISTER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1796 | adafruit_bno055._PAGE_REGISTER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1797 | adafruit_bno055._POWER_LOW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1798 | adafruit_bno055._POWER_NORMAL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1799 | adafruit_bno055._POWER_REGISTER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1800 | adafruit_bno055._POWER_SUSPEND?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1801 | adafruit_bno055._RADIUS_ACCEL_REGISTER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1802 | adafruit_bno055._RADIUS_MAGNET_REGISTER?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1803 | adafruit_bno055._ScaledReadOnlyStruct?2(register_address: int, struct_format: str, scale: 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:
diff
changeset
|
1804 | adafruit_bno055._TRIGGER_REGISTER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1805 | adafruit_bno08x.BNO08X._check_id?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1806 | adafruit_bno08x.BNO08X._data_ready?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1807 | adafruit_bno08x.BNO08X._dbg?5(*args, **kwargs) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1808 | adafruit_bno08x.BNO08X._get_data?5(index, fmt_string) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1809 | adafruit_bno08x.BNO08X._get_feature_enable_report?5(report_interval=_DEFAULT_REPORT_INTERVAL, sensor_specific_config=0) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1810 | adafruit_bno08x.BNO08X._get_report_seq_id?5(report_id) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1811 | adafruit_bno08x.BNO08X._handle_command_response?5(report_bytes) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1812 | adafruit_bno08x.BNO08X._handle_control_report?5(report_id, report_bytes) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1813 | adafruit_bno08x.BNO08X._handle_packet?5(packet) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1814 | adafruit_bno08x.BNO08X._increment_report_seq?5(report_id) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1815 | adafruit_bno08x.BNO08X._parse_sensor_id?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1816 | adafruit_bno08x.BNO08X._process_available_packets?5(max_packets=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1817 | adafruit_bno08x.BNO08X._process_report?5(report_id, report_bytes) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1818 | adafruit_bno08x.BNO08X._read_packet?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1819 | adafruit_bno08x.BNO08X._send_me_command?5(subcommand_params) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1820 | adafruit_bno08x.BNO08X._send_packet?5(channel, data) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1821 | adafruit_bno08x.BNO08X._update_sequence_number?5(new_packet) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1822 | adafruit_bno08x.BNO08X._wait_for_packet?5(timeout=_PACKET_READ_TIMEOUT) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1823 | adafruit_bno08x.BNO08X._wait_for_packet_type?5(channel_number, report_id=None, timeout=5.0) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1824 | adafruit_bno08x.BNO08X.acceleration?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1825 | adafruit_bno08x.BNO08X.activity_classification?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1826 | adafruit_bno08x.BNO08X.begin_calibration?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1827 | adafruit_bno08x.BNO08X.calibration_status?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1828 | adafruit_bno08x.BNO08X.enable_feature?4(feature_id) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1829 | adafruit_bno08x.BNO08X.game_quaternion?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1830 | adafruit_bno08x.BNO08X.geomagnetic_quaternion?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1831 | adafruit_bno08x.BNO08X.gravity?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:
diff
changeset
|
1832 | adafruit_bno08x.BNO08X.gyro?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1833 | adafruit_bno08x.BNO08X.hard_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:
diff
changeset
|
1834 | adafruit_bno08x.BNO08X.initialize?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1835 | adafruit_bno08x.BNO08X.linear_acceleration?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1836 | adafruit_bno08x.BNO08X.magnetic?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1837 | adafruit_bno08x.BNO08X.quaternion?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1838 | adafruit_bno08x.BNO08X.raw_acceleration?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1839 | adafruit_bno08x.BNO08X.raw_gyro?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1840 | adafruit_bno08x.BNO08X.raw_magnetic?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1841 | adafruit_bno08x.BNO08X.save_calibration_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:
diff
changeset
|
1842 | adafruit_bno08x.BNO08X.shake?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1843 | adafruit_bno08x.BNO08X.soft_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:
diff
changeset
|
1844 | adafruit_bno08x.BNO08X.stability_classification?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1845 | adafruit_bno08x.BNO08X.steps?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1846 | adafruit_bno08x.BNO08X?1(reset=None, debug=False) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1847 | adafruit_bno08x.BNO_CHANNEL_EXE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1848 | adafruit_bno08x.BNO_CHANNEL_SHTP_COMMAND?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1849 | adafruit_bno08x.BNO_REPORT_ACCELEROMETER?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1850 | adafruit_bno08x.BNO_REPORT_ACTIVITY_CLASSIFIER?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1851 | adafruit_bno08x.BNO_REPORT_GAME_ROTATION_VECTOR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1852 | adafruit_bno08x.BNO_REPORT_GEOMAGNETIC_ROTATION_VECTOR?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1853 | adafruit_bno08x.BNO_REPORT_GRAVITY?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:
diff
changeset
|
1854 | adafruit_bno08x.BNO_REPORT_GYROSCOPE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1855 | adafruit_bno08x.BNO_REPORT_GYRO_INTEGRATED_ROTATION_VECTOR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1856 | adafruit_bno08x.BNO_REPORT_LINEAR_ACCELERATION?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1857 | adafruit_bno08x.BNO_REPORT_MAGNETOMETER?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1858 | adafruit_bno08x.BNO_REPORT_RAW_ACCELEROMETER?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1859 | adafruit_bno08x.BNO_REPORT_RAW_GYROSCOPE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1860 | adafruit_bno08x.BNO_REPORT_RAW_MAGNETOMETER?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1861 | adafruit_bno08x.BNO_REPORT_ROTATION_VECTOR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1862 | adafruit_bno08x.BNO_REPORT_SHAKE_DETECTOR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1863 | adafruit_bno08x.BNO_REPORT_STABILITY_CLASSIFIER?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1864 | adafruit_bno08x.BNO_REPORT_STEP_COUNTER?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1865 | adafruit_bno08x.DATA_BUFFER_SIZE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1866 | adafruit_bno08x.Packet.channel_number?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1867 | adafruit_bno08x.Packet.header_from_buffer?4(packet_bytes) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1868 | adafruit_bno08x.Packet.is_error?4(header) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1869 | adafruit_bno08x.Packet.report_id?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1870 | adafruit_bno08x.Packet?1(packet_bytes) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1871 | adafruit_bno08x.PacketHeader?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1872 | adafruit_bno08x.REPORT_ACCURACY_STATUS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1873 | adafruit_bno08x._ACCEL_SCALAR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1874 | adafruit_bno08x._AVAIL_SENSOR_REPORTS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1875 | adafruit_bno08x._BASE_TIMESTAMP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1876 | adafruit_bno08x._BNO08X_CMD_RESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1877 | adafruit_bno08x._BNO_CHANNEL_CONTROL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1878 | adafruit_bno08x._BNO_CHANNEL_GYRO_ROTATION_VECTOR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1879 | adafruit_bno08x._BNO_CHANNEL_INPUT_SENSOR_REPORTS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1880 | adafruit_bno08x._BNO_CHANNEL_WAKE_INPUT_SENSOR_REPORTS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1881 | adafruit_bno08x._BNO_HEADER_LEN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1882 | adafruit_bno08x._COMMAND_REQUEST?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1883 | adafruit_bno08x._COMMAND_RESPONSE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1884 | adafruit_bno08x._DEFAULT_REPORT_INTERVAL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1885 | adafruit_bno08x._DEFAULT_TIMEOUT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1886 | adafruit_bno08x._ENABLED_ACTIVITIES?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1887 | adafruit_bno08x._FEATURE_ENABLE_TIMEOUT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1888 | adafruit_bno08x._FRS_READ_REQUEST?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1889 | adafruit_bno08x._FRS_READ_RESPONSE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1890 | adafruit_bno08x._FRS_WRITE_DATA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1891 | adafruit_bno08x._FRS_WRITE_REQUEST?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1892 | adafruit_bno08x._FRS_WRITE_RESPONSE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1893 | adafruit_bno08x._GEO_QUAT_SCALAR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1894 | adafruit_bno08x._GET_FEATURE_REQUEST?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1895 | adafruit_bno08x._GET_FEATURE_RESPONSE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1896 | adafruit_bno08x._GYRO_SCALAR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1897 | adafruit_bno08x._INITIAL_REPORTS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1898 | adafruit_bno08x._MAG_SCALAR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1899 | adafruit_bno08x._ME_CALIBRATE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1900 | adafruit_bno08x._ME_CAL_CONFIG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1901 | adafruit_bno08x._ME_GET_CAL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1902 | adafruit_bno08x._PACKET_READ_TIMEOUT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1903 | adafruit_bno08x._QUAT_Q_POINT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1904 | adafruit_bno08x._QUAT_READ_TIMEOUT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1905 | adafruit_bno08x._QUAT_SCALAR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1906 | adafruit_bno08x._Q_POINT_12_SCALAR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1907 | adafruit_bno08x._Q_POINT_14_SCALAR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1908 | adafruit_bno08x._Q_POINT_4_SCALAR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1909 | adafruit_bno08x._Q_POINT_8_SCALAR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1910 | adafruit_bno08x._Q_POINT_9_SCALAR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1911 | adafruit_bno08x._RAW_REPORTS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1912 | adafruit_bno08x._REPORT_LENGTHS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1913 | adafruit_bno08x._SAVE_DCD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1914 | adafruit_bno08x._SET_FEATURE_COMMAND?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1915 | adafruit_bno08x._SHTP_REPORT_PRODUCT_ID_REQUEST?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1916 | adafruit_bno08x._SHTP_REPORT_PRODUCT_ID_RESPONSE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1917 | adafruit_bno08x._TIMESTAMP_REBASE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1918 | adafruit_bno08x._elapsed?5(start_time) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1919 | adafruit_bno08x._insert_command_request_report?5(command, buffer, next_sequence_number, command_params=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1920 | adafruit_bno08x._parse_activity_classifier_report?5(report_bytes) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1921 | adafruit_bno08x._parse_command_response?5(report_bytes) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1922 | adafruit_bno08x._parse_get_feature_response_report?5(report_bytes) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1923 | adafruit_bno08x._parse_sensor_report_data?5(report_bytes) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1924 | adafruit_bno08x._parse_shake_report?5(report_bytes) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1925 | adafruit_bno08x._parse_stability_classifier_report?5(report_bytes) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1926 | adafruit_bno08x._parse_step_couter_report?5(report_bytes) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1927 | adafruit_bno08x._report_length?5(report_id) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1928 | adafruit_bno08x._separate_batch?5(packet, report_slices) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1929 | adafruit_bno08x.debug.channels?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1930 | adafruit_bno08x.debug.reports?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1931 | adafruit_bno08x.i2c.BNO08X_I2C._data_ready?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1932 | adafruit_bno08x.i2c.BNO08X_I2C._read?5(requested_read_length) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1933 | adafruit_bno08x.i2c.BNO08X_I2C._read_header?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1934 | adafruit_bno08x.i2c.BNO08X_I2C._read_packet?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1935 | adafruit_bno08x.i2c.BNO08X_I2C._send_packet?5(channel, data) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1936 | adafruit_bno08x.i2c.BNO08X_I2C?1(i2c_bus, reset=None, address=_BNO08X_DEFAULT_ADDRESS, debug=False) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1937 | adafruit_bno08x.i2c._BNO08X_DEFAULT_ADDRESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1938 | adafruit_bno08x.parse_sensor_id?4(buffer) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1939 | adafruit_bno08x.spi.BNO08X_SPI._data_ready?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1940 | adafruit_bno08x.spi.BNO08X_SPI._read?5(requested_read_length) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1941 | adafruit_bno08x.spi.BNO08X_SPI._read_header?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1942 | adafruit_bno08x.spi.BNO08X_SPI._read_into?5(buf, start=0, end=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1943 | adafruit_bno08x.spi.BNO08X_SPI._read_packet?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1944 | adafruit_bno08x.spi.BNO08X_SPI._send_packet?5(channel, data) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1945 | adafruit_bno08x.spi.BNO08X_SPI._wait_for_int?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1946 | adafruit_bno08x.spi.BNO08X_SPI.hard_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:
diff
changeset
|
1947 | adafruit_bno08x.spi.BNO08X_SPI.soft_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:
diff
changeset
|
1948 | adafruit_bno08x.spi.BNO08X_SPI?1(spi_bus, cspin, intpin, resetpin, baudrate=1000000, debug=False) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1949 | adafruit_bno08x.uart.BNO08X_UART._data_ready?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1950 | adafruit_bno08x.uart.BNO08X_UART._read_header?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1951 | adafruit_bno08x.uart.BNO08X_UART._read_into?5(buf, start=0, end=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1952 | adafruit_bno08x.uart.BNO08X_UART._read_packet?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1953 | adafruit_bno08x.uart.BNO08X_UART._send_packet?5(channel, data) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1954 | adafruit_bno08x.uart.BNO08X_UART.soft_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:
diff
changeset
|
1955 | adafruit_bno08x.uart.BNO08X_UART?1(uart, reset=None, debug=False) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1956 | adafruit_bno08x_rvc.BNO08x_RVC._parse_frame?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1957 | adafruit_bno08x_rvc.BNO08x_RVC.heading?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1958 | adafruit_bno08x_rvc.BNO08x_RVC?1(uart: UART, timeout: 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:
diff
changeset
|
1959 | adafruit_boardtest.boardtest_gpio.FAIL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1960 | adafruit_boardtest.boardtest_gpio.LED_OFF_DELAY_TIME?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1961 | adafruit_boardtest.boardtest_gpio.LED_ON_DELAY_TIME?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1962 | adafruit_boardtest.boardtest_gpio.LED_PIN_NAMES?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1963 | adafruit_boardtest.boardtest_gpio.NA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1964 | adafruit_boardtest.boardtest_gpio.PASS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1965 | adafruit_boardtest.boardtest_gpio._deinit_pins?5(gpios: 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:
diff
changeset
|
1966 | adafruit_boardtest.boardtest_gpio._is_number?5(val: Any) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1967 | adafruit_boardtest.boardtest_gpio._toggle_wait?5(gpios: 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:
diff
changeset
|
1968 | adafruit_boardtest.boardtest_gpio.run_test?4(pins: Sequence[str]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1969 | adafruit_boardtest.boardtest_i2c.EEPROM_I2C_ADDR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1970 | adafruit_boardtest.boardtest_i2c.EEPROM_I2C_MAX_ADDR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1971 | adafruit_boardtest.boardtest_i2c.FAIL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1972 | adafruit_boardtest.boardtest_i2c.NA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1973 | adafruit_boardtest.boardtest_i2c.NUM_I2C_TESTS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1974 | adafruit_boardtest.boardtest_i2c.PASS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1975 | adafruit_boardtest.boardtest_i2c.SCL_PIN_NAME?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1976 | adafruit_boardtest.boardtest_i2c.SDA_PIN_NAME?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1977 | adafruit_boardtest.boardtest_i2c._eeprom_i2c_read_byte?5(i2c: busio.I2C, i2c_addr: int, mem_addr: int, timeout: 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:
diff
changeset
|
1978 | adafruit_boardtest.boardtest_i2c._eeprom_i2c_wait?5(i2c: busio.I2C, i2c_addr: int, mem_addr: int, timeout: 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:
diff
changeset
|
1979 | adafruit_boardtest.boardtest_i2c._eeprom_i2c_write_byte?5(i2c: busio.I2C, i2c_addr: int, mem_addr: int, mem_data: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1980 | adafruit_boardtest.boardtest_i2c.run_test?4(pins: Sequence[str], sda_pin: str = SDA_PIN_NAME, scl_pin: str = SCL_PIN_NAME) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1981 | adafruit_boardtest.boardtest_led.FAIL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1982 | adafruit_boardtest.boardtest_led.LED_OFF_DELAY_TIME?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1983 | adafruit_boardtest.boardtest_led.LED_ON_DELAY_TIME?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1984 | adafruit_boardtest.boardtest_led.LED_PIN_NAMES?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1985 | adafruit_boardtest.boardtest_led.NA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1986 | adafruit_boardtest.boardtest_led.PASS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1987 | adafruit_boardtest.boardtest_led._toggle_wait?5(led_pins: Sequence[str]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1988 | adafruit_boardtest.boardtest_led.run_test?4(pins: Sequence[str]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1989 | adafruit_boardtest.boardtest_sd.ASCII_MAX?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1990 | adafruit_boardtest.boardtest_sd.ASCII_MIN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1991 | adafruit_boardtest.boardtest_sd.BAUD_RATE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1992 | adafruit_boardtest.boardtest_sd.CS_PIN_NAME?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1993 | adafruit_boardtest.boardtest_sd.FAIL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1994 | adafruit_boardtest.boardtest_sd.FILENAME?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1995 | adafruit_boardtest.boardtest_sd.MISO_PIN_NAME?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1996 | adafruit_boardtest.boardtest_sd.MOSI_PIN_NAME?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1997 | adafruit_boardtest.boardtest_sd.NA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1998 | adafruit_boardtest.boardtest_sd.NUM_UART_BYTES?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1999 | adafruit_boardtest.boardtest_sd.PASS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2000 | adafruit_boardtest.boardtest_sd.SCK_PIN_NAME?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2001 | adafruit_boardtest.boardtest_sd.run_test?4(pins: Sequence[str], mosi_pin: str = MOSI_PIN_NAME, miso_pin: str = MISO_PIN_NAME, sck_pin: str = SCK_PIN_NAME, cs_pin: str = CS_PIN_NAME, filename: str = FILENAME, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2002 | adafruit_boardtest.boardtest_sd_cd.FAIL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2003 | adafruit_boardtest.boardtest_sd_cd.NA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2004 | adafruit_boardtest.boardtest_sd_cd.PASS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2005 | adafruit_boardtest.boardtest_sd_cd.SD_CD_PIN_NAME?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2006 | adafruit_boardtest.boardtest_sd_cd.run_test?4(pins: Sequence[str], cd_pin: str = SD_CD_PIN_NAME) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2007 | adafruit_boardtest.boardtest_spi.BAUD_RATE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2008 | adafruit_boardtest.boardtest_spi.CS_PIN_NAME?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2009 | adafruit_boardtest.boardtest_spi.EEPROM_I2C_MAX_ADDR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2010 | adafruit_boardtest.boardtest_spi.EEPROM_SPI_MAX_ADDR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2011 | adafruit_boardtest.boardtest_spi.EEPROM_SPI_RDSR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2012 | adafruit_boardtest.boardtest_spi.EEPROM_SPI_READ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2013 | adafruit_boardtest.boardtest_spi.EEPROM_SPI_WIP_BIT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2014 | adafruit_boardtest.boardtest_spi.EEPROM_SPI_WRDI?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2015 | adafruit_boardtest.boardtest_spi.EEPROM_SPI_WREN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2016 | adafruit_boardtest.boardtest_spi.EEPROM_SPI_WRITE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2017 | adafruit_boardtest.boardtest_spi.EEPROM_SPI_WRSR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2018 | adafruit_boardtest.boardtest_spi.FAIL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2019 | adafruit_boardtest.boardtest_spi.MISO_PIN_NAME?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2020 | adafruit_boardtest.boardtest_spi.MOSI_PIN_NAME?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2021 | adafruit_boardtest.boardtest_spi.NA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2022 | adafruit_boardtest.boardtest_spi.NUM_SPI_TESTS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2023 | adafruit_boardtest.boardtest_spi.PASS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2024 | adafruit_boardtest.boardtest_spi.SCK_PIN_NAME?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2025 | adafruit_boardtest.boardtest_spi._eeprom_spi_read_byte?5(spi: busio.SPI, csel: digitalio.DigitalInOut, address: int, timeout: 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:
diff
changeset
|
2026 | adafruit_boardtest.boardtest_spi._eeprom_spi_wait?5(spi: busio.SPI, csel: digitalio.DigitalInOut, timeout: 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:
diff
changeset
|
2027 | adafruit_boardtest.boardtest_spi._eeprom_spi_write_byte?5(spi: busio.SPI, csel: digitalio.DigitalInOut, address: int, data: int, timeout: 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:
diff
changeset
|
2028 | adafruit_boardtest.boardtest_spi.run_test?4(pins: Sequence[str], mosi_pin: str = MOSI_PIN_NAME, miso_pin: str = MISO_PIN_NAME, sck_pin: str = SCK_PIN_NAME, cs_pin: str = CS_PIN_NAME, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2029 | adafruit_boardtest.boardtest_uart.ASCII_MAX?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2030 | adafruit_boardtest.boardtest_uart.ASCII_MIN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2031 | adafruit_boardtest.boardtest_uart.BAUD_RATE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2032 | adafruit_boardtest.boardtest_uart.FAIL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2033 | adafruit_boardtest.boardtest_uart.NA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2034 | adafruit_boardtest.boardtest_uart.NUM_UART_BYTES?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2035 | adafruit_boardtest.boardtest_uart.PASS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2036 | adafruit_boardtest.boardtest_uart.RX_PIN_NAME?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2037 | adafruit_boardtest.boardtest_uart.TX_PIN_NAME?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2038 | adafruit_boardtest.boardtest_uart.run_test?4(pins: Sequence[str], tx_pin: str = TX_PIN_NAME, rx_pin: str = RX_PIN_NAME, baud_rate: int = BAUD_RATE, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2039 | adafruit_boardtest.boardtest_voltage_monitor.ANALOGIN_BITS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2040 | adafruit_boardtest.boardtest_voltage_monitor.ANALOG_REF?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2041 | adafruit_boardtest.boardtest_voltage_monitor.FAIL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2042 | adafruit_boardtest.boardtest_voltage_monitor.NA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2043 | adafruit_boardtest.boardtest_voltage_monitor.PASS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2044 | adafruit_boardtest.boardtest_voltage_monitor.VOLTAGE_MONITOR_PIN_NAMES?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2045 | adafruit_boardtest.boardtest_voltage_monitor.run_test?4(pins: Sequence[str]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2046 | adafruit_bus_device.i2c_device.I2CDevice.readinto?4(buf: WriteableBuffer, *, start: int = 0, 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:
diff
changeset
|
2047 | adafruit_bus_device.i2c_device.I2CDevice.write?4(buf: ReadableBuffer, *, start: int = 0, 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:
diff
changeset
|
2048 | adafruit_bus_device.i2c_device.I2CDevice.write_then_readinto?4(out_buffer: ReadableBuffer, in_buffer: 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:
diff
changeset
|
2049 | adafruit_bus_device.i2c_device.I2CDevice?1(i2c: I2C, device_address: int, probe: 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:
diff
changeset
|
2050 | adafruit_bus_device.spi_device.SPIDevice?1(spi: SPI, chip_select: Optional[DigitalInOut] = None, *, cs_active_value: bool = False, baudrate: int = 100000, polarity: int = 0, phase: int = 0, extra_clocks: 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:
diff
changeset
|
2051 | adafruit_button.Button.RECT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2052 | adafruit_button.Button.ROUNDRECT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2053 | adafruit_button.Button.SHADOWRECT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2054 | adafruit_button.Button.SHADOWROUNDRECT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2055 | adafruit_button.Button._create_body?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2056 | adafruit_button.Button._empty_self_group?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2057 | adafruit_button.Button.contains?4(point) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2058 | adafruit_button.Button.fill_color?4(new_color) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2059 | adafruit_button.Button.group?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2060 | adafruit_button.Button.height?4(new_height) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2061 | adafruit_button.Button.label?4(newtext) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2062 | adafruit_button.Button.label_color?4(new_color) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2063 | adafruit_button.Button.outline_color?4(new_color) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2064 | adafruit_button.Button.resize?4(new_width, new_height) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2065 | adafruit_button.Button.selected?4(value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2066 | adafruit_button.Button.selected_fill?4(new_color) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2067 | adafruit_button.Button.selected_label?4(new_color) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2068 | adafruit_button.Button.selected_outline?4(new_color) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2069 | adafruit_button.Button.width?4(new_width) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2070 | adafruit_button.Button?1(*, x, y, width, height, name=None, style=RECT, fill_color=0xFFFFFF, outline_color=0x0, label=None, label_font=None, label_color=0x0, selected_fill=None, selected_outline=None, selected_label=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2071 | adafruit_button._check_color?5(color) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2072 | adafruit_cap1188.cap1188.CAP1188._read_block?5(start: int, 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:
diff
changeset
|
2073 | adafruit_cap1188.cap1188.CAP1188._read_register?5(address: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2074 | adafruit_cap1188.cap1188.CAP1188._write_block?5(start: int, data: Union[bytearray, bytes]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2075 | adafruit_cap1188.cap1188.CAP1188._write_register?5(address: 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:
diff
changeset
|
2076 | adafruit_cap1188.cap1188.CAP1188.averaging?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:
diff
changeset
|
2077 | adafruit_cap1188.cap1188.CAP1188.cycle?4(value: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2078 | adafruit_cap1188.cap1188.CAP1188.delta_count?4(pin: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2079 | adafruit_cap1188.cap1188.CAP1188.recalibrate?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2080 | adafruit_cap1188.cap1188.CAP1188.recalibrate_pins?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:
diff
changeset
|
2081 | adafruit_cap1188.cap1188.CAP1188.sample?4(value: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2082 | adafruit_cap1188.cap1188.CAP1188.sensitivity?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:
diff
changeset
|
2083 | adafruit_cap1188.cap1188.CAP1188.threshold_values?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2084 | adafruit_cap1188.cap1188.CAP1188.thresholds?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:
diff
changeset
|
2085 | adafruit_cap1188.cap1188.CAP1188.touched?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2086 | adafruit_cap1188.cap1188.CAP1188.touched_pins?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2087 | adafruit_cap1188.cap1188.CAP1188?1() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2088 | adafruit_cap1188.cap1188.CAP1188_Channel.raw_value?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2089 | adafruit_cap1188.cap1188.CAP1188_Channel.recalibrate?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2090 | adafruit_cap1188.cap1188.CAP1188_Channel.threshold?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:
diff
changeset
|
2091 | adafruit_cap1188.cap1188.CAP1188_Channel.value?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2092 | adafruit_cap1188.cap1188.CAP1188_Channel?1(cap1188: "CAP1188", pin: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2093 | adafruit_cap1188.cap1188._AVG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2094 | adafruit_cap1188.cap1188._CAP1188_AVERAGING?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2095 | adafruit_cap1188.cap1188._CAP1188_CAL_ACTIVATE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2096 | adafruit_cap1188.cap1188._CAP1188_DELTA_COUNT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2097 | adafruit_cap1188.cap1188._CAP1188_GENERAL_STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2098 | adafruit_cap1188.cap1188._CAP1188_INPUT_STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2099 | adafruit_cap1188.cap1188._CAP1188_LED_LINKING?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2100 | adafruit_cap1188.cap1188._CAP1188_LED_STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2101 | adafruit_cap1188.cap1188._CAP1188_MAIN_CONTROL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2102 | adafruit_cap1188.cap1188._CAP1188_MANU_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2103 | adafruit_cap1188.cap1188._CAP1188_MID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2104 | adafruit_cap1188.cap1188._CAP1188_MULTI_TOUCH_CFG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2105 | adafruit_cap1188.cap1188._CAP1188_NOISE_FLAGS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2106 | adafruit_cap1188.cap1188._CAP1188_PID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2107 | adafruit_cap1188.cap1188._CAP1188_PRODUCT_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2108 | adafruit_cap1188.cap1188._CAP1188_REVISION?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2109 | adafruit_cap1188.cap1188._CAP1188_SENSITIVTY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2110 | adafruit_cap1188.cap1188._CAP1188_STANDBY_CFG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2111 | adafruit_cap1188.cap1188._CAP1188_THESHOLD_1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2112 | adafruit_cap1188.cap1188._CYCLE_TIME?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2113 | adafruit_cap1188.cap1188._SAMP_TIME?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2114 | adafruit_cap1188.cap1188._SENSITIVITY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2115 | adafruit_cap1188.i2c.CAP1188_I2C._read_block?5(start: int, 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:
diff
changeset
|
2116 | adafruit_cap1188.i2c.CAP1188_I2C._read_register?5(address: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2117 | adafruit_cap1188.i2c.CAP1188_I2C._write_block?5(start: int, data: Union[bytearray, bytes]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2118 | adafruit_cap1188.i2c.CAP1188_I2C._write_register?5(address: 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:
diff
changeset
|
2119 | adafruit_cap1188.i2c.CAP1188_I2C?1(i2c: I2C, address: int = _CAP1188_DEFAULT_ADDRESS) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2120 | adafruit_cap1188.i2c._CAP1188_DEFAULT_ADDRESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2121 | adafruit_cap1188.spi.CAP1188_SPI._read_block?5(start: int, 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:
diff
changeset
|
2122 | adafruit_cap1188.spi.CAP1188_SPI._read_register?5(address: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2123 | adafruit_cap1188.spi.CAP1188_SPI._write_block?5(start: int, data: Union[bytearray, bytes]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2124 | adafruit_cap1188.spi.CAP1188_SPI._write_register?5(address: 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:
diff
changeset
|
2125 | adafruit_cap1188.spi.CAP1188_SPI?1(spi: SPI, cs: DigitalInOut) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2126 | adafruit_cap1188.spi._CAP1188_SPI_READ_DATA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2127 | adafruit_cap1188.spi._CAP1188_SPI_SET_ADDR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2128 | adafruit_cap1188.spi._CAP1188_SPI_WRITE_DATA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2129 | adafruit_ccs811.CCS811._update_data?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2130 | adafruit_ccs811.CCS811.app_valid?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2131 | adafruit_ccs811.CCS811.baseline?4(baseline_int: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2132 | adafruit_ccs811.CCS811.data_ready?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2133 | adafruit_ccs811.CCS811.drive_mode?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2134 | adafruit_ccs811.CCS811.eco2?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2135 | adafruit_ccs811.CCS811.error?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2136 | adafruit_ccs811.CCS811.error_code?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2137 | adafruit_ccs811.CCS811.fw_mode?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2138 | adafruit_ccs811.CCS811.hw_id?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2139 | adafruit_ccs811.CCS811.int_thresh?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2140 | adafruit_ccs811.CCS811.interrupt_enabled?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2141 | adafruit_ccs811.CCS811.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:
diff
changeset
|
2142 | adafruit_ccs811.CCS811.set_environmental_data?4(humidity: int, temperature: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2143 | adafruit_ccs811.CCS811.set_interrupt_thresholds?4(low_med: int, med_high: int, hysteresis: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2144 | adafruit_ccs811.CCS811.temp_offset?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2145 | adafruit_ccs811.CCS811.temperature?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2146 | adafruit_ccs811.CCS811.tvoc?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2147 | adafruit_ccs811.CCS811?1(i2c_bus: I2C, address: int = 0x5A) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2148 | adafruit_ccs811.DRIVE_MODE_10SEC?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2149 | adafruit_ccs811.DRIVE_MODE_1SEC?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2150 | adafruit_ccs811.DRIVE_MODE_250MS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2151 | adafruit_ccs811.DRIVE_MODE_60SEC?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2152 | adafruit_ccs811.DRIVE_MODE_IDLE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2153 | adafruit_ccs811._ALG_RESULT_DATA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2154 | adafruit_ccs811._BASELINE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2155 | adafruit_ccs811._ENV_DATA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2156 | adafruit_ccs811._HW_ID_CODE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2157 | adafruit_ccs811._NTC?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2158 | adafruit_ccs811._RAW_DATA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2159 | adafruit_ccs811._REF_RESISTOR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2160 | adafruit_ccs811._SW_RESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2161 | adafruit_ccs811._THRESHOLDS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2162 | adafruit_character_lcd.character_lcd.Character_LCD.LEFT_TO_RIGHT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2163 | adafruit_character_lcd.character_lcd.Character_LCD.RIGHT_TO_LEFT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2164 | adafruit_character_lcd.character_lcd.Character_LCD._left_to_right?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2165 | adafruit_character_lcd.character_lcd.Character_LCD._pulse_enable?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2166 | adafruit_character_lcd.character_lcd.Character_LCD._right_to_left?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2167 | adafruit_character_lcd.character_lcd.Character_LCD._write8?5(value: int, char_mode: bool = False) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2168 | adafruit_character_lcd.character_lcd.Character_LCD.blink?4(blink: bool) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2169 | adafruit_character_lcd.character_lcd.Character_LCD.clear?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2170 | adafruit_character_lcd.character_lcd.Character_LCD.column_align?4(enable: bool) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2171 | adafruit_character_lcd.character_lcd.Character_LCD.create_char?4(location: int, pattern: Sequence[int]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2172 | adafruit_character_lcd.character_lcd.Character_LCD.cursor?4(show: bool) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2173 | adafruit_character_lcd.character_lcd.Character_LCD.cursor_position?4(column: int, row: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2174 | adafruit_character_lcd.character_lcd.Character_LCD.display?4(enable: bool) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2175 | adafruit_character_lcd.character_lcd.Character_LCD.home?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2176 | adafruit_character_lcd.character_lcd.Character_LCD.message?4(message: 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:
diff
changeset
|
2177 | adafruit_character_lcd.character_lcd.Character_LCD.move_left?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2178 | adafruit_character_lcd.character_lcd.Character_LCD.move_right?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2179 | adafruit_character_lcd.character_lcd.Character_LCD.text_direction?4(direction: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2180 | adafruit_character_lcd.character_lcd.Character_LCD?1(rs: digitalio.DigitalInOut, en: digitalio.DigitalInOut, d4: digitalio.DigitalInOut, d5: digitalio.DigitalInOut, d6: digitalio.DigitalInOut, d7: digitalio.DigitalInOut, columns: int, lines: int, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2181 | adafruit_character_lcd.character_lcd.Character_LCD_Mono.backlight?4(enable: bool) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2182 | adafruit_character_lcd.character_lcd.Character_LCD_Mono?1(rs: digitalio.DigitalInOut, en: digitalio.DigitalInOut, db4: digitalio.DigitalInOut, db5: digitalio.DigitalInOut, db6: digitalio.DigitalInOut, db7: digitalio.DigitalInOut, columns: int, lines: int, backlight_pin: Optional[digitalio.DigitalInOut] = None, backlight_inverted: bool = False, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2183 | adafruit_character_lcd.character_lcd.Character_LCD_RGB.color?4(color: Union[List[float], int]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2184 | adafruit_character_lcd.character_lcd.Character_LCD_RGB?1(rs: digitalio.DigitalInOut, en: digitalio.DigitalInOut, db4: digitalio.DigitalInOut, db5: digitalio.DigitalInOut, db6: digitalio.DigitalInOut, db7: digitalio.DigitalInOut, columns: int, lines: int, red: Union[pwmio.PWMOut, digitalio.DigitalInOut], green: Union[pwmio.PWMOut, digitalio.DigitalInOut], blue: Union[pwmio.PWMOut, digitalio.DigitalInOut], read_write: Optional[digitalio.DigitalInOut] = 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:
diff
changeset
|
2185 | adafruit_character_lcd.character_lcd._LCD_1LINE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2186 | adafruit_character_lcd.character_lcd._LCD_2LINE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2187 | adafruit_character_lcd.character_lcd._LCD_4BITMODE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2188 | adafruit_character_lcd.character_lcd._LCD_5X8DOTS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2189 | adafruit_character_lcd.character_lcd._LCD_BLINKOFF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2190 | adafruit_character_lcd.character_lcd._LCD_BLINKON?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2191 | adafruit_character_lcd.character_lcd._LCD_CLEARDISPLAY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2192 | adafruit_character_lcd.character_lcd._LCD_CURSOROFF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2193 | adafruit_character_lcd.character_lcd._LCD_CURSORON?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2194 | adafruit_character_lcd.character_lcd._LCD_CURSORSHIFT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2195 | adafruit_character_lcd.character_lcd._LCD_DISPLAYCONTROL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2196 | adafruit_character_lcd.character_lcd._LCD_DISPLAYMOVE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2197 | adafruit_character_lcd.character_lcd._LCD_DISPLAYON?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2198 | adafruit_character_lcd.character_lcd._LCD_ENTRYLEFT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2199 | adafruit_character_lcd.character_lcd._LCD_ENTRYMODESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2200 | adafruit_character_lcd.character_lcd._LCD_ENTRYSHIFTDECREMENT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2201 | adafruit_character_lcd.character_lcd._LCD_FUNCTIONSET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2202 | adafruit_character_lcd.character_lcd._LCD_MOVELEFT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2203 | adafruit_character_lcd.character_lcd._LCD_MOVERIGHT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2204 | adafruit_character_lcd.character_lcd._LCD_RETURNHOME?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2205 | adafruit_character_lcd.character_lcd._LCD_ROW_OFFSETS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2206 | adafruit_character_lcd.character_lcd._LCD_SETCGRAMADDR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2207 | adafruit_character_lcd.character_lcd._LCD_SETDDRAMADDR?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2208 | adafruit_character_lcd.character_lcd._map?5(xval: float, in_min: float, in_max: float, out_min: float, out_max: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2209 | adafruit_character_lcd.character_lcd._set_bit?5(byte_value: int, position: int, val: bool) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2210 | adafruit_character_lcd.character_lcd_i2c.Character_LCD_I2C?1(i2c: busio.I2C, columns: int, lines: int, address: Optional[int] = None, backlight_inverted: 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:
diff
changeset
|
2211 | adafruit_character_lcd.character_lcd_rgb_i2c.Character_LCD_RGB_I2C.down_button?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2212 | adafruit_character_lcd.character_lcd_rgb_i2c.Character_LCD_RGB_I2C.left_button?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2213 | adafruit_character_lcd.character_lcd_rgb_i2c.Character_LCD_RGB_I2C.right_button?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2214 | adafruit_character_lcd.character_lcd_rgb_i2c.Character_LCD_RGB_I2C.select_button?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2215 | adafruit_character_lcd.character_lcd_rgb_i2c.Character_LCD_RGB_I2C.up_button?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2216 | adafruit_character_lcd.character_lcd_rgb_i2c.Character_LCD_RGB_I2C?1(i2c: busio.I2C, columns: int, lines: int, address: Optional[int] = None) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2217 | adafruit_character_lcd.character_lcd_spi.Character_LCD_SPI?1(spi: busio.SPI, latch: digitalio.DigitalInOut, columns: int, lines: int, backlight_inverted: 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:
diff
changeset
|
2218 | adafruit_circuitplayground.bluefruit.Bluefruit._audio_out?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2219 | adafruit_circuitplayground.bluefruit.Bluefruit._normalized_rms?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2220 | adafruit_circuitplayground.bluefruit.Bluefruit.loud_sound?4(sound_threshold: int = 200) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2221 | adafruit_circuitplayground.bluefruit.Bluefruit.play_mp3?4(file_name: 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:
diff
changeset
|
2222 | adafruit_circuitplayground.bluefruit.Bluefruit.sound_level?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2223 | adafruit_circuitplayground.bluefruit.Bluefruit?1() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2224 | adafruit_circuitplayground.bluefruit.cpb?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2225 | adafruit_circuitplayground.circuit_playground_base.CircuitPlaygroundBase.SINE_WAVE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2226 | adafruit_circuitplayground.circuit_playground_base.CircuitPlaygroundBase.SQUARE_WAVE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2227 | adafruit_circuitplayground.circuit_playground_base.CircuitPlaygroundBase._audio_out?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2228 | adafruit_circuitplayground.circuit_playground_base.CircuitPlaygroundBase._default_tap_threshold?5(2]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2229 | adafruit_circuitplayground.circuit_playground_base.CircuitPlaygroundBase._generate_sample?5(length: int = 100, waveform: int = SINE_WAVE) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2230 | adafruit_circuitplayground.circuit_playground_base.CircuitPlaygroundBase._sine_sample?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2231 | adafruit_circuitplayground.circuit_playground_base.CircuitPlaygroundBase._square_sample?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2232 | adafruit_circuitplayground.circuit_playground_base.CircuitPlaygroundBase._touch?5(pin: 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:
diff
changeset
|
2233 | adafruit_circuitplayground.circuit_playground_base.CircuitPlaygroundBase.acceleration?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2234 | adafruit_circuitplayground.circuit_playground_base.CircuitPlaygroundBase.adjust_touch_threshold?4(adjustment: 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:
diff
changeset
|
2235 | adafruit_circuitplayground.circuit_playground_base.CircuitPlaygroundBase.button_a?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2236 | adafruit_circuitplayground.circuit_playground_base.CircuitPlaygroundBase.button_b?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2237 | adafruit_circuitplayground.circuit_playground_base.CircuitPlaygroundBase.configure_tap?4(tap: Literal[0, 1, 2], accel_range: Literal[0, 1, 2, 3] = adafruit_lis3dh.RANGE_8_G, threshold: Optional[int] = None, time_limit: Optional[int] = None, time_latency: int = 50, time_window: int = 255, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2238 | adafruit_circuitplayground.circuit_playground_base.CircuitPlaygroundBase.detect_taps?4(value: Literal[1, 2]) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2239 | adafruit_circuitplayground.circuit_playground_base.CircuitPlaygroundBase.light?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2240 | adafruit_circuitplayground.circuit_playground_base.CircuitPlaygroundBase.pixels?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2241 | adafruit_circuitplayground.circuit_playground_base.CircuitPlaygroundBase.play_file?4(file_name: str) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2242 | adafruit_circuitplayground.circuit_playground_base.CircuitPlaygroundBase.play_tone?4(frequency: int, duration: float, waveform: int = SINE_WAVE) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2243 | adafruit_circuitplayground.circuit_playground_base.CircuitPlaygroundBase.red_led?4(value: bool) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2244 | adafruit_circuitplayground.circuit_playground_base.CircuitPlaygroundBase.shake?4(shake_threshold: int = 30) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2245 | adafruit_circuitplayground.circuit_playground_base.CircuitPlaygroundBase.start_tone?4(frequency: int, waveform: int = SINE_WAVE) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2246 | adafruit_circuitplayground.circuit_playground_base.CircuitPlaygroundBase.stop_tone?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2247 | adafruit_circuitplayground.circuit_playground_base.CircuitPlaygroundBase.switch?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2248 | adafruit_circuitplayground.circuit_playground_base.CircuitPlaygroundBase.tapped?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2249 | adafruit_circuitplayground.circuit_playground_base.CircuitPlaygroundBase.temperature?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2250 | adafruit_circuitplayground.circuit_playground_base.CircuitPlaygroundBase.touch_A1?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2251 | adafruit_circuitplayground.circuit_playground_base.CircuitPlaygroundBase.touch_A2?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2252 | adafruit_circuitplayground.circuit_playground_base.CircuitPlaygroundBase.touch_A3?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2253 | adafruit_circuitplayground.circuit_playground_base.CircuitPlaygroundBase.touch_A4?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2254 | adafruit_circuitplayground.circuit_playground_base.CircuitPlaygroundBase.touch_A5?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2255 | adafruit_circuitplayground.circuit_playground_base.CircuitPlaygroundBase.touch_A6?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2256 | adafruit_circuitplayground.circuit_playground_base.CircuitPlaygroundBase.touch_TX?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2257 | adafruit_circuitplayground.circuit_playground_base.CircuitPlaygroundBase.touch_pins?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2258 | adafruit_circuitplayground.circuit_playground_base.CircuitPlaygroundBase.touched?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:
diff
changeset
|
2259 | adafruit_circuitplayground.circuit_playground_base.CircuitPlaygroundBase?1() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2260 | adafruit_circuitplayground.circuit_playground_base.Photocell.light?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2261 | adafruit_circuitplayground.circuit_playground_base.Photocell?1(pin: 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:
diff
changeset
|
2262 | adafruit_circuitplayground.express.Express._audio_out?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2263 | adafruit_circuitplayground.express.Express._unsupported?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2264 | adafruit_circuitplayground.express.Express.loud_sound?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2265 | adafruit_circuitplayground.express.Express.play_mp3?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2266 | adafruit_circuitplayground.express.Express.sound_level?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2267 | adafruit_circuitplayground.express.Express.touch_A7?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2268 | adafruit_circuitplayground.express.Express?1() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2269 | adafruit_circuitplayground.express.cpx?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2270 | adafruit_clue.Clue.AMBER?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2271 | adafruit_clue.Clue.AQUA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2272 | adafruit_clue.Clue.BLACK?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2273 | adafruit_clue.Clue.BLUE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2274 | adafruit_clue.Clue.CYAN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2275 | adafruit_clue.Clue.GOLD?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2276 | adafruit_clue.Clue.GREEN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2277 | adafruit_clue.Clue.JADE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2278 | adafruit_clue.Clue.MAGENTA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2279 | adafruit_clue.Clue.ORANGE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2280 | adafruit_clue.Clue.PINK?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2281 | adafruit_clue.Clue.PURPLE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2282 | adafruit_clue.Clue.RAINBOW?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2283 | adafruit_clue.Clue.RED?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2284 | adafruit_clue.Clue.SKY?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2285 | adafruit_clue.Clue.TEAL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2286 | adafruit_clue.Clue.VIOLET?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2287 | adafruit_clue.Clue.WHITE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2288 | adafruit_clue.Clue.YELLOW?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2289 | adafruit_clue.Clue._generate_sample?5(length: int = 100) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2290 | adafruit_clue.Clue._normalized_rms?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2291 | adafruit_clue.Clue._sine_sample?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2292 | adafruit_clue.Clue._touch?5(i: 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:
diff
changeset
|
2293 | adafruit_clue.Clue.acceleration?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2294 | adafruit_clue.Clue.altitude?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2295 | adafruit_clue.Clue.button_a?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2296 | adafruit_clue.Clue.button_b?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2297 | adafruit_clue.Clue.color?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2298 | adafruit_clue.Clue.gesture?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2299 | adafruit_clue.Clue.gyro?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2300 | adafruit_clue.Clue.humidity?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2301 | adafruit_clue.Clue.loud_sound?4(sound_threshold: int = 200) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2302 | adafruit_clue.Clue.magnetic?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2303 | adafruit_clue.Clue.pixel?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2304 | adafruit_clue.Clue.play_tone?4(frequency: int, duration: 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:
diff
changeset
|
2305 | adafruit_clue.Clue.pressure?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2306 | adafruit_clue.Clue.proximity?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2307 | adafruit_clue.Clue.red_led?4(value: bool) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2308 | adafruit_clue.Clue.sea_level_pressure?4(value: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2309 | adafruit_clue.Clue.shake?4(shake_threshold: int = 30, avg_count: int = 10, total_delay: float = 0.1) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2310 | adafruit_clue.Clue.simple_text_display?4(title_color: Tuple = (255, 255, 255), title_scale: int = 1, text_scale: int = 1, font: Optional[str] = None, colors: Optional[Tuple[Tuple[int, int, 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:
diff
changeset
|
2311 | adafruit_clue.Clue.sound_level?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2312 | adafruit_clue.Clue.start_tone?4(frequency: 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:
diff
changeset
|
2313 | adafruit_clue.Clue.stop_tone?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2314 | adafruit_clue.Clue.temperature?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2315 | adafruit_clue.Clue.touch_0?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2316 | adafruit_clue.Clue.touch_1?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2317 | adafruit_clue.Clue.touch_2?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2318 | adafruit_clue.Clue.white_leds?4(value: bool) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2319 | adafruit_clue.Clue?1() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2320 | adafruit_clue._ClueSimpleTextDisplay.add_text_line?4(color: Union[int, Tuple[int, int, int]] = 0xFFFFFF) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2321 | adafruit_clue._ClueSimpleTextDisplay.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:
diff
changeset
|
2322 | adafruit_clue._ClueSimpleTextDisplay.show_terminal?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2323 | adafruit_clue._ClueSimpleTextDisplay?2(title: Optional[str] = None, title_color: Union[int, Tuple[int, int, int]] = 0xFFFFFF, title_scale: int = 1, text_scale: int = 1, font: Optional[str] = None, colors: Optional[Tuple[Tuple[int, int, 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:
diff
changeset
|
2324 | adafruit_clue.clue?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2325 | adafruit_crickit.Crickit.SIGNAL1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2326 | adafruit_crickit.Crickit.SIGNAL2?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2327 | adafruit_crickit.Crickit.SIGNAL3?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2328 | adafruit_crickit.Crickit.SIGNAL4?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2329 | adafruit_crickit.Crickit.SIGNAL5?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2330 | adafruit_crickit.Crickit.SIGNAL6?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2331 | adafruit_crickit.Crickit.SIGNAL7?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2332 | adafruit_crickit.Crickit.SIGNAL8?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2333 | adafruit_crickit.Crickit._drive?5(terminal) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2334 | adafruit_crickit.Crickit._motor?5(terminals, motor_class) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2335 | adafruit_crickit.Crickit._servo?5(terminal, servo_class) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2336 | adafruit_crickit.Crickit._touch?5(terminal) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2337 | adafruit_crickit.Crickit.continuous_servo_1?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2338 | adafruit_crickit.Crickit.continuous_servo_2?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2339 | adafruit_crickit.Crickit.continuous_servo_3?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2340 | adafruit_crickit.Crickit.continuous_servo_4?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2341 | adafruit_crickit.Crickit.crickit?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2342 | adafruit_crickit.Crickit.dc_motor_1?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2343 | adafruit_crickit.Crickit.dc_motor_2?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2344 | adafruit_crickit.Crickit.drive_1?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2345 | adafruit_crickit.Crickit.drive_2?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2346 | adafruit_crickit.Crickit.drive_3?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2347 | adafruit_crickit.Crickit.drive_4?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2348 | adafruit_crickit.Crickit.drive_stepper_motor?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2349 | adafruit_crickit.Crickit.feather_drive_1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2350 | adafruit_crickit.Crickit.feather_drive_2?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2351 | adafruit_crickit.Crickit.feather_drive_3?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2352 | adafruit_crickit.Crickit.feather_drive_4?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2353 | adafruit_crickit.Crickit.feather_drive_stepper_motor?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2354 | adafruit_crickit.Crickit.init_neopixel?4(n, *, bpp=3, brightness=1.0, auto_write=True, pixel_order=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2355 | adafruit_crickit.Crickit.neopixel?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2356 | adafruit_crickit.Crickit.onboard_pixel?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2357 | adafruit_crickit.Crickit.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:
diff
changeset
|
2358 | adafruit_crickit.Crickit.seesaw?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2359 | adafruit_crickit.Crickit.servo_1?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2360 | adafruit_crickit.Crickit.servo_2?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2361 | adafruit_crickit.Crickit.servo_3?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2362 | adafruit_crickit.Crickit.servo_4?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2363 | adafruit_crickit.Crickit.stepper_motor?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2364 | adafruit_crickit.Crickit.touch_1?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2365 | adafruit_crickit.Crickit.touch_2?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2366 | adafruit_crickit.Crickit.touch_3?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2367 | adafruit_crickit.Crickit.touch_4?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2368 | adafruit_crickit.Crickit?1(seesaw) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2369 | adafruit_crickit.CrickitTouchIn.raw_value?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2370 | adafruit_crickit.CrickitTouchIn.value?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2371 | adafruit_crickit.CrickitTouchIn?1(seesaw, pin) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2372 | adafruit_crickit._DRIVE1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2373 | adafruit_crickit._DRIVE2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2374 | adafruit_crickit._DRIVE3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2375 | adafruit_crickit._DRIVE4?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2376 | adafruit_crickit._DRIVE_STEPPER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2377 | adafruit_crickit._MOTOR1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2378 | adafruit_crickit._MOTOR2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2379 | adafruit_crickit._MOTOR_STEPPER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2380 | adafruit_crickit._NEOPIXEL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2381 | adafruit_crickit._SERVO1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2382 | adafruit_crickit._SERVO2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2383 | adafruit_crickit._SERVO3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2384 | adafruit_crickit._SERVO4?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2385 | adafruit_crickit._SS_PIXEL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2386 | adafruit_crickit._TOUCH1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2387 | adafruit_crickit._TOUCH2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2388 | adafruit_crickit._TOUCH3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2389 | adafruit_crickit._TOUCH4?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2390 | adafruit_crickit.crickit?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2391 | adafruit_cursorcontrol.cursorcontrol.Cursor._default_cursor_bitmap?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2392 | adafruit_cursorcontrol.cursorcontrol.Cursor._is_deinited?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2393 | adafruit_cursorcontrol.cursorcontrol.Cursor.cursor_bitmap?4(bmp: displayio.Bitmap) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2394 | adafruit_cursorcontrol.cursorcontrol.Cursor.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:
diff
changeset
|
2395 | adafruit_cursorcontrol.cursorcontrol.Cursor.generate_cursor?4(bmp: displayio.Bitmap) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2396 | adafruit_cursorcontrol.cursorcontrol.Cursor.hidden?4(is_hidden: bool) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2397 | adafruit_cursorcontrol.cursorcontrol.Cursor.hide?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2398 | adafruit_cursorcontrol.cursorcontrol.Cursor.scale?4(scale_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:
diff
changeset
|
2399 | adafruit_cursorcontrol.cursorcontrol.Cursor.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:
diff
changeset
|
2400 | adafruit_cursorcontrol.cursorcontrol.Cursor.speed?4(speed: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2401 | adafruit_cursorcontrol.cursorcontrol.Cursor.x?4(x_val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2402 | adafruit_cursorcontrol.cursorcontrol.Cursor.y?4(y_val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2403 | adafruit_cursorcontrol.cursorcontrol.Cursor?1(display: Optional[displayio.Display] = None, display_group: Optional[displayio.Group] = None, bmp: Optional[displayio.Bitmap] = None, is_hidden: bool = False, cursor_speed: int = 5, scale: 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:
diff
changeset
|
2404 | adafruit_cursorcontrol.cursorcontrol_cursormanager.CursorManager._check_cursor_movement?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2405 | adafruit_cursorcontrol.cursorcontrol_cursormanager.CursorManager._init_hardware?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2406 | adafruit_cursorcontrol.cursorcontrol_cursormanager.CursorManager._is_deinited?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2407 | adafruit_cursorcontrol.cursorcontrol_cursormanager.CursorManager._read_joystick_x?5(samples: int = 3) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2408 | adafruit_cursorcontrol.cursorcontrol_cursormanager.CursorManager._read_joystick_y?5(samples: int = 3) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2409 | adafruit_cursorcontrol.cursorcontrol_cursormanager.CursorManager._store_button_states?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2410 | adafruit_cursorcontrol.cursorcontrol_cursormanager.CursorManager.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:
diff
changeset
|
2411 | adafruit_cursorcontrol.cursorcontrol_cursormanager.CursorManager.is_alt_clicked?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2412 | adafruit_cursorcontrol.cursorcontrol_cursormanager.CursorManager.is_clicked?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2413 | adafruit_cursorcontrol.cursorcontrol_cursormanager.CursorManager.is_select_clicked?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2414 | adafruit_cursorcontrol.cursorcontrol_cursormanager.CursorManager.is_start_clicked?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2415 | adafruit_cursorcontrol.cursorcontrol_cursormanager.CursorManager.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:
diff
changeset
|
2416 | adafruit_cursorcontrol.cursorcontrol_cursormanager.CursorManager?1(cursor: Cursor) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2417 | adafruit_cursorcontrol.cursorcontrol_cursormanager.DebouncedCursorManager.alt_held?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2418 | adafruit_cursorcontrol.cursorcontrol_cursormanager.DebouncedCursorManager.alt_released?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2419 | adafruit_cursorcontrol.cursorcontrol_cursormanager.DebouncedCursorManager.held?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2420 | adafruit_cursorcontrol.cursorcontrol_cursormanager.DebouncedCursorManager.is_alt_clicked?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2421 | adafruit_cursorcontrol.cursorcontrol_cursormanager.DebouncedCursorManager.is_clicked?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2422 | adafruit_cursorcontrol.cursorcontrol_cursormanager.DebouncedCursorManager.is_select_clicked?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2423 | adafruit_cursorcontrol.cursorcontrol_cursormanager.DebouncedCursorManager.is_start_clicked?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2424 | adafruit_cursorcontrol.cursorcontrol_cursormanager.DebouncedCursorManager.released?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2425 | adafruit_cursorcontrol.cursorcontrol_cursormanager.DebouncedCursorManager.select_held?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2426 | adafruit_cursorcontrol.cursorcontrol_cursormanager.DebouncedCursorManager.select_released?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2427 | adafruit_cursorcontrol.cursorcontrol_cursormanager.DebouncedCursorManager.start_held?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2428 | adafruit_cursorcontrol.cursorcontrol_cursormanager.DebouncedCursorManager.start_released?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2429 | adafruit_cursorcontrol.cursorcontrol_cursormanager.DebouncedCursorManager.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:
diff
changeset
|
2430 | adafruit_cursorcontrol.cursorcontrol_cursormanager.DebouncedCursorManager?1(cursor: Cursor, debounce_interval: float = 0.01) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2431 | adafruit_cursorcontrol.cursorcontrol_cursormanager.PYBADGE_BUTTON_A?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2432 | adafruit_cursorcontrol.cursorcontrol_cursormanager.PYBADGE_BUTTON_B?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2433 | adafruit_cursorcontrol.cursorcontrol_cursormanager.PYBADGE_BUTTON_DOWN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2434 | adafruit_cursorcontrol.cursorcontrol_cursormanager.PYBADGE_BUTTON_LEFT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2435 | adafruit_cursorcontrol.cursorcontrol_cursormanager.PYBADGE_BUTTON_RIGHT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2436 | adafruit_cursorcontrol.cursorcontrol_cursormanager.PYBADGE_BUTTON_SELECT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2437 | adafruit_cursorcontrol.cursorcontrol_cursormanager.PYBADGE_BUTTON_START?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2438 | adafruit_cursorcontrol.cursorcontrol_cursormanager.PYBADGE_BUTTON_UP?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2439 | adafruit_dash_display.Feed.callback?4(value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2440 | adafruit_dash_display.Feed.color?4(value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2441 | adafruit_dash_display.Feed.key?4(value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2442 | adafruit_dash_display.Feed.last_val?4(value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2443 | adafruit_dash_display.Feed.pub?4(value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2444 | adafruit_dash_display.Feed.text?4(value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2445 | adafruit_dash_display.Feed?1(key, default_text, formatted_text, callback, color, pub, index) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2446 | adafruit_dash_display.Hub.add_device?4(feed_key, default_text=None, formatted_text=None, color_callback=None, callback=None, pub_method=None, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2447 | adafruit_dash_display.Hub.base_pub?4(var) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2448 | adafruit_dash_display.Hub.connected?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2449 | adafruit_dash_display.Hub.disconnected?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2450 | adafruit_dash_display.Hub.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:
diff
changeset
|
2451 | adafruit_dash_display.Hub.loop?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2452 | adafruit_dash_display.Hub.message?4(client, feed_id, message) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2453 | adafruit_dash_display.Hub.publish?4(feed, message) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2454 | adafruit_dash_display.Hub.simple_text_callback?4(client, feed_id, message) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2455 | adafruit_dash_display.Hub.subscribe?4(userdata, topic, granted_qos) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2456 | adafruit_dash_display.Hub.update_text?4(client, feed_id, message) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2457 | adafruit_dash_display.Hub?1(display, io, nav) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2458 | adafruit_datetime.MAXYEAR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2459 | adafruit_datetime.MINYEAR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2460 | adafruit_datetime._DAYNAMES?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2461 | adafruit_datetime._DAYS_BEFORE_MONTH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2462 | adafruit_datetime._DAYS_IN_MONTH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2463 | adafruit_datetime._DI100Y?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2464 | adafruit_datetime._DI400Y?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2465 | adafruit_datetime._DI4Y?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2466 | adafruit_datetime._EPOCH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2467 | adafruit_datetime._INVALID_ISO_ERROR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2468 | adafruit_datetime._MAXORDINAL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2469 | adafruit_datetime._MONTHNAMES?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2470 | adafruit_datetime._build_struct_time?5(tm_year: int, tm_month: int, tm_mday: int, tm_hour: int, tm_min: int, tm_sec: int, tm_isdst: int, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2471 | adafruit_datetime._check_date_fields?5(year: int, month: int, day: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2472 | adafruit_datetime._check_time_fields?5(hour: int, minute: int, second: int, microsecond: int, fold: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2473 | adafruit_datetime._check_tzinfo_arg?5(time_zone: Optional["tzinfo"]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2474 | adafruit_datetime._check_tzname?5(name: Optional[str]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2475 | adafruit_datetime._check_utc_offset?5(name: str, offset: "timedelta") |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2476 | adafruit_datetime._cmp?5(obj_x: Any, obj_y: Any) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2477 | adafruit_datetime._cmperror?5(obj_x: Union["datetime", "timedelta"], obj_y: Union["datetime", "timedelta"]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2478 | adafruit_datetime._date_class?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2479 | adafruit_datetime._days_before_month?5(year: int, month: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2480 | adafruit_datetime._days_before_year?5(year: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2481 | adafruit_datetime._days_in_month?5(year: int, month: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2482 | adafruit_datetime._format_offset?5(off: "timedelta") |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2483 | adafruit_datetime._format_time?5(hh: int, mm: int, ss: int, us: int, timespec: str = "auto") |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2484 | adafruit_datetime._is_leap?5(year: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2485 | adafruit_datetime._ord2ymd?5(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:
diff
changeset
|
2486 | adafruit_datetime._time_class?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2487 | adafruit_datetime._ymd2ord?5(year: int, month: int, day: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2488 | adafruit_datetime.date._cmp?5(other: "date") |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2489 | adafruit_datetime.date._getstate?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2490 | adafruit_datetime.date._setstate?5(string: bytes) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2491 | adafruit_datetime.date.day?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2492 | adafruit_datetime.date.fromisoformat?4(date_string: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2493 | adafruit_datetime.date.fromordinal?4(ordinal: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2494 | adafruit_datetime.date.fromtimestamp?4(t: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2495 | adafruit_datetime.date.isoformat?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2496 | adafruit_datetime.date.isoweekday?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2497 | adafruit_datetime.date.month?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2498 | adafruit_datetime.date.replace?4(year: Optional[int] = None, month: Optional[int] = None, day: 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:
diff
changeset
|
2499 | adafruit_datetime.date.timetuple?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2500 | adafruit_datetime.date.today?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2501 | adafruit_datetime.date.toordinal?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2502 | adafruit_datetime.date.weekday?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2503 | adafruit_datetime.date.year?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2504 | adafruit_datetime.datetime._cmp?5(other: "datetime", allow_mixed: 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:
diff
changeset
|
2505 | adafruit_datetime.datetime._fromtimestamp?5(t: float, utc: bool, tz: Optional["tzinfo"]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2506 | adafruit_datetime.datetime._getstate?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2507 | adafruit_datetime.datetime._mktime?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2508 | adafruit_datetime.datetime.combine?4(date: date, time: time, tzinfo: 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:
diff
changeset
|
2509 | adafruit_datetime.datetime.ctime?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2510 | adafruit_datetime.datetime.date?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2511 | adafruit_datetime.datetime.day?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2512 | adafruit_datetime.datetime.dst?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2513 | adafruit_datetime.datetime.fold?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2514 | adafruit_datetime.datetime.fromisoformat?4(date_string: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2515 | adafruit_datetime.datetime.fromtimestamp?4(timestamp: float, tz: Optional["tzinfo"] = None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2516 | adafruit_datetime.datetime.hour?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2517 | adafruit_datetime.datetime.isoformat?4(sep: str = "T", timespec: str = "auto") |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2518 | adafruit_datetime.datetime.local?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2519 | adafruit_datetime.datetime.microsecond?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2520 | adafruit_datetime.datetime.minute?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2521 | adafruit_datetime.datetime.month?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2522 | adafruit_datetime.datetime.now?4(timezone: Optional["tzinfo"] = None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2523 | adafruit_datetime.datetime.replace?4(year: Optional[int] = None, month: Optional[str] = None, day: Optional[str] = None, hour: Optional[str] = None, minute: Optional[str] = None, second: Optional[str] = None, microsecond: Optional[str] = None, tzinfo: bool = True, *, fold: 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:
diff
changeset
|
2524 | adafruit_datetime.datetime.second?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2525 | adafruit_datetime.datetime.time?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2526 | adafruit_datetime.datetime.timestamp?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2527 | adafruit_datetime.datetime.timetuple?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2528 | adafruit_datetime.datetime.toordinal?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2529 | adafruit_datetime.datetime.tzinfo?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2530 | adafruit_datetime.datetime.utcfromtimestamp?4(timestamp: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2531 | adafruit_datetime.datetime.utcoffset?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2532 | adafruit_datetime.datetime.weekday?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2533 | adafruit_datetime.datetime.year?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2534 | adafruit_datetime.time._cmp?5(other: "time", allow_mixed: 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:
diff
changeset
|
2535 | adafruit_datetime.time._getstate?5(protocol: int = 3) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2536 | adafruit_datetime.time._parse_iso_string?5(segments: Sequence[str]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2537 | adafruit_datetime.time._tzstr?5(sep: str = ":") |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2538 | adafruit_datetime.time.fold?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2539 | adafruit_datetime.time.fromisoformat?4(time_string: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2540 | adafruit_datetime.time.hour?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2541 | adafruit_datetime.time.isoformat?4(timespec: str = "auto") |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2542 | adafruit_datetime.time.microsecond?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2543 | adafruit_datetime.time.minute?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2544 | adafruit_datetime.time.second?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2545 | adafruit_datetime.time.tzinfo?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2546 | adafruit_datetime.time.tzname?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2547 | adafruit_datetime.time.utcoffset?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2548 | adafruit_datetime.timedelta._cmp?5(other: "timedelta") |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2549 | adafruit_datetime.timedelta._getstate?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2550 | adafruit_datetime.timedelta._to_microseconds?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2551 | adafruit_datetime.timedelta.days?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2552 | adafruit_datetime.timedelta.microseconds?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2553 | adafruit_datetime.timedelta.plural?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2554 | adafruit_datetime.timedelta.seconds?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2555 | adafruit_datetime.timedelta.total_seconds?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2556 | adafruit_datetime.timezone._Omitted?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2557 | adafruit_datetime.timezone._create?5(offset: timedelta, name: 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:
diff
changeset
|
2558 | adafruit_datetime.timezone._name_from_offset?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2559 | adafruit_datetime.timezone.maxoffset?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2560 | adafruit_datetime.timezone.minoffset?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2561 | adafruit_datetime.timezone.tzname?4(dt: Optional["datetime"]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2562 | adafruit_datetime.timezone.utcoffset?4(dt: Optional["datetime"]) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2563 | adafruit_datetime.tzinfo.dst?4(dt: "datetime") |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2564 | adafruit_datetime.tzinfo.fromutc?4(dt: "datetime") |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2565 | adafruit_datetime.tzinfo.tzname?4(dt: "datetime") |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2566 | adafruit_datetime.tzinfo.utcoffset?4(dt: "datetime") |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2567 | adafruit_debouncer.Button.long_press?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2568 | adafruit_debouncer.Button.pressed?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2569 | adafruit_debouncer.Button.released?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2570 | adafruit_debouncer.Button.short_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:
diff
changeset
|
2571 | adafruit_debouncer.Button.update?4(new_state: 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:
diff
changeset
|
2572 | adafruit_debouncer.Button?1(pin: Union[ROValueIO, Callable[[], bool]], short_duration_ms: int = 200, long_duration_ms: int = 500, value_when_pressed: bool = False, **kwargs) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2573 | adafruit_debouncer.Debouncer._get_state?5(bits: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2574 | adafruit_debouncer.Debouncer._set_state?5(bits: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2575 | adafruit_debouncer.Debouncer._toggle_state?5(bits: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2576 | adafruit_debouncer.Debouncer._unset_state?5(bits: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2577 | adafruit_debouncer.Debouncer.current_duration?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2578 | adafruit_debouncer.Debouncer.fell?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2579 | adafruit_debouncer.Debouncer.interval?4(new_interval_s: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2580 | adafruit_debouncer.Debouncer.last_duration?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2581 | adafruit_debouncer.Debouncer.rose?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2582 | adafruit_debouncer.Debouncer.update?4(new_state: 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:
diff
changeset
|
2583 | adafruit_debouncer.Debouncer.value?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2584 | adafruit_debouncer.Debouncer?1(io_or_predicate: Union[ROValueIO, Callable[[], bool]], interval: float = 0.010, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2585 | adafruit_debug_i2c.DebugI2C._writeto_then_readfrom?5(address: int, buffer_out: ReadableBuffer, buffer_in: WriteableBuffer, *args, 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:
diff
changeset
|
2586 | adafruit_debug_i2c.DebugI2C.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:
diff
changeset
|
2587 | adafruit_debug_i2c.DebugI2C.readfrom_into?4(address: int, buffer: WriteableBuffer, *args, start: int = 0, 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:
diff
changeset
|
2588 | adafruit_debug_i2c.DebugI2C.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:
diff
changeset
|
2589 | adafruit_debug_i2c.DebugI2C.try_lock?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2590 | adafruit_debug_i2c.DebugI2C.unlock?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2591 | adafruit_debug_i2c.DebugI2C.writeto?4(address: int, buffer: ReadableBuffer, *args, **kwargs) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2592 | adafruit_debug_i2c.DebugI2C?1(i2c: I2C) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2593 | adafruit_dht.DHT11?1(pin: Pin, use_pulseio: bool = _USE_PULSEIO) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2594 | adafruit_dht.DHT21?1(pin: Pin, use_pulseio: bool = _USE_PULSEIO) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2595 | adafruit_dht.DHT22?1(pin: Pin, use_pulseio: bool = _USE_PULSEIO) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2596 | adafruit_dht.DHTBase._get_pulses_bitbang?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2597 | adafruit_dht.DHTBase._get_pulses_pulseio?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2598 | adafruit_dht.DHTBase._pulses_to_binary?5(pulses: array.array, 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:
diff
changeset
|
2599 | adafruit_dht.DHTBase.exit?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2600 | adafruit_dht.DHTBase.humidity?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2601 | adafruit_dht.DHTBase.measure?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2602 | adafruit_dht.DHTBase.temperature?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2603 | adafruit_dht.DHTBase?1(dht11: bool, pin: Pin, trig_wait: int, use_pulseio: bool, *, max_pulses: int = 81) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2604 | adafruit_dht._USE_PULSEIO?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2605 | adafruit_display_notification.NotificationFree?1(width, height, *, dark_mode=True) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2606 | adafruit_display_notification.PlainNotification._wrap_nicely?5(max_chars) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2607 | adafruit_display_notification.PlainNotification?1(title, message, width, height, *, dark_mode=True) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2608 | adafruit_display_notification.TEXT_FONT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2609 | adafruit_display_notification.apple.create_notification_widget?4(notification, max_width, max_height, *, color_count=2**16) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2610 | adafruit_display_shapes.circle.Circle.x0?4(x0: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2611 | adafruit_display_shapes.circle.Circle.y0?4(y0: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2612 | adafruit_display_shapes.circle.Circle?1(x0: int, y0: int, r: int, *, fill: Optional[int] = None, outline: Optional[int] = None, stroke: 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:
diff
changeset
|
2613 | adafruit_display_shapes.line.Line.color?4(color: Optional[int]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2614 | adafruit_display_shapes.line.Line?1(x0: int, y0: int, x1: int, y1: int, color: int, ) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2615 | adafruit_display_shapes.multisparkline.MultiSparkline._add_point?5(line: int, x: int, value: float, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2616 | adafruit_display_shapes.multisparkline.MultiSparkline._draw?5() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2617 | adafruit_display_shapes.multisparkline.MultiSparkline.add_values?4(values: List[float], update: bool = True) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2618 | adafruit_display_shapes.multisparkline.MultiSparkline.clear_values?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2619 | adafruit_display_shapes.multisparkline.MultiSparkline.height?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2620 | adafruit_display_shapes.multisparkline.MultiSparkline.update_line?4(line: int = None) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2621 | adafruit_display_shapes.multisparkline.MultiSparkline.values_of?4(line: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2622 | adafruit_display_shapes.multisparkline.MultiSparkline.width?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2623 | adafruit_display_shapes.multisparkline.MultiSparkline?1(width: int, height: int, max_items: int, colors: List[int], dyn_xpitch: Optional[bool] = True, y_mins: Optional[List[Optional[int]]] = None, y_maxs: Optional[List[Optional[int]]] = None, x: int = 0, y: int = 0, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2624 | adafruit_display_shapes.multisparkline._CyclicBuffer.clear?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2625 | adafruit_display_shapes.multisparkline._CyclicBuffer.len?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2626 | adafruit_display_shapes.multisparkline._CyclicBuffer.pop?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2627 | adafruit_display_shapes.multisparkline._CyclicBuffer.push?4(value: T) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2628 | adafruit_display_shapes.multisparkline._CyclicBuffer.values?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2629 | adafruit_display_shapes.multisparkline._CyclicBuffer?2(size: int, init_value: T) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2630 | adafruit_display_shapes.polygon.Polygon._FILL?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2631 | adafruit_display_shapes.polygon.Polygon._OUTLINE?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2632 | adafruit_display_shapes.polygon.Polygon._line?5(x_0: int, y_0: int, x_1: int, y_1: int, color: int, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2633 | adafruit_display_shapes.polygon.Polygon._line_on?5(p_0: Tuple[int, int], p_1: Tuple[int, int], color: int, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2634 | adafruit_display_shapes.polygon.Polygon._safe_draw?5(point: Tuple[int, int], color: int, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2635 | adafruit_display_shapes.polygon.Polygon.draw?4(points: List[Tuple[int, int]], color_id: 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:
diff
changeset
|
2636 | adafruit_display_shapes.polygon.Polygon.outline?4(color: Optional[int]) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2637 | adafruit_display_shapes.polygon.Polygon.pt_on?4(y) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2638 | adafruit_display_shapes.polygon.Polygon?1(points: List[Tuple[int, int]], *, outline: Optional[int] = None, close: Optional[bool] = True, colors: Optional[int] = 2, ) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2639 | adafruit_display_shapes.rect.Rect.fill?4(color: Optional[int]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2640 | adafruit_display_shapes.rect.Rect.height?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2641 | adafruit_display_shapes.rect.Rect.outline?4(color: Optional[int]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2642 | adafruit_display_shapes.rect.Rect.width?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2643 | adafruit_display_shapes.rect.Rect?1(x: int, y: int, width: int, height: int, *, fill: Optional[int] = None, outline: Optional[int] = None, stroke: 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:
diff
changeset
|
2644 | adafruit_display_shapes.roundrect.RoundRect._helper?5(x0: int, y0: int, r: int, *, color: int, x_offset: int = 0, y_offset: int = 0, stroke: int = 1, corner_flags: int = 0xF, fill: 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:
diff
changeset
|
2645 | adafruit_display_shapes.roundrect.RoundRect.fill?4(color: Optional[int]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2646 | adafruit_display_shapes.roundrect.RoundRect.height?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2647 | adafruit_display_shapes.roundrect.RoundRect.outline?4(color: Optional[int]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2648 | adafruit_display_shapes.roundrect.RoundRect.width?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2649 | adafruit_display_shapes.roundrect.RoundRect?1(x: int, y: int, width: int, height: int, r: int, *, fill: Optional[int] = None, outline: Optional[int] = None, stroke: 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:
diff
changeset
|
2650 | adafruit_display_shapes.sparkline.Sparkline.add_value?4(value: float, update: 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:
diff
changeset
|
2651 | adafruit_display_shapes.sparkline.Sparkline.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:
diff
changeset
|
2652 | adafruit_display_shapes.sparkline.Sparkline.values?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2653 | adafruit_display_shapes.sparkline.Sparkline.y_bottom?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2654 | adafruit_display_shapes.sparkline.Sparkline.y_top?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2655 | adafruit_display_shapes.sparkline.Sparkline?1(width: int, height: int, max_items: int, dyn_xpitch: Optional[bool] = True, y_min: Optional[int] = None, y_max: Optional[int] = None, x: int = 0, y: int = 0, color: int = 0xFFFFFF, ) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2656 | adafruit_display_shapes.triangle.Triangle._draw_filled?5(x0: int, y0: int, x1: int, y1: int, x2: int, y2: int, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2657 | adafruit_display_shapes.triangle.Triangle.fill?4(color: Optional[int]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2658 | adafruit_display_shapes.triangle.Triangle?1(x0: int, y0: int, x1: int, y1: int, x2: int, y2: int, *, fill: Optional[int] = None, outline: 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:
diff
changeset
|
2659 | adafruit_display_text.LabelBase._get_ascent_descent?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2660 | adafruit_display_text.LabelBase._get_valid_label_directions?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2661 | adafruit_display_text.LabelBase._replace_tabs?5(text: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2662 | adafruit_display_text.LabelBase._set_background_color?5(new_color) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2663 | adafruit_display_text.LabelBase._set_font?5(new_font: FontProtocol) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2664 | adafruit_display_text.LabelBase._set_label_direction?5(new_label_direction: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2665 | adafruit_display_text.LabelBase._set_line_spacing?5(new_line_spacing: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2666 | adafruit_display_text.LabelBase._set_text?5(new_text: str, scale: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2667 | adafruit_display_text.LabelBase.anchor_point?4(new_anchor_point: Tuple[float, float]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2668 | adafruit_display_text.LabelBase.anchored_position?4(new_position: Tuple[int, int]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2669 | adafruit_display_text.LabelBase.background_color?4(new_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:
diff
changeset
|
2670 | adafruit_display_text.LabelBase.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:
diff
changeset
|
2671 | adafruit_display_text.LabelBase.color?4(new_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:
diff
changeset
|
2672 | adafruit_display_text.LabelBase.font?4(new_font: FontProtocol) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2673 | adafruit_display_text.LabelBase.height?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2674 | adafruit_display_text.LabelBase.label_direction?4(new_label_direction: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2675 | adafruit_display_text.LabelBase.line_spacing?4(new_line_spacing: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2676 | adafruit_display_text.LabelBase.scale?4(new_scale: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2677 | adafruit_display_text.LabelBase.text?4(new_text: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2678 | adafruit_display_text.LabelBase.width?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2679 | adafruit_display_text.LabelBase?1(font: FontProtocol, x: int = 0, y: int = 0, text: str = "", color: int = 0xFFFFFF, background_color: int = None, line_spacing: float = 1.25, background_tight: bool = False, padding_top: int = 0, padding_bottom: int = 0, padding_left: int = 0, padding_right: int = 0, anchor_point: Tuple[float, float] = None, anchored_position: Tuple[int, int] = None, scale: int = 1, base_alignment: bool = False, tab_replacement: Tuple[int, str] = (4, " "), label_direction: str = "LTR", verbose: bool = False, **kwargs, ) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2680 | adafruit_display_text.bitmap_label.Label._DIR_MAP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2681 | adafruit_display_text.bitmap_label.Label._blit?5(bitmap: displayio.Bitmap, x: int, y: int, source_bitmap: displayio.Bitmap, x_1: int = 0, y_1: int = 0, x_2: int = None, y_2: int = None, skip_index: 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:
diff
changeset
|
2682 | adafruit_display_text.bitmap_label.Label._get_valid_label_directions?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2683 | adafruit_display_text.bitmap_label.Label._line_spacing_ypixels?5(line_spacing: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2684 | adafruit_display_text.bitmap_label.Label._place_text?5(bitmap: displayio.Bitmap, text: str, font: FontProtocol, xposition: int, yposition: int, skip_index: 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:
diff
changeset
|
2685 | adafruit_display_text.bitmap_label.Label._reset_text?5(font: Optional[FontProtocol] = None, text: Optional[str] = None, line_spacing: Optional[float] = None, scale: 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:
diff
changeset
|
2686 | adafruit_display_text.bitmap_label.Label._set_background_color?5(new_color: Optional[int]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2687 | adafruit_display_text.bitmap_label.Label._set_font?5(new_font: FontProtocol) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2688 | adafruit_display_text.bitmap_label.Label._set_label_direction?5(new_label_direction: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2689 | adafruit_display_text.bitmap_label.Label._set_line_spacing?5(new_line_spacing: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2690 | adafruit_display_text.bitmap_label.Label._set_text?5(new_text: str, scale: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2691 | adafruit_display_text.bitmap_label.Label._text_bounding_box?5(text: str, font: FontProtocol) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2692 | adafruit_display_text.bitmap_label.Label.bitmap?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2693 | adafruit_display_text.bitmap_label.Label?1(font: FontProtocol, save_text: bool = True, **kwargs) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2694 | adafruit_display_text.chunks?4(lst, n) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2695 | adafruit_display_text.label.Label._create_background_box?5(lines: int, y_offset: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2696 | adafruit_display_text.label.Label._get_valid_label_directions?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2697 | adafruit_display_text.label.Label._reset_text?5(new_text: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2698 | adafruit_display_text.label.Label._set_background_color?5(new_color: Optional[int]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2699 | adafruit_display_text.label.Label._set_font?5(new_font: FontProtocol) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2700 | adafruit_display_text.label.Label._set_label_direction?5(new_label_direction: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2701 | adafruit_display_text.label.Label._set_line_spacing?5(new_line_spacing: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2702 | adafruit_display_text.label.Label._set_text?5(new_text: str, scale: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2703 | adafruit_display_text.label.Label._update_text?5(new_text: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2704 | adafruit_display_text.label.Label?1(font: FontProtocol, **kwargs) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2705 | adafruit_display_text.measure?4(text) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2706 | adafruit_display_text.scrolling_label.ScrollingLabel.current_index?4(new_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:
diff
changeset
|
2707 | adafruit_display_text.scrolling_label.ScrollingLabel.full_text?4(new_text: str) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2708 | adafruit_display_text.scrolling_label.ScrollingLabel.text?4(new_text) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2709 | adafruit_display_text.scrolling_label.ScrollingLabel.update?4(force: 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:
diff
changeset
|
2710 | adafruit_display_text.scrolling_label.ScrollingLabel?1(font: FontProtocol, max_characters: int = 10, text: Optional[str] = "", animate_time: Optional[float] = 0.3, current_index: Optional[int] = 0, **kwargs) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2711 | adafruit_display_text.wrap_text_to_lines?4(string: str, max_chars: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2712 | adafruit_display_text.wrap_text_to_pixels?4(string: str, max_width: int, font: Optional[FontProtocol] = None, indent0: str = "", indent1: str = "", ) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2713 | adafruit_displayio_flipclock.flip_clock.COLON_SPACE?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2714 | adafruit_displayio_flipclock.flip_clock.FlipClock._validate_new_pair?5() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2715 | adafruit_displayio_flipclock.flip_clock.FlipClock.first_pair?4(new_pair: str) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2716 | adafruit_displayio_flipclock.flip_clock.FlipClock.second_pair?4(new_pair: str) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2717 | adafruit_displayio_flipclock.flip_clock.FlipClock?1(static_spritesheet: Bitmap, static_spritesheet_palette: Palette, top_anim_spritesheet: Bitmap, top_anim_palette: Palette, bottom_anim_spritesheet: Bitmap, bottom_anim_palette: Palette, tile_width: int, tile_height: int, anim_frame_count: int = 10, anim_delay: float = 0.02, colon_color: int = 0xFFFFFF, dynamic_fading: bool = False, brighter_level: float = 0.85, darker_level: float = 0.6, medium_level: float = 0.8, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2718 | adafruit_displayio_flipclock.flip_digit.FlipDigit.BOTTOM_HALF_SPRITE_INDEX_MAP?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2719 | adafruit_displayio_flipclock.flip_digit.FlipDigit.TOP_HALF_SPRITE_INDEX_MAP?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2720 | adafruit_displayio_flipclock.flip_digit.FlipDigit.VALID_CHARACTERS?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2721 | adafruit_displayio_flipclock.flip_digit.FlipDigit.bottom_flip_animate?4(value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2722 | adafruit_displayio_flipclock.flip_digit.FlipDigit.top_flip_animate?4(value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2723 | adafruit_displayio_flipclock.flip_digit.FlipDigit.value?4(new_value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2724 | adafruit_displayio_flipclock.flip_digit.FlipDigit?1(static_spritesheet: Bitmap, static_spritesheet_palette: Palette, top_anim_spritesheet: Bitmap, top_anim_palette: Palette, bottom_anim_spritesheet: Bitmap, bottom_anim_palette: Palette, tile_width: int, tile_height: int, anim_frame_count: int = 10, anim_delay: float = 0.02, dynamic_fading: bool = True, brighter_level: float = 0.85, darker_level: float = 0.6, medium_level: float = 0.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:
diff
changeset
|
2725 | adafruit_displayio_layout.layouts.grid_layout.GridLayout._layout_cells?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2726 | adafruit_displayio_layout.layouts.grid_layout.GridLayout.add_content?4(cell_content: displayio.Group, grid_position: Tuple[int, int], cell_size: Tuple[int, int], cell_anchor_point: Optional[Tuple[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:
diff
changeset
|
2727 | adafruit_displayio_layout.layouts.grid_layout.GridLayout.cell_size_pixels?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2728 | adafruit_displayio_layout.layouts.grid_layout.GridLayout.get_cell?4(cell_coordinates: Tuple[int, int]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2729 | adafruit_displayio_layout.layouts.grid_layout.GridLayout?1(x: int, y: int, width: int, height: int, grid_size: tuple[int, int], cell_padding: int = 0, divider_lines: bool = False, h_divider_line_rows: Union[Tuple[int, ...], List[int], None] = None, v_divider_line_cols: Union[Tuple[int, ...], List[int], None] = None, divider_line_color: int = 0xFFFFFF, cell_anchor_point: Tuple[float, float] = (0.0, 0.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:
diff
changeset
|
2730 | adafruit_displayio_layout.layouts.page_layout.PageLayout._check_args?5(page_name, page_index) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2731 | adafruit_displayio_layout.layouts.page_layout.PageLayout.add_content?4(page_content, page_name=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2732 | adafruit_displayio_layout.layouts.page_layout.PageLayout.get_page?4(page_name=None, page_index=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2733 | adafruit_displayio_layout.layouts.page_layout.PageLayout.next_page?4(loop=True) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2734 | adafruit_displayio_layout.layouts.page_layout.PageLayout.previous_page?4(loop=True) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2735 | adafruit_displayio_layout.layouts.page_layout.PageLayout.show_page?4(page_name=None, page_index=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2736 | adafruit_displayio_layout.layouts.page_layout.PageLayout.showing_page_content?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2737 | adafruit_displayio_layout.layouts.page_layout.PageLayout.showing_page_index?4(new_index) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2738 | adafruit_displayio_layout.layouts.page_layout.PageLayout.showing_page_name?4(new_name) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2739 | adafruit_displayio_layout.layouts.page_layout.PageLayout?1(x, y, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2740 | adafruit_displayio_layout.layouts.tab_layout.TabLayout._draw_tabs?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2741 | adafruit_displayio_layout.layouts.tab_layout.TabLayout._update_active_tab?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2742 | adafruit_displayio_layout.layouts.tab_layout.TabLayout.add_content?4(tab_content, tab_name) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2743 | adafruit_displayio_layout.layouts.tab_layout.TabLayout.handle_touch_events?4(touch_event) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2744 | adafruit_displayio_layout.layouts.tab_layout.TabLayout.next_page?4(loop=True) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2745 | adafruit_displayio_layout.layouts.tab_layout.TabLayout.previous_page?4(loop=True) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2746 | adafruit_displayio_layout.layouts.tab_layout.TabLayout.show_page?4(page_name=None, page_index=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2747 | adafruit_displayio_layout.layouts.tab_layout.TabLayout.showing_page_content?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2748 | adafruit_displayio_layout.layouts.tab_layout.TabLayout.showing_page_index?4(new_index) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2749 | adafruit_displayio_layout.layouts.tab_layout.TabLayout.showing_page_name?4(new_name) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2750 | adafruit_displayio_layout.layouts.tab_layout.TabLayout?1(x: int = 0, y: int = 0, display: Optional[displayio.Display] = None, tab_text_scale: int = 1, custom_font: Optional[Union[BuiltinFont, BDF, PCF]] = terminalio.FONT, inactive_tab_spritesheet: Optional[str] = None, showing_tab_spritesheet: Optional[str] = None, showing_tab_text_color: Optional[Union[int, Tuple[int, int, int]]] = 0x999999, inactive_tab_text_color: Optional[Union[int, Tuple[int, int, int]]] = 0xFFFFF, inactive_tab_transparent_indexes: Optional[Union[int, Tuple[int, int]]] = None, showing_tab_transparent_indexes: Optional[Union[int, Tuple[int, int]]] = None, tab_count: 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:
diff
changeset
|
2751 | adafruit_displayio_layout.widgets.cartesian.Cartesian._add_point?5(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:
diff
changeset
|
2752 | adafruit_displayio_layout.widgets.cartesian.Cartesian._calc_local_xy?5(x: int, y: int) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2753 | adafruit_displayio_layout.widgets.cartesian.Cartesian._check_local_x_in_range?5(local_x: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2754 | adafruit_displayio_layout.widgets.cartesian.Cartesian._check_local_xy_in_range?5(local_x: int, local_y: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2755 | adafruit_displayio_layout.widgets.cartesian.Cartesian._check_local_y_in_range?5(local_y: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2756 | adafruit_displayio_layout.widgets.cartesian.Cartesian._check_x_in_range?5(x: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2757 | adafruit_displayio_layout.widgets.cartesian.Cartesian._check_xy_in_range?5(x: int, y: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2758 | adafruit_displayio_layout.widgets.cartesian.Cartesian._check_y_in_range?5(y: 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:
diff
changeset
|
2759 | adafruit_displayio_layout.widgets.cartesian.Cartesian._draw_axes?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2760 | adafruit_displayio_layout.widgets.cartesian.Cartesian._draw_pointers?5(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:
diff
changeset
|
2761 | adafruit_displayio_layout.widgets.cartesian.Cartesian._draw_ticks?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2762 | adafruit_displayio_layout.widgets.cartesian.Cartesian._get_font_height?5(scale: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2763 | adafruit_displayio_layout.widgets.cartesian.Cartesian.add_plot_line?4(x: int, y: int) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2764 | adafruit_displayio_layout.widgets.cartesian.Cartesian.clear_plot_lines?4(palette_index: int = 5) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2765 | adafruit_displayio_layout.widgets.cartesian.Cartesian.update_pointer?4(x: int, y: int) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2766 | adafruit_displayio_layout.widgets.cartesian.Cartesian?1(background_color: int = 0x000000, xrange: Tuple[int, int] = (0, 100), yrange: Tuple[int, int] = (0, 100), axes_color: int = 0xFFFFFF, axes_stroke: int = 1, tick_color: int = 0xFFFFFF, major_tick_stroke: int = 1, major_tick_length: int = 5, tick_label_font: terminalio.FONT = terminalio.FONT, font_color: int = 0xFFFFFF, pointer_radius: int = 1, pointer_color: int = 0xFFFFFF, subticks: bool = False, nudge_x: int = 0, nudge_y: int = 0, verbose: bool = False, **kwargs: Any, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2767 | adafruit_displayio_layout.widgets.control.Control.contains?4(touch_point: Tuple[int, int, Optional[int]]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2768 | adafruit_displayio_layout.widgets.control.Control.selected?4(touch_point: Tuple[int, int, Optional[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:
diff
changeset
|
2769 | adafruit_displayio_layout.widgets.control.Control?1() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2770 | adafruit_displayio_layout.widgets.easing.back_easein?4(pos: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2771 | adafruit_displayio_layout.widgets.easing.back_easeinout?4(pos: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2772 | adafruit_displayio_layout.widgets.easing.back_easeout?4(pos: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2773 | adafruit_displayio_layout.widgets.easing.bounce_easein?4(pos: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2774 | adafruit_displayio_layout.widgets.easing.bounce_easeinout?4(pos: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2775 | adafruit_displayio_layout.widgets.easing.bounce_easeout?4(pos: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2776 | adafruit_displayio_layout.widgets.easing.circular_easein?4(pos: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2777 | adafruit_displayio_layout.widgets.easing.circular_easeinout?4(pos: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2778 | adafruit_displayio_layout.widgets.easing.circular_easeout?4(pos: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2779 | adafruit_displayio_layout.widgets.easing.cubic_easein?4(pos: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2780 | adafruit_displayio_layout.widgets.easing.cubic_easeinout?4(pos: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2781 | adafruit_displayio_layout.widgets.easing.cubic_easeout?4(pos: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2782 | adafruit_displayio_layout.widgets.easing.elastic_easein?4(pos: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2783 | adafruit_displayio_layout.widgets.easing.elastic_easeinout?4(pos: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2784 | adafruit_displayio_layout.widgets.easing.elastic_easeout?4(pos: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2785 | adafruit_displayio_layout.widgets.easing.exponential_easein?4(pos: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2786 | adafruit_displayio_layout.widgets.easing.exponential_easeinout?4(pos: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2787 | adafruit_displayio_layout.widgets.easing.exponential_easeout?4(pos: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2788 | adafruit_displayio_layout.widgets.easing.linear_interpolation?4(pos: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2789 | adafruit_displayio_layout.widgets.easing.quadratic_easein?4(pos: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2790 | adafruit_displayio_layout.widgets.easing.quadratic_easeinout?4(pos: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2791 | adafruit_displayio_layout.widgets.easing.quadratic_easeout?4(pos: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2792 | adafruit_displayio_layout.widgets.easing.quartic_easein?4(pos: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2793 | adafruit_displayio_layout.widgets.easing.quartic_easeinout?4(pos: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2794 | adafruit_displayio_layout.widgets.easing.quartic_easeout?4(pos: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2795 | adafruit_displayio_layout.widgets.easing.quintic_easein?4(pos: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2796 | adafruit_displayio_layout.widgets.easing.quintic_easeinout?4(pos: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2797 | adafruit_displayio_layout.widgets.easing.quintic_easeout?4(pos: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2798 | adafruit_displayio_layout.widgets.easing.sine_easein?4(pos: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2799 | adafruit_displayio_layout.widgets.easing.sine_easeinout?4(pos: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2800 | adafruit_displayio_layout.widgets.easing.sine_easeout?4(pos: 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:
diff
changeset
|
2801 | adafruit_displayio_layout.widgets.flip_input.FlipInput._ok_to_change?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2802 | adafruit_displayio_layout.widgets.flip_input.FlipInput._update_value?5(new_value: int, animate: bool = True) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2803 | adafruit_displayio_layout.widgets.flip_input.FlipInput.contains?4(touch_point: Tuple[int, int, Optional[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:
diff
changeset
|
2804 | adafruit_displayio_layout.widgets.flip_input.FlipInput.released?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2805 | adafruit_displayio_layout.widgets.flip_input.FlipInput.selected?4(touch_point: Tuple[int, int, Optional[int]]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2806 | adafruit_displayio_layout.widgets.flip_input.FlipInput.value?4(new_value: int | str) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2807 | adafruit_displayio_layout.widgets.flip_input.FlipInput?1(display: displayio.Display, *, value_list: List[str], font: FONT = FONT, font_scale: int = 1, color: int = 0xFFFFFF, value: int = 0, arrow_touch_padding: int = 0, arrow_color: int = 0x333333, arrow_outline: int = 0x555555, arrow_height: int = 30, arrow_width: int = 30, arrow_gap: int = 5, alt_touch_padding: int = 0, horizontal: bool = True, animation_time: Optional[float] = None, cool_down: float = 0.0, **kwargs: Any, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2808 | adafruit_displayio_layout.widgets.flip_input._animate_bitmap?5(display: displayio.Display, target_bitmap: displayio.Bitmap, bitmap1: displayio.Bitmap, bitmap1_offset: Tuple[int, int], bitmap2: displayio.Bitmap, bitmap2_offset: Tuple[int, int], start_position: float, end_position: float, animation_time: float, horizontal: bool, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2809 | adafruit_displayio_layout.widgets.flip_input._blit_constrained?5(target: displayio.Bitmap, x: int, y: int, source: displayio.Bitmap, x1: Optional[int] = None, y1: Optional[int] = None, x2: Optional[int] = None, y2: Optional[int] = None, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2810 | adafruit_displayio_layout.widgets.flip_input._draw_position?5(target_bitmap: displayio.Bitmap, bitmap1: displayio.Bitmap, bitmap1_offset: Tuple[int, int], bitmap2: displayio.Bitmap, bitmap2_offset: Tuple[int, int], position: float = 0.0, horizontal: 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:
diff
changeset
|
2811 | adafruit_displayio_layout.widgets.icon_animated.IconAnimated.display?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2812 | adafruit_displayio_layout.widgets.icon_animated.IconAnimated.init_class?4(display: Optional[Display], max_scale: float = 1.5, max_icon_size: Tuple[int, int] = (80, 80), max_color_depth: int = 256, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2813 | adafruit_displayio_layout.widgets.icon_animated.IconAnimated.zoom_animation?4(touch_point: Tuple[int, int, Optional[int]]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2814 | adafruit_displayio_layout.widgets.icon_animated.IconAnimated.zoom_out_animation?4(touch_point: Tuple[int, int, Optional[int]]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2815 | adafruit_displayio_layout.widgets.icon_animated.IconAnimated?1(label_text: str, icon: str, on_disk: bool = False, scale: Optional[float] = None, angle: float = 4, animation_time: float = 0.15, **kwargs: Any, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2816 | adafruit_displayio_layout.widgets.icon_widget.IconWidget.contains?4(touch_point: Tuple[int, int, Optional[int]]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2817 | adafruit_displayio_layout.widgets.icon_widget.IconWidget?1(label_text: str, icon: str, on_disk: bool = False, transparent_index: Optional[int] = None, label_background: Optional[int] = None, **kwargs: Any) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2818 | adafruit_displayio_layout.widgets.switch_round.SwitchRound._animate_switch?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2819 | adafruit_displayio_layout.widgets.switch_round.SwitchRound._create_switch?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2820 | adafruit_displayio_layout.widgets.switch_round.SwitchRound._draw_position?5(position: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2821 | adafruit_displayio_layout.widgets.switch_round.SwitchRound._get_offset_position?5(position: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2822 | adafruit_displayio_layout.widgets.switch_round.SwitchRound.contains?4(touch_point: Tuple[int, int, Optional[int]]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2823 | adafruit_displayio_layout.widgets.switch_round.SwitchRound.height?4(new_height: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2824 | adafruit_displayio_layout.widgets.switch_round.SwitchRound.resize?4(new_width: int, new_height: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2825 | adafruit_displayio_layout.widgets.switch_round.SwitchRound.selected?4(touch_point: Tuple[int, int, Optional[int]]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2826 | adafruit_displayio_layout.widgets.switch_round.SwitchRound.value?4(new_value: bool) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2827 | adafruit_displayio_layout.widgets.switch_round.SwitchRound.width?4(new_width: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2828 | adafruit_displayio_layout.widgets.switch_round.SwitchRound?1(x: int = 0, y: int = 0, width: Optional[int] = None, height: int = 40, touch_padding: int = 0, horizontal: bool = True, flip: bool = False, anchor_point: Optional[Tuple[float, float]] = None, anchored_position: Optional[Tuple[int, int]] = None, fill_color_off: Union[Tuple[int, int, int], int] = (66, 44, 66), fill_color_on: Union[Tuple[int, int, int], int] = (0, 100, 0), outline_color_off: Union[Tuple[int, int, int], int] = (30, 30, 30), outline_color_on: Union[Tuple[int, int, int], int] = (0, 60, 0), background_color_off: Union[Tuple[int, int, int], int] = (255, 255, 255), background_color_on: Union[Tuple[int, int, int], int] = (0, 60, 0), background_outline_color_off: Union[ |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2829 | Tuple[int, int, int], int, None |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2830 | ] = None, background_outline_color_on: Union[ |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2831 | Tuple[int, int, int], int, None |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2832 | ] = None, switch_stroke: int = 2, text_stroke: Optional[int] = None, display_button_text: bool = True, animation_time: float = 0.2, value: bool = False, **kwargs: Any, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2833 | adafruit_displayio_layout.widgets.switch_round._color_fade?5(start_color: Union[Tuple[int, int, int], int], end_color: Union[Tuple[int, int, int], int], fraction: float, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2834 | adafruit_displayio_layout.widgets.switch_round._color_to_tuple?5(value: Union[Tuple[int, int, 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:
diff
changeset
|
2835 | adafruit_displayio_layout.widgets.widget.Widget._update_position?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2836 | adafruit_displayio_layout.widgets.widget.Widget.anchor_point?4(new_anchor_point: Tuple[float, float]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2837 | adafruit_displayio_layout.widgets.widget.Widget.anchored_position?4(new_anchored_position: 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:
diff
changeset
|
2838 | adafruit_displayio_layout.widgets.widget.Widget.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:
diff
changeset
|
2839 | adafruit_displayio_layout.widgets.widget.Widget.height?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2840 | adafruit_displayio_layout.widgets.widget.Widget.resize?4(new_width: int, new_height: 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:
diff
changeset
|
2841 | adafruit_displayio_layout.widgets.widget.Widget.width?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2842 | adafruit_displayio_layout.widgets.widget.Widget?1(x: int = 0, y: int = 0, scale: int = 1, width: Optional[int] = None, height: Optional[int] = None, anchor_point: Optional[Tuple[float, float]] = None, anchored_position: Optional[Tuple[int, 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:
diff
changeset
|
2843 | adafruit_displayio_sh1106.SH1106.is_awake?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2844 | adafruit_displayio_sh1106.SH1106.sleep?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2845 | adafruit_displayio_sh1106.SH1106.wake?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2846 | adafruit_displayio_sh1106.SH1106?1(bus: displayio.FourWire, **kwargs) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2847 | adafruit_displayio_sh1106._INIT_SEQUENCE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2848 | adafruit_displayio_sh1107.DISPLAY_OFFSET_ADAFRUIT_128x128_OLED_5297?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2849 | adafruit_displayio_sh1107.DISPLAY_OFFSET_ADAFRUIT_FEATHERWING_OLED_4650?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2850 | adafruit_displayio_sh1107.DISPLAY_OFFSET_PIMORONI_MONO_OLED_PIM374?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2851 | adafruit_displayio_sh1107.SH1107.is_awake?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2852 | adafruit_displayio_sh1107.SH1107.sleep?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2853 | adafruit_displayio_sh1107.SH1107.wake?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2854 | adafruit_displayio_sh1107.SH1107?1(bus: Union[displayio.I2CDisplay, displayio.FourWire], display_offset: int = DISPLAY_OFFSET_ADAFRUIT_FEATHERWING_OLED_4650, rotation: int = 0, **kwargs) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2855 | adafruit_displayio_ssd1305.SSD1305?1(bus: Union[displayio.Fourwire, displayio.I2CDisplay], **kwargs) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2856 | adafruit_displayio_ssd1305._INIT_SEQUENCE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2857 | adafruit_displayio_ssd1306.SSD1306.is_awake?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2858 | adafruit_displayio_ssd1306.SSD1306.sleep?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2859 | adafruit_displayio_ssd1306.SSD1306.wake?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2860 | adafruit_displayio_ssd1306.SSD1306?1(bus: Union[displayio.FourWire, displayio.I2CDisplay], **kwargs) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2861 | adafruit_displayio_ssd1306._INIT_SEQUENCE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2862 | adafruit_dotstar.BGR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2863 | adafruit_dotstar.BRG?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2864 | adafruit_dotstar.DotStar._ds_writebytes?5(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:
diff
changeset
|
2865 | adafruit_dotstar.DotStar._transmit?5(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:
diff
changeset
|
2866 | adafruit_dotstar.DotStar.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:
diff
changeset
|
2867 | adafruit_dotstar.DotStar.n?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2868 | adafruit_dotstar.DotStar?1(clock: Pin, data: Pin, n: int, *, brightness: float = 1.0, auto_write: bool = True, pixel_order: str = BGR, baudrate: int = 4000000) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2869 | adafruit_dotstar.GBR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2870 | adafruit_dotstar.GRB?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2871 | adafruit_dotstar.RBG?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2872 | adafruit_dotstar.RGB?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2873 | adafruit_dotstar.START_HEADER_SIZE?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2874 | adafruit_dps310.advanced.CV.add_values?4(value_tuples: Iterable[Tuple[str, int, Union[str, int], Optional[float]]]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2875 | adafruit_dps310.advanced.CV.is_valid?4(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:
diff
changeset
|
2876 | adafruit_dps310.advanced.DPS310_Advanced._pressure_ratebits?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2877 | adafruit_dps310.advanced.DPS310_Advanced._temp_ratebits?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2878 | adafruit_dps310.advanced.DPS310_Advanced.initialize?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2879 | adafruit_dps310.advanced.DPS310_Advanced.mode?4(value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2880 | adafruit_dps310.advanced.DPS310_Advanced.pressure_oversample_count?4(value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2881 | adafruit_dps310.advanced.DPS310_Advanced.pressure_rate?4(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:
diff
changeset
|
2882 | adafruit_dps310.advanced.DPS310_Advanced.pressure_ready?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2883 | adafruit_dps310.advanced.DPS310_Advanced.temperature_oversample_count?4(value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2884 | adafruit_dps310.advanced.DPS310_Advanced.temperature_rate?4(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:
diff
changeset
|
2885 | adafruit_dps310.advanced.DPS310_Advanced.temperature_ready?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2886 | adafruit_dps310.advanced.DPS310_Advanced.wait_pressure_ready?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2887 | adafruit_dps310.advanced.DPS310_Advanced.wait_temperature_ready?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2888 | adafruit_dps310.advanced._DPS310_DEFAULT_ADDRESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2889 | adafruit_dps310.advanced._DPS310_PRSCFG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2890 | adafruit_dps310.advanced._DPS310_TMPCFG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2891 | adafruit_dps310.basic.DPS310._calib_coeff_temp_src_bit?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2892 | adafruit_dps310.basic.DPS310._coefficients_ready?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2893 | adafruit_dps310.basic.DPS310._correct_temp?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2894 | adafruit_dps310.basic.DPS310._device_id?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2895 | adafruit_dps310.basic.DPS310._mode_bits?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2896 | adafruit_dps310.basic.DPS310._pressure_osbits?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2897 | adafruit_dps310.basic.DPS310._pressure_ready?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2898 | adafruit_dps310.basic.DPS310._pressure_shiftbit?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2899 | adafruit_dps310.basic.DPS310._raw_pressure?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2900 | adafruit_dps310.basic.DPS310._raw_temperature?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2901 | adafruit_dps310.basic.DPS310._read_calibration?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2902 | adafruit_dps310.basic.DPS310._reg0e?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2903 | adafruit_dps310.basic.DPS310._reg0f?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2904 | adafruit_dps310.basic.DPS310._reg62?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2905 | adafruit_dps310.basic.DPS310._reset_register?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2906 | adafruit_dps310.basic.DPS310._sensor_ready?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2907 | adafruit_dps310.basic.DPS310._temp_measurement_src_bit?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2908 | adafruit_dps310.basic.DPS310._temp_osbits?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2909 | adafruit_dps310.basic.DPS310._temp_ready?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2910 | adafruit_dps310.basic.DPS310._temp_shiftbit?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2911 | adafruit_dps310.basic.DPS310._twos_complement?5(bits: 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:
diff
changeset
|
2912 | adafruit_dps310.basic.DPS310.altitude?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2913 | adafruit_dps310.basic.DPS310.initialize?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2914 | adafruit_dps310.basic.DPS310.pressure?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2915 | adafruit_dps310.basic.DPS310.reset?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2916 | adafruit_dps310.basic.DPS310.sea_level_pressure?4(value: 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:
diff
changeset
|
2917 | adafruit_dps310.basic.DPS310.temperature?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2918 | adafruit_dps310.basic.DPS310.wait_pressure_ready?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2919 | adafruit_dps310.basic.DPS310.wait_temperature_ready?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2920 | adafruit_dps310.basic.DPS310?1(i2c_bus: I2C, address: int = _DPS310_DEFAULT_ADDRESS) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2921 | adafruit_dps310.basic._DPS310_CFGREG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2922 | adafruit_dps310.basic._DPS310_DEFAULT_ADDRESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2923 | adafruit_dps310.basic._DPS310_DEVICE_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2924 | adafruit_dps310.basic._DPS310_MEASCFG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2925 | adafruit_dps310.basic._DPS310_PRODREVID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2926 | adafruit_dps310.basic._DPS310_PRSB2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2927 | adafruit_dps310.basic._DPS310_PRSCFG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2928 | adafruit_dps310.basic._DPS310_RESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2929 | adafruit_dps310.basic._DPS310_TMPB2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2930 | adafruit_dps310.basic._DPS310_TMPCFG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2931 | adafruit_dps310.basic._DPS310_TMPCOEFSRCE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2932 | adafruit_drv2605.DRV2605._BUFFER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2933 | adafruit_drv2605.DRV2605._read_u8?5(address: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2934 | adafruit_drv2605.DRV2605._write_u8?5(address: int, val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2935 | adafruit_drv2605.DRV2605.library?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2936 | adafruit_drv2605.DRV2605.mode?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2937 | adafruit_drv2605.DRV2605.play?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2938 | adafruit_drv2605.DRV2605.realtime_value?4(val: 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:
diff
changeset
|
2939 | adafruit_drv2605.DRV2605.sequence?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2940 | adafruit_drv2605.DRV2605.set_waveform?4(effect_id: int, slot: 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:
diff
changeset
|
2941 | adafruit_drv2605.DRV2605.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:
diff
changeset
|
2942 | adafruit_drv2605.DRV2605.use_ERM?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2943 | adafruit_drv2605.DRV2605.use_LRM?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2944 | adafruit_drv2605.DRV2605?1(i2c: I2C, address: int = _DRV2605_ADDR) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2945 | adafruit_drv2605.Effect.id?4(effect_id: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2946 | adafruit_drv2605.Effect.raw_value?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2947 | adafruit_drv2605.Effect?1(effect_id: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2948 | adafruit_drv2605.LIBRARY_EMPTY?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2949 | adafruit_drv2605.LIBRARY_LRA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2950 | adafruit_drv2605.LIBRARY_TS2200A?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2951 | adafruit_drv2605.LIBRARY_TS2200B?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2952 | adafruit_drv2605.LIBRARY_TS2200C?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2953 | adafruit_drv2605.LIBRARY_TS2200D?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2954 | adafruit_drv2605.LIBRARY_TS2200E?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2955 | adafruit_drv2605.MODE_AUDIOVIBE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2956 | adafruit_drv2605.MODE_AUTOCAL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2957 | adafruit_drv2605.MODE_DIAGNOS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2958 | adafruit_drv2605.MODE_EXTTRIGEDGE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2959 | adafruit_drv2605.MODE_EXTTRIGLVL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2960 | adafruit_drv2605.MODE_INTTRIG?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2961 | adafruit_drv2605.MODE_PWMANALOG?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2962 | adafruit_drv2605.MODE_REALTIME?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2963 | adafruit_drv2605.Pause.duration?4(duration: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2964 | adafruit_drv2605.Pause.raw_value?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2965 | adafruit_drv2605.Pause?1(duration: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2966 | adafruit_drv2605._DRV2605_ADDR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2967 | adafruit_drv2605._DRV2605_REG_AUDIOCTRL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2968 | adafruit_drv2605._DRV2605_REG_AUDIOLVL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2969 | adafruit_drv2605._DRV2605_REG_AUDIOMAX?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2970 | adafruit_drv2605._DRV2605_REG_AUTOCALCOMP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2971 | adafruit_drv2605._DRV2605_REG_AUTOCALEMP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2972 | adafruit_drv2605._DRV2605_REG_BREAK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2973 | adafruit_drv2605._DRV2605_REG_CLAMPV?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2974 | adafruit_drv2605._DRV2605_REG_CONTROL1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2975 | adafruit_drv2605._DRV2605_REG_CONTROL2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2976 | adafruit_drv2605._DRV2605_REG_CONTROL3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2977 | adafruit_drv2605._DRV2605_REG_CONTROL4?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2978 | adafruit_drv2605._DRV2605_REG_FEEDBACK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2979 | adafruit_drv2605._DRV2605_REG_GO?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2980 | adafruit_drv2605._DRV2605_REG_LIBRARY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2981 | adafruit_drv2605._DRV2605_REG_LRARESON?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2982 | adafruit_drv2605._DRV2605_REG_MODE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2983 | adafruit_drv2605._DRV2605_REG_OVERDRIVE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2984 | adafruit_drv2605._DRV2605_REG_RATEDV?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2985 | adafruit_drv2605._DRV2605_REG_RTPIN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2986 | adafruit_drv2605._DRV2605_REG_STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2987 | adafruit_drv2605._DRV2605_REG_SUSTAINNEG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2988 | adafruit_drv2605._DRV2605_REG_SUSTAINPOS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2989 | adafruit_drv2605._DRV2605_REG_VBAT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2990 | adafruit_drv2605._DRV2605_REG_WAVESEQ1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2991 | adafruit_drv2605._DRV2605_REG_WAVESEQ2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2992 | adafruit_drv2605._DRV2605_REG_WAVESEQ3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2993 | adafruit_drv2605._DRV2605_REG_WAVESEQ4?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2994 | adafruit_drv2605._DRV2605_REG_WAVESEQ5?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2995 | adafruit_drv2605._DRV2605_REG_WAVESEQ6?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2996 | adafruit_drv2605._DRV2605_REG_WAVESEQ7?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2997 | adafruit_drv2605._DRV2605_REG_WAVESEQ8?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2998 | adafruit_drv2605._DRV2605_Sequence?2(DRV2605_instance: DRV2605) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2999 | adafruit_ds1307.DS1307.datetime?4(value: struct_time) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3000 | adafruit_ds1307.DS1307.datetime_register?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3001 | adafruit_ds1307.DS1307.disable_oscillator?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3002 | adafruit_ds1307.DS1307?1(i2c_bus: I2C) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3003 | adafruit_ds1841.DS1841._adder_mode_bit?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3004 | adafruit_ds1841.DS1841._disable_save_to_eeprom?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3005 | adafruit_ds1841.DS1841._initial_value_register?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3006 | adafruit_ds1841.DS1841._lut?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3007 | adafruit_ds1841.DS1841._lut_address?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3008 | adafruit_ds1841.DS1841._manual_lut_address?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3009 | adafruit_ds1841.DS1841._manual_wiper_value?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3010 | adafruit_ds1841.DS1841._temperature_register?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3011 | adafruit_ds1841.DS1841._update_mode?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3012 | adafruit_ds1841.DS1841._voltage_register?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3013 | adafruit_ds1841.DS1841._wiper_register?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3014 | adafruit_ds1841.DS1841.lut_mode_enabled?4(value: bool) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3015 | adafruit_ds1841.DS1841.lut_selection?4(value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3016 | adafruit_ds1841.DS1841.set_lut?4(index: 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:
diff
changeset
|
3017 | adafruit_ds1841.DS1841.temperature?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3018 | adafruit_ds1841.DS1841.voltage?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3019 | adafruit_ds1841.DS1841.wiper?4(value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3020 | adafruit_ds1841.DS1841.wiper_default?4(value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3021 | adafruit_ds1841.DS1841?1(i2c_bus: I2C, address: int = _DS1841_DEFAULT_ADDRESS) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3022 | adafruit_ds1841._DS1841_CR0?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3023 | adafruit_ds1841._DS1841_CR1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3024 | adafruit_ds1841._DS1841_CR2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3025 | adafruit_ds1841._DS1841_DEFAULT_ADDRESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3026 | adafruit_ds1841._DS1841_IVR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3027 | adafruit_ds1841._DS1841_LUT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3028 | adafruit_ds1841._DS1841_LUTAR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3029 | adafruit_ds1841._DS1841_TEMP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3030 | adafruit_ds1841._DS1841_VCC_LSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3031 | adafruit_ds1841._DS1841_VOLTAGE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3032 | adafruit_ds1841._DS1841_WR?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3033 | adafruit_ds18x20.DS18X20._convert_temp?5(timeout: int = _CONVERSION_TIMEOUT) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3034 | adafruit_ds18x20.DS18X20._read_scratch?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3035 | adafruit_ds18x20.DS18X20._read_temp?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3036 | adafruit_ds18x20.DS18X20._write_scratch?5(buf: WriteableBuffer) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3037 | adafruit_ds18x20.DS18X20.read_temperature?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3038 | adafruit_ds18x20.DS18X20.resolution?4(bits: Literal[9, 10, 11, 12]) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3039 | adafruit_ds18x20.DS18X20.start_temperature_read?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3040 | adafruit_ds18x20.DS18X20.temperature?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3041 | adafruit_ds18x20.DS18X20?1(bus: OneWireBus, address: 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:
diff
changeset
|
3042 | adafruit_ds18x20.RESOLUTION?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3043 | adafruit_ds18x20._CONVERSION_DELAY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3044 | adafruit_ds18x20._CONVERSION_TIMEOUT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3045 | adafruit_ds18x20._CONVERT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3046 | adafruit_ds18x20._RD_SCRATCH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3047 | adafruit_ds18x20._WR_SCRATCH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3048 | adafruit_ds2413.DS2413.IOA?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3049 | adafruit_ds2413.DS2413.IOB?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3050 | adafruit_ds2413.DS2413._read_status?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3051 | adafruit_ds2413.DS2413._write_latches?5(value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3052 | adafruit_ds2413.DS2413.pio_state?4(value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3053 | adafruit_ds2413.DS2413?1(bus: OneWireBus, address: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3054 | adafruit_ds2413.DS2413Pin.direction?4(direction: Literal[0, 1]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3055 | adafruit_ds2413.DS2413Pin.value?4(state: bool) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3056 | adafruit_ds2413.DS2413Pin?1(number: Literal[0, 1], host, direction: Literal[0, 1] = OUTPUT) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3057 | adafruit_ds2413.INPUT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3058 | adafruit_ds2413.OUTPUT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3059 | adafruit_ds2413._DS2413_ACCESS_READ?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3060 | adafruit_ds2413._DS2413_ACCESS_WRITE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3061 | adafruit_ds2413._DS2413_ACK_ERROR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3062 | adafruit_ds2413._DS2413_ACK_SUCCESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3063 | adafruit_ds3231.DS3231._busy?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3064 | adafruit_ds3231.DS3231._calibration?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3065 | adafruit_ds3231.DS3231._conv?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3066 | adafruit_ds3231.DS3231._temperature?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3067 | adafruit_ds3231.DS3231.alarm1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3068 | adafruit_ds3231.DS3231.alarm1_interrupt?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3069 | adafruit_ds3231.DS3231.alarm1_status?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3070 | adafruit_ds3231.DS3231.alarm2?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3071 | adafruit_ds3231.DS3231.alarm2_interrupt?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3072 | adafruit_ds3231.DS3231.alarm2_status?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3073 | adafruit_ds3231.DS3231.calibration?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:
diff
changeset
|
3074 | adafruit_ds3231.DS3231.datetime?4(value: struct_time) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3075 | adafruit_ds3231.DS3231.datetime_register?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3076 | adafruit_ds3231.DS3231.disable_oscillator?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3077 | adafruit_ds3231.DS3231.force_temperature_conversion?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3078 | adafruit_ds3231.DS3231.lost_power?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3079 | adafruit_ds3231.DS3231.temperature?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3080 | adafruit_ds3231.DS3231?1(i2c: I2C) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3081 | adafruit_ds3502.DS3502._wiper?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3082 | adafruit_ds3502.DS3502._write_only_to_wiper?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3083 | adafruit_ds3502.DS3502.set_default?4(default: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3084 | adafruit_ds3502.DS3502.wiper?4(value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3085 | adafruit_ds3502.DS3502?1(i2c_bus: I2C, address: int = 0x28) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3086 | adafruit_ds3502._REG_CONTROL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3087 | adafruit_ds3502._REG_WIPER?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3088 | adafruit_ducky.Ducky.loop?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:
diff
changeset
|
3089 | adafruit_ducky.Ducky.write_key?4(start: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3090 | adafruit_ducky.Ducky?1(filename: str, keyboard: Keyboard, layout: KeyboardLayoutBase) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3091 | adafruit_ducky.commands?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3092 | adafruit_dymoscale.DYMOScale._read_pulse?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3093 | adafruit_dymoscale.DYMOScale.get_scale_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:
diff
changeset
|
3094 | adafruit_dymoscale.DYMOScale.toggle_unit_button?4(switch_units: 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:
diff
changeset
|
3095 | adafruit_dymoscale.DYMOScale.weight?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3096 | adafruit_dymoscale.DYMOScale?1(data_pin: microcontroller.Pin, units_dio: DigitalInOut, timeout: 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:
diff
changeset
|
3097 | adafruit_dymoscale.GRAMS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3098 | adafruit_dymoscale.OUNCES?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3099 | adafruit_dymoscale.PULSE_WIDTH?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3100 | adafruit_dymoscale.ScaleReading.stable?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3101 | adafruit_dymoscale.ScaleReading.units?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3102 | adafruit_dymoscale.ScaleReading.weight?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3103 | adafruit_emc2101.EMC2101._calculate_full_speed?5(pwm_f=None, dac=None) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3104 | adafruit_emc2101.EMC2101._config?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:
diff
changeset
|
3105 | adafruit_emc2101.EMC2101._conversion_rate?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3106 | adafruit_emc2101.EMC2101._dac_output_enabled?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3107 | adafruit_emc2101.EMC2101._ext_temp_lsb?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3108 | adafruit_emc2101.EMC2101._ext_temp_msb?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3109 | adafruit_emc2101.EMC2101._fan_lut_prog?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3110 | adafruit_emc2101.EMC2101._fan_setting?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3111 | adafruit_emc2101.EMC2101._fan_temp_hyst?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:
diff
changeset
|
3112 | adafruit_emc2101.EMC2101._int_temp?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3113 | adafruit_emc2101.EMC2101._mfg_id?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3114 | adafruit_emc2101.EMC2101._part_id?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3115 | adafruit_emc2101.EMC2101._part_rev?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:
diff
changeset
|
3116 | adafruit_emc2101.EMC2101._pwm_freq?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3117 | adafruit_emc2101.EMC2101._pwm_freq_div?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:
diff
changeset
|
3118 | adafruit_emc2101.EMC2101._speed_to_lsb?5(percentage) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3119 | adafruit_emc2101.EMC2101._spin_drive?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3120 | adafruit_emc2101.EMC2101._spin_tach_limit?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3121 | adafruit_emc2101.EMC2101._spin_time?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3122 | adafruit_emc2101.EMC2101._status?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:
diff
changeset
|
3123 | adafruit_emc2101.EMC2101._tach_limit_lsb?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3124 | adafruit_emc2101.EMC2101._tach_limit_msb?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3125 | adafruit_emc2101.EMC2101._tach_mode_enable?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3126 | adafruit_emc2101.EMC2101._tach_read_lsb?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3127 | adafruit_emc2101.EMC2101._tach_read_msb?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3128 | adafruit_emc2101.EMC2101.conversion_rate?4(rate) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3129 | adafruit_emc2101.EMC2101.dac_output_enabled?4(value) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3130 | adafruit_emc2101.EMC2101.devconfig?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3131 | adafruit_emc2101.EMC2101.devstatus?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:
diff
changeset
|
3132 | adafruit_emc2101.EMC2101.external_temperature?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3133 | adafruit_emc2101.EMC2101.fan_speed?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3134 | adafruit_emc2101.EMC2101.forced_ext_temp?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3135 | adafruit_emc2101.EMC2101.forced_temp_enabled?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3136 | adafruit_emc2101.EMC2101.initialize?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3137 | adafruit_emc2101.EMC2101.internal_temperature?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3138 | adafruit_emc2101.EMC2101.invert_fan_output?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3139 | adafruit_emc2101.EMC2101.lut_enabled?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3140 | adafruit_emc2101.EMC2101.manual_fan_speed?4(fan_speed) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3141 | adafruit_emc2101.EMC2101.part_info?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:
diff
changeset
|
3142 | adafruit_emc2101.EMC2101.spinup_drive?4(spin_drive) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3143 | adafruit_emc2101.EMC2101.spinup_time?4(spin_time) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3144 | adafruit_emc2101.EMC2101.tach_limit?4(new_limit) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3145 | adafruit_emc2101.EMC2101?1(i2c_bus) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3146 | adafruit_emc2101.emc2101_enums.CV.add_values?4(value_tuples) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3147 | adafruit_emc2101.emc2101_enums.CV.is_valid?4(value) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3148 | adafruit_emc2101.emc2101_ext.EMC2101_EXT._alert_comp?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3149 | adafruit_emc2101.emc2101_ext.EMC2101_EXT._avg_filter?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3150 | adafruit_emc2101.emc2101_ext.EMC2101_EXT._check_status?5() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3151 | adafruit_emc2101.emc2101_ext.EMC2101_EXT._ext_betacomp?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3152 | adafruit_emc2101.emc2101_ext.EMC2101_EXT._ext_ideality?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3153 | adafruit_emc2101.emc2101_ext.EMC2101_EXT._ext_temp_hi_limit_lsb?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3154 | adafruit_emc2101.emc2101_ext.EMC2101_EXT._ext_temp_hi_limit_msb?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3155 | adafruit_emc2101.emc2101_ext.EMC2101_EXT._ext_temp_lo_limit_lsb?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3156 | adafruit_emc2101.emc2101_ext.EMC2101_EXT._ext_temp_lo_limit_msb?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3157 | adafruit_emc2101.emc2101_ext.EMC2101_EXT._fan_clk_ovr?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3158 | adafruit_emc2101.emc2101_ext.EMC2101_EXT._fan_clk_sel?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3159 | adafruit_emc2101.emc2101_ext.EMC2101_EXT._fan_lut_prog?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3160 | adafruit_emc2101.emc2101_ext.EMC2101_EXT._fan_standby?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3161 | adafruit_emc2101.emc2101_ext.EMC2101_EXT._int_temp_limit?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3162 | adafruit_emc2101.emc2101_ext.EMC2101_EXT._last_status?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3163 | adafruit_emc2101.emc2101_ext.EMC2101_EXT._queue?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3164 | adafruit_emc2101.emc2101_ext.EMC2101_EXT._standby?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3165 | adafruit_emc2101.emc2101_ext.EMC2101_EXT._tcrit_hyst?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3166 | adafruit_emc2101.emc2101_ext.EMC2101_EXT._tcrit_limit?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3167 | adafruit_emc2101.emc2101_ext.EMC2101_EXT._tcrit_override?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3168 | adafruit_emc2101.emc2101_ext.EMC2101_EXT.auto_check_status?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3169 | adafruit_emc2101.emc2101_ext.EMC2101_EXT.check_status?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3170 | adafruit_emc2101.emc2101_ext.EMC2101_EXT.dev_temp_critical_hysteresis?4(hysteresis) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3171 | adafruit_emc2101.emc2101_ext.EMC2101_EXT.dev_temp_critical_limit?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3172 | adafruit_emc2101.emc2101_ext.EMC2101_EXT.dev_temp_high_limit?4(temp) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3173 | adafruit_emc2101.emc2101_ext.EMC2101_EXT.devstatus?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3174 | adafruit_emc2101.emc2101_ext.EMC2101_EXT.external_temp_high_limit?4(temp: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3175 | adafruit_emc2101.emc2101_ext.EMC2101_EXT.external_temp_low_limit?4(temp: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3176 | adafruit_emc2101.emc2101_ext.EMC2101_EXT.external_temperature?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3177 | adafruit_emc2101.emc2101_ext.EMC2101_EXT.fan_speed?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3178 | adafruit_emc2101.emc2101_ext.EMC2101_EXT.initialize?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3179 | adafruit_emc2101.emc2101_ext.EMC2101_EXT.internal_temperature?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3180 | adafruit_emc2101.emc2101_ext.EMC2101_EXT.last_status?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3181 | adafruit_emc2101.emc2101_ext.EMC2101_EXT?1(i2c_bus) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3182 | adafruit_emc2101.emc2101_fanspeed.FanSpeedLUT._defer_update?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3183 | adafruit_emc2101.emc2101_fanspeed.FanSpeedLUT._fan_lut?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3184 | adafruit_emc2101.emc2101_fanspeed.FanSpeedLUT._set_lut_entry?5(idx, temp, speed) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3185 | adafruit_emc2101.emc2101_fanspeed.FanSpeedLUT._update_lut?5() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3186 | adafruit_emc2101.emc2101_fanspeed.FanSpeedLUT.clear?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3187 | adafruit_emc2101.emc2101_fanspeed.FanSpeedLUT.lookup_table?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3188 | adafruit_emc2101.emc2101_fanspeed.FanSpeedLUT?1(fan_obj) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3189 | adafruit_emc2101.emc2101_lut.EMC2101_LUT.initialize?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3190 | adafruit_emc2101.emc2101_lut.EMC2101_LUT.lut?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3191 | adafruit_emc2101.emc2101_lut.EMC2101_LUT.lut_enabled?4(enable_lut) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3192 | adafruit_emc2101.emc2101_lut.EMC2101_LUT.lut_temperature_hysteresis?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3193 | adafruit_emc2101.emc2101_lut.EMC2101_LUT.pwm_frequency?4(value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3194 | adafruit_emc2101.emc2101_lut.EMC2101_LUT.pwm_frequency_divisor?4(divisor) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3195 | adafruit_emc2101.emc2101_lut.EMC2101_LUT.set_pwm_clock?4(use_preset=False, use_slow=False) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3196 | adafruit_emc2101.emc2101_lut.EMC2101_LUT?1(i2c_bus) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3197 | adafruit_emc2101.emc2101_regs.ALERT_MASK?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3198 | adafruit_emc2101.emc2101_regs.AVG_FILTER?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3199 | adafruit_emc2101.emc2101_regs.CONFIG_ALT_TACH?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3200 | adafruit_emc2101.emc2101_regs.CONFIG_DAC?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3201 | adafruit_emc2101.emc2101_regs.CONFIG_DIS_TO?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3202 | adafruit_emc2101.emc2101_regs.CONFIG_FAN_STANDBY?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3203 | adafruit_emc2101.emc2101_regs.CONFIG_MASK?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3204 | adafruit_emc2101.emc2101_regs.CONFIG_QUEUE?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3205 | adafruit_emc2101.emc2101_regs.CONFIG_STANDBY?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3206 | adafruit_emc2101.emc2101_regs.CONFIG_TCRIT_OVR?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3207 | adafruit_emc2101.emc2101_regs.CONVERT_RATE?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3208 | adafruit_emc2101.emc2101_regs.EXTERNAL_TEMP_LSB?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3209 | adafruit_emc2101.emc2101_regs.EXTERNAL_TEMP_MSB?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3210 | adafruit_emc2101.emc2101_regs.EXT_BETACOMP?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3211 | adafruit_emc2101.emc2101_regs.EXT_IDEALITY?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3212 | adafruit_emc2101.emc2101_regs.EXT_TEMP_HI_LIM_LSB?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3213 | adafruit_emc2101.emc2101_regs.EXT_TEMP_HI_LIM_MSB?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3214 | adafruit_emc2101.emc2101_regs.EXT_TEMP_LO_LIM_LSB?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3215 | adafruit_emc2101.emc2101_regs.EXT_TEMP_LO_LIM_MSB?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3216 | adafruit_emc2101.emc2101_regs.FAN_CONFIG?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3217 | adafruit_emc2101.emc2101_regs.FAN_RPM_DIVISOR?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3218 | adafruit_emc2101.emc2101_regs.FAN_SPINUP?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3219 | adafruit_emc2101.emc2101_regs.FAN_TEMP_HYST?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3220 | adafruit_emc2101.emc2101_regs.I2C_ADDR?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3221 | adafruit_emc2101.emc2101_regs.INTERNAL_TEMP?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3222 | adafruit_emc2101.emc2101_regs.INT_TEMP_HI_LIM?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3223 | adafruit_emc2101.emc2101_regs.LUT_BASE?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3224 | adafruit_emc2101.emc2101_regs.LUT_HYSTERESIS?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3225 | adafruit_emc2101.emc2101_regs.MAX_LUT_SPEED?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3226 | adafruit_emc2101.emc2101_regs.MAX_LUT_TEMP?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3227 | adafruit_emc2101.emc2101_regs.MFG_ID_SMSC?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3228 | adafruit_emc2101.emc2101_regs.ONESHOT?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3229 | adafruit_emc2101.emc2101_regs.PART_ID_EMC2101?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3230 | adafruit_emc2101.emc2101_regs.PART_ID_EMC2101R?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3231 | adafruit_emc2101.emc2101_regs.PWM_FREQ?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3232 | adafruit_emc2101.emc2101_regs.PWM_FREQ_DIV?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3233 | adafruit_emc2101.emc2101_regs.REG_CONFIG?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3234 | adafruit_emc2101.emc2101_regs.REG_FAN_SETTING?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3235 | adafruit_emc2101.emc2101_regs.REG_MFGID?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3236 | adafruit_emc2101.emc2101_regs.REG_PARTID?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3237 | adafruit_emc2101.emc2101_regs.REG_REV?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3238 | adafruit_emc2101.emc2101_regs.REG_STATUS?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3239 | adafruit_emc2101.emc2101_regs.SCRATCH_1?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3240 | adafruit_emc2101.emc2101_regs.SCRATCH_2?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3241 | adafruit_emc2101.emc2101_regs.STATUS_ALERT?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3242 | adafruit_emc2101.emc2101_regs.STATUS_BUSY?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3243 | adafruit_emc2101.emc2101_regs.STATUS_EEPROM?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3244 | adafruit_emc2101.emc2101_regs.STATUS_EXTHIGH?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3245 | adafruit_emc2101.emc2101_regs.STATUS_EXTLOW?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3246 | adafruit_emc2101.emc2101_regs.STATUS_FAULT?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3247 | adafruit_emc2101.emc2101_regs.STATUS_INTHIGH?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3248 | adafruit_emc2101.emc2101_regs.STATUS_TACH?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3249 | adafruit_emc2101.emc2101_regs.STATUS_TCRIT?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3250 | adafruit_emc2101.emc2101_regs.TACH_LIMIT_LSB?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3251 | adafruit_emc2101.emc2101_regs.TACH_LIMIT_MSB?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3252 | adafruit_emc2101.emc2101_regs.TACH_LSB?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3253 | adafruit_emc2101.emc2101_regs.TACH_MSB?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3254 | adafruit_emc2101.emc2101_regs.TCRIT_HYST?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3255 | adafruit_emc2101.emc2101_regs.TCRIT_TEMP?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3256 | adafruit_emc2101.emc2101_regs.TEMP_FAULT_OPENCIRCUIT?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3257 | adafruit_emc2101.emc2101_regs.TEMP_FAULT_SHORT?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3258 | adafruit_emc2101.emc2101_regs.TEMP_FORCE?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3259 | adafruit_ens160.COMMAND_CLRGPR?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3260 | adafruit_ens160.COMMAND_GETAPPVER?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3261 | adafruit_ens160.COMMAND_NOP?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3262 | adafruit_ens160.ENS160.AQI?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3263 | adafruit_ens160.ENS160.TVOC?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3264 | adafruit_ens160.ENS160._mode?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3265 | adafruit_ens160.ENS160._new_GPR_available?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3266 | adafruit_ens160.ENS160._new_data_available?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3267 | adafruit_ens160.ENS160._read_gpr?5() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3268 | adafruit_ens160.ENS160._rh_in?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3269 | adafruit_ens160.ENS160._status?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3270 | adafruit_ens160.ENS160._temp_in?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3271 | adafruit_ens160.ENS160.clear_command?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3272 | adafruit_ens160.ENS160.command?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3273 | adafruit_ens160.ENS160.data_validity?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3274 | adafruit_ens160.ENS160.eCO2?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3275 | adafruit_ens160.ENS160.firmware_version?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3276 | adafruit_ens160.ENS160.humidity_compensation?4(hum_perc: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3277 | adafruit_ens160.ENS160.interrupt_enable?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3278 | adafruit_ens160.ENS160.interrupt_on_GPR?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3279 | adafruit_ens160.ENS160.interrupt_on_data?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3280 | adafruit_ens160.ENS160.interrupt_polarity?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3281 | adafruit_ens160.ENS160.interrupt_pushpull?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3282 | adafruit_ens160.ENS160.mode?4(newmode: Literal[0, 1, 2, 240]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3283 | adafruit_ens160.ENS160.new_data_available?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3284 | adafruit_ens160.ENS160.part_id?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3285 | adafruit_ens160.ENS160.read_all_sensors?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3286 | adafruit_ens160.ENS160.reset?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3287 | adafruit_ens160.ENS160.temperature_compensation?4(temp_c: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3288 | adafruit_ens160.ENS160?1(i2c_bus: I2C, address: int = ENS160_I2CADDR_DEFAULT) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3289 | adafruit_ens160.INVALID_OUT?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3290 | adafruit_ens160.MODE_IDLE?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3291 | adafruit_ens160.MODE_RESET?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3292 | adafruit_ens160.MODE_SLEEP?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3293 | adafruit_ens160.MODE_STANDARD?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3294 | adafruit_ens160.NORMAL_OP?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3295 | adafruit_ens160.START_UP?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3296 | adafruit_ens160.WARM_UP?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3297 | adafruit_ens160._ENS160_REG_AQI?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3298 | adafruit_ens160._ENS160_REG_COMMAND?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3299 | adafruit_ens160._ENS160_REG_CONFIG?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3300 | adafruit_ens160._ENS160_REG_ECO2?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3301 | adafruit_ens160._ENS160_REG_GPRREAD?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3302 | adafruit_ens160._ENS160_REG_OPMODE?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3303 | adafruit_ens160._ENS160_REG_PARTID?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3304 | adafruit_ens160._ENS160_REG_RHIN?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3305 | adafruit_ens160._ENS160_REG_STATUS?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3306 | adafruit_ens160._ENS160_REG_TEMPIN?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3307 | adafruit_ens160._ENS160_REG_TVOC?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3308 | adafruit_ens160._valid_modes?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:
diff
changeset
|
3309 | adafruit_epd.epd.Adafruit_EPD.BLACK?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3310 | adafruit_epd.epd.Adafruit_EPD.DARK?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3311 | adafruit_epd.epd.Adafruit_EPD.INVERSE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3312 | adafruit_epd.epd.Adafruit_EPD.LIGHT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3313 | adafruit_epd.epd.Adafruit_EPD.RED?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3314 | adafruit_epd.epd.Adafruit_EPD.WHITE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3315 | adafruit_epd.epd.Adafruit_EPD._color_dup?5(func, args, color) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3316 | adafruit_epd.epd.Adafruit_EPD._spi_transfer?5(data) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3317 | adafruit_epd.epd.Adafruit_EPD.command?4(cmd, data=None, end=True) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3318 | adafruit_epd.epd.Adafruit_EPD.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:
diff
changeset
|
3319 | adafruit_epd.epd.Adafruit_EPD.fill?4(color) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3320 | adafruit_epd.epd.Adafruit_EPD.fill_rect?4(x, y, width, height, color) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3321 | adafruit_epd.epd.Adafruit_EPD.hardware_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:
diff
changeset
|
3322 | adafruit_epd.epd.Adafruit_EPD.height?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3323 | adafruit_epd.epd.Adafruit_EPD.hline?4(x, y, width, color) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3324 | adafruit_epd.epd.Adafruit_EPD.image?4(image) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3325 | adafruit_epd.epd.Adafruit_EPD.line?4(x_0, y_0, x_1, y_1, color) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3326 | adafruit_epd.epd.Adafruit_EPD.pixel?4(x, y, color) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3327 | adafruit_epd.epd.Adafruit_EPD.power_down?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3328 | adafruit_epd.epd.Adafruit_EPD.power_up?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3329 | adafruit_epd.epd.Adafruit_EPD.rect?4(x, y, width, height, color) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3330 | adafruit_epd.epd.Adafruit_EPD.rotation?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:
diff
changeset
|
3331 | adafruit_epd.epd.Adafruit_EPD.set_black_buffer?4(index, inverted) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3332 | adafruit_epd.epd.Adafruit_EPD.set_color_buffer?4(index, inverted) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3333 | adafruit_epd.epd.Adafruit_EPD.set_ram_address?4(x, y) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3334 | adafruit_epd.epd.Adafruit_EPD.text?4(string, x, y, color, *, font_name="font5x8.bin", size=1) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3335 | adafruit_epd.epd.Adafruit_EPD.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:
diff
changeset
|
3336 | adafruit_epd.epd.Adafruit_EPD.vline?4(x, y, height, color) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3337 | adafruit_epd.epd.Adafruit_EPD.width?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3338 | adafruit_epd.epd.Adafruit_EPD.write_ram?4(index) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3339 | adafruit_epd.epd.Adafruit_EPD?1(width, height, spi, cs_pin, dc_pin, sramcs_pin, rst_pin, busy_pin) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3340 | adafruit_epd.il0373.Adafruit_IL0373.begin?4(reset=True) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3341 | adafruit_epd.il0373.Adafruit_IL0373.busy_wait?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3342 | adafruit_epd.il0373.Adafruit_IL0373.power_down?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3343 | adafruit_epd.il0373.Adafruit_IL0373.power_up?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3344 | adafruit_epd.il0373.Adafruit_IL0373.set_ram_address?4(x, y) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3345 | adafruit_epd.il0373.Adafruit_IL0373.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:
diff
changeset
|
3346 | adafruit_epd.il0373.Adafruit_IL0373.write_ram?4(index) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3347 | adafruit_epd.il0373.Adafruit_IL0373?1(width, height, spi, *, cs_pin, dc_pin, sramcs_pin, rst_pin, busy_pin) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3348 | adafruit_epd.il0373._IL0373_BOOSTER_SOFT_START?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3349 | adafruit_epd.il0373._IL0373_CDI?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3350 | adafruit_epd.il0373._IL0373_DATA_STOP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3351 | adafruit_epd.il0373._IL0373_DEEP_SLEEP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3352 | adafruit_epd.il0373._IL0373_DISPLAY_REFRESH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3353 | adafruit_epd.il0373._IL0373_DTM1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3354 | adafruit_epd.il0373._IL0373_DTM2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3355 | adafruit_epd.il0373._IL0373_LUT1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3356 | adafruit_epd.il0373._IL0373_LUTBB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3357 | adafruit_epd.il0373._IL0373_LUTBW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3358 | adafruit_epd.il0373._IL0373_LUTWB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3359 | adafruit_epd.il0373._IL0373_LUTWW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3360 | adafruit_epd.il0373._IL0373_PANEL_SETTING?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3361 | adafruit_epd.il0373._IL0373_PDRF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3362 | adafruit_epd.il0373._IL0373_PDTM1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3363 | adafruit_epd.il0373._IL0373_PDTM2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3364 | adafruit_epd.il0373._IL0373_PLL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3365 | adafruit_epd.il0373._IL0373_POWER_OFF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3366 | adafruit_epd.il0373._IL0373_POWER_OFF_SEQUENCE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3367 | adafruit_epd.il0373._IL0373_POWER_ON?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3368 | adafruit_epd.il0373._IL0373_POWER_ON_MEASURE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3369 | adafruit_epd.il0373._IL0373_POWER_SETTING?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3370 | adafruit_epd.il0373._IL0373_RESOLUTION?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3371 | adafruit_epd.il0373._IL0373_VCM_DC_SETTING?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3372 | adafruit_epd.il0398.Adafruit_IL0398.begin?4(reset=True) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3373 | adafruit_epd.il0398.Adafruit_IL0398.busy_wait?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3374 | adafruit_epd.il0398.Adafruit_IL0398.power_down?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3375 | adafruit_epd.il0398.Adafruit_IL0398.power_up?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3376 | adafruit_epd.il0398.Adafruit_IL0398.set_ram_address?4(x, y) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3377 | adafruit_epd.il0398.Adafruit_IL0398.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:
diff
changeset
|
3378 | adafruit_epd.il0398.Adafruit_IL0398.write_ram?4(index) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3379 | adafruit_epd.il0398.Adafruit_IL0398?1(width, height, spi, *, cs_pin, dc_pin, sramcs_pin, rst_pin, busy_pin) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3380 | adafruit_epd.il0398._IL0398_BOOSTER_SOFT_START?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3381 | adafruit_epd.il0398._IL0398_CDI?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3382 | adafruit_epd.il0398._IL0398_DATA_STOP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3383 | adafruit_epd.il0398._IL0398_DEEP_SLEEP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3384 | adafruit_epd.il0398._IL0398_DISPLAY_REFRESH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3385 | adafruit_epd.il0398._IL0398_DTM1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3386 | adafruit_epd.il0398._IL0398_DTM2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3387 | adafruit_epd.il0398._IL0398_GETSTATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3388 | adafruit_epd.il0398._IL0398_LUT1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3389 | adafruit_epd.il0398._IL0398_LUTBB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3390 | adafruit_epd.il0398._IL0398_LUTBW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3391 | adafruit_epd.il0398._IL0398_LUTWB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3392 | adafruit_epd.il0398._IL0398_LUTWW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3393 | adafruit_epd.il0398._IL0398_PANEL_SETTING?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3394 | adafruit_epd.il0398._IL0398_PDRF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3395 | adafruit_epd.il0398._IL0398_PDTM1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3396 | adafruit_epd.il0398._IL0398_PDTM2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3397 | adafruit_epd.il0398._IL0398_PLL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3398 | adafruit_epd.il0398._IL0398_POWER_OFF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3399 | adafruit_epd.il0398._IL0398_POWER_OFF_SEQUENCE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3400 | adafruit_epd.il0398._IL0398_POWER_ON?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3401 | adafruit_epd.il0398._IL0398_POWER_ON_MEASURE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3402 | adafruit_epd.il0398._IL0398_POWER_SETTING?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3403 | adafruit_epd.il0398._IL0398_RESOLUTION?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3404 | adafruit_epd.il0398._IL0398_VCM_DC_SETTING?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3405 | adafruit_epd.il91874.Adafruit_IL91874.begin?4(reset=True) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3406 | adafruit_epd.il91874.Adafruit_IL91874.busy_wait?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3407 | adafruit_epd.il91874.Adafruit_IL91874.power_down?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3408 | adafruit_epd.il91874.Adafruit_IL91874.power_up?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3409 | adafruit_epd.il91874.Adafruit_IL91874.set_ram_address?4(x, y) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3410 | adafruit_epd.il91874.Adafruit_IL91874.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:
diff
changeset
|
3411 | adafruit_epd.il91874.Adafruit_IL91874.write_ram?4(index) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3412 | adafruit_epd.il91874.Adafruit_IL91874?1(width, height, spi, *, cs_pin, dc_pin, sramcs_pin, rst_pin, busy_pin) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3413 | adafruit_epd.il91874._IL91874_BOOSTER_SOFT_START?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3414 | adafruit_epd.il91874._IL91874_CDI?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3415 | adafruit_epd.il91874._IL91874_DATA_STOP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3416 | adafruit_epd.il91874._IL91874_DEEP_SLEEP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3417 | adafruit_epd.il91874._IL91874_DISPLAY_REFRESH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3418 | adafruit_epd.il91874._IL91874_DTM1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3419 | adafruit_epd.il91874._IL91874_DTM2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3420 | adafruit_epd.il91874._IL91874_LUT1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3421 | adafruit_epd.il91874._IL91874_LUTBB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3422 | adafruit_epd.il91874._IL91874_LUTBW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3423 | adafruit_epd.il91874._IL91874_LUTWB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3424 | adafruit_epd.il91874._IL91874_LUTWW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3425 | adafruit_epd.il91874._IL91874_PANEL_SETTING?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3426 | adafruit_epd.il91874._IL91874_PDRF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3427 | adafruit_epd.il91874._IL91874_PDTM1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3428 | adafruit_epd.il91874._IL91874_PDTM2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3429 | adafruit_epd.il91874._IL91874_PLL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3430 | adafruit_epd.il91874._IL91874_POWER_OFF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3431 | adafruit_epd.il91874._IL91874_POWER_OFF_SEQUENCE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3432 | adafruit_epd.il91874._IL91874_POWER_ON?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3433 | adafruit_epd.il91874._IL91874_POWER_ON_MEASURE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3434 | adafruit_epd.il91874._IL91874_POWER_SETTING?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3435 | adafruit_epd.il91874._IL91874_RESOLUTION?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3436 | adafruit_epd.il91874._IL91874_VCM_DC_SETTING?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3437 | adafruit_epd.il91874._LUT_BB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3438 | adafruit_epd.il91874._LUT_BW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3439 | adafruit_epd.il91874._LUT_VCOMDC?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3440 | adafruit_epd.il91874._LUT_WB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3441 | adafruit_epd.il91874._LUT_WW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3442 | adafruit_epd.mcp_sram.Adafruit_MCP_SRAM.SRAM_RDSR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3443 | adafruit_epd.mcp_sram.Adafruit_MCP_SRAM.SRAM_READ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3444 | adafruit_epd.mcp_sram.Adafruit_MCP_SRAM.SRAM_WRITE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3445 | adafruit_epd.mcp_sram.Adafruit_MCP_SRAM.SRAM_WRSR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3446 | adafruit_epd.mcp_sram.Adafruit_MCP_SRAM.erase?4(addr, length, value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3447 | adafruit_epd.mcp_sram.Adafruit_MCP_SRAM.get_view?4(offset) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3448 | adafruit_epd.mcp_sram.Adafruit_MCP_SRAM.read16?4(addr, reg=SRAM_READ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3449 | adafruit_epd.mcp_sram.Adafruit_MCP_SRAM.read8?4(addr, reg=SRAM_READ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3450 | adafruit_epd.mcp_sram.Adafruit_MCP_SRAM.read?4(addr, length, reg=SRAM_READ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3451 | adafruit_epd.mcp_sram.Adafruit_MCP_SRAM.write16?4(addr, value, reg=SRAM_WRITE) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3452 | adafruit_epd.mcp_sram.Adafruit_MCP_SRAM.write8?4(addr, value, reg=SRAM_WRITE) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3453 | adafruit_epd.mcp_sram.Adafruit_MCP_SRAM.write?4(addr, buf, reg=SRAM_WRITE) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3454 | adafruit_epd.mcp_sram.Adafruit_MCP_SRAM?1(cs_pin, spi) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3455 | adafruit_epd.mcp_sram.Adafruit_MCP_SRAM_View?1(sram, offset) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3456 | adafruit_epd.mcp_sram.SRAM_SEQUENTIAL_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3457 | adafruit_epd.ssd1608.Adafruit_SSD1608.begin?4(reset=True) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3458 | adafruit_epd.ssd1608.Adafruit_SSD1608.busy_wait?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3459 | adafruit_epd.ssd1608.Adafruit_SSD1608.power_down?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3460 | adafruit_epd.ssd1608.Adafruit_SSD1608.power_up?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3461 | adafruit_epd.ssd1608.Adafruit_SSD1608.set_ram_address?4(x, y) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3462 | adafruit_epd.ssd1608.Adafruit_SSD1608.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:
diff
changeset
|
3463 | adafruit_epd.ssd1608.Adafruit_SSD1608.write_ram?4(index) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3464 | adafruit_epd.ssd1608.Adafruit_SSD1608?1(width, height, spi, *, cs_pin, dc_pin, sramcs_pin, rst_pin, busy_pin) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3465 | adafruit_epd.ssd1608._LUT_DATA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3466 | adafruit_epd.ssd1608._SSD1608_BOOSTER_SOFT_START?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3467 | adafruit_epd.ssd1608._SSD1608_DATA_MODE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3468 | adafruit_epd.ssd1608._SSD1608_DEEP_SLEEP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3469 | adafruit_epd.ssd1608._SSD1608_DISPLAY_CONTROL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3470 | adafruit_epd.ssd1608._SSD1608_DISP_CTRL1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3471 | adafruit_epd.ssd1608._SSD1608_DISP_CTRL2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3472 | adafruit_epd.ssd1608._SSD1608_DRIVER_CONTROL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3473 | adafruit_epd.ssd1608._SSD1608_GATE_SCAN_START?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3474 | adafruit_epd.ssd1608._SSD1608_GATE_VOLTAGE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3475 | adafruit_epd.ssd1608._SSD1608_MASTER_ACTIVATE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3476 | adafruit_epd.ssd1608._SSD1608_NON_OVERLAP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3477 | adafruit_epd.ssd1608._SSD1608_NOP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3478 | adafruit_epd.ssd1608._SSD1608_READ_OTP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3479 | adafruit_epd.ssd1608._SSD1608_READ_RAM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3480 | adafruit_epd.ssd1608._SSD1608_SET_RAMXCOUNT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3481 | adafruit_epd.ssd1608._SSD1608_SET_RAMXPOS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3482 | adafruit_epd.ssd1608._SSD1608_SET_RAMYCOUNT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3483 | adafruit_epd.ssd1608._SSD1608_SET_RAMYPOS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3484 | adafruit_epd.ssd1608._SSD1608_SOURCE_VOLTAGE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3485 | adafruit_epd.ssd1608._SSD1608_SW_RESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3486 | adafruit_epd.ssd1608._SSD1608_TEMP_CONTROL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3487 | adafruit_epd.ssd1608._SSD1608_TEMP_LOAD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3488 | adafruit_epd.ssd1608._SSD1608_TEMP_READ?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3489 | adafruit_epd.ssd1608._SSD1608_TEMP_WRITE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3490 | adafruit_epd.ssd1608._SSD1608_VCOM_DURATION?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3491 | adafruit_epd.ssd1608._SSD1608_VCOM_SENSE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3492 | adafruit_epd.ssd1608._SSD1608_WRITE_BORDER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3493 | adafruit_epd.ssd1608._SSD1608_WRITE_DUMMY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3494 | adafruit_epd.ssd1608._SSD1608_WRITE_GATELINE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3495 | adafruit_epd.ssd1608._SSD1608_WRITE_LUT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3496 | adafruit_epd.ssd1608._SSD1608_WRITE_RAM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3497 | adafruit_epd.ssd1608._SSD1608_WRITE_VCOM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3498 | adafruit_epd.ssd1675.Adafruit_SSD1675.begin?4(reset=True) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3499 | adafruit_epd.ssd1675.Adafruit_SSD1675.busy_wait?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3500 | adafruit_epd.ssd1675.Adafruit_SSD1675.power_down?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3501 | adafruit_epd.ssd1675.Adafruit_SSD1675.power_up?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3502 | adafruit_epd.ssd1675.Adafruit_SSD1675.set_ram_address?4(x, y) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3503 | adafruit_epd.ssd1675.Adafruit_SSD1675.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:
diff
changeset
|
3504 | adafruit_epd.ssd1675.Adafruit_SSD1675.write_ram?4(index) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3505 | adafruit_epd.ssd1675.Adafruit_SSD1675?1(width, height, spi, *, cs_pin, dc_pin, sramcs_pin, rst_pin, busy_pin) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3506 | adafruit_epd.ssd1675._LUT_DATA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3507 | adafruit_epd.ssd1675._SSD1675_DATA_MODE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3508 | adafruit_epd.ssd1675._SSD1675_DEEP_SLEEP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3509 | adafruit_epd.ssd1675._SSD1675_DISP_CTRL1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3510 | adafruit_epd.ssd1675._SSD1675_DISP_CTRL2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3511 | adafruit_epd.ssd1675._SSD1675_DRIVER_CONTROL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3512 | adafruit_epd.ssd1675._SSD1675_GATE_VOLTAGE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3513 | adafruit_epd.ssd1675._SSD1675_HV_READY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3514 | adafruit_epd.ssd1675._SSD1675_MASTER_ACTIVATE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3515 | adafruit_epd.ssd1675._SSD1675_READ_OTP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3516 | adafruit_epd.ssd1675._SSD1675_SET_ANALOGBLOCK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3517 | adafruit_epd.ssd1675._SSD1675_SET_DIGITALBLOCK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3518 | adafruit_epd.ssd1675._SSD1675_SET_RAMXCOUNT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3519 | adafruit_epd.ssd1675._SSD1675_SET_RAMXPOS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3520 | adafruit_epd.ssd1675._SSD1675_SET_RAMYCOUNT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3521 | adafruit_epd.ssd1675._SSD1675_SET_RAMYPOS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3522 | adafruit_epd.ssd1675._SSD1675_SOURCE_VOLTAGE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3523 | adafruit_epd.ssd1675._SSD1675_SW_RESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3524 | adafruit_epd.ssd1675._SSD1675_TEMP_WRITE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3525 | adafruit_epd.ssd1675._SSD1675_VCI_READY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3526 | adafruit_epd.ssd1675._SSD1675_WRITE_BORDER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3527 | adafruit_epd.ssd1675._SSD1675_WRITE_DUMMY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3528 | adafruit_epd.ssd1675._SSD1675_WRITE_GATELINE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3529 | adafruit_epd.ssd1675._SSD1675_WRITE_LUT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3530 | adafruit_epd.ssd1675._SSD1675_WRITE_RAM1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3531 | adafruit_epd.ssd1675._SSD1675_WRITE_RAM2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3532 | adafruit_epd.ssd1675._SSD1675_WRITE_VCOM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3533 | adafruit_epd.ssd1675b.Adafruit_SSD1675B.begin?4(reset=True) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3534 | adafruit_epd.ssd1675b.Adafruit_SSD1675B.busy_wait?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3535 | adafruit_epd.ssd1675b.Adafruit_SSD1675B.power_down?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3536 | adafruit_epd.ssd1675b.Adafruit_SSD1675B.power_up?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3537 | adafruit_epd.ssd1675b.Adafruit_SSD1675B.set_ram_address?4(x, y) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3538 | adafruit_epd.ssd1675b.Adafruit_SSD1675B.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:
diff
changeset
|
3539 | adafruit_epd.ssd1675b.Adafruit_SSD1675B.write_ram?4(index) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3540 | adafruit_epd.ssd1675b.Adafruit_SSD1675B?1(width, height, spi, *, cs_pin, dc_pin, sramcs_pin, rst_pin, busy_pin) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3541 | adafruit_epd.ssd1675b._LUT_DATA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3542 | adafruit_epd.ssd1675b._SSD1675B_AUTOWRITE_BW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3543 | adafruit_epd.ssd1675b._SSD1675B_AUTOWRITE_RED?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3544 | adafruit_epd.ssd1675b._SSD1675B_BOOSTER_SOFT_START?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3545 | adafruit_epd.ssd1675b._SSD1675B_CRC_CALC?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3546 | adafruit_epd.ssd1675b._SSD1675B_CRC_READ?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3547 | adafruit_epd.ssd1675b._SSD1675B_DATA_MODE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3548 | adafruit_epd.ssd1675b._SSD1675B_DEEP_SLEEP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3549 | adafruit_epd.ssd1675b._SSD1675B_DISP_CTRL1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3550 | adafruit_epd.ssd1675b._SSD1675B_DISP_CTRL2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3551 | adafruit_epd.ssd1675b._SSD1675B_DRIVER_CONTROL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3552 | adafruit_epd.ssd1675b._SSD1675B_EXTTEMP_WRITE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3553 | adafruit_epd.ssd1675b._SSD1675B_GATESCAN_START?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3554 | adafruit_epd.ssd1675b._SSD1675B_GATE_VOLTAGE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3555 | adafruit_epd.ssd1675b._SSD1675B_HV_READY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3556 | adafruit_epd.ssd1675b._SSD1675B_INIT_READ_REG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3557 | adafruit_epd.ssd1675b._SSD1675B_INIT_SETTING?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3558 | adafruit_epd.ssd1675b._SSD1675B_INIT_WRITE_REG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3559 | adafruit_epd.ssd1675b._SSD1675B_LOAD_WS_OTP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3560 | adafruit_epd.ssd1675b._SSD1675B_MASTER_ACTIVATE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3561 | adafruit_epd.ssd1675b._SSD1675B_NOP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3562 | adafruit_epd.ssd1675b._SSD1675B_OTP_PROGMODE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3563 | adafruit_epd.ssd1675b._SSD1675B_PROG_OTP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3564 | adafruit_epd.ssd1675b._SSD1675B_READ_OTP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3565 | adafruit_epd.ssd1675b._SSD1675B_READ_RAM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3566 | adafruit_epd.ssd1675b._SSD1675B_READ_STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3567 | adafruit_epd.ssd1675b._SSD1675B_READ_USERID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3568 | adafruit_epd.ssd1675b._SSD1675B_SET_ANALOGBLOCK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3569 | adafruit_epd.ssd1675b._SSD1675B_SET_DIGITALBLOCK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3570 | adafruit_epd.ssd1675b._SSD1675B_SET_RAMXCOUNT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3571 | adafruit_epd.ssd1675b._SSD1675B_SET_RAMXPOS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3572 | adafruit_epd.ssd1675b._SSD1675B_SET_RAMYCOUNT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3573 | adafruit_epd.ssd1675b._SSD1675B_SET_RAMYPOS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3574 | adafruit_epd.ssd1675b._SSD1675B_SOURCE_VOLTAGE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3575 | adafruit_epd.ssd1675b._SSD1675B_SW_RESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3576 | adafruit_epd.ssd1675b._SSD1675B_TEMP_CONTROL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3577 | adafruit_epd.ssd1675b._SSD1675B_TEMP_READ?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3578 | adafruit_epd.ssd1675b._SSD1675B_TEMP_WRITE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3579 | adafruit_epd.ssd1675b._SSD1675B_VCI_READY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3580 | adafruit_epd.ssd1675b._SSD1675B_VCOM_DURATION?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3581 | adafruit_epd.ssd1675b._SSD1675B_VCOM_SENSE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3582 | adafruit_epd.ssd1675b._SSD1675B_WRITE_BORDER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3583 | adafruit_epd.ssd1675b._SSD1675B_WRITE_DISPLAY_OPT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3584 | adafruit_epd.ssd1675b._SSD1675B_WRITE_DUMMY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3585 | adafruit_epd.ssd1675b._SSD1675B_WRITE_GATELINE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3586 | adafruit_epd.ssd1675b._SSD1675B_WRITE_LUT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3587 | adafruit_epd.ssd1675b._SSD1675B_WRITE_RAM1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3588 | adafruit_epd.ssd1675b._SSD1675B_WRITE_RAM2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3589 | adafruit_epd.ssd1675b._SSD1675B_WRITE_USERID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3590 | adafruit_epd.ssd1675b._SSD1675B_WRITE_VCOM_CTRL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3591 | adafruit_epd.ssd1675b._SSD1675B_WRITE_VCOM_OTP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3592 | adafruit_epd.ssd1675b._SSD1675B_WRITE_VCOM_REG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3593 | adafruit_epd.ssd1675b._SSD1675B_WRITE_WS_OTP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3594 | adafruit_epd.ssd1680.Adafruit_SSD1680.begin?4(reset=True) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3595 | adafruit_epd.ssd1680.Adafruit_SSD1680.busy_wait?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3596 | adafruit_epd.ssd1680.Adafruit_SSD1680.power_down?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3597 | adafruit_epd.ssd1680.Adafruit_SSD1680.power_up?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3598 | adafruit_epd.ssd1680.Adafruit_SSD1680.set_ram_address?4(x, y) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3599 | adafruit_epd.ssd1680.Adafruit_SSD1680.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:
diff
changeset
|
3600 | adafruit_epd.ssd1680.Adafruit_SSD1680.write_ram?4(index) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3601 | adafruit_epd.ssd1680.Adafruit_SSD1680?1(width, height, spi, *, cs_pin, dc_pin, sramcs_pin, rst_pin, busy_pin) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3602 | adafruit_epd.ssd1680._SSD1680_AUTOWRITE_BW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3603 | adafruit_epd.ssd1680._SSD1680_AUTOWRITE_RED?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3604 | adafruit_epd.ssd1680._SSD1680_BOOSTER_SOFT_START?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3605 | adafruit_epd.ssd1680._SSD1680_CRC_CALC?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3606 | adafruit_epd.ssd1680._SSD1680_CRC_READ?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3607 | adafruit_epd.ssd1680._SSD1680_DATA_MODE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3608 | adafruit_epd.ssd1680._SSD1680_DEEP_SLEEP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3609 | adafruit_epd.ssd1680._SSD1680_DISP_CTRL1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3610 | adafruit_epd.ssd1680._SSD1680_DISP_CTRL2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3611 | adafruit_epd.ssd1680._SSD1680_DRIVER_CONTROL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3612 | adafruit_epd.ssd1680._SSD1680_END_OPTION?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3613 | adafruit_epd.ssd1680._SSD1680_EXTTEMP_WRITE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3614 | adafruit_epd.ssd1680._SSD1680_GATE_VOLTAGE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3615 | adafruit_epd.ssd1680._SSD1680_HV_DETECT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3616 | adafruit_epd.ssd1680._SSD1680_INIT_READ_REG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3617 | adafruit_epd.ssd1680._SSD1680_INIT_SETTING?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3618 | adafruit_epd.ssd1680._SSD1680_INIT_WRITE_REG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3619 | adafruit_epd.ssd1680._SSD1680_LOAD_WS_OTP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3620 | adafruit_epd.ssd1680._SSD1680_MASTER_ACTIVATE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3621 | adafruit_epd.ssd1680._SSD1680_NOP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3622 | adafruit_epd.ssd1680._SSD1680_OTP_PROGMODE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3623 | adafruit_epd.ssd1680._SSD1680_PROG_OTP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3624 | adafruit_epd.ssd1680._SSD1680_READ_OTP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3625 | adafruit_epd.ssd1680._SSD1680_READ_RAM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3626 | adafruit_epd.ssd1680._SSD1680_READ_STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3627 | adafruit_epd.ssd1680._SSD1680_READ_USERID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3628 | adafruit_epd.ssd1680._SSD1680_SET_RAMXCOUNT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3629 | adafruit_epd.ssd1680._SSD1680_SET_RAMXPOS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3630 | adafruit_epd.ssd1680._SSD1680_SET_RAMYCOUNT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3631 | adafruit_epd.ssd1680._SSD1680_SET_RAMYPOS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3632 | adafruit_epd.ssd1680._SSD1680_SOURCE_VOLTAGE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3633 | adafruit_epd.ssd1680._SSD1680_SW_RESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3634 | adafruit_epd.ssd1680._SSD1680_TEMP_CONTROL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3635 | adafruit_epd.ssd1680._SSD1680_TEMP_READ?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3636 | adafruit_epd.ssd1680._SSD1680_TEMP_WRITE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3637 | adafruit_epd.ssd1680._SSD1680_VCI_DETECT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3638 | adafruit_epd.ssd1680._SSD1680_VCOM_DURATION?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3639 | adafruit_epd.ssd1680._SSD1680_VCOM_SENSE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3640 | adafruit_epd.ssd1680._SSD1680_WRITE_BORDER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3641 | adafruit_epd.ssd1680._SSD1680_WRITE_BWRAM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3642 | adafruit_epd.ssd1680._SSD1680_WRITE_DISPLAY_OPT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3643 | adafruit_epd.ssd1680._SSD1680_WRITE_LUT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3644 | adafruit_epd.ssd1680._SSD1680_WRITE_REDRAM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3645 | adafruit_epd.ssd1680._SSD1680_WRITE_USERID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3646 | adafruit_epd.ssd1680._SSD1680_WRITE_VCOM_CTRL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3647 | adafruit_epd.ssd1680._SSD1680_WRITE_VCOM_OTP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3648 | adafruit_epd.ssd1680._SSD1680_WRITE_VCOM_REG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3649 | adafruit_epd.ssd1680._SSD1680_WRITE_WS_OTP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3650 | adafruit_epd.ssd1681.Adafruit_SSD1681.begin?4(reset=True) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3651 | adafruit_epd.ssd1681.Adafruit_SSD1681.busy_wait?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3652 | adafruit_epd.ssd1681.Adafruit_SSD1681.power_down?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3653 | adafruit_epd.ssd1681.Adafruit_SSD1681.power_up?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3654 | adafruit_epd.ssd1681.Adafruit_SSD1681.set_ram_address?4(x, y) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3655 | adafruit_epd.ssd1681.Adafruit_SSD1681.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:
diff
changeset
|
3656 | adafruit_epd.ssd1681.Adafruit_SSD1681.write_ram?4(index) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3657 | adafruit_epd.ssd1681.Adafruit_SSD1681?1(width, height, spi, *, cs_pin, dc_pin, sramcs_pin, rst_pin, busy_pin) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3658 | adafruit_epd.ssd1681._SSD1681_AUTOWRITE_BW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3659 | adafruit_epd.ssd1681._SSD1681_AUTOWRITE_RED?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3660 | adafruit_epd.ssd1681._SSD1681_BOOSTER_SOFT_START?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3661 | adafruit_epd.ssd1681._SSD1681_CRC_CALC?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3662 | adafruit_epd.ssd1681._SSD1681_CRC_READ?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3663 | adafruit_epd.ssd1681._SSD1681_DATA_MODE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3664 | adafruit_epd.ssd1681._SSD1681_DEEP_SLEEP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3665 | adafruit_epd.ssd1681._SSD1681_DISP_CTRL1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3666 | adafruit_epd.ssd1681._SSD1681_DISP_CTRL2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3667 | adafruit_epd.ssd1681._SSD1681_DRIVER_CONTROL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3668 | adafruit_epd.ssd1681._SSD1681_END_OPTION?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3669 | adafruit_epd.ssd1681._SSD1681_EXTTEMP_WRITE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3670 | adafruit_epd.ssd1681._SSD1681_GATE_VOLTAGE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3671 | adafruit_epd.ssd1681._SSD1681_HV_DETECT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3672 | adafruit_epd.ssd1681._SSD1681_INIT_READ_REG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3673 | adafruit_epd.ssd1681._SSD1681_INIT_SETTING?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3674 | adafruit_epd.ssd1681._SSD1681_INIT_WRITE_REG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3675 | adafruit_epd.ssd1681._SSD1681_LOAD_WS_OTP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3676 | adafruit_epd.ssd1681._SSD1681_MASTER_ACTIVATE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3677 | adafruit_epd.ssd1681._SSD1681_NOP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3678 | adafruit_epd.ssd1681._SSD1681_OTP_PROGMODE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3679 | adafruit_epd.ssd1681._SSD1681_PROG_OTP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3680 | adafruit_epd.ssd1681._SSD1681_READ_OTP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3681 | adafruit_epd.ssd1681._SSD1681_READ_RAM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3682 | adafruit_epd.ssd1681._SSD1681_READ_STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3683 | adafruit_epd.ssd1681._SSD1681_READ_USERID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3684 | adafruit_epd.ssd1681._SSD1681_SET_RAMXCOUNT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3685 | adafruit_epd.ssd1681._SSD1681_SET_RAMXPOS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3686 | adafruit_epd.ssd1681._SSD1681_SET_RAMYCOUNT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3687 | adafruit_epd.ssd1681._SSD1681_SET_RAMYPOS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3688 | adafruit_epd.ssd1681._SSD1681_SOURCE_VOLTAGE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3689 | adafruit_epd.ssd1681._SSD1681_SW_RESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3690 | adafruit_epd.ssd1681._SSD1681_TEMP_CONTROL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3691 | adafruit_epd.ssd1681._SSD1681_TEMP_READ?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3692 | adafruit_epd.ssd1681._SSD1681_TEMP_WRITE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3693 | adafruit_epd.ssd1681._SSD1681_VCI_DETECT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3694 | adafruit_epd.ssd1681._SSD1681_VCOM_DURATION?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3695 | adafruit_epd.ssd1681._SSD1681_VCOM_SENSE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3696 | adafruit_epd.ssd1681._SSD1681_WRITE_BORDER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3697 | adafruit_epd.ssd1681._SSD1681_WRITE_BWRAM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3698 | adafruit_epd.ssd1681._SSD1681_WRITE_DISPLAY_OPT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3699 | adafruit_epd.ssd1681._SSD1681_WRITE_LUT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3700 | adafruit_epd.ssd1681._SSD1681_WRITE_REDRAM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3701 | adafruit_epd.ssd1681._SSD1681_WRITE_USERID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3702 | adafruit_epd.ssd1681._SSD1681_WRITE_VCOM_CTRL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3703 | adafruit_epd.ssd1681._SSD1681_WRITE_VCOM_OTP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3704 | adafruit_epd.ssd1681._SSD1681_WRITE_VCOM_REG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3705 | adafruit_epd.ssd1681._SSD1681_WRITE_WS_OTP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3706 | adafruit_epd.uc8151d.Adafruit_UC8151D.begin?4(reset=True) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3707 | adafruit_epd.uc8151d.Adafruit_UC8151D.busy_wait?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3708 | adafruit_epd.uc8151d.Adafruit_UC8151D.power_down?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3709 | adafruit_epd.uc8151d.Adafruit_UC8151D.power_up?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3710 | adafruit_epd.uc8151d.Adafruit_UC8151D.set_ram_address?4(x, y) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3711 | adafruit_epd.uc8151d.Adafruit_UC8151D.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:
diff
changeset
|
3712 | adafruit_epd.uc8151d.Adafruit_UC8151D.write_ram?4(index) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3713 | adafruit_epd.uc8151d.Adafruit_UC8151D?1(width, height, spi, *, cs_pin, dc_pin, sramcs_pin, rst_pin, busy_pin) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3714 | adafruit_epd.uc8151d._UC8151D_AMV?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3715 | adafruit_epd.uc8151d._UC8151D_APG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3716 | adafruit_epd.uc8151d._UC8151D_AUTO?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3717 | adafruit_epd.uc8151d._UC8151D_BOOSTER_SOFT_START?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3718 | adafruit_epd.uc8151d._UC8151D_CCSET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3719 | adafruit_epd.uc8151d._UC8151D_CDI?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3720 | adafruit_epd.uc8151d._UC8151D_DATA_STOP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3721 | adafruit_epd.uc8151d._UC8151D_DEEP_SLEEP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3722 | adafruit_epd.uc8151d._UC8151D_DISPLAY_REFRESH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3723 | adafruit_epd.uc8151d._UC8151D_DTM1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3724 | adafruit_epd.uc8151d._UC8151D_DTM2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3725 | adafruit_epd.uc8151d._UC8151D_FLG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3726 | adafruit_epd.uc8151d._UC8151D_GSST?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3727 | adafruit_epd.uc8151d._UC8151D_LPD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3728 | adafruit_epd.uc8151d._UC8151D_LUTOPT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3729 | adafruit_epd.uc8151d._UC8151D_LVSEL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3730 | adafruit_epd.uc8151d._UC8151D_PANEL_SETTING?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3731 | adafruit_epd.uc8151d._UC8151D_PBC?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3732 | adafruit_epd.uc8151d._UC8151D_PGM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3733 | adafruit_epd.uc8151d._UC8151D_PLL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3734 | adafruit_epd.uc8151d._UC8151D_POWER_OFF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3735 | adafruit_epd.uc8151d._UC8151D_POWER_OFF_SEQUENCE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3736 | adafruit_epd.uc8151d._UC8151D_POWER_ON?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3737 | adafruit_epd.uc8151d._UC8151D_POWER_ON_MEASURE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3738 | adafruit_epd.uc8151d._UC8151D_POWER_SETTING?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3739 | adafruit_epd.uc8151d._UC8151D_PTIN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3740 | adafruit_epd.uc8151d._UC8151D_PTL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3741 | adafruit_epd.uc8151d._UC8151D_PTOUT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3742 | adafruit_epd.uc8151d._UC8151D_PWS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3743 | adafruit_epd.uc8151d._UC8151D_REV?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3744 | adafruit_epd.uc8151d._UC8151D_ROTP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3745 | adafruit_epd.uc8151d._UC8151D_TRES?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3746 | adafruit_epd.uc8151d._UC8151D_TSC?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3747 | adafruit_epd.uc8151d._UC8151D_TSE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3748 | adafruit_epd.uc8151d._UC8151D_TSR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3749 | adafruit_epd.uc8151d._UC8151D_TSSET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3750 | adafruit_epd.uc8151d._UC8151D_TSW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3751 | adafruit_epd.uc8151d._UC8151D_VCM_DC_SETTING?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3752 | adafruit_epd.uc8151d._UC8151D_VV?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3753 | adafruit_esp32s2tft.ESP32S2TFT.enter_light_sleep?4(sleep_time: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3754 | adafruit_esp32s2tft.ESP32S2TFT?1(*, url: Optional[str] = None, headers: Dict[str, str] = None, json_path: Optional[Union[List[str], List[List[str]]]] = None, regexp_path: Optional[Sequence[str]] = None, default_bg: int = 0, status_neopixel: Optional[NeoPixel] = None, json_transform: Optional[Union[Callable, List[Callable]]] = None, rotation: int = 0, scale: int = 1, debug: bool = False, use_network: 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:
diff
changeset
|
3755 | adafruit_esp32s2tft.graphics.Graphics?1(*, default_bg: int = 0, rotation: int = 0, scale: int = 1, debug: 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:
diff
changeset
|
3756 | adafruit_esp32s2tft.network.IO_MQTT_BROKER?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3757 | adafruit_esp32s2tft.network.Network._get_mqtt_client?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3758 | adafruit_esp32s2tft.network.Network.enabled?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:
diff
changeset
|
3759 | adafruit_esp32s2tft.network.Network.init_io_mqtt?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3760 | adafruit_esp32s2tft.network.Network.init_mqtt?4(broker: str, port: int = 8883, username: str = None, password: str = None, use_io: 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:
diff
changeset
|
3761 | adafruit_esp32s2tft.network.Network.mqtt_connect?4(*args: Union[bool, str, int], **kwargs: Union[bool, 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:
diff
changeset
|
3762 | adafruit_esp32s2tft.network.Network.mqtt_loop?4(*args: int, suppress_mqtt_errors: bool = True, **kwargs: int) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
3763 | adafruit_esp32s2tft.network.Network.mqtt_publish?4(*args: Union[str, int, float], suppress_mqtt_errors: bool = True, **kwargs: Union[str, int, 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:
diff
changeset
|
3764 | adafruit_esp32s2tft.network.Network.on_mqtt_connect?4(value: Callable) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3765 | adafruit_esp32s2tft.network.Network.on_mqtt_disconnect?4(value: Callable) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3766 | adafruit_esp32s2tft.network.Network.on_mqtt_message?4(value: Callable) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3767 | adafruit_esp32s2tft.network.Network.on_mqtt_subscribe?4(value: Callable) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3768 | adafruit_esp32s2tft.network.Network.on_mqtt_unsubscribe?4(value: Callable) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3769 | adafruit_esp32s2tft.network.Network?1(*, status_neopixel: Optional[NeoPixel] = None, extract_values: bool = True, debug: 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:
diff
changeset
|
3770 | adafruit_esp32s2tft.peripherals.Peripherals.button?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3771 | adafruit_esp32s2tft.peripherals.Peripherals.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:
diff
changeset
|
3772 | adafruit_esp32s2tft.peripherals.Peripherals.led?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:
diff
changeset
|
3773 | adafruit_esp32s2tft.peripherals.Peripherals?1() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3774 | adafruit_esp32spi.PWMOut.PWMOut.ESP32_PWM_PINS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3775 | adafruit_esp32spi.PWMOut.PWMOut._is_deinited?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3776 | adafruit_esp32spi.PWMOut.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:
diff
changeset
|
3777 | adafruit_esp32spi.PWMOut.PWMOut.duty_cycle?4(duty_cycle) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3778 | adafruit_esp32spi.PWMOut.PWMOut.frequency?4(freq) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3779 | adafruit_esp32spi.PWMOut.PWMOut?1(esp, pwm_pin, *, frequency=500, duty_cycle=0, variable_frequency=False) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3780 | adafruit_esp32spi.adafruit_esp32spi.ADC_ATTEN_DB_0?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3781 | adafruit_esp32spi.adafruit_esp32spi.ADC_ATTEN_DB_11?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3782 | adafruit_esp32spi.adafruit_esp32spi.ADC_ATTEN_DB_2_5?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3783 | adafruit_esp32spi.adafruit_esp32spi.ADC_ATTEN_DB_6?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3784 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.MAC_address?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3785 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.MAC_address_actual?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3786 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.TCP_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3787 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.TLS_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3788 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.UDP_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3789 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol._check_data?5(spi, desired) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3790 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol._read_byte?5(spi) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3791 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol._read_bytes?5(spi, buffer, start=0, end=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3792 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol._send_command?5(cmd, params=None, *, param_len_16=False) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3793 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol._send_command_get_response?5(cmd, params=None, *, reply_params=1, sent_param_len_16=False, recv_param_len_16=False) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3794 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol._wait_for_ready?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3795 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol._wait_response_cmd?5(cmd, num_responses=None, *, param_len_16=False) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3796 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol._wait_spi_char?5(spi, desired) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3797 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol._wifi_set_ap_network?5(ssid, channel) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3798 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol._wifi_set_ap_passphrase?5(ssid, passphrase, channel) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3799 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.ap_listening?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3800 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.bssid?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3801 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.connect?4(secrets) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3802 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.connect_AP?4(ssid, password, timeout_s=10) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3803 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.create_AP?4(ssid, password, channel=1, timeout=10) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3804 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.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:
diff
changeset
|
3805 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.firmware_version?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3806 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.get_host_by_name?4(hostname) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3807 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.get_remote_data?4(socket_num) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3808 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.get_scan_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:
diff
changeset
|
3809 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.get_socket?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3810 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.get_time?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3811 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.ip_address?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3812 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.is_connected?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3813 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.network_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:
diff
changeset
|
3814 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.ping?4(dest, ttl=250) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3815 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.pretty_ip?4(ip) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3816 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.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:
diff
changeset
|
3817 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.rssi?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3818 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.scan_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:
diff
changeset
|
3819 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.server_state?4(socket_num) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3820 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.set_analog_read?4(pin, atten=ADC_ATTEN_DB_11) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3821 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.set_analog_write?4(pin, analog_value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3822 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.set_certificate?4(client_certificate) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3823 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.set_digital_read?4(pin) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3824 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.set_digital_write?4(pin, value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3825 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.set_dns_config?4(dns1, dns2) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3826 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.set_esp_debug?4(enabled) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3827 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.set_hostname?4(hostname) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3828 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.set_ip_config?4(ip_address, gateway, mask="255.255.255.0") |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3829 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.set_pin_mode?4(pin, mode) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3830 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.set_private_key?4(private_key) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3831 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.socket_available?4(socket_num) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3832 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.socket_close?4(socket_num) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3833 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.socket_connect?4(socket_num, dest, port, conn_mode=TCP_MODE) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3834 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.socket_connected?4(socket_num) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3835 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.socket_open?4(socket_num, dest, port, conn_mode=TCP_MODE) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3836 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.socket_read?4(socket_num, size) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3837 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.socket_status?4(socket_num) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3838 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.socket_write?4(socket_num, buffer, conn_mode=TCP_MODE) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3839 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.ssid?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3840 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.start_scan_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:
diff
changeset
|
3841 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.start_server?4(port, socket_num, conn_mode=TCP_MODE, ip=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3842 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.status?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3843 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.unpretty_ip?4(ip) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3844 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.wifi_set_entenable?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3845 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.wifi_set_entidentity?4(ident) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3846 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.wifi_set_entpassword?4(password) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3847 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.wifi_set_entusername?4(username) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3848 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.wifi_set_network?4(ssid) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3849 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol.wifi_set_passphrase?4(ssid, passphrase) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3850 | adafruit_esp32spi.adafruit_esp32spi.ESP_SPIcontrol?1(spi, cs_dio, ready_dio, reset_dio, gpio0_dio=None, *, debug=False) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3851 | adafruit_esp32spi.adafruit_esp32spi.SOCKET_CLOSED?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3852 | adafruit_esp32spi.adafruit_esp32spi.SOCKET_CLOSE_WAIT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3853 | adafruit_esp32spi.adafruit_esp32spi.SOCKET_CLOSING?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3854 | adafruit_esp32spi.adafruit_esp32spi.SOCKET_ESTABLISHED?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3855 | adafruit_esp32spi.adafruit_esp32spi.SOCKET_FIN_WAIT_1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3856 | adafruit_esp32spi.adafruit_esp32spi.SOCKET_FIN_WAIT_2?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3857 | adafruit_esp32spi.adafruit_esp32spi.SOCKET_LAST_ACK?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3858 | adafruit_esp32spi.adafruit_esp32spi.SOCKET_LISTEN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3859 | adafruit_esp32spi.adafruit_esp32spi.SOCKET_SYN_RCVD?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3860 | adafruit_esp32spi.adafruit_esp32spi.SOCKET_SYN_SENT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3861 | adafruit_esp32spi.adafruit_esp32spi.SOCKET_TIME_WAIT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3862 | adafruit_esp32spi.adafruit_esp32spi.WL_AP_CONNECTED?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3863 | adafruit_esp32spi.adafruit_esp32spi.WL_AP_FAILED?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3864 | adafruit_esp32spi.adafruit_esp32spi.WL_AP_LISTENING?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3865 | adafruit_esp32spi.adafruit_esp32spi.WL_CONNECTED?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3866 | adafruit_esp32spi.adafruit_esp32spi.WL_CONNECTION_LOST?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3867 | adafruit_esp32spi.adafruit_esp32spi.WL_CONNECT_FAILED?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3868 | adafruit_esp32spi.adafruit_esp32spi.WL_DISCONNECTED?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3869 | adafruit_esp32spi.adafruit_esp32spi.WL_IDLE_STATUS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3870 | adafruit_esp32spi.adafruit_esp32spi.WL_NO_MODULE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3871 | adafruit_esp32spi.adafruit_esp32spi.WL_NO_SHIELD?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3872 | adafruit_esp32spi.adafruit_esp32spi.WL_NO_SSID_AVAIL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3873 | adafruit_esp32spi.adafruit_esp32spi.WL_SCAN_COMPLETED?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3874 | adafruit_esp32spi.adafruit_esp32spi._AVAIL_DATA_TCP_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3875 | adafruit_esp32spi.adafruit_esp32spi._CMD_FLAG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3876 | adafruit_esp32spi.adafruit_esp32spi._DATA_SENT_TCP_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3877 | adafruit_esp32spi.adafruit_esp32spi._DISCONNECT_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3878 | adafruit_esp32spi.adafruit_esp32spi._END_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3879 | adafruit_esp32spi.adafruit_esp32spi._ERR_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3880 | adafruit_esp32spi.adafruit_esp32spi._GET_CLIENT_STATE_TCP_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3881 | adafruit_esp32spi.adafruit_esp32spi._GET_CONN_STATUS_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3882 | adafruit_esp32spi.adafruit_esp32spi._GET_CURR_BSSID_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3883 | adafruit_esp32spi.adafruit_esp32spi._GET_CURR_ENCT_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3884 | adafruit_esp32spi.adafruit_esp32spi._GET_CURR_RSSI_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3885 | adafruit_esp32spi.adafruit_esp32spi._GET_CURR_SSID_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3886 | adafruit_esp32spi.adafruit_esp32spi._GET_DATABUF_TCP_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3887 | adafruit_esp32spi.adafruit_esp32spi._GET_DATA_TCP_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3888 | adafruit_esp32spi.adafruit_esp32spi._GET_FW_VERSION_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3889 | adafruit_esp32spi.adafruit_esp32spi._GET_HOST_BY_NAME_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3890 | adafruit_esp32spi.adafruit_esp32spi._GET_IDX_BSSID_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3891 | adafruit_esp32spi.adafruit_esp32spi._GET_IDX_CHAN_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3892 | adafruit_esp32spi.adafruit_esp32spi._GET_IDX_ENCT_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3893 | adafruit_esp32spi.adafruit_esp32spi._GET_IDX_RSSI_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3894 | adafruit_esp32spi.adafruit_esp32spi._GET_IPADDR_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3895 | adafruit_esp32spi.adafruit_esp32spi._GET_MACADDR_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3896 | adafruit_esp32spi.adafruit_esp32spi._GET_REMOTE_DATA_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3897 | adafruit_esp32spi.adafruit_esp32spi._GET_SOCKET_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3898 | adafruit_esp32spi.adafruit_esp32spi._GET_STATE_TCP_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3899 | adafruit_esp32spi.adafruit_esp32spi._GET_TIME?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3900 | adafruit_esp32spi.adafruit_esp32spi._INSERT_DATABUF_TCP_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3901 | adafruit_esp32spi.adafruit_esp32spi._PING_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3902 | adafruit_esp32spi.adafruit_esp32spi._REPLY_FLAG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3903 | adafruit_esp32spi.adafruit_esp32spi._REQ_HOST_BY_NAME_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3904 | adafruit_esp32spi.adafruit_esp32spi._SCAN_NETWORKS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3905 | adafruit_esp32spi.adafruit_esp32spi._SEND_DATA_TCP_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3906 | adafruit_esp32spi.adafruit_esp32spi._SEND_UDP_DATA_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3907 | adafruit_esp32spi.adafruit_esp32spi._SET_ANALOG_READ_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3908 | adafruit_esp32spi.adafruit_esp32spi._SET_ANALOG_WRITE_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3909 | adafruit_esp32spi.adafruit_esp32spi._SET_AP_NET_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3910 | adafruit_esp32spi.adafruit_esp32spi._SET_AP_PASSPHRASE_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3911 | adafruit_esp32spi.adafruit_esp32spi._SET_CLI_CERT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3912 | adafruit_esp32spi.adafruit_esp32spi._SET_DEBUG_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3913 | adafruit_esp32spi.adafruit_esp32spi._SET_DIGITAL_READ_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3914 | adafruit_esp32spi.adafruit_esp32spi._SET_DIGITAL_WRITE_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3915 | adafruit_esp32spi.adafruit_esp32spi._SET_DNS_CONFIG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3916 | adafruit_esp32spi.adafruit_esp32spi._SET_ENT_ENABLE_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3917 | adafruit_esp32spi.adafruit_esp32spi._SET_ENT_IDENT_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3918 | adafruit_esp32spi.adafruit_esp32spi._SET_ENT_PASSWD_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3919 | adafruit_esp32spi.adafruit_esp32spi._SET_ENT_UNAME_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3920 | adafruit_esp32spi.adafruit_esp32spi._SET_HOSTNAME?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3921 | adafruit_esp32spi.adafruit_esp32spi._SET_IP_CONFIG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3922 | adafruit_esp32spi.adafruit_esp32spi._SET_NET_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3923 | adafruit_esp32spi.adafruit_esp32spi._SET_PASSPHRASE_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3924 | adafruit_esp32spi.adafruit_esp32spi._SET_PIN_MODE_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3925 | adafruit_esp32spi.adafruit_esp32spi._SET_PK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3926 | adafruit_esp32spi.adafruit_esp32spi._START_CLIENT_TCP_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3927 | adafruit_esp32spi.adafruit_esp32spi._START_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3928 | adafruit_esp32spi.adafruit_esp32spi._START_SCAN_NETWORKS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3929 | adafruit_esp32spi.adafruit_esp32spi._START_SERVER_TCP_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3930 | adafruit_esp32spi.adafruit_esp32spi._STOP_CLIENT_TCP_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3931 | adafruit_esp32spi.adafruit_esp32spi_socket.AF_INET?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3932 | adafruit_esp32spi.adafruit_esp32spi_socket.MAX_PACKET?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3933 | adafruit_esp32spi.adafruit_esp32spi_socket.NO_SOCKET_AVAIL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3934 | adafruit_esp32spi.adafruit_esp32spi_socket.SOCK_DGRAM?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3935 | adafruit_esp32spi.adafruit_esp32spi_socket.SOCK_STREAM?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3936 | adafruit_esp32spi.adafruit_esp32spi_socket._the_interface?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3937 | adafruit_esp32spi.adafruit_esp32spi_socket.getaddrinfo?4(host, port, family=0, socktype=0, proto=0, flags=0) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3938 | adafruit_esp32spi.adafruit_esp32spi_socket.set_interface?4(iface) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3939 | adafruit_esp32spi.adafruit_esp32spi_socket.socket.available?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3940 | adafruit_esp32spi.adafruit_esp32spi_socket.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:
diff
changeset
|
3941 | adafruit_esp32spi.adafruit_esp32spi_socket.socket.connect?4(address, conntype=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3942 | adafruit_esp32spi.adafruit_esp32spi_socket.socket.connected?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3943 | adafruit_esp32spi.adafruit_esp32spi_socket.socket.read?4(size=0) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3944 | adafruit_esp32spi.adafruit_esp32spi_socket.socket.readline?4(eol=b"\r\n") |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3945 | adafruit_esp32spi.adafruit_esp32spi_socket.socket.recv?4(bufsize=0) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3946 | adafruit_esp32spi.adafruit_esp32spi_socket.socket.recv_into?4(buffer, nbytes: 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:
diff
changeset
|
3947 | adafruit_esp32spi.adafruit_esp32spi_socket.socket.send?4(data) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3948 | adafruit_esp32spi.adafruit_esp32spi_socket.socket.settimeout?4(value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3949 | adafruit_esp32spi.adafruit_esp32spi_socket.socket.socknum?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3950 | adafruit_esp32spi.adafruit_esp32spi_socket.socket.write?4(data) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3951 | adafruit_esp32spi.adafruit_esp32spi_socket.socket?1(family=AF_INET, type=SOCK_STREAM, proto=0, fileno=None, socknum=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3952 | adafruit_esp32spi.adafruit_esp32spi_wifimanager.ESPSPI_WiFiManager.ENTERPRISE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3953 | adafruit_esp32spi.adafruit_esp32spi_wifimanager.ESPSPI_WiFiManager.NORMAL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3954 | adafruit_esp32spi.adafruit_esp32spi_wifimanager.ESPSPI_WiFiManager._get_next_ap?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3955 | adafruit_esp32spi.adafruit_esp32spi_wifimanager.ESPSPI_WiFiManager.connect?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3956 | adafruit_esp32spi.adafruit_esp32spi_wifimanager.ESPSPI_WiFiManager.connect_enterprise?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3957 | adafruit_esp32spi.adafruit_esp32spi_wifimanager.ESPSPI_WiFiManager.connect_normal?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3958 | adafruit_esp32spi.adafruit_esp32spi_wifimanager.ESPSPI_WiFiManager.create_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:
diff
changeset
|
3959 | adafruit_esp32spi.adafruit_esp32spi_wifimanager.ESPSPI_WiFiManager.delete?4(url, **kw) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3960 | adafruit_esp32spi.adafruit_esp32spi_wifimanager.ESPSPI_WiFiManager.get?4(url, **kw) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3961 | adafruit_esp32spi.adafruit_esp32spi_wifimanager.ESPSPI_WiFiManager.ip_address?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3962 | adafruit_esp32spi.adafruit_esp32spi_wifimanager.ESPSPI_WiFiManager.patch?4(url, **kw) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3963 | adafruit_esp32spi.adafruit_esp32spi_wifimanager.ESPSPI_WiFiManager.ping?4(host, ttl=250) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3964 | adafruit_esp32spi.adafruit_esp32spi_wifimanager.ESPSPI_WiFiManager.pixel_status?4(value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3965 | adafruit_esp32spi.adafruit_esp32spi_wifimanager.ESPSPI_WiFiManager.post?4(url, **kw) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3966 | adafruit_esp32spi.adafruit_esp32spi_wifimanager.ESPSPI_WiFiManager.put?4(url, **kw) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3967 | adafruit_esp32spi.adafruit_esp32spi_wifimanager.ESPSPI_WiFiManager.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:
diff
changeset
|
3968 | adafruit_esp32spi.adafruit_esp32spi_wifimanager.ESPSPI_WiFiManager.signal_strength?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3969 | adafruit_esp32spi.adafruit_esp32spi_wifimanager.ESPSPI_WiFiManager?1(esp, secrets, status_pixel=None, attempts=2, connection_type=NORMAL, debug=False, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3970 | adafruit_esp32spi.adafruit_esp32spi_wsgiserver.NO_SOCK_AVAIL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3971 | adafruit_esp32spi.adafruit_esp32spi_wsgiserver.WSGIServer._get_environ?5(client) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3972 | adafruit_esp32spi.adafruit_esp32spi_wsgiserver.WSGIServer._start_response?5(status, response_headers) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3973 | adafruit_esp32spi.adafruit_esp32spi_wsgiserver.WSGIServer.client_available?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3974 | adafruit_esp32spi.adafruit_esp32spi_wsgiserver.WSGIServer.finish_response?4(result) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3975 | adafruit_esp32spi.adafruit_esp32spi_wsgiserver.WSGIServer.start?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3976 | adafruit_esp32spi.adafruit_esp32spi_wsgiserver.WSGIServer.update_poll?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3977 | adafruit_esp32spi.adafruit_esp32spi_wsgiserver.WSGIServer?1(port=80, debug=False, application=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3978 | adafruit_esp32spi.adafruit_esp32spi_wsgiserver._the_interface?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3979 | adafruit_esp32spi.adafruit_esp32spi_wsgiserver.parse_headers?4(client) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3980 | adafruit_esp32spi.adafruit_esp32spi_wsgiserver.set_interface?4(iface) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3981 | adafruit_esp32spi.digitalio.DigitalInOut._pin?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3982 | adafruit_esp32spi.digitalio.DigitalInOut.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:
diff
changeset
|
3983 | adafruit_esp32spi.digitalio.DigitalInOut.direction?4(pin_dir) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3984 | adafruit_esp32spi.digitalio.DigitalInOut.drive_mode?4(mode) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3985 | adafruit_esp32spi.digitalio.DigitalInOut.switch_to_input?4(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:
diff
changeset
|
3986 | adafruit_esp32spi.digitalio.DigitalInOut.switch_to_output?4(value=False, drive_mode=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:
diff
changeset
|
3987 | adafruit_esp32spi.digitalio.DigitalInOut.value?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:
diff
changeset
|
3988 | adafruit_esp32spi.digitalio.DigitalInOut?1(esp, pin) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3989 | adafruit_esp32spi.digitalio.Direction.INPUT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3990 | adafruit_esp32spi.digitalio.Direction.OUTPUT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3991 | adafruit_esp32spi.digitalio.DriveMode.OPEN_DRAIN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3992 | adafruit_esp32spi.digitalio.DriveMode.PUSH_PULL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3993 | adafruit_esp32spi.digitalio.Pin.ESP32_GPIO_PINS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3994 | adafruit_esp32spi.digitalio.Pin.HIGH?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3995 | adafruit_esp32spi.digitalio.Pin.IN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3996 | adafruit_esp32spi.digitalio.Pin.LOW?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3997 | adafruit_esp32spi.digitalio.Pin.OUT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3998 | adafruit_esp32spi.digitalio.Pin._mode?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3999 | adafruit_esp32spi.digitalio.Pin._value?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4000 | adafruit_esp32spi.digitalio.Pin.init?4(mode=IN) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4001 | adafruit_esp32spi.digitalio.Pin.pin_id?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4002 | adafruit_esp32spi.digitalio.Pin.value?4(val=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4003 | adafruit_esp32spi.digitalio.Pin?1(esp_pin, esp) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4004 | adafruit_espatcontrol.adafruit_espatcontrol.ESP_ATcontrol.MODE_SOFTAP?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4005 | adafruit_espatcontrol.adafruit_espatcontrol.ESP_ATcontrol.MODE_SOFTAPSTATION?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4006 | adafruit_espatcontrol.adafruit_espatcontrol.ESP_ATcontrol.MODE_STATION?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4007 | adafruit_espatcontrol.adafruit_espatcontrol.ESP_ATcontrol.STATUS_APCONNECTED?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4008 | adafruit_espatcontrol.adafruit_espatcontrol.ESP_ATcontrol.STATUS_NOTCONNECTED?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4009 | adafruit_espatcontrol.adafruit_espatcontrol.ESP_ATcontrol.STATUS_SOCKETCLOSED?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4010 | adafruit_espatcontrol.adafruit_espatcontrol.ESP_ATcontrol.STATUS_SOCKETOPEN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4011 | adafruit_espatcontrol.adafruit_espatcontrol.ESP_ATcontrol.TCP_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4012 | adafruit_espatcontrol.adafruit_espatcontrol.ESP_ATcontrol.TLS_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4013 | adafruit_espatcontrol.adafruit_espatcontrol.ESP_ATcontrol.TYPE_SSL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4014 | adafruit_espatcontrol.adafruit_espatcontrol.ESP_ATcontrol.TYPE_TCP?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4015 | adafruit_espatcontrol.adafruit_espatcontrol.ESP_ATcontrol.TYPE_UDP?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4016 | adafruit_espatcontrol.adafruit_espatcontrol.ESP_ATcontrol.USER_AGENT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4017 | adafruit_espatcontrol.adafruit_espatcontrol.ESP_ATcontrol.at_response?4(at_cmd: str, timeout: int = 5, retries: int = 3) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4018 | adafruit_espatcontrol.adafruit_espatcontrol.ESP_ATcontrol.baudrate?4(baudrate: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4019 | adafruit_espatcontrol.adafruit_espatcontrol.ESP_ATcontrol.begin?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4020 | adafruit_espatcontrol.adafruit_espatcontrol.ESP_ATcontrol.cipmux?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4021 | adafruit_espatcontrol.adafruit_espatcontrol.ESP_ATcontrol.connect?4(secrets: Dict[str, Union[str, int]], timeout: int = 15, retries: int = 3) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4022 | adafruit_espatcontrol.adafruit_espatcontrol.ESP_ATcontrol.conntype?4(conntype: str) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4023 | adafruit_espatcontrol.adafruit_espatcontrol.ESP_ATcontrol.deep_sleep?4(duration_ms: 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:
diff
changeset
|
4024 | adafruit_espatcontrol.adafruit_espatcontrol.ESP_ATcontrol.echo?4(echo: bool) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4025 | adafruit_espatcontrol.adafruit_espatcontrol.ESP_ATcontrol.factory_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:
diff
changeset
|
4026 | adafruit_espatcontrol.adafruit_espatcontrol.ESP_ATcontrol.get_version?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4027 | adafruit_espatcontrol.adafruit_espatcontrol.ESP_ATcontrol.hard_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:
diff
changeset
|
4028 | adafruit_espatcontrol.adafruit_espatcontrol.ESP_ATcontrol.hw_flow?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:
diff
changeset
|
4029 | adafruit_espatcontrol.adafruit_espatcontrol.ESP_ATcontrol.is_connected?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4030 | adafruit_espatcontrol.adafruit_espatcontrol.ESP_ATcontrol.join_AP?4(ssid: str, password: str, timeout: int = 15, retries: int = 3) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4031 | adafruit_espatcontrol.adafruit_espatcontrol.ESP_ATcontrol.local_ip?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4032 | adafruit_espatcontrol.adafruit_espatcontrol.ESP_ATcontrol.mode?4(mode: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4033 | adafruit_espatcontrol.adafruit_espatcontrol.ESP_ATcontrol.nslookup?4(host: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4034 | adafruit_espatcontrol.adafruit_espatcontrol.ESP_ATcontrol.ping?4(host: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4035 | adafruit_espatcontrol.adafruit_espatcontrol.ESP_ATcontrol.remote_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:
diff
changeset
|
4036 | adafruit_espatcontrol.adafruit_espatcontrol.ESP_ATcontrol.scan_APs?4(retries: int = 3) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4037 | adafruit_espatcontrol.adafruit_espatcontrol.ESP_ATcontrol.sntp_config?4(enable: bool, timezone: Optional[int] = None, server: 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:
diff
changeset
|
4038 | adafruit_espatcontrol.adafruit_espatcontrol.ESP_ATcontrol.sntp_time?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4039 | adafruit_espatcontrol.adafruit_espatcontrol.ESP_ATcontrol.socket_connect?4(conntype: str, remote: str, remote_port: int, *, keepalive: int = 10, retries: 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:
diff
changeset
|
4040 | adafruit_espatcontrol.adafruit_espatcontrol.ESP_ATcontrol.socket_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:
diff
changeset
|
4041 | adafruit_espatcontrol.adafruit_espatcontrol.ESP_ATcontrol.socket_receive?4(timeout: int = 5) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4042 | adafruit_espatcontrol.adafruit_espatcontrol.ESP_ATcontrol.socket_send?4(buffer: bytes, timeout: 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:
diff
changeset
|
4043 | adafruit_espatcontrol.adafruit_espatcontrol.ESP_ATcontrol.soft_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:
diff
changeset
|
4044 | adafruit_espatcontrol.adafruit_espatcontrol.ESP_ATcontrol.status?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4045 | adafruit_espatcontrol.adafruit_espatcontrol.ESP_ATcontrol.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:
diff
changeset
|
4046 | adafruit_espatcontrol.adafruit_espatcontrol.ESP_ATcontrol.version?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4047 | adafruit_espatcontrol.adafruit_espatcontrol.ESP_ATcontrol?1(uart: busio.UART, default_baudrate: int, *, run_baudrate: Optional[int] = None, rts_pin: Optional[DigitalInOut] = None, reset_pin: Optional[DigitalInOut] = None, debug: 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:
diff
changeset
|
4048 | adafruit_espatcontrol.adafruit_espatcontrol_socket.AF_INET?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4049 | adafruit_espatcontrol.adafruit_espatcontrol_socket.SOCK_STREAM?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4050 | adafruit_espatcontrol.adafruit_espatcontrol_socket._the_interface?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4051 | adafruit_espatcontrol.adafruit_espatcontrol_socket.getaddrinfo?4(host: str, port: int, family: int = 0, socktype: 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:
diff
changeset
|
4052 | adafruit_espatcontrol.adafruit_espatcontrol_socket.set_interface?4(iface: ESP_ATcontrol) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4053 | adafruit_espatcontrol.adafruit_espatcontrol_socket.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:
diff
changeset
|
4054 | adafruit_espatcontrol.adafruit_espatcontrol_socket.socket.connect?4(address: Tuple[str, int], conntype: 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:
diff
changeset
|
4055 | adafruit_espatcontrol.adafruit_espatcontrol_socket.socket.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:
diff
changeset
|
4056 | adafruit_espatcontrol.adafruit_espatcontrol_socket.socket.recv?4(num: 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:
diff
changeset
|
4057 | adafruit_espatcontrol.adafruit_espatcontrol_socket.socket.send?4(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:
diff
changeset
|
4058 | adafruit_espatcontrol.adafruit_espatcontrol_socket.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:
diff
changeset
|
4059 | adafruit_espatcontrol.adafruit_espatcontrol_socket.socket?1(family: int = AF_INET, type: int = SOCK_STREAM, proto: int = 0, fileno: Optional[int] = None, ) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4060 | adafruit_espatcontrol.adafruit_espatcontrol_wifimanager.ESPAT_WiFiManager.connect?4(timeout: int = 15, retries: int = 3) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4061 | adafruit_espatcontrol.adafruit_espatcontrol_wifimanager.ESPAT_WiFiManager.delete?4(url: str, **kw: Any) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4062 | adafruit_espatcontrol.adafruit_espatcontrol_wifimanager.ESPAT_WiFiManager.get?4(url: str, **kw: Any) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4063 | adafruit_espatcontrol.adafruit_espatcontrol_wifimanager.ESPAT_WiFiManager.patch?4(url: str, **kw: Any) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4064 | adafruit_espatcontrol.adafruit_espatcontrol_wifimanager.ESPAT_WiFiManager.ping?4(host: str, ttl: int = 250) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4065 | adafruit_espatcontrol.adafruit_espatcontrol_wifimanager.ESPAT_WiFiManager.pixel_status?4(value: Union[int, Tuple[int, int, int]]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4066 | adafruit_espatcontrol.adafruit_espatcontrol_wifimanager.ESPAT_WiFiManager.post?4(url: str, **kw: Any) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4067 | adafruit_espatcontrol.adafruit_espatcontrol_wifimanager.ESPAT_WiFiManager.put?4(url: str, **kw: Any) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4068 | adafruit_espatcontrol.adafruit_espatcontrol_wifimanager.ESPAT_WiFiManager.reset?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4069 | adafruit_espatcontrol.adafruit_espatcontrol_wifimanager.ESPAT_WiFiManager.set_conntype?4(url: 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:
diff
changeset
|
4070 | adafruit_espatcontrol.adafruit_espatcontrol_wifimanager.ESPAT_WiFiManager?1(esp: ESP_ATcontrol, secrets: Dict[str, Union[str, int]], status_pixel: Optional[FillBasedLED] = None, attempts: int = 2, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4071 | adafruit_fakerequests.Fake_Requests.json?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4072 | adafruit_fakerequests.Fake_Requests.text?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4073 | adafruit_fakerequests.Fake_Requests?1(filename: str) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4074 | adafruit_fancyled.adafruit_fancyled.CHSV.pack?4(white: Optional[float] = None) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4075 | adafruit_fancyled.adafruit_fancyled.CHSV?1(h: float, s: float = 1.0, v: float = 1.0) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4076 | adafruit_fancyled.adafruit_fancyled.CRGB.pack?4(white: Optional[float] = None) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4077 | adafruit_fancyled.adafruit_fancyled.CRGB?1(red: CHSV, green: float = 0.0, blue: float = 0.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:
diff
changeset
|
4078 | adafruit_fancyled.adafruit_fancyled.GFACTOR?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4079 | adafruit_fancyled.adafruit_fancyled.clamp?4(val: Union[int, float], lower: Union[int, float], upper: Union[int, float]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4080 | adafruit_fancyled.adafruit_fancyled.clamp_norm?4(val: Union[float, int]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4081 | adafruit_fancyled.adafruit_fancyled.denormalize?4(val: Union[float, List[float], Tuple[float]], inplace: bool = False) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4082 | adafruit_fancyled.adafruit_fancyled.expand_gradient?4(gradient: Union[ |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4083 | List[List[float, Union[int, CRGB, CHSV]]], Tuple[Tuple[float, Union[int, CRGB, CHSV]]], ], length: float, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4084 | adafruit_fancyled.adafruit_fancyled.gamma_adjust?4(val: Any, gamma_value: Any = None, brightness: Optional[Union[float, Tuple[int, int, int]]] = 1.0, inplace: Optional[bool] = False, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4085 | adafruit_fancyled.adafruit_fancyled.mix?4(color1: Union[CRGB, CHSV], color2: Union[CRGB, CHSV], weight2: float = 0.5) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4086 | adafruit_fancyled.adafruit_fancyled.normalize?4(val: int, inplace: Optional[bool] = False) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4087 | adafruit_fancyled.adafruit_fancyled.palette_lookup?4(palette: Union[List[CRGB], List[CHSV], List[int]], position: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4088 | adafruit_fancyled.adafruit_fancyled.unpack?4(val: 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:
diff
changeset
|
4089 | adafruit_fancyled.fastled_helpers.ColorFromPalette?4(pal, pos, brightness=255, blend=False) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4090 | adafruit_fancyled.fastled_helpers.GFACTOR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4091 | adafruit_fancyled.fastled_helpers.applyGamma_video?4(n, g_r=GFACTOR, g_g=None, g_b=None, inplace=False) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4092 | adafruit_fancyled.fastled_helpers.hsv2rgb_spectrum?4(hue, sat, val) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4093 | adafruit_fancyled.fastled_helpers.loadDynamicGradientPalette?4(src, size) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4094 | adafruit_fancyled.fastled_helpers.napplyGamma_video?4(n, g_r=GFACTOR, g_g=None, g_b=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4095 | adafruit_featherwing.alphanum_featherwing.AlphaNumFeatherWing?1(address: int = 0x70, i2c: Optional[I2C] = None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4096 | adafruit_featherwing.auto_writeable.AutoWriteable.auto_write?4(write: bool) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4097 | adafruit_featherwing.auto_writeable.AutoWriteable?1() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4098 | adafruit_featherwing.dotstar_featherwing.DotStarFeatherWing?1(clock: Pin = board.D13, data: Pin = board.D11, brightness: float = 0.2) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4099 | adafruit_featherwing.gps_featherwing.GPSFeatherWing.altitude?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4100 | adafruit_featherwing.gps_featherwing.GPSFeatherWing.fix_quality?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4101 | adafruit_featherwing.gps_featherwing.GPSFeatherWing.has_fix?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4102 | adafruit_featherwing.gps_featherwing.GPSFeatherWing.height_geoid?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4103 | adafruit_featherwing.gps_featherwing.GPSFeatherWing.horizontal_dilution?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4104 | adafruit_featherwing.gps_featherwing.GPSFeatherWing.latitude?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4105 | adafruit_featherwing.gps_featherwing.GPSFeatherWing.longitude?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4106 | adafruit_featherwing.gps_featherwing.GPSFeatherWing.read?4(size: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4107 | adafruit_featherwing.gps_featherwing.GPSFeatherWing.satellites?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4108 | adafruit_featherwing.gps_featherwing.GPSFeatherWing.send_command?4(command: bytearray) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4109 | adafruit_featherwing.gps_featherwing.GPSFeatherWing.speed_knots?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4110 | adafruit_featherwing.gps_featherwing.GPSFeatherWing.speed_kph?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4111 | adafruit_featherwing.gps_featherwing.GPSFeatherWing.speed_mph?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4112 | adafruit_featherwing.gps_featherwing.GPSFeatherWing.timestamp?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4113 | adafruit_featherwing.gps_featherwing.GPSFeatherWing.track_angle?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4114 | adafruit_featherwing.gps_featherwing.GPSFeatherWing.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:
diff
changeset
|
4115 | adafruit_featherwing.gps_featherwing.GPSFeatherWing?1(update_period: int = 1000, baudrate: int = 9600) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4116 | adafruit_featherwing.ina219_featherwing.INA219FeatherWing.bus_voltage?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4117 | adafruit_featherwing.ina219_featherwing.INA219FeatherWing.current?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4118 | adafruit_featherwing.ina219_featherwing.INA219FeatherWing.shunt_voltage?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4119 | adafruit_featherwing.ina219_featherwing.INA219FeatherWing.voltage?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4120 | adafruit_featherwing.ina219_featherwing.INA219FeatherWing?1(i2c: Optional[I2C] = None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4121 | adafruit_featherwing.joy_featherwing.BUTTON_A?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4122 | adafruit_featherwing.joy_featherwing.BUTTON_B?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4123 | adafruit_featherwing.joy_featherwing.BUTTON_SELECT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4124 | adafruit_featherwing.joy_featherwing.BUTTON_X?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4125 | adafruit_featherwing.joy_featherwing.BUTTON_Y?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4126 | adafruit_featherwing.joy_featherwing.JoyFeatherWing._check_button?5(button: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4127 | adafruit_featherwing.joy_featherwing.JoyFeatherWing.button_a?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4128 | adafruit_featherwing.joy_featherwing.JoyFeatherWing.button_b?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4129 | adafruit_featherwing.joy_featherwing.JoyFeatherWing.button_select?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4130 | adafruit_featherwing.joy_featherwing.JoyFeatherWing.button_x?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4131 | adafruit_featherwing.joy_featherwing.JoyFeatherWing.button_y?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4132 | adafruit_featherwing.joy_featherwing.JoyFeatherWing.joystick?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4133 | adafruit_featherwing.joy_featherwing.JoyFeatherWing.joystick_offset?4(offset: Tuple[int, int]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4134 | adafruit_featherwing.joy_featherwing.JoyFeatherWing.zero_joystick?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4135 | adafruit_featherwing.joy_featherwing.JoyFeatherWing?1(i2c: Optional[I2C] = None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4136 | adafruit_featherwing.keyboard_featherwing.KeyboardFeatherwing?1(spi: Optional[SPI] = None, cs: Optional[Pin] = None, dc: Optional[Pin] = None, i2c: Optional[I2C] = None, ts_cs: Optional[Pin] = None, sd_cs: Optional[Pin] = None, neopixel_pin: Optional[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:
diff
changeset
|
4137 | adafruit_featherwing.led_segments.Segments.blink_rate?4(rate: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4138 | adafruit_featherwing.led_segments.Segments.brightness?4(brightness: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4139 | adafruit_featherwing.led_segments.Segments.fill?4(fill: bool) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4140 | adafruit_featherwing.led_segments.Segments.marquee?4(text: str, delay: float = 0.25, loop: 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:
diff
changeset
|
4141 | adafruit_featherwing.led_segments.Segments.print?4(value: Union[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:
diff
changeset
|
4142 | adafruit_featherwing.led_segments.Segments?1() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4143 | adafruit_featherwing.matrix_featherwing.MatrixFeatherWing._update?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4144 | adafruit_featherwing.matrix_featherwing.MatrixFeatherWing.blink_rate?4(rate: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4145 | adafruit_featherwing.matrix_featherwing.MatrixFeatherWing.brightness?4(brightness: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4146 | adafruit_featherwing.matrix_featherwing.MatrixFeatherWing.fill?4(fill: bool) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4147 | adafruit_featherwing.matrix_featherwing.MatrixFeatherWing.pixel?4(x: int, y: int, color: Optional[bool] = None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4148 | adafruit_featherwing.matrix_featherwing.MatrixFeatherWing.shift_down?4(rotate: 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:
diff
changeset
|
4149 | adafruit_featherwing.matrix_featherwing.MatrixFeatherWing.shift_left?4(rotate: 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:
diff
changeset
|
4150 | adafruit_featherwing.matrix_featherwing.MatrixFeatherWing.shift_right?4(rotate: 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:
diff
changeset
|
4151 | adafruit_featherwing.matrix_featherwing.MatrixFeatherWing.shift_up?4(rotate: 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:
diff
changeset
|
4152 | adafruit_featherwing.matrix_featherwing.MatrixFeatherWing.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:
diff
changeset
|
4153 | adafruit_featherwing.matrix_featherwing.MatrixFeatherWing?1(address: int = 0x70, i2c: Optional[I2C] = None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4154 | adafruit_featherwing.minitft_featherwing.BUTTON_A?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4155 | adafruit_featherwing.minitft_featherwing.BUTTON_B?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4156 | adafruit_featherwing.minitft_featherwing.BUTTON_DOWN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4157 | adafruit_featherwing.minitft_featherwing.BUTTON_LEFT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4158 | adafruit_featherwing.minitft_featherwing.BUTTON_RIGHT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4159 | adafruit_featherwing.minitft_featherwing.BUTTON_SEL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4160 | adafruit_featherwing.minitft_featherwing.BUTTON_UP?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4161 | adafruit_featherwing.minitft_featherwing.Buttons?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4162 | adafruit_featherwing.minitft_featherwing.MiniTFTFeatherWing._button_mask?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4163 | adafruit_featherwing.minitft_featherwing.MiniTFTFeatherWing.backlight?4(brightness: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4164 | adafruit_featherwing.minitft_featherwing.MiniTFTFeatherWing.buttons?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4165 | adafruit_featherwing.minitft_featherwing.MiniTFTFeatherWing?1(address: int = 0x5E, i2c: Optional[I2C] = None, spi: Optional[SPI] = None, cs: Optional[Pin] = None, dc: Optional[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:
diff
changeset
|
4166 | adafruit_featherwing.neopixel_featherwing.NeoPixelFeatherWing.shift_down?4(rotate: 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:
diff
changeset
|
4167 | adafruit_featherwing.neopixel_featherwing.NeoPixelFeatherWing.shift_up?4(rotate: 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:
diff
changeset
|
4168 | adafruit_featherwing.neopixel_featherwing.NeoPixelFeatherWing?1(pixel_pin: Pin = board.D6, brightness: 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:
diff
changeset
|
4169 | adafruit_featherwing.pixelmatrix.PixelMatrix._get_index?5(indices: IndexUnion) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4170 | adafruit_featherwing.pixelmatrix.PixelMatrix._update?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4171 | adafruit_featherwing.pixelmatrix.PixelMatrix.brightness?4(brightness: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4172 | adafruit_featherwing.pixelmatrix.PixelMatrix.fill?4(color: Sequence[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:
diff
changeset
|
4173 | adafruit_featherwing.pixelmatrix.PixelMatrix.shift_down?4(rotate: 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:
diff
changeset
|
4174 | adafruit_featherwing.pixelmatrix.PixelMatrix.shift_left?4(rotate: 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:
diff
changeset
|
4175 | adafruit_featherwing.pixelmatrix.PixelMatrix.shift_right?4(rotate: 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:
diff
changeset
|
4176 | adafruit_featherwing.pixelmatrix.PixelMatrix.shift_up?4(rotate: 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:
diff
changeset
|
4177 | adafruit_featherwing.pixelmatrix.PixelMatrix.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:
diff
changeset
|
4178 | adafruit_featherwing.pixelmatrix.PixelMatrix?1() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4179 | adafruit_featherwing.rtc_featherwing.RTCFeatherWing._encode?5(date: Dict[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:
diff
changeset
|
4180 | adafruit_featherwing.rtc_featherwing.RTCFeatherWing._get_now?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4181 | adafruit_featherwing.rtc_featherwing.RTCFeatherWing._get_time_value?5(unit: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4182 | adafruit_featherwing.rtc_featherwing.RTCFeatherWing._set_time_value?5(unit: str, 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:
diff
changeset
|
4183 | adafruit_featherwing.rtc_featherwing.RTCFeatherWing.datetime?4(datetime: time.struct_time) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4184 | adafruit_featherwing.rtc_featherwing.RTCFeatherWing.day?4(day: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4185 | adafruit_featherwing.rtc_featherwing.RTCFeatherWing.get_month_days?4(month: Optional[int] = None, year: 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:
diff
changeset
|
4186 | adafruit_featherwing.rtc_featherwing.RTCFeatherWing.hour?4(hour: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4187 | adafruit_featherwing.rtc_featherwing.RTCFeatherWing.is_leap_year?4(year: 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:
diff
changeset
|
4188 | adafruit_featherwing.rtc_featherwing.RTCFeatherWing.minute?4(minute: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4189 | adafruit_featherwing.rtc_featherwing.RTCFeatherWing.month?4(month: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4190 | adafruit_featherwing.rtc_featherwing.RTCFeatherWing.now?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4191 | adafruit_featherwing.rtc_featherwing.RTCFeatherWing.second?4(second: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4192 | adafruit_featherwing.rtc_featherwing.RTCFeatherWing.set_date?4(day: int, month: int, year: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4193 | adafruit_featherwing.rtc_featherwing.RTCFeatherWing.set_time?4(hour: int, minute: int, 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:
diff
changeset
|
4194 | adafruit_featherwing.rtc_featherwing.RTCFeatherWing.unixtime?4(unixtime: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4195 | adafruit_featherwing.rtc_featherwing.RTCFeatherWing.weekday?4(weekday: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4196 | adafruit_featherwing.rtc_featherwing.RTCFeatherWing.year?4(year: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4197 | adafruit_featherwing.rtc_featherwing.RTCFeatherWing?1(i2c: Optional[I2C] = None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4198 | adafruit_featherwing.sevensegment_featherwing.SevenSegmentFeatherWing?1(address: int = 0x70, i2c: Optional[I2C] = None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4199 | adafruit_featherwing.tempmotion_featherwing.TempMotionFeatherWing.acceleration?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4200 | adafruit_featherwing.tempmotion_featherwing.TempMotionFeatherWing.configuration?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4201 | adafruit_featherwing.tempmotion_featherwing.TempMotionFeatherWing.data_rate?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4202 | adafruit_featherwing.tempmotion_featherwing.TempMotionFeatherWing.disable_freefall_detection?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4203 | adafruit_featherwing.tempmotion_featherwing.TempMotionFeatherWing.disable_motion_detection?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4204 | adafruit_featherwing.tempmotion_featherwing.TempMotionFeatherWing.disable_tap_detection?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4205 | adafruit_featherwing.tempmotion_featherwing.TempMotionFeatherWing.enable_freefall_detection?4(**kwargs: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4206 | adafruit_featherwing.tempmotion_featherwing.TempMotionFeatherWing.enable_motion_detection?4(**kwargs: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4207 | adafruit_featherwing.tempmotion_featherwing.TempMotionFeatherWing.enable_tap_detection?4(**kwargs: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4208 | adafruit_featherwing.tempmotion_featherwing.TempMotionFeatherWing.events?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4209 | adafruit_featherwing.tempmotion_featherwing.TempMotionFeatherWing.range?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4210 | adafruit_featherwing.tempmotion_featherwing.TempMotionFeatherWing.status?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4211 | adafruit_featherwing.tempmotion_featherwing.TempMotionFeatherWing.temperature?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4212 | adafruit_featherwing.tempmotion_featherwing.TempMotionFeatherWing?1(adxl343_address: int = 0x53, adt7410_address: int = 0x48, i2c: 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:
diff
changeset
|
4213 | adafruit_featherwing.tft_featherwing.TFTFeatherWing?1(spi: Optional[SPI] = None, cs: Optional[Pin] = None, dc: Optional[Pin] = None, ts_cs: Optional[Pin] = None, sd_cs: Optional[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:
diff
changeset
|
4214 | adafruit_featherwing.tft_featherwing_24.TFTFeatherWing24?1(spi: Optional[SPI] = None, cs: Optional[Pin] = None, dc: Optional[Pin] = None, ts_cs: Optional[Pin] = None, sd_cs: Optional[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:
diff
changeset
|
4215 | adafruit_featherwing.tft_featherwing_35.TFTFeatherWing35?1(spi: Optional[SPI] = None, cs: Optional[Pin] = None, dc: Optional[Pin] = None, ts_cs: Optional[Pin] = None, sd_cs: Optional[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:
diff
changeset
|
4216 | adafruit_fingerprint.ADDRCODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4217 | adafruit_fingerprint.Adafruit_Fingerprint._debug?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4218 | adafruit_fingerprint.Adafruit_Fingerprint._get_data?5(expected: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4219 | adafruit_fingerprint.Adafruit_Fingerprint._get_packet?5(expected: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4220 | adafruit_fingerprint.Adafruit_Fingerprint._print_debug?5(info: str, data: Union[int, str], data_type: str = "str") |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4221 | adafruit_fingerprint.Adafruit_Fingerprint._send_data?5(data: List[int]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4222 | adafruit_fingerprint.Adafruit_Fingerprint._send_packet?5(data: List[int]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4223 | adafruit_fingerprint.Adafruit_Fingerprint._uart?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4224 | adafruit_fingerprint.Adafruit_Fingerprint.address?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4225 | adafruit_fingerprint.Adafruit_Fingerprint.baudrate?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4226 | adafruit_fingerprint.Adafruit_Fingerprint.check_module?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4227 | adafruit_fingerprint.Adafruit_Fingerprint.close_uart?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4228 | adafruit_fingerprint.Adafruit_Fingerprint.compare_templates?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4229 | adafruit_fingerprint.Adafruit_Fingerprint.confidence?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4230 | adafruit_fingerprint.Adafruit_Fingerprint.count_templates?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4231 | adafruit_fingerprint.Adafruit_Fingerprint.create_model?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4232 | adafruit_fingerprint.Adafruit_Fingerprint.data_packet_size?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4233 | adafruit_fingerprint.Adafruit_Fingerprint.delete_model?4(location: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4234 | adafruit_fingerprint.Adafruit_Fingerprint.device_address?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4235 | adafruit_fingerprint.Adafruit_Fingerprint.empty_library?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4236 | adafruit_fingerprint.Adafruit_Fingerprint.finger_fast_search?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4237 | adafruit_fingerprint.Adafruit_Fingerprint.finger_id?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4238 | adafruit_fingerprint.Adafruit_Fingerprint.finger_search?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4239 | adafruit_fingerprint.Adafruit_Fingerprint.get_fpdata?4(sensorbuffer: str = "char", slot: 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:
diff
changeset
|
4240 | adafruit_fingerprint.Adafruit_Fingerprint.get_image?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4241 | adafruit_fingerprint.Adafruit_Fingerprint.image_2_tz?4(slot: 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:
diff
changeset
|
4242 | adafruit_fingerprint.Adafruit_Fingerprint.library_size?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4243 | adafruit_fingerprint.Adafruit_Fingerprint.load_model?4(location: int, slot: 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:
diff
changeset
|
4244 | adafruit_fingerprint.Adafruit_Fingerprint.password?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4245 | adafruit_fingerprint.Adafruit_Fingerprint.read_sysparam?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4246 | adafruit_fingerprint.Adafruit_Fingerprint.read_templates?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4247 | adafruit_fingerprint.Adafruit_Fingerprint.security_level?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4248 | adafruit_fingerprint.Adafruit_Fingerprint.send_fpdata?4(data: List[int], sensorbuffer: str = "char", slot: 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:
diff
changeset
|
4249 | adafruit_fingerprint.Adafruit_Fingerprint.set_led?4(color: int = 1, mode: int = 3, speed: int = 0x80, cycles: 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:
diff
changeset
|
4250 | adafruit_fingerprint.Adafruit_Fingerprint.set_sysparam?4(param_num: int, param_val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4251 | adafruit_fingerprint.Adafruit_Fingerprint.soft_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:
diff
changeset
|
4252 | adafruit_fingerprint.Adafruit_Fingerprint.status_register?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4253 | adafruit_fingerprint.Adafruit_Fingerprint.store_model?4(location: int, slot: 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:
diff
changeset
|
4254 | adafruit_fingerprint.Adafruit_Fingerprint.system_id?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4255 | adafruit_fingerprint.Adafruit_Fingerprint.template_count?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4256 | adafruit_fingerprint.Adafruit_Fingerprint.templates?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4257 | adafruit_fingerprint.Adafruit_Fingerprint.verify_password?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4258 | adafruit_fingerprint.Adafruit_Fingerprint?1(uart: UART, passwd: Tuple[int, int, int, int] = (0, 0, 0, 0)) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4259 | adafruit_fingerprint.BADLOCATION?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4260 | adafruit_fingerprint.DBCLEARFAIL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4261 | adafruit_fingerprint.DBRANGEFAIL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4262 | adafruit_fingerprint.DELETEFAIL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4263 | adafruit_fingerprint.ENROLLMISMATCH?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4264 | adafruit_fingerprint.FEATUREFAIL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4265 | adafruit_fingerprint.FLASHERR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4266 | adafruit_fingerprint.IMAGEFAIL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4267 | adafruit_fingerprint.IMAGEMESS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4268 | adafruit_fingerprint.INVALIDIMAGE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4269 | adafruit_fingerprint.INVALIDREG?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4270 | adafruit_fingerprint.MODULEOK?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4271 | adafruit_fingerprint.NOFINGER?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4272 | adafruit_fingerprint.NOMATCH?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4273 | adafruit_fingerprint.NOTFOUND?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4274 | adafruit_fingerprint.OK?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4275 | adafruit_fingerprint.PACKETRECIEVEERR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4276 | adafruit_fingerprint.PACKETRESPONSEFAIL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4277 | adafruit_fingerprint.PASSFAIL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4278 | adafruit_fingerprint.PASSVERIFY?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4279 | adafruit_fingerprint.UPLOADFAIL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4280 | adafruit_fingerprint.UPLOADFEATUREFAIL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4281 | adafruit_fingerprint._ACKPACKET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4282 | adafruit_fingerprint._COMMANDPACKET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4283 | adafruit_fingerprint._COMPARE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4284 | adafruit_fingerprint._DATAPACKET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4285 | adafruit_fingerprint._DELETE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4286 | adafruit_fingerprint._DOWNLOAD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4287 | adafruit_fingerprint._DOWNLOADIMAGE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4288 | adafruit_fingerprint._EMPTY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4289 | adafruit_fingerprint._ENDDATAPACKET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4290 | adafruit_fingerprint._FINGERPRINTSEARCH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4291 | adafruit_fingerprint._GETECHO?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4292 | adafruit_fingerprint._GETIMAGE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4293 | adafruit_fingerprint._HISPEEDSEARCH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4294 | adafruit_fingerprint._IMAGE2TZ?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4295 | adafruit_fingerprint._LOAD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4296 | adafruit_fingerprint._READSYSPARA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4297 | adafruit_fingerprint._REGMODEL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4298 | adafruit_fingerprint._SETAURA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4299 | adafruit_fingerprint._SETSYSPARA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4300 | adafruit_fingerprint._SOFTRESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4301 | adafruit_fingerprint._STARTCODE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4302 | adafruit_fingerprint._STORE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4303 | adafruit_fingerprint._TEMPLATECOUNT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4304 | adafruit_fingerprint._TEMPLATEREAD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4305 | adafruit_fingerprint._UPLOAD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4306 | adafruit_fingerprint._UPLOADIMAGE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4307 | adafruit_fingerprint._VERIFYPASSWORD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4308 | adafruit_floppy.FloppyBlockDevice._get_track_data?5(track, side) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4309 | adafruit_floppy.FloppyBlockDevice._readblock?5(block, buf) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4310 | adafruit_floppy.FloppyBlockDevice.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:
diff
changeset
|
4311 | adafruit_floppy.FloppyBlockDevice.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:
diff
changeset
|
4312 | adafruit_floppy.FloppyBlockDevice.readblocks?4(start_block, buf) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4313 | adafruit_floppy.FloppyBlockDevice.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:
diff
changeset
|
4314 | adafruit_floppy.FloppyBlockDevice.writeblocks?4(start, buf) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4315 | adafruit_floppy.FloppyBlockDevice?1(floppy, heads=2, sectors=18, tracks=80) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4316 | adafruit_floppy.MFMFloppy._check_inpos?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4317 | adafruit_floppy.MFMFloppy._do_step?5(direction, count) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4318 | adafruit_floppy.MFMFloppy.find_track0?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4319 | adafruit_floppy.MFMFloppy.flux_readinto?4(buf: "circuitpython_typing.WritableBuffer") |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4320 | adafruit_floppy.MFMFloppy.mfm_readinto?4(buf: "circuitpython_typing.WriteableBuffer") |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4321 | adafruit_floppy.MFMFloppy.selected?4(select: bool) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4322 | adafruit_floppy.MFMFloppy.side?4(head: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4323 | adafruit_floppy.MFMFloppy.spin?4(motor_on: bool) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4324 | adafruit_floppy.MFMFloppy.track?4(track: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4325 | adafruit_floppy.MFMFloppy?1(*, densitypin: microcontroller.Pin, indexpin: microcontroller.Pin, selectpin: microcontroller.Pin, motorpin: microcontroller.Pin, directionpin: microcontroller.Pin, steppin: microcontroller.Pin, track0pin: microcontroller.Pin, protectpin: microcontroller.Pin, rddatapin: microcontroller.Pin, sidepin: microcontroller.Pin, readypin: microcontroller.Pin, wrdatapin: typing.Optional[microcontroller.Pin] = None, wrgatepin: typing.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:
diff
changeset
|
4326 | adafruit_floppy._MOTOR_DELAY_MS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4327 | adafruit_floppy._STEP_DELAY_MS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4328 | adafruit_floppy._STEP_IN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4329 | adafruit_floppy._STEP_OUT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4330 | adafruit_floppy._optionaldigitalinout?5(maybe_pin: typing.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:
diff
changeset
|
4331 | adafruit_floppy._sleep_deadline_ms?5(deadline) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4332 | adafruit_floppy._sleep_ms?5(interval) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4333 | adafruit_focaltouch.Adafruit_FocalTouch._read?5(register, length, irq_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:
diff
changeset
|
4334 | adafruit_focaltouch.Adafruit_FocalTouch._write?5(register, values) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4335 | adafruit_focaltouch.Adafruit_FocalTouch.touched?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4336 | adafruit_focaltouch.Adafruit_FocalTouch.touches?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4337 | adafruit_focaltouch.Adafruit_FocalTouch?1(i2c, address=_FT_DEFAULT_I2C_ADDR, debug=False, irq_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:
diff
changeset
|
4338 | adafruit_focaltouch._FT5X06_SCALE_FACTOR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4339 | adafruit_focaltouch._FT5X06_TOUCH_BUFFER_SIZE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4340 | adafruit_focaltouch._FT6XXX_SCALE_FACTOR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4341 | adafruit_focaltouch._FT6XXX_TOUCH_BUFFER_SIZE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4342 | adafruit_focaltouch._FT_DEFAULT_I2C_ADDR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4343 | adafruit_focaltouch._FT_REG_CHIPID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4344 | adafruit_focaltouch._FT_REG_DATA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4345 | adafruit_focaltouch._FT_REG_FIRMVERS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4346 | adafruit_focaltouch._FT_REG_LIBH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4347 | adafruit_focaltouch._FT_REG_LIBL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4348 | adafruit_focaltouch._FT_REG_NUMTOUCHES?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4349 | adafruit_focaltouch._FT_REG_POINTRATE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4350 | adafruit_focaltouch._FT_REG_RELEASE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4351 | adafruit_focaltouch._FT_REG_THRESHHOLD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4352 | adafruit_focaltouch._FT_REG_VENDID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4353 | adafruit_fona.adafruit_fona.CMD_AT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4354 | adafruit_fona.adafruit_fona.FONA.TCP_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4355 | adafruit_fona.adafruit_fona.FONA.UDP_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4356 | adafruit_fona.adafruit_fona.FONA._expect_reply?5(reply: bytes, timeout: int = 10000) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4357 | adafruit_fona.adafruit_fona.FONA._get_reply?5(data: Optional[bytes] = None, prefix: Optional[bytes] = None, suffix: Optional[bytes] = None, timeout: int = FONA_DEFAULT_TIMEOUT_MS, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4358 | adafruit_fona.adafruit_fona.FONA._get_reply_quoted?5(prefix: bytes, suffix: bytes, timeout: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4359 | adafruit_fona.adafruit_fona.FONA._init_fona?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4360 | adafruit_fona.adafruit_fona.FONA._parse_reply?5(reply: bytes, divider: str = ", ", idx: 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:
diff
changeset
|
4361 | adafruit_fona.adafruit_fona.FONA._read_line?5(timeout: int = FONA_DEFAULT_TIMEOUT_MS, multiline: 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:
diff
changeset
|
4362 | adafruit_fona.adafruit_fona.FONA._send_check_reply?5(send: Optional[bytes] = None, prefix: Optional[bytes] = None, suffix: Optional[bytes] = None, reply: Optional[bytes] = None, timeout=FONA_DEFAULT_TIMEOUT_MS, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4363 | adafruit_fona.adafruit_fona.FONA._send_check_reply_quoted?5(prefix: bytes, suffix: bytes, reply: bytes, timeout: int = FONA_DEFAULT_TIMEOUT_MS, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4364 | adafruit_fona.adafruit_fona.FONA._send_parse_reply?5(send_data: bytes, reply_data: bytes, divider: str = ", ", idx: 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:
diff
changeset
|
4365 | adafruit_fona.adafruit_fona.FONA._uart_write?5(buffer: bytes) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4366 | adafruit_fona.adafruit_fona.FONA.delete_all_sms?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4367 | adafruit_fona.adafruit_fona.FONA.delete_sms?4(sms_slot: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4368 | adafruit_fona.adafruit_fona.FONA.enable_sms_notification?4(enable: 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:
diff
changeset
|
4369 | adafruit_fona.adafruit_fona.FONA.factory_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:
diff
changeset
|
4370 | adafruit_fona.adafruit_fona.FONA.get_host_by_name?4(hostname: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4371 | adafruit_fona.adafruit_fona.FONA.get_socket?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4372 | adafruit_fona.adafruit_fona.FONA.gprs?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4373 | adafruit_fona.adafruit_fona.FONA.gps?4(gps_on: 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:
diff
changeset
|
4374 | adafruit_fona.adafruit_fona.FONA.iccid?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4375 | adafruit_fona.adafruit_fona.FONA.iemi?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4376 | adafruit_fona.adafruit_fona.FONA.local_ip?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4377 | adafruit_fona.adafruit_fona.FONA.network_status?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4378 | adafruit_fona.adafruit_fona.FONA.num_sms?4(sim_storage: 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:
diff
changeset
|
4379 | adafruit_fona.adafruit_fona.FONA.pretty_ip?4(ip: ReadableBuffer) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4380 | adafruit_fona.adafruit_fona.FONA.read_sms?4(sms_slot: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4381 | adafruit_fona.adafruit_fona.FONA.receive_sms?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4382 | adafruit_fona.adafruit_fona.FONA.remote_ip?4(sock_num: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4383 | adafruit_fona.adafruit_fona.FONA.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:
diff
changeset
|
4384 | adafruit_fona.adafruit_fona.FONA.rssi?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4385 | adafruit_fona.adafruit_fona.FONA.send_sms?4(phone_number: int, message: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4386 | adafruit_fona.adafruit_fona.FONA.set_gprs?4(apn: Optional[Tuple[str, Optional[str], Optional[str]]] = None, enable: 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:
diff
changeset
|
4387 | adafruit_fona.adafruit_fona.FONA.socket_available?4(sock_num: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4388 | adafruit_fona.adafruit_fona.FONA.socket_close?4(sock_num: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4389 | adafruit_fona.adafruit_fona.FONA.socket_connect?4(sock_num: int, dest: str, port: int, conn_mode: int = TCP_MODE) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4390 | adafruit_fona.adafruit_fona.FONA.socket_read?4(sock_num: int, 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:
diff
changeset
|
4391 | adafruit_fona.adafruit_fona.FONA.socket_status?4(sock_num: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4392 | adafruit_fona.adafruit_fona.FONA.socket_write?4(sock_num: int, buffer: bytes, timeout: int = 3000) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4393 | adafruit_fona.adafruit_fona.FONA.unpretty_ip?4(ip: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4394 | adafruit_fona.adafruit_fona.FONA.version?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4395 | adafruit_fona.adafruit_fona.FONA?1(uart: UART, rst: DigitalInOut, ri: Optional[DigitalInOut] = None, debug: 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:
diff
changeset
|
4396 | adafruit_fona.adafruit_fona.FONA_3G_A?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4397 | adafruit_fona.adafruit_fona.FONA_3G_E?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4398 | adafruit_fona.adafruit_fona.FONA_800_C?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:
diff
changeset
|
4399 | adafruit_fona.adafruit_fona.FONA_800_H?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4400 | adafruit_fona.adafruit_fona.FONA_800_L?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4401 | adafruit_fona.adafruit_fona.FONA_808_V1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4402 | adafruit_fona.adafruit_fona.FONA_808_V2?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4403 | adafruit_fona.adafruit_fona.FONA_DEFAULT_TIMEOUT_MS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4404 | adafruit_fona.adafruit_fona.FONA_MAX_SOCKETS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4405 | adafruit_fona.adafruit_fona.FONA_SMS_STORAGE_INTERNAL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4406 | adafruit_fona.adafruit_fona.FONA_SMS_STORAGE_SIM?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4407 | adafruit_fona.adafruit_fona.REPLY_AT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4408 | adafruit_fona.adafruit_fona.REPLY_OK?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4409 | adafruit_fona.adafruit_fona_network.CELLULAR.connect?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4410 | adafruit_fona.adafruit_fona_network.CELLULAR.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:
diff
changeset
|
4411 | adafruit_fona.adafruit_fona_network.CELLULAR.iccid?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4412 | adafruit_fona.adafruit_fona_network.CELLULAR.imei?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4413 | adafruit_fona.adafruit_fona_network.CELLULAR.is_attached?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4414 | adafruit_fona.adafruit_fona_network.CELLULAR.is_connected?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4415 | adafruit_fona.adafruit_fona_network.CELLULAR?1(fona: FONA, apn: Tuple[str, Optional[str], Optional[str]]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4416 | adafruit_fona.adafruit_fona_network.NET_CDMA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4417 | adafruit_fona.adafruit_fona_network.NET_GSM?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4418 | adafruit_fona.adafruit_fona_socket.AF_INET?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4419 | adafruit_fona.adafruit_fona_socket.NO_SOCKET_AVAIL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4420 | adafruit_fona.adafruit_fona_socket.SOCKETS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4421 | adafruit_fona.adafruit_fona_socket.SOCK_DGRAM?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4422 | adafruit_fona.adafruit_fona_socket.SOCK_STREAM?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4423 | adafruit_fona.adafruit_fona_socket.TCP_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4424 | adafruit_fona.adafruit_fona_socket._the_interface?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4425 | adafruit_fona.adafruit_fona_socket.getaddrinfo?4(host, port: int, family=0, socktype=0, proto=0, flags=0) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4426 | adafruit_fona.adafruit_fona_socket.gethostbyname?4(hostname: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4427 | adafruit_fona.adafruit_fona_socket.htonl?4(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:
diff
changeset
|
4428 | adafruit_fona.adafruit_fona_socket.htons?4(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:
diff
changeset
|
4429 | adafruit_fona.adafruit_fona_socket.set_interface?4(iface: FONA) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4430 | adafruit_fona.adafruit_fona_socket.socket.available?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4431 | adafruit_fona.adafruit_fona_socket.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:
diff
changeset
|
4432 | adafruit_fona.adafruit_fona_socket.socket.connect?4(address: Tuple[str, int], conn_mode: 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:
diff
changeset
|
4433 | adafruit_fona.adafruit_fona_socket.socket.connected?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4434 | adafruit_fona.adafruit_fona_socket.socket.getpeername?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4435 | adafruit_fona.adafruit_fona_socket.socket.gettimeout?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4436 | adafruit_fona.adafruit_fona_socket.socket.inet_aton?4(ip_string: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4437 | adafruit_fona.adafruit_fona_socket.socket.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:
diff
changeset
|
4438 | adafruit_fona.adafruit_fona_socket.socket.recv?4(bufsize: 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:
diff
changeset
|
4439 | adafruit_fona.adafruit_fona_socket.socket.send?4(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:
diff
changeset
|
4440 | adafruit_fona.adafruit_fona_socket.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:
diff
changeset
|
4441 | adafruit_fona.adafruit_fona_socket.socket.socknum?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4442 | adafruit_fona.adafruit_fona_socket.socket?1(family: int = AF_INET, type: int = SOCK_STREAM, proto: int = 0, fileno: Optional[int] = None, socknum: 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:
diff
changeset
|
4443 | adafruit_fona.fona_3g.FONA3G.get_host_by_name?4(hostname: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4444 | adafruit_fona.fona_3g.FONA3G.get_socket?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4445 | adafruit_fona.fona_3g.FONA3G.gps?4(gps_on: 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:
diff
changeset
|
4446 | adafruit_fona.fona_3g.FONA3G.local_ip?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4447 | adafruit_fona.fona_3g.FONA3G.remote_ip?4(sock_num: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4448 | adafruit_fona.fona_3g.FONA3G.set_baudrate?4(baudrate: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4449 | adafruit_fona.fona_3g.FONA3G.set_gprs?4(apn: Optional[Tuple[str, Optional[str], Optional[str]]] = None, enable: 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:
diff
changeset
|
4450 | adafruit_fona.fona_3g.FONA3G.socket_connect?4(sock_num: int, dest: str, port: int, conn_mode: 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:
diff
changeset
|
4451 | adafruit_fona.fona_3g.FONA3G.socket_status?4(sock_num: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4452 | adafruit_fona.fona_3g.FONA3G.socket_write?4(sock_num: int, buffer: bytes, timeout: int = 120000) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4453 | adafruit_fona.fona_3g.FONA3G.tx_timeout?4(timeout: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4454 | adafruit_fona.fona_3g.FONA3G.ue_system_info?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4455 | adafruit_fona.fona_3g.FONA3G?1(uart: UART, rst: DigitalInOut, ri: Optional[DigitalInOut] = None, debug: 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:
diff
changeset
|
4456 | adafruit_fona.fona_3g.FONA_MAX_SOCKETS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4457 | adafruit_fram.FRAM._read_address?5(address: int, read_buffer: bytearray) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4458 | adafruit_fram.FRAM._write?5(start_address: int, data: Union[int, Sequence[int]], wraparound: bool) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4459 | adafruit_fram.FRAM.write_protected?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4460 | adafruit_fram.FRAM.write_wraparound?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:
diff
changeset
|
4461 | adafruit_fram.FRAM?1(max_size: int, write_protect: bool = False, wp_pin: Optional[DigitalInOut] = None, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4462 | adafruit_fram.FRAM_I2C._read_address?5(address: int, read_buffer: bytearray) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4463 | adafruit_fram.FRAM_I2C._write?5(start_address: int, data: Union[int, Sequence[int]], wraparound: 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:
diff
changeset
|
4464 | adafruit_fram.FRAM_I2C.write_protected?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:
diff
changeset
|
4465 | adafruit_fram.FRAM_I2C?1(i2c_bus: I2C, address: int = 0x50, write_protect: bool = False, wp_pin: Optional[DigitalInOut] = None, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4466 | adafruit_fram.FRAM_SPI._read_address?5(address: int, read_buffer: bytearray) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4467 | adafruit_fram.FRAM_SPI._write?5(start_address: int, data: Union[int, Sequence[int]], wraparound: 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:
diff
changeset
|
4468 | adafruit_fram.FRAM_SPI.write_protected?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:
diff
changeset
|
4469 | adafruit_fram.FRAM_SPI?1(spi_bus: SPI, spi_cs: DigitalInOut, write_protect: bool = False, wp_pin: Optional[DigitalInOut] = None, baudrate: int = 100000, max_size: int = _MAX_SIZE_SPI, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4470 | adafruit_fram._I2C_MANF_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4471 | adafruit_fram._I2C_PROD_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4472 | adafruit_fram._MAX_SIZE_I2C?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4473 | adafruit_fram._MAX_SIZE_SPI?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4474 | adafruit_fram._SPI_MANF_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4475 | adafruit_fram._SPI_OPCODE_RDID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4476 | adafruit_fram._SPI_OPCODE_RDSR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4477 | adafruit_fram._SPI_OPCODE_READ?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4478 | adafruit_fram._SPI_OPCODE_WRDI?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4479 | adafruit_fram._SPI_OPCODE_WREN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4480 | adafruit_fram._SPI_OPCODE_WRITE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4481 | adafruit_fram._SPI_OPCODE_WRSR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4482 | adafruit_fram._SPI_PROD_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4483 | adafruit_framebuf.BitmapFont.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:
diff
changeset
|
4484 | adafruit_framebuf.BitmapFont.draw_char?4(char, x, y, framebuffer, color, size=1) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4485 | adafruit_framebuf.BitmapFont.width?4(text) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4486 | adafruit_framebuf.BitmapFont?1(font_name="font5x8.bin") |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4487 | adafruit_framebuf.FrameBuffer.blit?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4488 | adafruit_framebuf.FrameBuffer.circle?4(center_x, center_y, radius, color) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4489 | adafruit_framebuf.FrameBuffer.fill?4(color) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4490 | adafruit_framebuf.FrameBuffer.fill_rect?4(x, y, width, height, color) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4491 | adafruit_framebuf.FrameBuffer.hline?4(x, y, width, color) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4492 | adafruit_framebuf.FrameBuffer.image?4(img) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4493 | adafruit_framebuf.FrameBuffer.line?4(x_0, y_0, x_1, y_1, color) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4494 | adafruit_framebuf.FrameBuffer.pixel?4(x, y, color=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4495 | adafruit_framebuf.FrameBuffer.rect?4(x, y, width, height, color, *, fill=False) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4496 | adafruit_framebuf.FrameBuffer.rotation?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:
diff
changeset
|
4497 | adafruit_framebuf.FrameBuffer.scroll?4(delta_x, delta_y) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4498 | adafruit_framebuf.FrameBuffer.text?4(string, x, y, color, *, font_name="font5x8.bin", size=1) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4499 | adafruit_framebuf.FrameBuffer.vline?4(x, y, height, color) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4500 | adafruit_framebuf.FrameBuffer?1(buf, width, height, buf_format=MVLSB, stride=None) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4501 | adafruit_framebuf.GS2HMSBFormat.fill?4(color) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4502 | adafruit_framebuf.GS2HMSBFormat.fill_rect?4(x, y, width, height, color) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4503 | adafruit_framebuf.GS2HMSBFormat.get_pixel?4(x, y) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4504 | adafruit_framebuf.GS2HMSBFormat.rect?4(x, y, width, height, color) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4505 | adafruit_framebuf.GS2HMSBFormat.set_pixel?4(x, y, color) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4506 | adafruit_framebuf.GS2_HMSB?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:
diff
changeset
|
4507 | adafruit_framebuf.GS4_HMSB?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4508 | adafruit_framebuf.MHMSB?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4509 | adafruit_framebuf.MHMSBFormat.fill?4(color) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4510 | adafruit_framebuf.MHMSBFormat.fill_rect?4(x, y, width, height, color) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4511 | adafruit_framebuf.MHMSBFormat.get_pixel?4(x, y) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4512 | adafruit_framebuf.MHMSBFormat.set_pixel?4(x, y, color) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4513 | adafruit_framebuf.MVLSB?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4514 | adafruit_framebuf.MVLSBFormat.fill?4(color) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4515 | adafruit_framebuf.MVLSBFormat.fill_rect?4(x, y, width, height, color) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4516 | adafruit_framebuf.MVLSBFormat.get_pixel?4(x, y) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4517 | adafruit_framebuf.MVLSBFormat.set_pixel?4(x, y, color) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4518 | adafruit_framebuf.RGB565?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4519 | adafruit_framebuf.RGB565Format.color_to_rgb565?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4520 | adafruit_framebuf.RGB565Format.fill?4(framebuf, color) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4521 | adafruit_framebuf.RGB565Format.fill_rect?4(framebuf, x, y, width, height, color) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4522 | adafruit_framebuf.RGB565Format.get_pixel?4(x, y) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4523 | adafruit_framebuf.RGB565Format.set_pixel?4(framebuf, x, y, color) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4524 | adafruit_framebuf.RGB888?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4525 | adafruit_framebuf.RGB888Format.fill?4(color) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4526 | adafruit_framebuf.RGB888Format.fill_rect?4(x, y, width, height, color) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4527 | adafruit_framebuf.RGB888Format.get_pixel?4(x, y) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4528 | adafruit_framebuf.RGB888Format.set_pixel?4(x, y, color) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4529 | adafruit_funhouse.FunHouse.enter_light_sleep?4(sleep_time: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4530 | adafruit_funhouse.FunHouse?1(*, url: Optional[str] = None, headers: Dict[str, str] = None, json_path: Optional[Union[List[str], List[List[str]]]] = None, regexp_path: Optional[Sequence[str]] = None, default_bg: int = 0, status_dotstar: Optional[DotStar] = None, json_transform: Optional[Union[Callable, List[Callable]]] = None, rotation: int = 270, scale: int = 1, debug: 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:
diff
changeset
|
4531 | adafruit_funhouse.graphics.Graphics?1(*, default_bg: int = 0, rotation: int = 270, scale: int = 1, debug: 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:
diff
changeset
|
4532 | adafruit_funhouse.network.IO_MQTT_BROKER?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4533 | adafruit_funhouse.network.Network._get_mqtt_client?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4534 | adafruit_funhouse.network.Network.enabled?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:
diff
changeset
|
4535 | adafruit_funhouse.network.Network.init_io_mqtt?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4536 | adafruit_funhouse.network.Network.init_mqtt?4(broker: str, port: int = 8883, username: str = None, password: str = None, use_io: 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:
diff
changeset
|
4537 | adafruit_funhouse.network.Network.mqtt_connect?4(*args: Union[bool, str, int], **kwargs: Union[bool, 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:
diff
changeset
|
4538 | adafruit_funhouse.network.Network.mqtt_loop?4(*args: int, suppress_mqtt_errors: bool = True, **kwargs: int) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4539 | adafruit_funhouse.network.Network.mqtt_publish?4(*args: Union[str, int, float], suppress_mqtt_errors: bool = True, **kwargs: Union[str, int, 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:
diff
changeset
|
4540 | adafruit_funhouse.network.Network.on_mqtt_connect?4(value: Callable) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4541 | adafruit_funhouse.network.Network.on_mqtt_disconnect?4(value: Callable) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4542 | adafruit_funhouse.network.Network.on_mqtt_message?4(value: Callable) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4543 | adafruit_funhouse.network.Network.on_mqtt_subscribe?4(value: Callable) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4544 | adafruit_funhouse.network.Network.on_mqtt_unsubscribe?4(value: Callable) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4545 | adafruit_funhouse.network.Network?1(*, status_dotstar: Optional[DotStar] = None, extract_values: bool = True, debug: 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:
diff
changeset
|
4546 | adafruit_funhouse.peripherals.Peripherals.any_button_pressed?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4547 | adafruit_funhouse.peripherals.Peripherals.button_down?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4548 | adafruit_funhouse.peripherals.Peripherals.button_sel?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4549 | adafruit_funhouse.peripherals.Peripherals.button_up?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4550 | adafruit_funhouse.peripherals.Peripherals.captouch6?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4551 | adafruit_funhouse.peripherals.Peripherals.captouch7?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4552 | adafruit_funhouse.peripherals.Peripherals.captouch8?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4553 | adafruit_funhouse.peripherals.Peripherals.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:
diff
changeset
|
4554 | adafruit_funhouse.peripherals.Peripherals.led?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:
diff
changeset
|
4555 | adafruit_funhouse.peripherals.Peripherals.light?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4556 | adafruit_funhouse.peripherals.Peripherals.pir_sensor?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4557 | adafruit_funhouse.peripherals.Peripherals.play_tone?4(duration: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4558 | adafruit_funhouse.peripherals.Peripherals.pressure?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4559 | adafruit_funhouse.peripherals.Peripherals.relative_humidity?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4560 | adafruit_funhouse.peripherals.Peripherals.set_dotstars?4(*values: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4561 | adafruit_funhouse.peripherals.Peripherals.slider?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4562 | adafruit_funhouse.peripherals.Peripherals.temperature?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4563 | adafruit_funhouse.peripherals.Peripherals?1() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4564 | adafruit_fxas21002c.DEGREE_TO_RAD?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4565 | adafruit_fxas21002c.FXAS21002C._BUFFER?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4566 | adafruit_fxas21002c.FXAS21002C._read_u8?5(address: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4567 | adafruit_fxas21002c.FXAS21002C._write_u8?5(address: int, val: 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:
diff
changeset
|
4568 | adafruit_fxas21002c.FXAS21002C.gyroscope?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4569 | adafruit_fxas21002c.FXAS21002C.read_raw?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4570 | adafruit_fxas21002c.FXAS21002C?1(i2c: I2C, address: int = _FXAS21002C_ADDRESS, gyro_range: int = GYRO_RANGE_250DPS, ) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4571 | adafruit_fxas21002c.GYRO_RANGE_1000DPS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4572 | adafruit_fxas21002c.GYRO_RANGE_2000DPS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4573 | adafruit_fxas21002c.GYRO_RANGE_250DPS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4574 | adafruit_fxas21002c.GYRO_RANGE_500DPS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4575 | adafruit_fxas21002c._FXAS21002C_ADDRESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4576 | adafruit_fxas21002c._FXAS21002C_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4577 | adafruit_fxas21002c._GYRO_REGISTER_CTRL_REG0?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4578 | adafruit_fxas21002c._GYRO_REGISTER_CTRL_REG1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4579 | adafruit_fxas21002c._GYRO_REGISTER_CTRL_REG2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4580 | adafruit_fxas21002c._GYRO_REGISTER_OUT_X_LSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4581 | adafruit_fxas21002c._GYRO_REGISTER_OUT_X_MSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4582 | adafruit_fxas21002c._GYRO_REGISTER_OUT_Y_LSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4583 | adafruit_fxas21002c._GYRO_REGISTER_OUT_Y_MSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4584 | adafruit_fxas21002c._GYRO_REGISTER_OUT_Z_LSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4585 | adafruit_fxas21002c._GYRO_REGISTER_OUT_Z_MSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4586 | adafruit_fxas21002c._GYRO_REGISTER_STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4587 | adafruit_fxas21002c._GYRO_REGISTER_WHO_AM_I?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4588 | adafruit_fxas21002c._GYRO_SENSITIVITY_1000DPS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4589 | adafruit_fxas21002c._GYRO_SENSITIVITY_2000DPS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4590 | adafruit_fxas21002c._GYRO_SENSITIVITY_250DPS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4591 | adafruit_fxas21002c._GYRO_SENSITIVITY_500DPS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4592 | adafruit_fxos8700.ACCEL_RANGE_2G?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4593 | adafruit_fxos8700.ACCEL_RANGE_4G?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4594 | adafruit_fxos8700.ACCEL_RANGE_8G?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4595 | adafruit_fxos8700.FXOS8700._BUFFER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4596 | adafruit_fxos8700.FXOS8700._read_u8?5(address: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4597 | adafruit_fxos8700.FXOS8700._write_u8?5(address: int, val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4598 | adafruit_fxos8700.FXOS8700.accelerometer?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4599 | adafruit_fxos8700.FXOS8700.magnetometer?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4600 | adafruit_fxos8700.FXOS8700.read_raw_accel_mag?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4601 | adafruit_fxos8700.FXOS8700?1(i2c: I2C, address: int = _FXOS8700_ADDRESS, accel_range: int = ACCEL_RANGE_2G, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4602 | adafruit_fxos8700._ACCEL_MG_LSB_2G?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4603 | adafruit_fxos8700._ACCEL_MG_LSB_4G?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4604 | adafruit_fxos8700._ACCEL_MG_LSB_8G?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4605 | adafruit_fxos8700._FXOS8700_ADDRESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4606 | adafruit_fxos8700._FXOS8700_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4607 | adafruit_fxos8700._FXOS8700_REGISTER_CTRL_REG1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4608 | adafruit_fxos8700._FXOS8700_REGISTER_CTRL_REG2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4609 | adafruit_fxos8700._FXOS8700_REGISTER_CTRL_REG3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4610 | adafruit_fxos8700._FXOS8700_REGISTER_CTRL_REG4?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4611 | adafruit_fxos8700._FXOS8700_REGISTER_CTRL_REG5?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4612 | adafruit_fxos8700._FXOS8700_REGISTER_MCTRL_REG1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4613 | adafruit_fxos8700._FXOS8700_REGISTER_MCTRL_REG2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4614 | adafruit_fxos8700._FXOS8700_REGISTER_MCTRL_REG3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4615 | adafruit_fxos8700._FXOS8700_REGISTER_MOUT_X_LSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4616 | adafruit_fxos8700._FXOS8700_REGISTER_MOUT_X_MSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4617 | adafruit_fxos8700._FXOS8700_REGISTER_MOUT_Y_LSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4618 | adafruit_fxos8700._FXOS8700_REGISTER_MOUT_Y_MSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4619 | adafruit_fxos8700._FXOS8700_REGISTER_MOUT_Z_LSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4620 | adafruit_fxos8700._FXOS8700_REGISTER_MOUT_Z_MSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4621 | adafruit_fxos8700._FXOS8700_REGISTER_MSTATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4622 | adafruit_fxos8700._FXOS8700_REGISTER_OUT_X_LSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4623 | adafruit_fxos8700._FXOS8700_REGISTER_OUT_X_MSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4624 | adafruit_fxos8700._FXOS8700_REGISTER_OUT_Y_LSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4625 | adafruit_fxos8700._FXOS8700_REGISTER_OUT_Y_MSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4626 | adafruit_fxos8700._FXOS8700_REGISTER_OUT_Z_LSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4627 | adafruit_fxos8700._FXOS8700_REGISTER_OUT_Z_MSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4628 | adafruit_fxos8700._FXOS8700_REGISTER_STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4629 | adafruit_fxos8700._FXOS8700_REGISTER_WHO_AM_I?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4630 | adafruit_fxos8700._FXOS8700_REGISTER_XYZ_DATA_CFG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4631 | adafruit_fxos8700._MAG_UT_LSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4632 | adafruit_fxos8700._SENSORS_GRAVITY_STANDARD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4633 | adafruit_fxos8700._twos_comp?5(val: int, bits: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4634 | adafruit_gc_iot_core.Cloud_Core.client_id?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4635 | adafruit_gc_iot_core.Cloud_Core.generate_jwt?4(ttl: int = 43200, algo: str = "RS256") |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4636 | adafruit_gc_iot_core.Cloud_Core?1(esp: Optional[ESP32SPI.ESP_SPIcontrol] = None, secrets: Optional[Dict[str, Any]] = None, log: 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:
diff
changeset
|
4637 | adafruit_gc_iot_core.MQTT_API._on_connect_mqtt?5(client: MQTT.MQTT, user_data: Optional[Any], flags: int, return_code: int, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4638 | adafruit_gc_iot_core.MQTT_API._on_disconnect_mqtt?5(client: MQTT.MQTT, user_data: Optional[Any], return_code: int, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4639 | adafruit_gc_iot_core.MQTT_API._on_message_mqtt?5(client: MQTT.MQTT, topic: str, payload: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4640 | adafruit_gc_iot_core.MQTT_API._on_subscribe_mqtt?5(client: MQTT.MQTT, user_data: Optional[Any], topic: str, qos: int, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4641 | adafruit_gc_iot_core.MQTT_API._on_unsubscribe_mqtt?5(client: MQTT.MQTT, user_data: Optional[Any], topic: str, pid: int, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4642 | adafruit_gc_iot_core.MQTT_API.connect?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4643 | adafruit_gc_iot_core.MQTT_API.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:
diff
changeset
|
4644 | adafruit_gc_iot_core.MQTT_API.is_connected?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4645 | adafruit_gc_iot_core.MQTT_API.loop?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4646 | adafruit_gc_iot_core.MQTT_API.publish?4(payload: Union[int, str], topic: str = "events", subfolder: Optional[str] = None, qos: 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:
diff
changeset
|
4647 | adafruit_gc_iot_core.MQTT_API.publish_state?4(payload: 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:
diff
changeset
|
4648 | adafruit_gc_iot_core.MQTT_API.reconnect?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4649 | adafruit_gc_iot_core.MQTT_API.subscribe?4(topic: str, subfolder: Optional[str] = None, qos: 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:
diff
changeset
|
4650 | adafruit_gc_iot_core.MQTT_API.subscribe_to_all_commands?4(qos: 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:
diff
changeset
|
4651 | adafruit_gc_iot_core.MQTT_API.subscribe_to_config?4(qos: 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:
diff
changeset
|
4652 | adafruit_gc_iot_core.MQTT_API.subscribe_to_subfolder?4(topic: str, subfolder: Optional[str] = None, qos: 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:
diff
changeset
|
4653 | adafruit_gc_iot_core.MQTT_API.unsubscribe?4(topic: str, subfolder: 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:
diff
changeset
|
4654 | adafruit_gc_iot_core.MQTT_API.unsubscribe_from_all_commands?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4655 | adafruit_gc_iot_core.MQTT_API?1(mqtt_client: MQTT.MQTT) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4656 | adafruit_gizmo.eink_gizmo.EInk_Gizmo?1(*, spi: Optional[SPI] = None, cs: Optional[Pin] = None, dc: Optional[Pin] = None, reset: Optional[Pin] = None, busy: Optional[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:
diff
changeset
|
4657 | adafruit_gizmo.eink_gizmo.EInk_HD_Gizmo?1(*, spi: Optional[SPI] = None, cs: Optional[Pin] = None, dc: Optional[Pin] = None, reset: Optional[Pin] = None, busy: Optional[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:
diff
changeset
|
4658 | adafruit_gizmo.tft_gizmo.TFT_Gizmo?1(*, spi: Optional[SPI] = None, cs: Pin = board.RX, dc: Pin = board.TX, backlight: Pin = board.A3, rotation: int = 180) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4659 | adafruit_gps.GPS._parse_gga?5(data: List[str]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4660 | adafruit_gps.GPS._parse_gll?5(data: List[str]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4661 | adafruit_gps.GPS._parse_gsa?5(talker: bytes, data: List[str]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4662 | adafruit_gps.GPS._parse_gsv?5(talker: bytes, data: List[str]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4663 | adafruit_gps.GPS._parse_rmc?5(data: List[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:
diff
changeset
|
4664 | adafruit_gps.GPS._parse_sentence?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4665 | adafruit_gps.GPS._read_sentence?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4666 | adafruit_gps.GPS._update_timestamp_utc?5(time_utc: str, date: Optional[str] = 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:
diff
changeset
|
4667 | adafruit_gps.GPS.datetime?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4668 | adafruit_gps.GPS.has_3d_fix?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4669 | adafruit_gps.GPS.has_fix?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4670 | adafruit_gps.GPS.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:
diff
changeset
|
4671 | adafruit_gps.GPS.nmea_sentence?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4672 | adafruit_gps.GPS.read?4(num_bytes: Optional[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:
diff
changeset
|
4673 | adafruit_gps.GPS.readline?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4674 | adafruit_gps.GPS.send_command?4(command: bytes, add_checksum: 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:
diff
changeset
|
4675 | adafruit_gps.GPS.update?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4676 | adafruit_gps.GPS.write?4(bytestr: ReadableBuffer) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4677 | adafruit_gps.GPS?1(uart: UART, debug: 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:
diff
changeset
|
4678 | adafruit_gps.GPS_GtopI2C.in_waiting?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4679 | adafruit_gps.GPS_GtopI2C.read?4(num_bytes: int = 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:
diff
changeset
|
4680 | adafruit_gps.GPS_GtopI2C.readline?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4681 | adafruit_gps.GPS_GtopI2C.write?4(bytestr: ReadableBuffer) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4682 | adafruit_gps.GPS_GtopI2C?1(i2c_bus: I2C, *, address: int = _GPSI2C_DEFAULT_ADDRESS, debug: bool = False, timeout: float = 5.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:
diff
changeset
|
4683 | adafruit_gps._GGA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4684 | adafruit_gps._GLL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4685 | adafruit_gps._GPSI2C_DEFAULT_ADDRESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4686 | adafruit_gps._GSA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4687 | adafruit_gps._GSA_4_11?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4688 | adafruit_gps._GSV11?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4689 | adafruit_gps._GSV15?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4690 | adafruit_gps._GSV19?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4691 | adafruit_gps._GSV7?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4692 | adafruit_gps._RMC?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4693 | adafruit_gps._RMC_4_1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4694 | adafruit_gps._SENTENCE_PARAMS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4695 | adafruit_gps._ST_MAX?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4696 | adafruit_gps._ST_MIN?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4697 | adafruit_gps._parse_data?5(sentence_type: int, data: List[str]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4698 | adafruit_gps._parse_degrees?5(nmea_data: str) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4699 | adafruit_gps._parse_float?5(nmea_data: str) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4700 | adafruit_gps._parse_int?5(nmea_data: str) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4701 | adafruit_gps._parse_str?5(nmea_data: str) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4702 | adafruit_gps._parse_talker?5(data_type: bytes) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4703 | adafruit_gps._read_degrees?5(data: List[float], index: int, neg: str) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4704 | adafruit_gps._read_int_degrees?5(data: List[float], index: int, neg: str) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4705 | adafruit_guvx_i2c.GUVA_C32SM.range?4(multiple: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4706 | adafruit_guvx_i2c.GUVA_C32SM.uv_index?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4707 | adafruit_guvx_i2c.GUVA_C32SM.uva?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4708 | adafruit_guvx_i2c.GUVB_C31SM.range?4(multiple: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4709 | adafruit_guvx_i2c.GUVB_C31SM.uv_index?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4710 | adafruit_guvx_i2c.GUVB_C31SM.uvb?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4711 | adafruit_guvx_i2c.GUVXI2C_PMODE_AUTOSHUT?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4712 | adafruit_guvx_i2c.GUVXI2C_PMODE_LOWPOWER?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4713 | adafruit_guvx_i2c.GUVXI2C_PMODE_NORMAL?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4714 | adafruit_guvx_i2c.GUVXI2C_PMODE_SHUTDOWN?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4715 | adafruit_guvx_i2c.GUVX_I2C._chip_id?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4716 | adafruit_guvx_i2c.GUVX_I2C._nvm_ctrl?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4717 | adafruit_guvx_i2c.GUVX_I2C._nvm_data?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4718 | adafruit_guvx_i2c.GUVX_I2C._oper?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4719 | adafruit_guvx_i2c.GUVX_I2C._period?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4720 | adafruit_guvx_i2c.GUVX_I2C._pmode?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4721 | adafruit_guvx_i2c.GUVX_I2C._range_uva?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4722 | adafruit_guvx_i2c.GUVX_I2C._range_uvb?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4723 | adafruit_guvx_i2c.GUVX_I2C._reset?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4724 | adafruit_guvx_i2c.GUVX_I2C._sleep_duration?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4725 | adafruit_guvx_i2c.GUVX_I2C._uva?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4726 | adafruit_guvx_i2c.GUVX_I2C._uvb?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4727 | adafruit_guvx_i2c.GUVX_I2C.measure_period?4(period: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4728 | adafruit_guvx_i2c.GUVX_I2C.power_mode?4(mode: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4729 | adafruit_guvx_i2c.GUVX_I2C.reset?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4730 | adafruit_guvx_i2c.GUVX_I2C.sleep_duration?4(duration: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4731 | adafruit_guvx_i2c.GUVX_I2C.uv_mode?4(enabled: bool) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4732 | adafruit_guvx_i2c.GUVX_I2C?1(i2c_bus: I2C, address: int = _GUVXI2C_I2CADDR_DEFAULT) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4733 | adafruit_guvx_i2c._GUVXI2C_CHIP_ID?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4734 | adafruit_guvx_i2c._GUVXI2C_REG_CHIPID?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4735 | adafruit_guvx_i2c._GUVXI2C_REG_MODE?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4736 | adafruit_guvx_i2c._GUVXI2C_REG_MODECTL?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4737 | adafruit_guvx_i2c._GUVXI2C_REG_NVMCTRL?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4738 | adafruit_guvx_i2c._GUVXI2C_REG_NVMLSB?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4739 | adafruit_guvx_i2c._GUVXI2C_REG_NVMMSB?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4740 | adafruit_guvx_i2c._GUVXI2C_REG_RANGEUVA?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4741 | adafruit_guvx_i2c._GUVXI2C_REG_RANGEUVB?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4742 | adafruit_guvx_i2c._GUVXI2C_REG_RESET?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4743 | adafruit_guvx_i2c._GUVXI2C_REG_RESUV?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4744 | adafruit_guvx_i2c._GUVXI2C_REG_UVALSB?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4745 | adafruit_guvx_i2c._GUVXI2C_REG_UVBLSB?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4746 | adafruit_guvx_i2c._measure_periods?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4747 | adafruit_guvx_i2c._measure_ranges?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4748 | adafruit_guvx_i2c._sleep_durations?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:
diff
changeset
|
4749 | adafruit_hashlib.ALGOS_AVAIL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4750 | adafruit_hashlib.algorithms_available?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4751 | adafruit_hashlib.new?4(algo, data: Optional[bytes] = b"") |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4752 | adafruit_hcsr04.HCSR04._dist_two_wire?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4753 | adafruit_hcsr04.HCSR04.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:
diff
changeset
|
4754 | adafruit_hcsr04.HCSR04.distance?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4755 | adafruit_hcsr04.HCSR04?1(trigger_pin: Pin, echo_pin: Pin, *, timeout: float = 0.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:
diff
changeset
|
4756 | adafruit_hcsr04._USE_PULSEIO?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4757 | adafruit_hid.consumer_control.ConsumerControl.press?4(consumer_code: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4758 | adafruit_hid.consumer_control.ConsumerControl.release?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4759 | adafruit_hid.consumer_control.ConsumerControl.send?4(consumer_code: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4760 | adafruit_hid.consumer_control.ConsumerControl?1(devices: Sequence[usb_hid.Device]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4761 | adafruit_hid.consumer_control_code.ConsumerControlCode.BRIGHTNESS_DECREMENT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4762 | adafruit_hid.consumer_control_code.ConsumerControlCode.BRIGHTNESS_INCREMENT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4763 | adafruit_hid.consumer_control_code.ConsumerControlCode.EJECT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4764 | adafruit_hid.consumer_control_code.ConsumerControlCode.FAST_FORWARD?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4765 | adafruit_hid.consumer_control_code.ConsumerControlCode.MUTE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4766 | adafruit_hid.consumer_control_code.ConsumerControlCode.PLAY_PAUSE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4767 | adafruit_hid.consumer_control_code.ConsumerControlCode.RECORD?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4768 | adafruit_hid.consumer_control_code.ConsumerControlCode.REWIND?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4769 | adafruit_hid.consumer_control_code.ConsumerControlCode.SCAN_NEXT_TRACK?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4770 | adafruit_hid.consumer_control_code.ConsumerControlCode.SCAN_PREVIOUS_TRACK?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4771 | adafruit_hid.consumer_control_code.ConsumerControlCode.STOP?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4772 | adafruit_hid.consumer_control_code.ConsumerControlCode.VOLUME_DECREMENT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4773 | adafruit_hid.consumer_control_code.ConsumerControlCode.VOLUME_INCREMENT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4774 | adafruit_hid.find_device?4(devices: Sequence[usb_hid.Device], *, usage_page: int, usage: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4775 | adafruit_hid.keyboard.Keyboard.LED_CAPS_LOCK?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4776 | adafruit_hid.keyboard.Keyboard.LED_COMPOSE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4777 | adafruit_hid.keyboard.Keyboard.LED_NUM_LOCK?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4778 | adafruit_hid.keyboard.Keyboard.LED_SCROLL_LOCK?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4779 | adafruit_hid.keyboard.Keyboard._add_keycode_to_report?5(keycode: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4780 | adafruit_hid.keyboard.Keyboard._remove_keycode_from_report?5(keycode: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4781 | adafruit_hid.keyboard.Keyboard.led_on?4(led_code: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4782 | adafruit_hid.keyboard.Keyboard.led_status?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4783 | adafruit_hid.keyboard.Keyboard.press?4(*keycodes: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4784 | adafruit_hid.keyboard.Keyboard.release?4(*keycodes: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4785 | adafruit_hid.keyboard.Keyboard.release_all?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4786 | adafruit_hid.keyboard.Keyboard.send?4(*keycodes: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4787 | adafruit_hid.keyboard.Keyboard?1(devices: Sequence[usb_hid.Device]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4788 | adafruit_hid.keyboard._MAX_KEYPRESSES?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4789 | adafruit_hid.keyboard_layout_base.KeyboardLayoutBase.ALTGR_FLAG?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4790 | adafruit_hid.keyboard_layout_base.KeyboardLayoutBase.ASCII_TO_KEYCODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4791 | adafruit_hid.keyboard_layout_base.KeyboardLayoutBase.COMBINED_KEYS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4792 | adafruit_hid.keyboard_layout_base.KeyboardLayoutBase.HIGHER_ASCII?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4793 | adafruit_hid.keyboard_layout_base.KeyboardLayoutBase.NEED_ALTGR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4794 | adafruit_hid.keyboard_layout_base.KeyboardLayoutBase.RIGHT_ALT_CODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4795 | adafruit_hid.keyboard_layout_base.KeyboardLayoutBase.SHIFT_CODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4796 | adafruit_hid.keyboard_layout_base.KeyboardLayoutBase.SHIFT_FLAG?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4797 | adafruit_hid.keyboard_layout_base.KeyboardLayoutBase._above128char_to_keycode?5(char: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4798 | adafruit_hid.keyboard_layout_base.KeyboardLayoutBase._char_to_keycode?5(char: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4799 | adafruit_hid.keyboard_layout_base.KeyboardLayoutBase._write?5(keycode: int, altgr: 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:
diff
changeset
|
4800 | adafruit_hid.keyboard_layout_base.KeyboardLayoutBase.keycodes?4(char: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4801 | adafruit_hid.keyboard_layout_base.KeyboardLayoutBase.write?4(string: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4802 | adafruit_hid.keyboard_layout_base.KeyboardLayoutBase?1(keyboard: Keyboard) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4803 | adafruit_hid.keyboard_layout_us.KeyboardLayout?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4804 | adafruit_hid.keyboard_layout_us.KeyboardLayoutUS.ASCII_TO_KEYCODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4805 | adafruit_hid.keycode.Keycode.A?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4806 | adafruit_hid.keycode.Keycode.ALT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4807 | adafruit_hid.keycode.Keycode.APPLICATION?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4808 | adafruit_hid.keycode.Keycode.B?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4809 | adafruit_hid.keycode.Keycode.BACKSLASH?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4810 | adafruit_hid.keycode.Keycode.BACKSPACE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4811 | adafruit_hid.keycode.Keycode.C?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4812 | adafruit_hid.keycode.Keycode.CAPS_LOCK?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4813 | adafruit_hid.keycode.Keycode.COMMA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4814 | adafruit_hid.keycode.Keycode.COMMAND?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4815 | adafruit_hid.keycode.Keycode.CONTROL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4816 | adafruit_hid.keycode.Keycode.D?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4817 | adafruit_hid.keycode.Keycode.DELETE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4818 | adafruit_hid.keycode.Keycode.DOWN_ARROW?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4819 | adafruit_hid.keycode.Keycode.E?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4820 | adafruit_hid.keycode.Keycode.EIGHT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4821 | adafruit_hid.keycode.Keycode.END?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4822 | adafruit_hid.keycode.Keycode.ENTER?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4823 | adafruit_hid.keycode.Keycode.EQUALS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4824 | adafruit_hid.keycode.Keycode.ESCAPE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4825 | adafruit_hid.keycode.Keycode.F10?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4826 | adafruit_hid.keycode.Keycode.F11?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4827 | adafruit_hid.keycode.Keycode.F12?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4828 | adafruit_hid.keycode.Keycode.F13?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4829 | adafruit_hid.keycode.Keycode.F14?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4830 | adafruit_hid.keycode.Keycode.F15?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4831 | adafruit_hid.keycode.Keycode.F16?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4832 | adafruit_hid.keycode.Keycode.F17?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4833 | adafruit_hid.keycode.Keycode.F18?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4834 | adafruit_hid.keycode.Keycode.F19?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4835 | adafruit_hid.keycode.Keycode.F1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4836 | adafruit_hid.keycode.Keycode.F20?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4837 | adafruit_hid.keycode.Keycode.F21?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4838 | adafruit_hid.keycode.Keycode.F22?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4839 | adafruit_hid.keycode.Keycode.F23?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4840 | adafruit_hid.keycode.Keycode.F24?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4841 | adafruit_hid.keycode.Keycode.F2?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4842 | adafruit_hid.keycode.Keycode.F3?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4843 | adafruit_hid.keycode.Keycode.F4?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4844 | adafruit_hid.keycode.Keycode.F5?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4845 | adafruit_hid.keycode.Keycode.F6?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4846 | adafruit_hid.keycode.Keycode.F7?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4847 | adafruit_hid.keycode.Keycode.F8?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4848 | adafruit_hid.keycode.Keycode.F9?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4849 | adafruit_hid.keycode.Keycode.F?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4850 | adafruit_hid.keycode.Keycode.FIVE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4851 | adafruit_hid.keycode.Keycode.FORWARD_SLASH?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4852 | adafruit_hid.keycode.Keycode.FOUR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4853 | adafruit_hid.keycode.Keycode.G?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4854 | adafruit_hid.keycode.Keycode.GRAVE_ACCENT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4855 | adafruit_hid.keycode.Keycode.GUI?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4856 | adafruit_hid.keycode.Keycode.H?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4857 | adafruit_hid.keycode.Keycode.HOME?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4858 | adafruit_hid.keycode.Keycode.I?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4859 | adafruit_hid.keycode.Keycode.INSERT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4860 | adafruit_hid.keycode.Keycode.J?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4861 | adafruit_hid.keycode.Keycode.K?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4862 | adafruit_hid.keycode.Keycode.KEYPAD_ASTERISK?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4863 | adafruit_hid.keycode.Keycode.KEYPAD_BACKSLASH?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4864 | adafruit_hid.keycode.Keycode.KEYPAD_EIGHT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4865 | adafruit_hid.keycode.Keycode.KEYPAD_ENTER?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4866 | adafruit_hid.keycode.Keycode.KEYPAD_EQUALS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4867 | adafruit_hid.keycode.Keycode.KEYPAD_FIVE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4868 | adafruit_hid.keycode.Keycode.KEYPAD_FORWARD_SLASH?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4869 | adafruit_hid.keycode.Keycode.KEYPAD_FOUR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4870 | adafruit_hid.keycode.Keycode.KEYPAD_MINUS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4871 | adafruit_hid.keycode.Keycode.KEYPAD_NINE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4872 | adafruit_hid.keycode.Keycode.KEYPAD_NUMLOCK?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4873 | adafruit_hid.keycode.Keycode.KEYPAD_ONE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4874 | adafruit_hid.keycode.Keycode.KEYPAD_PERIOD?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4875 | adafruit_hid.keycode.Keycode.KEYPAD_PLUS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4876 | adafruit_hid.keycode.Keycode.KEYPAD_SEVEN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4877 | adafruit_hid.keycode.Keycode.KEYPAD_SIX?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4878 | adafruit_hid.keycode.Keycode.KEYPAD_THREE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4879 | adafruit_hid.keycode.Keycode.KEYPAD_TWO?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4880 | adafruit_hid.keycode.Keycode.KEYPAD_ZERO?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4881 | adafruit_hid.keycode.Keycode.L?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4882 | adafruit_hid.keycode.Keycode.LEFT_ALT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4883 | adafruit_hid.keycode.Keycode.LEFT_ARROW?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4884 | adafruit_hid.keycode.Keycode.LEFT_BRACKET?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4885 | adafruit_hid.keycode.Keycode.LEFT_CONTROL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4886 | adafruit_hid.keycode.Keycode.LEFT_GUI?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4887 | adafruit_hid.keycode.Keycode.LEFT_SHIFT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4888 | adafruit_hid.keycode.Keycode.M?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4889 | adafruit_hid.keycode.Keycode.MINUS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4890 | adafruit_hid.keycode.Keycode.N?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4891 | adafruit_hid.keycode.Keycode.NINE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4892 | adafruit_hid.keycode.Keycode.O?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4893 | adafruit_hid.keycode.Keycode.ONE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4894 | adafruit_hid.keycode.Keycode.OPTION?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4895 | adafruit_hid.keycode.Keycode.P?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4896 | adafruit_hid.keycode.Keycode.PAGE_DOWN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4897 | adafruit_hid.keycode.Keycode.PAGE_UP?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4898 | adafruit_hid.keycode.Keycode.PAUSE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4899 | adafruit_hid.keycode.Keycode.PERIOD?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4900 | adafruit_hid.keycode.Keycode.POUND?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4901 | adafruit_hid.keycode.Keycode.POWER?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4902 | adafruit_hid.keycode.Keycode.PRINT_SCREEN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4903 | adafruit_hid.keycode.Keycode.Q?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4904 | adafruit_hid.keycode.Keycode.QUOTE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4905 | adafruit_hid.keycode.Keycode.R?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4906 | adafruit_hid.keycode.Keycode.RETURN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4907 | adafruit_hid.keycode.Keycode.RIGHT_ALT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4908 | adafruit_hid.keycode.Keycode.RIGHT_ARROW?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4909 | adafruit_hid.keycode.Keycode.RIGHT_BRACKET?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4910 | adafruit_hid.keycode.Keycode.RIGHT_CONTROL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4911 | adafruit_hid.keycode.Keycode.RIGHT_GUI?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4912 | adafruit_hid.keycode.Keycode.RIGHT_SHIFT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4913 | adafruit_hid.keycode.Keycode.S?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4914 | adafruit_hid.keycode.Keycode.SCROLL_LOCK?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4915 | adafruit_hid.keycode.Keycode.SEMICOLON?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4916 | adafruit_hid.keycode.Keycode.SEVEN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4917 | adafruit_hid.keycode.Keycode.SHIFT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4918 | adafruit_hid.keycode.Keycode.SIX?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4919 | adafruit_hid.keycode.Keycode.SPACE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4920 | adafruit_hid.keycode.Keycode.SPACEBAR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4921 | adafruit_hid.keycode.Keycode.T?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4922 | adafruit_hid.keycode.Keycode.TAB?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4923 | adafruit_hid.keycode.Keycode.THREE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4924 | adafruit_hid.keycode.Keycode.TWO?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4925 | adafruit_hid.keycode.Keycode.U?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4926 | adafruit_hid.keycode.Keycode.UP_ARROW?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4927 | adafruit_hid.keycode.Keycode.V?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4928 | adafruit_hid.keycode.Keycode.W?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4929 | adafruit_hid.keycode.Keycode.WINDOWS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4930 | adafruit_hid.keycode.Keycode.X?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4931 | adafruit_hid.keycode.Keycode.Y?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4932 | adafruit_hid.keycode.Keycode.Z?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4933 | adafruit_hid.keycode.Keycode.ZERO?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4934 | adafruit_hid.keycode.Keycode.modifier_bit?4(keycode: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4935 | adafruit_hid.mouse.Mouse.LEFT_BUTTON?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4936 | adafruit_hid.mouse.Mouse.MIDDLE_BUTTON?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4937 | adafruit_hid.mouse.Mouse.RIGHT_BUTTON?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4938 | adafruit_hid.mouse.Mouse._limit?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4939 | adafruit_hid.mouse.Mouse._send_no_move?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4940 | adafruit_hid.mouse.Mouse.click?4(buttons: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4941 | adafruit_hid.mouse.Mouse.move?4(x: int = 0, y: int = 0, wheel: 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:
diff
changeset
|
4942 | adafruit_hid.mouse.Mouse.press?4(buttons: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4943 | adafruit_hid.mouse.Mouse.release?4(buttons: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4944 | adafruit_hid.mouse.Mouse.release_all?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4945 | adafruit_hid.mouse.Mouse?1(devices: Sequence[usb_hid.Device]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4946 | adafruit_ht16k33.animations.A?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4947 | adafruit_ht16k33.animations.Animation.animate?4(digits: List[int], bitmasks: List[int], delay: float = 0.2, auto_write: bool = True, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4948 | adafruit_ht16k33.animations.Animation.chase_forward_and_reverse?4(delay: float = 0.2, cycles: int = 5) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4949 | adafruit_ht16k33.animations.Animation.count_down?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4950 | adafruit_ht16k33.animations.Animation.enclosed_spinners?4(delay: float = 0.2, cycles: int = 5) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4951 | adafruit_ht16k33.animations.Animation.prelude_to_spinners?4(delay: float = 0.2, cycles: int = 5) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4952 | adafruit_ht16k33.animations.Animation.spinners?4(delay: float = 0.2, cycles: int = 5) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4953 | adafruit_ht16k33.animations.Animation?1(display: Seg14x4) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4954 | adafruit_ht16k33.animations.B?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4955 | adafruit_ht16k33.animations.C?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4956 | adafruit_ht16k33.animations.D?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4957 | adafruit_ht16k33.animations.E?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4958 | adafruit_ht16k33.animations.F?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4959 | adafruit_ht16k33.animations.G1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4960 | adafruit_ht16k33.animations.G2?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4961 | adafruit_ht16k33.animations.H?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4962 | adafruit_ht16k33.animations.I?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4963 | adafruit_ht16k33.animations.J?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4964 | adafruit_ht16k33.animations.K?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4965 | adafruit_ht16k33.animations.L?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4966 | adafruit_ht16k33.animations.M?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4967 | adafruit_ht16k33.animations.N?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4968 | adafruit_ht16k33.bargraph.Bicolor24.LED_GREEN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4969 | adafruit_ht16k33.bargraph.Bicolor24.LED_OFF?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4970 | adafruit_ht16k33.bargraph.Bicolor24.LED_RED?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4971 | adafruit_ht16k33.bargraph.Bicolor24.LED_YELLOW?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4972 | adafruit_ht16k33.bargraph.Bicolor24.fill?4(color: 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:
diff
changeset
|
4973 | adafruit_ht16k33.ht16k33.HT16K33._get_buffer?5(i: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4974 | adafruit_ht16k33.ht16k33.HT16K33._pixel?5(x: int, y: int, color: Optional[bool] = None) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4975 | adafruit_ht16k33.ht16k33.HT16K33._set_buffer?5(i: int, value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4976 | adafruit_ht16k33.ht16k33.HT16K33._write_cmd?5(byte: int, i2c_index: int = 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:
diff
changeset
|
4977 | adafruit_ht16k33.ht16k33.HT16K33.auto_write?4(auto_write: bool) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4978 | adafruit_ht16k33.ht16k33.HT16K33.blink_rate?4(rate: 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:
diff
changeset
|
4979 | adafruit_ht16k33.ht16k33.HT16K33.brightness?4(brightness: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4980 | adafruit_ht16k33.ht16k33.HT16K33.fill?4(color: bool) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4981 | adafruit_ht16k33.ht16k33.HT16K33.show?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4982 | adafruit_ht16k33.ht16k33.HT16K33?1(i2c: I2C, address: Union[int, List[int], Tuple[int, ...]] = 0x70, auto_write: bool = True, brightness: float = 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:
diff
changeset
|
4983 | adafruit_ht16k33.ht16k33._HT16K33_BLINK_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4984 | adafruit_ht16k33.ht16k33._HT16K33_BLINK_DISPLAYON?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4985 | adafruit_ht16k33.ht16k33._HT16K33_CMD_BRIGHTNESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4986 | adafruit_ht16k33.ht16k33._HT16K33_OSCILATOR_ON?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4987 | adafruit_ht16k33.matrix.Matrix16x8._columns?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4988 | adafruit_ht16k33.matrix.Matrix16x8.pixel?4(x: int, y: int, color: Optional[bool] = None) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
4989 | adafruit_ht16k33.matrix.Matrix16x8?1(i2c: I2C, address: Union[int, List[int], Tuple[int, ...]] = 0x70, auto_write: bool = True, brightness: float = 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:
diff
changeset
|
4990 | adafruit_ht16k33.matrix.Matrix8x8._columns?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4991 | adafruit_ht16k33.matrix.Matrix8x8._rows?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4992 | adafruit_ht16k33.matrix.Matrix8x8.columns?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4993 | adafruit_ht16k33.matrix.Matrix8x8.image?4(img: Image) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4994 | adafruit_ht16k33.matrix.Matrix8x8.pixel?4(x: int, y: int, color: Optional[bool] = None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4995 | adafruit_ht16k33.matrix.Matrix8x8.rows?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4996 | adafruit_ht16k33.matrix.Matrix8x8.shift?4(x: int, y: int, rotate: 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:
diff
changeset
|
4997 | adafruit_ht16k33.matrix.Matrix8x8.shift_down?4(rotate: 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:
diff
changeset
|
4998 | adafruit_ht16k33.matrix.Matrix8x8.shift_left?4(rotate: 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:
diff
changeset
|
4999 | adafruit_ht16k33.matrix.Matrix8x8.shift_right?4(rotate: 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:
diff
changeset
|
5000 | adafruit_ht16k33.matrix.Matrix8x8.shift_up?4(rotate: 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:
diff
changeset
|
5001 | adafruit_ht16k33.matrix.Matrix8x8x2.LED_GREEN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5002 | adafruit_ht16k33.matrix.Matrix8x8x2.LED_OFF?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5003 | adafruit_ht16k33.matrix.Matrix8x8x2.LED_RED?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5004 | adafruit_ht16k33.matrix.Matrix8x8x2.LED_YELLOW?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5005 | adafruit_ht16k33.matrix.Matrix8x8x2.fill?4(color: 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:
diff
changeset
|
5006 | adafruit_ht16k33.matrix.Matrix8x8x2.image?4(img: Image) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5007 | adafruit_ht16k33.matrix.Matrix8x8x2.pixel?4(x: int, y: int, color: 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:
diff
changeset
|
5008 | adafruit_ht16k33.matrix.MatrixBackpack16x8.pixel?4(x: int, y: int, color: Optional[bool] = None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5009 | adafruit_ht16k33.segments.BigSeg7x4._getindicator?5(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:
diff
changeset
|
5010 | adafruit_ht16k33.segments.BigSeg7x4._setindicator?5(index: int, 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:
diff
changeset
|
5011 | adafruit_ht16k33.segments.BigSeg7x4.ampm?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:
diff
changeset
|
5012 | adafruit_ht16k33.segments.BigSeg7x4.bottom_left_dot?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:
diff
changeset
|
5013 | adafruit_ht16k33.segments.BigSeg7x4.top_left_dot?4(value: bool) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5014 | adafruit_ht16k33.segments.BigSeg7x4?1(i2c: I2C, address: Union[int, List[int], Tuple[int, ...]] = 0x70, auto_write: bool = True, char_dict: Optional[Dict[str, 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:
diff
changeset
|
5015 | adafruit_ht16k33.segments.CHARS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5016 | adafruit_ht16k33.segments.Colon.MASKS?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5017 | adafruit_ht16k33.segments.Colon?1(disp: _AbstractSeg7x4, num_of_colons: int = 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:
diff
changeset
|
5018 | adafruit_ht16k33.segments.NUMBERS?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5019 | adafruit_ht16k33.segments.Seg14x4._adjusted_index?5(index: 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:
diff
changeset
|
5020 | adafruit_ht16k33.segments.Seg14x4._bytes_per_buffer?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5021 | adafruit_ht16k33.segments.Seg14x4._char_buffer_index?5(char_pos: 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:
diff
changeset
|
5022 | adafruit_ht16k33.segments.Seg14x4._chars_per_buffer?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5023 | adafruit_ht16k33.segments.Seg14x4._number?5(number: float, decimal: int = 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:
diff
changeset
|
5024 | adafruit_ht16k33.segments.Seg14x4._push?5(char: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5025 | adafruit_ht16k33.segments.Seg14x4._put?5(char: str, index: 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:
diff
changeset
|
5026 | adafruit_ht16k33.segments.Seg14x4._scroll_marquee?5(text: str, delay: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5027 | adafruit_ht16k33.segments.Seg14x4._text?5(text: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5028 | adafruit_ht16k33.segments.Seg14x4.marquee?4(text: str, delay: float = 0.25, loop: bool = True) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5029 | adafruit_ht16k33.segments.Seg14x4.print?4(value: Union[str, float], decimal: int = 0) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5030 | adafruit_ht16k33.segments.Seg14x4.print_hex?4(value: Union[int, 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:
diff
changeset
|
5031 | adafruit_ht16k33.segments.Seg14x4.scroll?4(count: int = 1) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5032 | adafruit_ht16k33.segments.Seg14x4.set_digit_raw?4(index: int, bitmask: Union[int, List[int], Tuple[int, int]]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5033 | adafruit_ht16k33.segments.Seg14x4?1(i2c: I2C, address: Union[int, List[int], Tuple[int, ...]] = 0x70, auto_write: bool = True, chars_per_display: 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:
diff
changeset
|
5034 | adafruit_ht16k33.segments.Seg7x4.colon?4(turn_on: bool) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5035 | adafruit_ht16k33.segments.Seg7x4?1(i2c: I2C, address: Union[int, List[int], Tuple[int, ...]] = 0x70, auto_write: bool = True, char_dict: Optional[Dict[str, int]] = None, chars_per_display: 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:
diff
changeset
|
5036 | adafruit_ht16k33.segments._AbstractSeg7x4.POSITIONS?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5037 | adafruit_ht16k33.segments._AbstractSeg7x4._adjusted_index?5(index: 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:
diff
changeset
|
5038 | adafruit_ht16k33.segments._AbstractSeg7x4._push?5(char: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5039 | adafruit_ht16k33.segments._AbstractSeg7x4._put?5(char: str, index: 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:
diff
changeset
|
5040 | adafruit_ht16k33.segments._AbstractSeg7x4.scroll?4(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:
diff
changeset
|
5041 | adafruit_ht16k33.segments._AbstractSeg7x4.set_digit_raw?4(index: int, bitmask: int) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5042 | adafruit_ht16k33.segments._AbstractSeg7x4?2(i2c: I2C, address: Union[int, List[int], Tuple[int, ...]] = 0x70, auto_write: bool = True, char_dict: Optional[Dict[str, int]] = None, chars_per_display: 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:
diff
changeset
|
5043 | adafruit_hts221.CV.add_values?4(value_tuples: Sequence[Tuple[str, int, Union[int, float]]]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5044 | adafruit_hts221.CV.is_valid?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:
diff
changeset
|
5045 | adafruit_hts221.HTS221._boot?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5046 | adafruit_hts221.HTS221._boot_bit?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5047 | adafruit_hts221.HTS221._chip_id?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5048 | adafruit_hts221.HTS221._data_rate?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5049 | adafruit_hts221.HTS221._h0_rh_x2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5050 | adafruit_hts221.HTS221._h0_t0_out?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5051 | adafruit_hts221.HTS221._h1_rh_x2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5052 | adafruit_hts221.HTS221._h1_t0_out?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5053 | adafruit_hts221.HTS221._humidity_status_bit?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5054 | adafruit_hts221.HTS221._one_shot_bit?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5055 | adafruit_hts221.HTS221._raw_humidity?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5056 | adafruit_hts221.HTS221._raw_temperature?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5057 | adafruit_hts221.HTS221._t0_deg_c_x8_lsbyte?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5058 | adafruit_hts221.HTS221._t0_out?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5059 | adafruit_hts221.HTS221._t1_deg_c_x8_lsbyte?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5060 | adafruit_hts221.HTS221._t1_out?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5061 | adafruit_hts221.HTS221._t1_t0_deg_c_x8_msbits?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5062 | adafruit_hts221.HTS221._temperature_status_bit?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5063 | adafruit_hts221.HTS221.data_rate?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:
diff
changeset
|
5064 | adafruit_hts221.HTS221.enabled?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5065 | adafruit_hts221.HTS221.humidity_data_ready?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5066 | adafruit_hts221.HTS221.relative_humidity?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5067 | adafruit_hts221.HTS221.take_measurements?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5068 | adafruit_hts221.HTS221.temperature?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5069 | adafruit_hts221.HTS221.temperature_data_ready?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5070 | adafruit_hts221.HTS221?1(i2c_bus: I2C) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5071 | adafruit_hts221._CTRL_REG1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5072 | adafruit_hts221._CTRL_REG2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5073 | adafruit_hts221._CTRL_REG3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5074 | adafruit_hts221._H0_RH_X2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5075 | adafruit_hts221._H0_T0_OUT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5076 | adafruit_hts221._H1_RH_X2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5077 | adafruit_hts221._H1_T1_OUT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5078 | adafruit_hts221._HTS221_CHIP_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5079 | adafruit_hts221._HTS221_DEFAULT_ADDRESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5080 | adafruit_hts221._HUMIDITY_OUT_L?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5081 | adafruit_hts221._STATUS_REG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5082 | adafruit_hts221._T0_DEGC_X8?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5083 | adafruit_hts221._T0_OUT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5084 | adafruit_hts221._T1_DEGC_X8?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5085 | adafruit_hts221._T1_OUT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5086 | adafruit_hts221._T1_T0_MSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5087 | adafruit_hts221._TEMP_OUT_L?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5088 | adafruit_hts221._WHO_AM_I?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5089 | adafruit_httpserver.exceptions.BackslashInPathError?1(path: str) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5090 | adafruit_httpserver.exceptions.FileNotExistsError?1(path: str) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5091 | adafruit_httpserver.exceptions.ParentDirectoryReferenceError?1(path: str) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5092 | adafruit_httpserver.headers.HTTPHeaders.copy?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5093 | adafruit_httpserver.headers.HTTPHeaders.get?4(name: str, default: str = None) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5094 | adafruit_httpserver.headers.HTTPHeaders.items?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5095 | adafruit_httpserver.headers.HTTPHeaders.keys?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5096 | adafruit_httpserver.headers.HTTPHeaders.setdefault?4(name: str, default: str = None) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5097 | adafruit_httpserver.headers.HTTPHeaders.update?4(headers: Dict[str, str]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5098 | adafruit_httpserver.headers.HTTPHeaders.values?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5099 | adafruit_httpserver.headers.HTTPHeaders?1(headers: Dict[str, str] = None) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5100 | adafruit_httpserver.methods.HTTPMethod.CONNECT?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5101 | adafruit_httpserver.methods.HTTPMethod.DELETE?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5102 | adafruit_httpserver.methods.HTTPMethod.GET?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5103 | adafruit_httpserver.methods.HTTPMethod.HEAD?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5104 | adafruit_httpserver.methods.HTTPMethod.OPTIONS?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5105 | adafruit_httpserver.methods.HTTPMethod.PATCH?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5106 | adafruit_httpserver.methods.HTTPMethod.POST?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5107 | adafruit_httpserver.methods.HTTPMethod.PUT?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5108 | adafruit_httpserver.methods.HTTPMethod.TRACE?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5109 | adafruit_httpserver.mime_type.MIMEType.TYPE_7Z?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5110 | adafruit_httpserver.mime_type.MIMEType.TYPE_AAC?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5111 | adafruit_httpserver.mime_type.MIMEType.TYPE_ABW?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5112 | adafruit_httpserver.mime_type.MIMEType.TYPE_ARC?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5113 | adafruit_httpserver.mime_type.MIMEType.TYPE_AVI?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5114 | adafruit_httpserver.mime_type.MIMEType.TYPE_AZW?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5115 | adafruit_httpserver.mime_type.MIMEType.TYPE_BIN?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5116 | adafruit_httpserver.mime_type.MIMEType.TYPE_BMP?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5117 | adafruit_httpserver.mime_type.MIMEType.TYPE_BZ2?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5118 | adafruit_httpserver.mime_type.MIMEType.TYPE_BZ?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5119 | adafruit_httpserver.mime_type.MIMEType.TYPE_CDA?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5120 | adafruit_httpserver.mime_type.MIMEType.TYPE_CSH?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5121 | adafruit_httpserver.mime_type.MIMEType.TYPE_CSS?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5122 | adafruit_httpserver.mime_type.MIMEType.TYPE_CSV?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5123 | adafruit_httpserver.mime_type.MIMEType.TYPE_DOC?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5124 | adafruit_httpserver.mime_type.MIMEType.TYPE_DOCX?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5125 | adafruit_httpserver.mime_type.MIMEType.TYPE_EOT?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5126 | adafruit_httpserver.mime_type.MIMEType.TYPE_EPUB?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5127 | adafruit_httpserver.mime_type.MIMEType.TYPE_GIF?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5128 | adafruit_httpserver.mime_type.MIMEType.TYPE_GZ?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5129 | adafruit_httpserver.mime_type.MIMEType.TYPE_HTM?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5130 | adafruit_httpserver.mime_type.MIMEType.TYPE_HTML?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5131 | adafruit_httpserver.mime_type.MIMEType.TYPE_ICO?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5132 | adafruit_httpserver.mime_type.MIMEType.TYPE_ICS?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5133 | adafruit_httpserver.mime_type.MIMEType.TYPE_JAR?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5134 | adafruit_httpserver.mime_type.MIMEType.TYPE_JPEG?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5135 | adafruit_httpserver.mime_type.MIMEType.TYPE_JPG?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5136 | adafruit_httpserver.mime_type.MIMEType.TYPE_JS?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5137 | adafruit_httpserver.mime_type.MIMEType.TYPE_JSON?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5138 | adafruit_httpserver.mime_type.MIMEType.TYPE_JSONLD?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5139 | adafruit_httpserver.mime_type.MIMEType.TYPE_MID?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5140 | adafruit_httpserver.mime_type.MIMEType.TYPE_MIDI?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5141 | adafruit_httpserver.mime_type.MIMEType.TYPE_MJS?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5142 | adafruit_httpserver.mime_type.MIMEType.TYPE_MP3?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5143 | adafruit_httpserver.mime_type.MIMEType.TYPE_MP4?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5144 | adafruit_httpserver.mime_type.MIMEType.TYPE_MPEG?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5145 | adafruit_httpserver.mime_type.MIMEType.TYPE_MPKG?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5146 | adafruit_httpserver.mime_type.MIMEType.TYPE_ODP?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5147 | adafruit_httpserver.mime_type.MIMEType.TYPE_ODS?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5148 | adafruit_httpserver.mime_type.MIMEType.TYPE_ODT?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5149 | adafruit_httpserver.mime_type.MIMEType.TYPE_OGA?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5150 | adafruit_httpserver.mime_type.MIMEType.TYPE_OGV?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5151 | adafruit_httpserver.mime_type.MIMEType.TYPE_OGX?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5152 | adafruit_httpserver.mime_type.MIMEType.TYPE_OPUS?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5153 | adafruit_httpserver.mime_type.MIMEType.TYPE_OTF?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5154 | adafruit_httpserver.mime_type.MIMEType.TYPE_PDF?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5155 | adafruit_httpserver.mime_type.MIMEType.TYPE_PHP?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5156 | adafruit_httpserver.mime_type.MIMEType.TYPE_PNG?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5157 | adafruit_httpserver.mime_type.MIMEType.TYPE_PPT?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5158 | adafruit_httpserver.mime_type.MIMEType.TYPE_PPTX?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5159 | adafruit_httpserver.mime_type.MIMEType.TYPE_RAR?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5160 | adafruit_httpserver.mime_type.MIMEType.TYPE_RTF?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5161 | adafruit_httpserver.mime_type.MIMEType.TYPE_SH?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5162 | adafruit_httpserver.mime_type.MIMEType.TYPE_SVG?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5163 | adafruit_httpserver.mime_type.MIMEType.TYPE_SWF?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5164 | adafruit_httpserver.mime_type.MIMEType.TYPE_TAR?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5165 | adafruit_httpserver.mime_type.MIMEType.TYPE_TIF?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5166 | adafruit_httpserver.mime_type.MIMEType.TYPE_TIFF?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5167 | adafruit_httpserver.mime_type.MIMEType.TYPE_TS?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5168 | adafruit_httpserver.mime_type.MIMEType.TYPE_TTF?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5169 | adafruit_httpserver.mime_type.MIMEType.TYPE_TXT?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5170 | adafruit_httpserver.mime_type.MIMEType.TYPE_VSD?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5171 | adafruit_httpserver.mime_type.MIMEType.TYPE_WAV?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5172 | adafruit_httpserver.mime_type.MIMEType.TYPE_WEBA?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5173 | adafruit_httpserver.mime_type.MIMEType.TYPE_WEBM?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5174 | adafruit_httpserver.mime_type.MIMEType.TYPE_WEBP?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5175 | adafruit_httpserver.mime_type.MIMEType.TYPE_WOFF2?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5176 | adafruit_httpserver.mime_type.MIMEType.TYPE_WOFF?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5177 | adafruit_httpserver.mime_type.MIMEType.TYPE_XHTML?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5178 | adafruit_httpserver.mime_type.MIMEType.TYPE_XLS?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5179 | adafruit_httpserver.mime_type.MIMEType.TYPE_XLSX?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5180 | adafruit_httpserver.mime_type.MIMEType.TYPE_XML?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5181 | adafruit_httpserver.mime_type.MIMEType.TYPE_XUL?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5182 | adafruit_httpserver.mime_type.MIMEType.TYPE_ZIP?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5183 | adafruit_httpserver.mime_type.MIMEType.from_file_name?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5184 | adafruit_httpserver.request.HTTPRequest._parse_headers?5() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5185 | adafruit_httpserver.request.HTTPRequest._parse_start_line?5() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5186 | adafruit_httpserver.request.HTTPRequest.body?4(body: bytes) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5187 | adafruit_httpserver.request.HTTPRequest.header_body_bytes?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5188 | adafruit_httpserver.request.HTTPRequest?1(connection: Union["SocketPool.Socket", "socket.socket"], client_address: Tuple[str, int], raw_request: bytes = None, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5189 | adafruit_httpserver.response.HTTPResponse._check_file_path_is_valid?5() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5190 | adafruit_httpserver.response.HTTPResponse._get_file_length?5() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5191 | adafruit_httpserver.response.HTTPResponse._send_bytes?5("socket.socket"], buffer: Union[bytes, bytearray, memoryview], ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5192 | adafruit_httpserver.response.HTTPResponse._send_headers?5(content_length: Optional[int] = None, content_type: str = None, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5193 | adafruit_httpserver.response.HTTPResponse.send?4(body: str = "", content_type: str = None, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5194 | adafruit_httpserver.response.HTTPResponse.send_chunk?4(chunk: str = "") |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5195 | adafruit_httpserver.response.HTTPResponse.send_file?4(filename: str = "index.html", root_path: str = "./", buffer_size: int = 1024, head_only: bool = False, safe: bool = True, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5196 | adafruit_httpserver.response.HTTPResponse?1(request: HTTPRequest, status: Union[HTTPStatus, Tuple[int, str]] = CommonHTTPStatus.OK_200, headers: Union[HTTPHeaders, Dict[str, str]] = None, content_type: str = None, http_version: str = "HTTP/1.1", chunked: bool = False, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5197 | adafruit_httpserver.response._prevent_multiple_send_calls?5(function: Callable) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5198 | adafruit_httpserver.response.wrapper?4(self: "HTTPResponse", *args, **kwargs) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5199 | adafruit_httpserver.route._HTTPRoute.match?4(other: "_HTTPRoute") |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5200 | adafruit_httpserver.route._HTTPRoute?2(path: str = "", method: HTTPMethod = HTTPMethod.GET) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5201 | adafruit_httpserver.route._HTTPRoutes.add?4(route: _HTTPRoute, handler: Callable) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5202 | adafruit_httpserver.route._HTTPRoutes.find_handler?4(route: _HTTPRoute) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5203 | adafruit_httpserver.route._HTTPRoutes.wrapped_handler?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5204 | adafruit_httpserver.route._HTTPRoutes?2() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5205 | adafruit_httpserver.server.HTTPServer._receive_body_bytes?5(sock: Union["SocketPool.Socket", "socket.socket"], received_body_bytes: bytes, content_length: int, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5206 | adafruit_httpserver.server.HTTPServer._receive_header_bytes?5(sock: Union["SocketPool.Socket", "socket.socket"]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5207 | adafruit_httpserver.server.HTTPServer.poll?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5208 | adafruit_httpserver.server.HTTPServer.request_buffer_size?4(value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5209 | adafruit_httpserver.server.HTTPServer.route?4(path: str, method: HTTPMethod = HTTPMethod.GET) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5210 | adafruit_httpserver.server.HTTPServer.route_decorator?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5211 | adafruit_httpserver.server.HTTPServer.serve_forever?4(host: str, port: int = 80) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5212 | adafruit_httpserver.server.HTTPServer.socket_timeout?4(value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5213 | adafruit_httpserver.server.HTTPServer.start?4(host: str, port: int = 80) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5214 | adafruit_httpserver.server.HTTPServer?1(socket_source: Protocol, root_path: str) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5215 | adafruit_httpserver.status.CommonHTTPStatus.BAD_REQUEST_400?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5216 | adafruit_httpserver.status.CommonHTTPStatus.FORBIDDEN_403?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5217 | adafruit_httpserver.status.CommonHTTPStatus.INTERNAL_SERVER_ERROR_500?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5218 | adafruit_httpserver.status.CommonHTTPStatus.NOT_FOUND_404?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5219 | adafruit_httpserver.status.CommonHTTPStatus.OK_200?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5220 | adafruit_httpserver.status.HTTPStatus?1(code: int, text: str) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5221 | adafruit_htu21d.HTU21D._command?5(command: 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:
diff
changeset
|
5222 | adafruit_htu21d.HTU21D._data?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5223 | adafruit_htu21d.HTU21D.measurement?4(what: Literal[0xF5, 0xF3]) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5224 | adafruit_htu21d.HTU21D.relative_humidity?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5225 | adafruit_htu21d.HTU21D.temp_rh_resolution?4(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:
diff
changeset
|
5226 | adafruit_htu21d.HTU21D.temperature?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5227 | adafruit_htu21d.HTU21D?1(i2c_bus: I2C, address: int = 0x40) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5228 | adafruit_htu21d.HUMIDITY?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5229 | adafruit_htu21d.TEMPERATURE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5230 | adafruit_htu21d._READ_USER1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5231 | adafruit_htu21d._RESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5232 | adafruit_htu21d._TEMP_RH_RES?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5233 | adafruit_htu21d._USER1_VAL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5234 | adafruit_htu21d._WRITE_USER1?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5235 | adafruit_htu21d._crc?5(data: bytearray) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5236 | adafruit_htu31d.HTU31D._crc?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5237 | adafruit_htu31d.HTU31D.heater?4(new_mode: bool) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5238 | adafruit_htu31d.HTU31D.humidity_resolution?4(value: Literal["0.020%", "0.014%", "0.010%", "0.007%"]) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5239 | adafruit_htu31d.HTU31D.measurements?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5240 | adafruit_htu31d.HTU31D.relative_humidity?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5241 | adafruit_htu31d.HTU31D.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:
diff
changeset
|
5242 | adafruit_htu31d.HTU31D.serial_number?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5243 | adafruit_htu31d.HTU31D.temp_resolution?4(value: Literal["0.040", "0.025", "0.016", "0.012"]) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5244 | adafruit_htu31d.HTU31D.temperature?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5245 | adafruit_htu31d.HTU31D?1(i2c_bus: I2C, address: int = _HTU31D_DEFAULT_ADDR) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5246 | adafruit_htu31d._HTU31D_ADDRESSES?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5247 | adafruit_htu31d._HTU31D_CONVERSION?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5248 | adafruit_htu31d._HTU31D_DEFAULT_ADDR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5249 | adafruit_htu31d._HTU31D_HEATEROFF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5250 | adafruit_htu31d._HTU31D_HEATERON?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5251 | adafruit_htu31d._HTU31D_HUMIDITY_RES?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5252 | adafruit_htu31d._HTU31D_READSERIAL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5253 | adafruit_htu31d._HTU31D_READTEMPHUM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5254 | adafruit_htu31d._HTU31D_SECONDARY_ADDR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5255 | adafruit_htu31d._HTU31D_SOFTRESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5256 | adafruit_htu31d._HTU31D_TEMP_RES?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5257 | adafruit_hue.Bridge._get?5(path: str, data: Optional[str] = None) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5258 | adafruit_hue.Bridge._post?5(path: str, data: str) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5259 | adafruit_hue.Bridge._put?5(path: str, data: str) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5260 | adafruit_hue.Bridge.create_group?4(lights: List[Union[int, str]], group_id: 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:
diff
changeset
|
5261 | adafruit_hue.Bridge.discover_bridge?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5262 | adafruit_hue.Bridge.get_groups?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5263 | adafruit_hue.Bridge.get_light?4(light_id: Union[int, 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:
diff
changeset
|
5264 | adafruit_hue.Bridge.get_lights?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5265 | adafruit_hue.Bridge.get_scenes?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5266 | adafruit_hue.Bridge.register_username?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5267 | adafruit_hue.Bridge.rgb_to_hsb?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5268 | adafruit_hue.Bridge.set_group?4(group_id: Union[int, str], **kwargs) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5269 | adafruit_hue.Bridge.set_light?4(light_id: Union[int, str], **kwargs) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5270 | adafruit_hue.Bridge.set_scene?4(group_id: Union[int, str], scene_id: str) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5271 | adafruit_hue.Bridge.show_light_info?4(light_id: Union[int, str]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5272 | adafruit_hue.Bridge.toggle_light?4(light_id: Union[int, str]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5273 | adafruit_hue.Bridge?1(wifi_manager: HTTPProtocol, bridge_ip: Optional[str] = None, username: Optional[str] = None, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5274 | adafruit_hx8357.HX8357?1(bus: displayio.FourWire, **kwargs) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5275 | adafruit_hx8357._INIT_SEQUENCE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5276 | adafruit_icm20x.CV.add_values?4(value_tuples) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5277 | adafruit_icm20x.CV.is_valid?4(value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5278 | adafruit_icm20x.G_TO_ACCEL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5279 | adafruit_icm20x.ICM20649?1(i2c_bus, address=_ICM20649_DEFAULT_ADDRESS) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5280 | adafruit_icm20x.ICM20948._bypass_i2c_master?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5281 | adafruit_icm20x.ICM20948._i2c_master_control?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5282 | adafruit_icm20x.ICM20948._i2c_master_enable?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5283 | adafruit_icm20x.ICM20948._i2c_master_reset?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5284 | adafruit_icm20x.ICM20948._mag_configured?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5285 | adafruit_icm20x.ICM20948._mag_id?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5286 | adafruit_icm20x.ICM20948._magnetometer_enable?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5287 | adafruit_icm20x.ICM20948._magnetometer_init?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5288 | adafruit_icm20x.ICM20948._raw_mag_data?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5289 | adafruit_icm20x.ICM20948._read_mag_register?5(register_addr, slave_addr=0x0C) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5290 | adafruit_icm20x.ICM20948._reset_i2c_master?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5291 | adafruit_icm20x.ICM20948._setup_mag_readout?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5292 | adafruit_icm20x.ICM20948._slave0_addr?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5293 | adafruit_icm20x.ICM20948._slave0_ctrl?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5294 | adafruit_icm20x.ICM20948._slave0_do?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5295 | adafruit_icm20x.ICM20948._slave0_reg?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5296 | adafruit_icm20x.ICM20948._slave4_addr?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5297 | adafruit_icm20x.ICM20948._slave4_ctrl?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5298 | adafruit_icm20x.ICM20948._slave4_di?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5299 | adafruit_icm20x.ICM20948._slave4_do?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5300 | adafruit_icm20x.ICM20948._slave4_reg?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5301 | adafruit_icm20x.ICM20948._slave_finished?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5302 | adafruit_icm20x.ICM20948._write_mag_register?5(register_addr, value, slave_addr=0x0C) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5303 | adafruit_icm20x.ICM20948.magnetic?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5304 | adafruit_icm20x.ICM20948.magnetometer_data_rate?4(mag_rate) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5305 | adafruit_icm20x.ICM20948?1(i2c_bus, address=_ICM20948_DEFAULT_ADDRESS) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5306 | adafruit_icm20x.ICM20X._accel_cycle_en?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5307 | adafruit_icm20x.ICM20X._accel_dlpf_config?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5308 | adafruit_icm20x.ICM20X._accel_dlpf_enable?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5309 | adafruit_icm20x.ICM20X._accel_range?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5310 | adafruit_icm20x.ICM20X._accel_rate_calc?5(divisor) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5311 | adafruit_icm20x.ICM20X._accel_rate_divisor?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5312 | adafruit_icm20x.ICM20X._bank?5(value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5313 | adafruit_icm20x.ICM20X._bank_reg?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5314 | adafruit_icm20x.ICM20X._clock_source?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5315 | adafruit_icm20x.ICM20X._device_id?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5316 | adafruit_icm20x.ICM20X._gyro_cycle_en?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5317 | adafruit_icm20x.ICM20X._gyro_dlpf_config?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5318 | adafruit_icm20x.ICM20X._gyro_dlpf_enable?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5319 | adafruit_icm20x.ICM20X._gyro_range?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5320 | adafruit_icm20x.ICM20X._gyro_rate_calc?5(divisor) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5321 | adafruit_icm20x.ICM20X._gyro_rate_divisor?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5322 | adafruit_icm20x.ICM20X._i2c_master_cycle_en?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5323 | adafruit_icm20x.ICM20X._low_power?5(enabled) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5324 | adafruit_icm20x.ICM20X._low_power_en?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5325 | adafruit_icm20x.ICM20X._lp_config_reg?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5326 | adafruit_icm20x.ICM20X._raw_accel_data?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5327 | adafruit_icm20x.ICM20X._raw_gyro_data?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5328 | adafruit_icm20x.ICM20X._reset?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5329 | adafruit_icm20x.ICM20X._scale_gyro_data?5(raw_measurement) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5330 | adafruit_icm20x.ICM20X._scale_xl_data?5(raw_measurement) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5331 | adafruit_icm20x.ICM20X._sleep?5(sleep_enabled) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5332 | adafruit_icm20x.ICM20X._sleep_reg?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5333 | adafruit_icm20x.ICM20X.accel_dlpf_cutoff?4(cutoff_frequency) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5334 | adafruit_icm20x.ICM20X.acceleration?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5335 | adafruit_icm20x.ICM20X.accelerometer_data_rate?4(value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5336 | adafruit_icm20x.ICM20X.accelerometer_data_rate_divisor?4(value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5337 | adafruit_icm20x.ICM20X.accelerometer_range?4(value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5338 | adafruit_icm20x.ICM20X.gyro?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5339 | adafruit_icm20x.ICM20X.gyro_data_rate?4(value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5340 | adafruit_icm20x.ICM20X.gyro_data_rate_divisor?4(value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5341 | adafruit_icm20x.ICM20X.gyro_dlpf_cutoff?4(cutoff_frequency) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5342 | adafruit_icm20x.ICM20X.gyro_range?4(value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5343 | adafruit_icm20x.ICM20X.initialize?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5344 | adafruit_icm20x.ICM20X.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:
diff
changeset
|
5345 | adafruit_icm20x.ICM20X?1(i2c_bus, address) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5346 | adafruit_icm20x._AK09916_CNTL2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5347 | adafruit_icm20x._AK09916_CNTL3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5348 | adafruit_icm20x._AK09916_HXH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5349 | adafruit_icm20x._AK09916_HXL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5350 | adafruit_icm20x._AK09916_HYH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5351 | adafruit_icm20x._AK09916_HYL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5352 | adafruit_icm20x._AK09916_HZH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5353 | adafruit_icm20x._AK09916_HZL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5354 | adafruit_icm20x._AK09916_ST1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5355 | adafruit_icm20x._AK09916_ST2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5356 | adafruit_icm20x._AK09916_WIA1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5357 | adafruit_icm20x._AK09916_WIA2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5358 | adafruit_icm20x._ICM20649_DEFAULT_ADDRESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5359 | adafruit_icm20x._ICM20649_DEVICE_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5360 | adafruit_icm20x._ICM20948_DEFAULT_ADDRESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5361 | adafruit_icm20x._ICM20948_DEVICE_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5362 | adafruit_icm20x._ICM20948_EXT_SLV_SENS_DATA_00?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5363 | adafruit_icm20x._ICM20X_ACCEL_CONFIG_1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5364 | adafruit_icm20x._ICM20X_ACCEL_SMPLRT_DIV_1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5365 | adafruit_icm20x._ICM20X_ACCEL_SMPLRT_DIV_2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5366 | adafruit_icm20x._ICM20X_ACCEL_XOUT_H?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5367 | adafruit_icm20x._ICM20X_GYRO_CONFIG_1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5368 | adafruit_icm20x._ICM20X_GYRO_SMPLRT_DIV?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5369 | adafruit_icm20x._ICM20X_GYRO_XOUT_H?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5370 | adafruit_icm20x._ICM20X_I2C_MST_CTRL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5371 | adafruit_icm20x._ICM20X_I2C_MST_DELAY_CTRL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5372 | adafruit_icm20x._ICM20X_I2C_MST_ODR_CONFIG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5373 | adafruit_icm20x._ICM20X_I2C_MST_STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5374 | adafruit_icm20x._ICM20X_I2C_SLV0_ADDR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5375 | adafruit_icm20x._ICM20X_I2C_SLV0_CTRL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5376 | adafruit_icm20x._ICM20X_I2C_SLV0_DO?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5377 | adafruit_icm20x._ICM20X_I2C_SLV0_REG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5378 | adafruit_icm20x._ICM20X_I2C_SLV4_ADDR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5379 | adafruit_icm20x._ICM20X_I2C_SLV4_CTRL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5380 | adafruit_icm20x._ICM20X_I2C_SLV4_DI?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5381 | adafruit_icm20x._ICM20X_I2C_SLV4_DO?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5382 | adafruit_icm20x._ICM20X_I2C_SLV4_REG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5383 | adafruit_icm20x._ICM20X_LP_CONFIG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5384 | adafruit_icm20x._ICM20X_PWR_MGMT_1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5385 | adafruit_icm20x._ICM20X_RAD_PER_DEG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5386 | adafruit_icm20x._ICM20X_REG_BANK_SEL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5387 | adafruit_icm20x._ICM20X_REG_INT_ENABLE_0?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5388 | adafruit_icm20x._ICM20X_REG_INT_ENABLE_1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5389 | adafruit_icm20x._ICM20X_REG_INT_PIN_CFG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5390 | adafruit_icm20x._ICM20X_USER_CTRL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5391 | adafruit_icm20x._ICM20X_UT_PER_LSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5392 | adafruit_icm20x._ICM20X_WHO_AM_I?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5393 | adafruit_il0373.IL0373?1(bus: FourWire, swap_rams: bool = False, border: Optional[bool] = False, **kwargs) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5394 | adafruit_il0373._GRAYSCALE_START_SEQUENCE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5395 | adafruit_il0373._START_SEQUENCE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5396 | adafruit_il0373._STOP_SEQUENCE?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5397 | adafruit_il0398.IL0398?1(bus: displayio.FourWire, **kwargs) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5398 | adafruit_il0398._START_SEQUENCE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5399 | adafruit_il0398._STOP_SEQUENCE?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5400 | adafruit_il91874.IL91874?1(bus: displayio.FourWire, **kwargs) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5401 | adafruit_il91874._START_SEQUENCE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5402 | adafruit_il91874._STOP_SEQUENCE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5403 | adafruit_ili9341.ILI9341?1(bus: displayio.FourWire, **kwargs: Any) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5404 | adafruit_ili9341._INIT_SEQUENCE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5405 | adafruit_imageload.bmp.indexed.decode_rle?4(bitmap: Bitmap, file: BufferedReader, compression: int, y_range: Tuple[int, int, int], width: int, ) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5406 | adafruit_imageload.bmp.indexed.load?4(file: BufferedReader, width: int, height: int, data_start: int, colors: int, color_depth: int, compression: int, *, bitmap: Optional[BitmapConstructor] = None, palette: Optional[PaletteConstructor] = None, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5407 | adafruit_imageload.bmp.load?4(file: BufferedReader, *, bitmap: Optional[BitmapConstructor] = None, palette: Optional[PaletteConstructor] = 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:
diff
changeset
|
5408 | adafruit_imageload.bmp.negative_height_check.negative_height_check?4(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:
diff
changeset
|
5409 | adafruit_imageload.gif.LZWDict.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:
diff
changeset
|
5410 | adafruit_imageload.gif.LZWDict.decode?4(code: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5411 | adafruit_imageload.gif.LZWDict?1(code_size: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5412 | adafruit_imageload.gif._read_blockstream?5(file: BufferedReader) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5413 | adafruit_imageload.gif._read_frame?5(file: BufferedReader, bitmap: Bitmap) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5414 | adafruit_imageload.gif.load?4(file: BufferedReader, *, bitmap: BitmapConstructor, palette: Optional[PaletteConstructor] = 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:
diff
changeset
|
5415 | adafruit_imageload.gif.lzw_decode?4(data: Iterator[int], code_size: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5416 | adafruit_imageload.load?4(file_or_filename: Union[str, BufferedReader], *, bitmap: Optional[BitmapConstructor] = None, palette: Optional[PaletteConstructor] = None) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5417 | adafruit_imageload.png.load?4(file: BufferedReader, *, bitmap: BitmapConstructor, palette: Optional[PaletteConstructor] = None) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5418 | adafruit_imageload.pnm.load?4(file: BufferedReader, header: bytes, *, bitmap: Optional[BitmapConstructor] = None, palette: Optional[PaletteConstructor] = None) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5419 | adafruit_imageload.pnm.pbm_ascii.load?4(file: BufferedReader, width: int, height: int, bitmap: Bitmap, palette: Optional[Palette] = 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:
diff
changeset
|
5420 | adafruit_imageload.pnm.pbm_binary.iterbits?4(b: bytes) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5421 | adafruit_imageload.pnm.pbm_binary.load?4(file: BufferedReader, width: int, height: int, bitmap: Bitmap, palette: Optional[Palette] = 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:
diff
changeset
|
5422 | adafruit_imageload.pnm.pbm_binary.reverse?4(b: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5423 | adafruit_imageload.pnm.pgm.ascii.build_palette?4(palette_class: PaletteConstructor, palette_colors: Set[int]) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5424 | adafruit_imageload.pnm.pgm.ascii.load?4(file: BufferedReader, width: int, height: int, bitmap: Optional[BitmapConstructor] = None, palette: Optional[PaletteConstructor] = 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:
diff
changeset
|
5425 | adafruit_imageload.pnm.pgm.binary.build_palette?4(palette_class: PaletteConstructor, palette_colors: Set[int]) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5426 | adafruit_imageload.pnm.pgm.binary.load?4(file: BufferedReader, width: int, height: int, bitmap: Optional[BitmapConstructor] = None, palette: Optional[PaletteConstructor] = None, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5427 | adafruit_imageload.pnm.pgm.load?4(file: BufferedReader, magic_number: bytes, header: List[int], *, bitmap: Optional[BitmapConstructor] = None, palette: Optional[PaletteConstructor] = None) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5428 | adafruit_imageload.pnm.ppm_ascii.load?4(file: BufferedReader, width: int, height: int, bitmap: Optional[BitmapConstructor] = None, palette: Optional[PaletteConstructor] = 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:
diff
changeset
|
5429 | adafruit_imageload.pnm.ppm_ascii.read_three_colors?4(file: BufferedReader) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5430 | adafruit_imageload.pnm.ppm_binary.load?4(file: BufferedReader, width: int, height: int, bitmap: Optional[BitmapConstructor] = None, palette: Optional[PaletteConstructor] = None, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5431 | adafruit_imageload.tilegrid_inflator.inflate_tilegrid?4(bmp_path: Optional[str] = None, target_size: Tuple[int, int] = (3, 3), tile_size: Optional[List[int]] = None, transparent_index: Optional[Union[tuple, int]] = None, bmp_obj: Optional[OnDiskBitmap] = None, bmp_palette: Optional[Palette] = 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:
diff
changeset
|
5432 | adafruit_ina219.ADCResolution.ADCRES_10BIT_1S?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5433 | adafruit_ina219.ADCResolution.ADCRES_11BIT_1S?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5434 | adafruit_ina219.ADCResolution.ADCRES_12BIT_128S?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5435 | adafruit_ina219.ADCResolution.ADCRES_12BIT_16S?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5436 | adafruit_ina219.ADCResolution.ADCRES_12BIT_1S?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5437 | adafruit_ina219.ADCResolution.ADCRES_12BIT_2S?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5438 | adafruit_ina219.ADCResolution.ADCRES_12BIT_32S?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5439 | adafruit_ina219.ADCResolution.ADCRES_12BIT_4S?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5440 | adafruit_ina219.ADCResolution.ADCRES_12BIT_64S?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5441 | adafruit_ina219.ADCResolution.ADCRES_12BIT_8S?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5442 | adafruit_ina219.ADCResolution.ADCRES_9BIT_1S?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5443 | adafruit_ina219.BusVoltageRange.RANGE_16V?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5444 | adafruit_ina219.BusVoltageRange.RANGE_32V?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5445 | adafruit_ina219.Gain.DIV_1_40MV?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5446 | adafruit_ina219.Gain.DIV_2_80MV?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5447 | adafruit_ina219.Gain.DIV_4_160MV?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5448 | adafruit_ina219.Gain.DIV_8_320MV?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5449 | adafruit_ina219.INA219._raw_calibration?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5450 | adafruit_ina219.INA219.bus_adc_resolution?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5451 | adafruit_ina219.INA219.bus_voltage?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5452 | adafruit_ina219.INA219.bus_voltage_range?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5453 | adafruit_ina219.INA219.calibration?4(cal_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:
diff
changeset
|
5454 | adafruit_ina219.INA219.conversion_ready?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5455 | adafruit_ina219.INA219.current?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5456 | adafruit_ina219.INA219.gain?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5457 | adafruit_ina219.INA219.mode?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5458 | adafruit_ina219.INA219.overflow?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5459 | adafruit_ina219.INA219.power?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5460 | adafruit_ina219.INA219.raw_bus_voltage?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5461 | adafruit_ina219.INA219.raw_current?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5462 | adafruit_ina219.INA219.raw_power?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5463 | adafruit_ina219.INA219.raw_shunt_voltage?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5464 | adafruit_ina219.INA219.reset?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5465 | adafruit_ina219.INA219.set_calibration_16V_400mA?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5466 | adafruit_ina219.INA219.set_calibration_16V_5A?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5467 | adafruit_ina219.INA219.set_calibration_32V_1A?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5468 | adafruit_ina219.INA219.set_calibration_32V_2A?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5469 | adafruit_ina219.INA219.shunt_adc_resolution?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5470 | adafruit_ina219.INA219.shunt_voltage?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5471 | adafruit_ina219.INA219?1(i2c_bus: I2C, addr: int = 0x40) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5472 | adafruit_ina219.Mode.ADCOFF?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5473 | adafruit_ina219.Mode.BVOLT_CONTINUOUS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5474 | adafruit_ina219.Mode.BVOLT_TRIGGERED?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5475 | adafruit_ina219.Mode.POWERDOWN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5476 | adafruit_ina219.Mode.SANDBVOLT_CONTINUOUS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5477 | adafruit_ina219.Mode.SANDBVOLT_TRIGGERED?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5478 | adafruit_ina219.Mode.SVOLT_CONTINUOUS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5479 | adafruit_ina219.Mode.SVOLT_TRIGGERED?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5480 | adafruit_ina219._REG_BUSVOLTAGE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5481 | adafruit_ina219._REG_CALIBRATION?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5482 | adafruit_ina219._REG_CONFIG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5483 | adafruit_ina219._REG_CURRENT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5484 | adafruit_ina219._REG_POWER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5485 | adafruit_ina219._REG_SHUNTVOLTAGE?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5486 | adafruit_ina219._to_signed?5(num: 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:
diff
changeset
|
5487 | adafruit_ina260.AveragingCount.COUNT_1024?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5488 | adafruit_ina260.AveragingCount.COUNT_128?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5489 | adafruit_ina260.AveragingCount.COUNT_16?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5490 | adafruit_ina260.AveragingCount.COUNT_1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5491 | adafruit_ina260.AveragingCount.COUNT_256?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5492 | adafruit_ina260.AveragingCount.COUNT_4?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5493 | adafruit_ina260.AveragingCount.COUNT_512?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5494 | adafruit_ina260.AveragingCount.COUNT_64?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5495 | adafruit_ina260.AveragingCount.get_averaging_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:
diff
changeset
|
5496 | adafruit_ina260.ConversionTime.TIME_140_us?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5497 | adafruit_ina260.ConversionTime.TIME_1_1_ms?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5498 | adafruit_ina260.ConversionTime.TIME_204_us?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5499 | adafruit_ina260.ConversionTime.TIME_2_116_ms?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5500 | adafruit_ina260.ConversionTime.TIME_332_us?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5501 | adafruit_ina260.ConversionTime.TIME_4_156_ms?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5502 | adafruit_ina260.ConversionTime.TIME_588_us?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5503 | adafruit_ina260.ConversionTime.TIME_8_244_ms?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5504 | adafruit_ina260.ConversionTime.get_seconds?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5505 | adafruit_ina260.INA260.INA260_ID?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5506 | adafruit_ina260.INA260.TEXAS_INSTRUMENT_ID?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5507 | adafruit_ina260.INA260._conversion_ready_flag?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5508 | adafruit_ina260.INA260._device_id?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5509 | adafruit_ina260.INA260._manufacturer_id?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5510 | adafruit_ina260.INA260._raw_current?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5511 | adafruit_ina260.INA260._raw_power?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5512 | adafruit_ina260.INA260._raw_voltage?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5513 | adafruit_ina260.INA260.alert_function_flag?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5514 | adafruit_ina260.INA260.alert_latch_enable?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5515 | adafruit_ina260.INA260.alert_limit?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5516 | adafruit_ina260.INA260.alert_polarity_bit?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5517 | adafruit_ina260.INA260.averaging_count?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5518 | adafruit_ina260.INA260.bus_voltage_over_voltage?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5519 | adafruit_ina260.INA260.bus_voltage_under_voltage?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5520 | adafruit_ina260.INA260.conversion_ready?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5521 | adafruit_ina260.INA260.current?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5522 | adafruit_ina260.INA260.current_conversion_time?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5523 | adafruit_ina260.INA260.mask_enable?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5524 | adafruit_ina260.INA260.math_overflow_flag?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5525 | adafruit_ina260.INA260.mode?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5526 | adafruit_ina260.INA260.overcurrent_limit?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5527 | adafruit_ina260.INA260.power?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5528 | adafruit_ina260.INA260.power_over_limit?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5529 | adafruit_ina260.INA260.reset_bit?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5530 | adafruit_ina260.INA260.revision_id?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5531 | adafruit_ina260.INA260.under_current_limit?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5532 | adafruit_ina260.INA260.voltage?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5533 | adafruit_ina260.INA260.voltage_conversion_time?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5534 | adafruit_ina260.INA260?1(i2c_bus: I2C, address: int = 0x40) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5535 | adafruit_ina260.Mode.CONTINUOUS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5536 | adafruit_ina260.Mode.SHUTDOWN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5537 | adafruit_ina260.Mode.TRIGGERED?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5538 | adafruit_ina260._REG_ALERT_LIMIT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5539 | adafruit_ina260._REG_BUSVOLTAGE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5540 | adafruit_ina260._REG_CONFIG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5541 | adafruit_ina260._REG_CURRENT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5542 | adafruit_ina260._REG_DIE_UID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5543 | adafruit_ina260._REG_MASK_ENABLE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5544 | adafruit_ina260._REG_MFG_UID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5545 | adafruit_ina260._REG_POWER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5546 | adafruit_io.adafruit_io.CLIENT_HEADERS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5547 | adafruit_io.adafruit_io.IO_HTTP._compose_path?5(path) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5548 | adafruit_io.adafruit_io.IO_HTTP._create_data?5(metadata) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5549 | adafruit_io.adafruit_io.IO_HTTP._create_headers?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5550 | adafruit_io.adafruit_io.IO_HTTP._delete?5(path) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5551 | adafruit_io.adafruit_io.IO_HTTP._get?5(path) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5552 | adafruit_io.adafruit_io.IO_HTTP._handle_error?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5553 | adafruit_io.adafruit_io.IO_HTTP._post?5(path, payload) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5554 | adafruit_io.adafruit_io.IO_HTTP.add_feed_to_group?4(group_key, feed_key) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5555 | adafruit_io.adafruit_io.IO_HTTP.create_and_get_feed?4(feed_key, detailed=False, feed_desc=None, feed_license=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5556 | adafruit_io.adafruit_io.IO_HTTP.create_feed_in_group?4(group_key, feed_name) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5557 | adafruit_io.adafruit_io.IO_HTTP.create_new_feed?4(feed_key, feed_desc=None, feed_license=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5558 | adafruit_io.adafruit_io.IO_HTTP.create_new_group?4(group_key, group_description) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5559 | adafruit_io.adafruit_io.IO_HTTP.delete_data?4(feed_key, data_id) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5560 | adafruit_io.adafruit_io.IO_HTTP.delete_feed?4(feed_key) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5561 | adafruit_io.adafruit_io.IO_HTTP.delete_group?4(group_key) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5562 | adafruit_io.adafruit_io.IO_HTTP.get_feed?4(feed_key, detailed=False) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5563 | adafruit_io.adafruit_io.IO_HTTP.get_group?4(group_key) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5564 | adafruit_io.adafruit_io.IO_HTTP.receive_all_data?4(feed_key) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5565 | adafruit_io.adafruit_io.IO_HTTP.receive_data?4(feed_key) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5566 | adafruit_io.adafruit_io.IO_HTTP.receive_random_data?4(generator_id) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5567 | adafruit_io.adafruit_io.IO_HTTP.receive_time?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5568 | adafruit_io.adafruit_io.IO_HTTP.receive_weather?4(weather_id) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5569 | adafruit_io.adafruit_io.IO_HTTP.send_batch_data?4(feed_key, data_list) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5570 | adafruit_io.adafruit_io.IO_HTTP.send_data?4(feed_key, data, metadata=None, precision=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5571 | adafruit_io.adafruit_io.IO_HTTP?1(adafruit_io_username, adafruit_io_key, requests) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5572 | adafruit_io.adafruit_io.IO_MQTT._on_connect_mqtt?5(client, userdata, flags, return_code) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5573 | adafruit_io.adafruit_io.IO_MQTT._on_disconnect_mqtt?5(client, userdata, return_code) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5574 | adafruit_io.adafruit_io.IO_MQTT._on_message_mqtt?5(client, topic, payload) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5575 | adafruit_io.adafruit_io.IO_MQTT._on_subscribe_mqtt?5(client, user_data, topic, qos) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5576 | adafruit_io.adafruit_io.IO_MQTT._on_unsubscribe_mqtt?5(client, user_data, topic, pid) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5577 | adafruit_io.adafruit_io.IO_MQTT.add_feed_callback?4(feed_key, callback_method) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5578 | adafruit_io.adafruit_io.IO_MQTT.connect?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5579 | adafruit_io.adafruit_io.IO_MQTT.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:
diff
changeset
|
5580 | adafruit_io.adafruit_io.IO_MQTT.get?4(feed_key) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5581 | adafruit_io.adafruit_io.IO_MQTT.is_connected?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5582 | adafruit_io.adafruit_io.IO_MQTT.loop?4(timeout=1) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5583 | adafruit_io.adafruit_io.IO_MQTT.publish?4(feed_key, data, metadata=None, shared_user=None, is_group=False) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5584 | adafruit_io.adafruit_io.IO_MQTT.publish_multiple?4(feeds_and_data, timeout=3, is_group=False) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5585 | adafruit_io.adafruit_io.IO_MQTT.reconnect?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5586 | adafruit_io.adafruit_io.IO_MQTT.remove_feed_callback?4(feed_key) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5587 | adafruit_io.adafruit_io.IO_MQTT.subscribe?4(feed_key=None, group_key=None, shared_user=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5588 | adafruit_io.adafruit_io.IO_MQTT.subscribe_to_errors?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5589 | adafruit_io.adafruit_io.IO_MQTT.subscribe_to_randomizer?4(randomizer_id) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5590 | adafruit_io.adafruit_io.IO_MQTT.subscribe_to_throttling?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5591 | adafruit_io.adafruit_io.IO_MQTT.subscribe_to_time?4(time_type) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5592 | adafruit_io.adafruit_io.IO_MQTT.subscribe_to_weather?4(weather_record, forecast) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5593 | adafruit_io.adafruit_io.IO_MQTT.unsubscribe?4(feed_key=None, group_key=None, shared_user=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5594 | adafruit_io.adafruit_io.IO_MQTT?1(mqtt_client) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5595 | adafruit_io.adafruit_io.validate_feed_key?4(feed_key) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5596 | adafruit_io.adafruit_io_errors.AdafruitIO_MQTTError?1(response) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5597 | adafruit_io.adafruit_io_errors.AdafruitIO_RequestError?1(response) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5598 | adafruit_irremote.GenericDecode._read_pulses_non_blocking?5(input_pulses: List, max_pulse: int = 10000, pulse_window: float = 0.10) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5599 | adafruit_irremote.GenericDecode.bin_data?4(pulses: List) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5600 | adafruit_irremote.GenericDecode.decode_bits?4(pulses: List) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5601 | adafruit_irremote.GenericDecode.read_pulses?4(input_pulses: list, *, max_pulse: int = 10000, blocking: bool = True, pulse_window: float = 0.10, blocking_delay: float = 0.10, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5602 | adafruit_irremote.GenericTransmit.transmit?4(pulseout: PulseOut, data: bytearray, *, repeat: int = 0, delay: float = 0.0, nbits: Optional[int] = None, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5603 | adafruit_irremote.GenericTransmit?1(header: int, one: int, zero: int, trail: int, *, debug: 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:
diff
changeset
|
5604 | adafruit_irremote.IRMessage?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5605 | adafruit_irremote.NECRepeatIRMessage?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5606 | adafruit_irremote.NonblockingGenericDecode.read?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5607 | adafruit_irremote.NonblockingGenericDecode?1(pulses: List, max_pulse: int = 10_000) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5608 | adafruit_irremote.UnparseableIRMessage?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5609 | adafruit_irremote.bin_data?4(pulses: List) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5610 | adafruit_irremote.decode_bits?4(pulses: List) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5611 | adafruit_is31fl3731.IS31FL3731._bank?5(bank=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5612 | adafruit_is31fl3731.IS31FL3731._i2c_read_reg?5(reg, result) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5613 | adafruit_is31fl3731.IS31FL3731._i2c_write_block?5(data) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5614 | adafruit_is31fl3731.IS31FL3731._i2c_write_reg?5(reg, data) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5615 | adafruit_is31fl3731.IS31FL3731._init?5(frames=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5616 | adafruit_is31fl3731.IS31FL3731._mode?5(mode=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5617 | adafruit_is31fl3731.IS31FL3731._register?5(bank, register, value=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5618 | adafruit_is31fl3731.IS31FL3731.audio_play?4(sample_rate, audio_gain=0, agc_enable=False, agc_fast=False) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5619 | adafruit_is31fl3731.IS31FL3731.audio_sync?4(value=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5620 | adafruit_is31fl3731.IS31FL3731.autoplay?4(delay=0, loops=0, frames=0) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5621 | adafruit_is31fl3731.IS31FL3731.blink?4(rate=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5622 | adafruit_is31fl3731.IS31FL3731.fade?4(fade_in=None, fade_out=None, pause=0) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5623 | adafruit_is31fl3731.IS31FL3731.fill?4(color=None, blink=None, frame=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5624 | adafruit_is31fl3731.IS31FL3731.frame?4(frame=None, show=True) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5625 | adafruit_is31fl3731.IS31FL3731.height?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5626 | adafruit_is31fl3731.IS31FL3731.image?4(img, blink=None, frame=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5627 | adafruit_is31fl3731.IS31FL3731.pixel?4(x, y, color=None, blink=None, frame=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5628 | adafruit_is31fl3731.IS31FL3731.pixel_addr?4(y) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5629 | adafruit_is31fl3731.IS31FL3731.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:
diff
changeset
|
5630 | adafruit_is31fl3731.IS31FL3731.sleep?4(value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5631 | adafruit_is31fl3731.IS31FL3731.width?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5632 | adafruit_is31fl3731.IS31FL3731?1(i2c, address=0x74, frames=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5633 | adafruit_is31fl3731._ADC_REGISTER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5634 | adafruit_is31fl3731._AUDIOPLAY_MODE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5635 | adafruit_is31fl3731._AUDIOSYNC_REGISTER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5636 | adafruit_is31fl3731._AUTOPLAY1_REGISTER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5637 | adafruit_is31fl3731._AUTOPLAY2_REGISTER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5638 | adafruit_is31fl3731._AUTOPLAY_MODE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5639 | adafruit_is31fl3731._BANK_ADDRESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5640 | adafruit_is31fl3731._BLINK_OFFSET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5641 | adafruit_is31fl3731._BLINK_REGISTER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5642 | adafruit_is31fl3731._BREATH1_REGISTER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5643 | adafruit_is31fl3731._BREATH2_REGISTER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5644 | adafruit_is31fl3731._COLOR_OFFSET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5645 | adafruit_is31fl3731._CONFIG_BANK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5646 | adafruit_is31fl3731._ENABLE_OFFSET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5647 | adafruit_is31fl3731._FRAME_REGISTER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5648 | adafruit_is31fl3731._GAIN_REGISTER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5649 | adafruit_is31fl3731._MODE_REGISTER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5650 | adafruit_is31fl3731._PICTURE_MODE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5651 | adafruit_is31fl3731._SHUTDOWN_REGISTER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5652 | adafruit_is31fl3731.charlie_bonnet.CharlieBonnet.height?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5653 | adafruit_is31fl3731.charlie_bonnet.CharlieBonnet.pixel_addr?4(y) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5654 | adafruit_is31fl3731.charlie_bonnet.CharlieBonnet.width?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5655 | adafruit_is31fl3731.charlie_wing.CharlieWing.height?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5656 | adafruit_is31fl3731.charlie_wing.CharlieWing.pixel_addr?4(y) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5657 | adafruit_is31fl3731.charlie_wing.CharlieWing.width?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5658 | adafruit_is31fl3731.keybow2040.Keybow2040.height?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5659 | adafruit_is31fl3731.keybow2040.Keybow2040.pixel_addr?4(y) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5660 | adafruit_is31fl3731.keybow2040.Keybow2040.pixelrgb?4(x, y, r, g, b, blink=None, frame=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5661 | adafruit_is31fl3731.keybow2040.Keybow2040.width?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5662 | adafruit_is31fl3731.led_shim.LedShim.height?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5663 | adafruit_is31fl3731.led_shim.LedShim.pixel_addr?4(y) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5664 | adafruit_is31fl3731.led_shim.LedShim.pixelrgb?4(x, r, g, b, blink=None, frame=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5665 | adafruit_is31fl3731.led_shim.LedShim.width?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5666 | adafruit_is31fl3731.led_shim.LedShim?1(i2c, address=0x75) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5667 | adafruit_is31fl3731.matrix.Matrix.height?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5668 | adafruit_is31fl3731.matrix.Matrix.image?4(img, blink=None, frame=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5669 | adafruit_is31fl3731.matrix.Matrix.pixel_addr?4(y) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5670 | adafruit_is31fl3731.matrix.Matrix.width?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5671 | adafruit_is31fl3731.matrix_11x7.Matrix11x7.height?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5672 | adafruit_is31fl3731.matrix_11x7.Matrix11x7.pixel_addr?4(y) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5673 | adafruit_is31fl3731.matrix_11x7.Matrix11x7.width?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5674 | adafruit_is31fl3731.matrix_11x7.Matrix11x7?1(i2c, address=0x75) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5675 | adafruit_is31fl3731.rgbmatrix5x5.RGBmatrix5x5.height?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5676 | adafruit_is31fl3731.rgbmatrix5x5.RGBmatrix5x5.pixel_addr?4(y) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5677 | adafruit_is31fl3731.rgbmatrix5x5.RGBmatrix5x5.pixelrgb?4(x, y, r, g, b, blink=None, frame=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5678 | adafruit_is31fl3731.rgbmatrix5x5.RGBmatrix5x5.width?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5679 | adafruit_is31fl3731.scroll_phat_hd.ScrollPhatHD.height?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5680 | adafruit_is31fl3731.scroll_phat_hd.ScrollPhatHD.pixel_addr?4(y) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5681 | adafruit_is31fl3731.scroll_phat_hd.ScrollPhatHD.width?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5682 | adafruit_is31fl3741.IS31FL3741._config_reg?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5683 | adafruit_is31fl3741.IS31FL3741._gcurrent_reg?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5684 | adafruit_is31fl3741.IS31FL3741._id_reg?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5685 | adafruit_is31fl3741.IS31FL3741._lock_reg?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5686 | adafruit_is31fl3741.IS31FL3741._page_reg?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5687 | adafruit_is31fl3741.IS31FL3741._pixel_buffer?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5688 | adafruit_is31fl3741.IS31FL3741._reset_reg?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5689 | adafruit_is31fl3741.IS31FL3741._shutdown_bit?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5690 | adafruit_is31fl3741.IS31FL3741.enable?4(enable: bool) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5691 | adafruit_is31fl3741.IS31FL3741.global_current?4(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:
diff
changeset
|
5692 | adafruit_is31fl3741.IS31FL3741.page?4(page_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:
diff
changeset
|
5693 | adafruit_is31fl3741.IS31FL3741.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:
diff
changeset
|
5694 | adafruit_is31fl3741.IS31FL3741.set_led_scaling?4(scale: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5695 | adafruit_is31fl3741.IS31FL3741.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:
diff
changeset
|
5696 | adafruit_is31fl3741.IS31FL3741.unlock?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5697 | adafruit_is31fl3741.IS31FL3741.write?4(mapping: Tuple, buffer: 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:
diff
changeset
|
5698 | adafruit_is31fl3741.IS31FL3741?1(i2c: busio.I2C, address: int = _IS3741_ADDR_DEFAULT, allocate: int = NO_BUFFER, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5699 | adafruit_is31fl3741.IS31FL3741_colorXY.fill?4(color: int = 0) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5700 | adafruit_is31fl3741.IS31FL3741_colorXY.image?4(img: Union[FrameBuffer, Image]) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5701 | adafruit_is31fl3741.IS31FL3741_colorXY.pixel?4(x: int, y: int, color: 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:
diff
changeset
|
5702 | adafruit_is31fl3741.IS31FL3741_colorXY.pixel_addrs?4(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:
diff
changeset
|
5703 | adafruit_is31fl3741.IS31FL3741_colorXY?1(i2c: busio.I2C, width: int, height: int, address: int = _IS3741_ADDR_DEFAULT, allocate: int = NO_BUFFER, order: int = IS3741_BGR, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5704 | adafruit_is31fl3741.IS3741_BGR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5705 | adafruit_is31fl3741.IS3741_BRG?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5706 | adafruit_is31fl3741.IS3741_GBR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5707 | adafruit_is31fl3741.IS3741_GRB?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5708 | adafruit_is31fl3741.IS3741_RBG?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5709 | adafruit_is31fl3741.IS3741_RGB?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5710 | adafruit_is31fl3741.MUST_BUFFER?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5711 | adafruit_is31fl3741.NO_BUFFER?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5712 | adafruit_is31fl3741.PREFER_BUFFER?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5713 | adafruit_is31fl3741._IS3741_ADDR_DEFAULT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5714 | adafruit_is31fl3741._IS3741_COMMANDREGISTER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5715 | adafruit_is31fl3741._IS3741_COMMANDREGISTERLOCK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5716 | adafruit_is31fl3741._IS3741_FUNCREG_CONFIG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5717 | adafruit_is31fl3741._IS3741_FUNCREG_GCURRENT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5718 | adafruit_is31fl3741._IS3741_FUNCREG_RESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5719 | adafruit_is31fl3741._IS3741_IDREGISTER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5720 | adafruit_is31fl3741._IS3741_INTMASKREGISTER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5721 | adafruit_is31fl3741._IS3741_INTSTATUSREGISTER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5722 | adafruit_is31fl3741.adafruit_ledglasses.BaseRing.fill?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:
diff
changeset
|
5723 | adafruit_is31fl3741.adafruit_ledglasses.BaseRing.ledmap_bytes?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5724 | adafruit_is31fl3741.adafruit_ledglasses.BaseRing.pixel_addrs?4(led) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5725 | adafruit_is31fl3741.adafruit_ledglasses.BaseRing?1(is31_controller: IS31FL3741_colorXY, order: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5726 | adafruit_is31fl3741.adafruit_ledglasses.LED_Glasses.ledmap_bytes?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5727 | adafruit_is31fl3741.adafruit_ledglasses.LED_Glasses.pixel_addrs?4(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:
diff
changeset
|
5728 | adafruit_is31fl3741.adafruit_ledglasses.LED_Glasses?1(i2c: busio.I2C, address: int = _IS3741_ADDR_DEFAULT, allocate: int = NO_BUFFER, order: int = IS3741_BGR, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5729 | adafruit_is31fl3741.adafruit_ledglasses.Left_Ring.ledmap_bytes?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5730 | adafruit_is31fl3741.adafruit_ledglasses.Right_Ring.ledmap_bytes?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5731 | adafruit_is31fl3741.adafruit_rgbmatrixqt.Adafruit_RGBMatrixQT.pixel_addrs?4(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:
diff
changeset
|
5732 | adafruit_is31fl3741.adafruit_rgbmatrixqt.Adafruit_RGBMatrixQT.rowmap?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5733 | adafruit_is31fl3741.adafruit_rgbmatrixqt.Adafruit_RGBMatrixQT?1(i2c: busio.I2C, address: int = _IS3741_ADDR_DEFAULT, allocate: int = NO_BUFFER, order: int = IS3741_BGR, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5734 | adafruit_is31fl3741.is31fl3741_pixelbuf.BGR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5735 | adafruit_is31fl3741.is31fl3741_pixelbuf.GRB?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5736 | adafruit_is31fl3741.is31fl3741_pixelbuf.GRBW?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5737 | adafruit_is31fl3741.is31fl3741_pixelbuf.IS31FL3741_PixelBuf._transmit?5(buffer: bytearray) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5738 | adafruit_is31fl3741.is31fl3741_pixelbuf.IS31FL3741_PixelBuf.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:
diff
changeset
|
5739 | adafruit_is31fl3741.is31fl3741_pixelbuf.IS31FL3741_PixelBuf.initialize?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5740 | adafruit_is31fl3741.is31fl3741_pixelbuf.IS31FL3741_PixelBuf.n?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5741 | adafruit_is31fl3741.is31fl3741_pixelbuf.IS31FL3741_PixelBuf.write?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5742 | adafruit_is31fl3741.is31fl3741_pixelbuf.IS31FL3741_PixelBuf?1(is31: Union[is31fl3741.IS31FL3741, IS31FL3741], mapping: tuple, *, addr: int = 0x30, bpp: int = 3, brightness: float = 1.0, auto_write: bool = True, pixel_order: str = None, init: 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:
diff
changeset
|
5743 | adafruit_is31fl3741.is31fl3741_pixelbuf.RGB?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5744 | adafruit_is31fl3741.is31fl3741_pixelbuf.RGBW?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5745 | adafruit_is31fl3741.issi_evb.ISSI_EVB.pixel_addrs?4(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:
diff
changeset
|
5746 | adafruit_is31fl3741.issi_evb.ISSI_EVB?1(i2c: busio.I2C, address: int = _IS3741_ADDR_DEFAULT, allocate: int = NO_BUFFER, order: int = IS3741_BGR, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5747 | adafruit_is31fl3741.led_glasses_animation.LED_Glasses_Animation._auto_write?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5748 | adafruit_is31fl3741.led_glasses_animation.LED_Glasses_Animation._brightness?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5749 | adafruit_is31fl3741.led_glasses_animation.LED_Glasses_Animation._get_pixel?5(key) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5750 | adafruit_is31fl3741.led_glasses_animation.LED_Glasses_Animation._map_pixel?5(key) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5751 | adafruit_is31fl3741.led_glasses_animation.LED_Glasses_Animation._range_for_slice?5(key) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5752 | adafruit_is31fl3741.led_glasses_animation.LED_Glasses_Animation.auto_write?4(value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5753 | adafruit_is31fl3741.led_glasses_animation.LED_Glasses_Animation.brightness?4(value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5754 | adafruit_is31fl3741.led_glasses_animation.LED_Glasses_Animation.fill?4(value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5755 | adafruit_is31fl3741.led_glasses_animation.LED_Glasses_Animation.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:
diff
changeset
|
5756 | adafruit_is31fl3741.led_glasses_animation.LED_Glasses_Animation?1(led_glasses, left=1, grid=2, right=3, auto_write=True, brightness=1, left_start=21, right_start=8, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5757 | adafruit_is31fl3741.led_glasses_animation._int_as_tuple?5(value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5758 | adafruit_is31fl3741.led_glasses_animation._setup_pixels?5(grid, led_glasses, left, left_start, right, right_start) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5759 | adafruit_is31fl3741.led_glasses_map.glassesmatrix_ledmap?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5760 | adafruit_is31fl3741.led_glasses_map.glassesmatrix_ledmap_no_ring?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5761 | adafruit_is31fl3741.led_glasses_map.left_ring_map?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5762 | adafruit_is31fl3741.led_glasses_map.left_ring_map_no_inner?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5763 | adafruit_is31fl3741.led_glasses_map.right_ring_map?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5764 | adafruit_is31fl3741.led_glasses_map.right_ring_map_no_inner?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5765 | adafruit_itertools.accumulate?4(iterable, func=lambda x, y: x + y) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5766 | adafruit_itertools.adafruit_itertools_extras.all_equal?4(iterable) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5767 | adafruit_itertools.adafruit_itertools_extras.dotproduct?4(vec1, vec2) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5768 | adafruit_itertools.adafruit_itertools_extras.first_true?4(iterable, default=False, pred=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5769 | adafruit_itertools.adafruit_itertools_extras.flatten?4(iterable_of_iterables) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5770 | adafruit_itertools.adafruit_itertools_extras.grouper?4(iterable, n, fillvalue=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5771 | adafruit_itertools.adafruit_itertools_extras.iter_except?4(func, exception) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5772 | adafruit_itertools.adafruit_itertools_extras.ncycles?4(iterable, n) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5773 | adafruit_itertools.adafruit_itertools_extras.nth?4(iterable, n, default=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5774 | adafruit_itertools.adafruit_itertools_extras.padnone?4(iterable) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5775 | adafruit_itertools.adafruit_itertools_extras.pairwise?4(iterable) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5776 | adafruit_itertools.adafruit_itertools_extras.partition?4(pred, iterable) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5777 | adafruit_itertools.adafruit_itertools_extras.prepend?4(value, iterator) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5778 | adafruit_itertools.adafruit_itertools_extras.quantify?4(iterable, pred=bool) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5779 | adafruit_itertools.adafruit_itertools_extras.repeatfunc?4(func, times=None, *args) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5780 | adafruit_itertools.adafruit_itertools_extras.roundrobin?4(*iterables) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5781 | adafruit_itertools.adafruit_itertools_extras.tabulate?4(function, start=0) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5782 | adafruit_itertools.adafruit_itertools_extras.tail?4(n, iterable) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5783 | adafruit_itertools.adafruit_itertools_extras.take?4(n, iterable) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5784 | adafruit_itertools.chain?4(*iterables) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5785 | adafruit_itertools.chain_from_iterable?4(iterables) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5786 | adafruit_itertools.combinations?4(iterable, r) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5787 | adafruit_itertools.combinations_with_replacement?4(iterable, r) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5788 | adafruit_itertools.compress?4(data, selectors) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5789 | adafruit_itertools.count?4(start=0, step=1) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5790 | adafruit_itertools.cycle?4(p) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5791 | adafruit_itertools.dropwhile?4(predicate, iterable) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5792 | adafruit_itertools.filterfalse?4(predicate, iterable) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5793 | adafruit_itertools.groupby._grouper?5(tgtkey, id) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5794 | adafruit_itertools.groupby?1(iterable, key=None) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5795 | adafruit_itertools.islice?4(p, start, stop=(), step=1) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5796 | adafruit_itertools.permutations?4(iterable, r=None) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5797 | adafruit_itertools.product?4(*args, r=1) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5798 | adafruit_itertools.repeat?4(el, n=None) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5799 | adafruit_itertools.starmap?4(function, iterable) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5800 | adafruit_itertools.takewhile?4(predicate, iterable) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5801 | adafruit_itertools.tee?4(iterable, n=2) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5802 | adafruit_itertools.zip_longest?4(*args, fillvalue=None) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5803 | adafruit_jwt.JWT.generate?4(private_key_data: Optional[Tuple[int, int, int, int, int]] = None, algo: Optional[str] = None, headers: Optional[dict] = 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:
diff
changeset
|
5804 | adafruit_jwt.JWT.validate?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5805 | adafruit_jwt.STRING_TOOLS._bytes_from_decode_data?5(str]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5806 | adafruit_jwt.STRING_TOOLS.ascii_letters?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5807 | adafruit_jwt.STRING_TOOLS.ascii_lowercase?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5808 | adafruit_jwt.STRING_TOOLS.ascii_uppercase?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5809 | adafruit_jwt.STRING_TOOLS.digits?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5810 | adafruit_jwt.STRING_TOOLS.hexdigits?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5811 | adafruit_jwt.STRING_TOOLS.octdigits?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5812 | adafruit_jwt.STRING_TOOLS.printable?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5813 | adafruit_jwt.STRING_TOOLS.punctuation?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5814 | adafruit_jwt.STRING_TOOLS.translate?4(table: dict) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5815 | adafruit_jwt.STRING_TOOLS.urlsafe_b64decode?4(str]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5816 | adafruit_jwt.STRING_TOOLS.urlsafe_b64encode?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5817 | adafruit_jwt.STRING_TOOLS.whitespace?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5818 | adafruit_l3gd20.L3DS20_RANGE_2000DPS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5819 | adafruit_l3gd20.L3DS20_RANGE_250DPS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5820 | adafruit_l3gd20.L3DS20_RANGE_500DPS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5821 | adafruit_l3gd20.L3DS20_RATE_100HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5822 | adafruit_l3gd20.L3DS20_RATE_200HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5823 | adafruit_l3gd20.L3DS20_RATE_400HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5824 | adafruit_l3gd20.L3DS20_RATE_800HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5825 | adafruit_l3gd20.L3GD20.gyro?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5826 | adafruit_l3gd20.L3GD20?1(rng: int = L3DS20_RANGE_250DPS, rate: int = L3DS20_RATE_100HZ) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5827 | adafruit_l3gd20.L3GD20_I2C.gyro_raw?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5828 | adafruit_l3gd20.L3GD20_I2C.read_register?4(register: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5829 | adafruit_l3gd20.L3GD20_I2C.write_register?4(register: int, value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5830 | adafruit_l3gd20.L3GD20_I2C?1(i2c: I2C, rng: int = L3DS20_RANGE_250DPS, address: int = 0x6B, rate: int = L3DS20_RATE_100HZ, ) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5831 | adafruit_l3gd20.L3GD20_SPI.gyro_raw?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5832 | adafruit_l3gd20.L3GD20_SPI.read_bytes?4(register: int, buffer: WriteableBuffer) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5833 | adafruit_l3gd20.L3GD20_SPI.read_register?4(register: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5834 | adafruit_l3gd20.L3GD20_SPI.write_register?4(register: int, value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5835 | adafruit_l3gd20.L3GD20_SPI?1(spi_busio: SPI, cs: DigitalInOut, rng: int = L3DS20_RANGE_250DPS, baudrate: int = 100000, rate: int = L3DS20_RATE_100HZ, ) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5836 | adafruit_l3gd20._ID_REGISTER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5837 | adafruit_l3gd20._L3GD20H_CHIP_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5838 | adafruit_l3gd20._L3GD20_CHIP_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5839 | adafruit_l3gd20._L3GD20_REGISTER_CTRL_REG1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5840 | adafruit_l3gd20._L3GD20_REGISTER_CTRL_REG4?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5841 | adafruit_l3gd20._L3GD20_REGISTER_OUT_X_L_X40?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5842 | adafruit_l3gd20._L3GD20_REGISTER_OUT_X_L_X80?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5843 | adafruit_l3gd20._L3GD20_SENSITIVITY_2000DPS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5844 | adafruit_l3gd20._L3GD20_SENSITIVITY_250DPS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5845 | adafruit_l3gd20._L3GD20_SENSITIVITY_500DPS?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5846 | adafruit_lc709203f.CV.add_values?4(value_tuples: Iterable[Tuple[str, int, str, Optional[float]]]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5847 | adafruit_lc709203f.CV.is_valid?4(value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5848 | adafruit_lc709203f.LC709203F._generate_crc?5(data: ReadableBuffer) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5849 | adafruit_lc709203f.LC709203F._read_word?5(command: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5850 | adafruit_lc709203f.LC709203F._write_word?5(command: int, data: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5851 | adafruit_lc709203f.LC709203F.battery_profile?4(mode: Literal[0, 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:
diff
changeset
|
5852 | adafruit_lc709203f.LC709203F.cell_percent?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5853 | adafruit_lc709203f.LC709203F.cell_temperature?4(value: 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:
diff
changeset
|
5854 | adafruit_lc709203f.LC709203F.cell_voltage?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5855 | adafruit_lc709203f.LC709203F.ic_version?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5856 | adafruit_lc709203f.LC709203F.init_RSOC?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5857 | adafruit_lc709203f.LC709203F.low_voltage_alarm?4(voltage: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5858 | adafruit_lc709203f.LC709203F.low_voltage_alarm_percent?4(percent: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5859 | adafruit_lc709203f.LC709203F.pack_size?4(size: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5860 | adafruit_lc709203f.LC709203F.power_mode?4(mode: Literal[1, 2]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5861 | adafruit_lc709203f.LC709203F.thermistor_bconstant?4(bconstant: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5862 | adafruit_lc709203f.LC709203F.thermistor_enable?4(status: bool) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5863 | adafruit_lc709203f.LC709203F?1(i2c_bus: I2C, address: int = LC709203F_I2CADDR_DEFAULT) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5864 | adafruit_lc709203f.LC709203F_CMD_ALARMPERCENT?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5865 | adafruit_lc709203f.LC709203F_CMD_ALARMVOLTAGE?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:
diff
changeset
|
5866 | adafruit_lc709203f.LC709203F_CMD_APA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5867 | adafruit_lc709203f.LC709203F_CMD_BATTPROF?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5868 | adafruit_lc709203f.LC709203F_CMD_CELLITE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5869 | adafruit_lc709203f.LC709203F_CMD_CELLTEMPERATURE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5870 | adafruit_lc709203f.LC709203F_CMD_CELLVOLTAGE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5871 | adafruit_lc709203f.LC709203F_CMD_ICVERSION?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5872 | adafruit_lc709203f.LC709203F_CMD_INITRSOC?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5873 | adafruit_lc709203f.LC709203F_CMD_POWERMODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5874 | adafruit_lc709203f.LC709203F_CMD_STATUSBIT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5875 | adafruit_lc709203f.LC709203F_CMD_THERMISTORB?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5876 | adafruit_lc709203f.LC709203F_I2CADDR_DEFAULT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5877 | adafruit_led_animation.MS_PER_SECOND?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5878 | adafruit_led_animation.NANOS_PER_MS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5879 | adafruit_led_animation.animation.Animation._set_color?5(color) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5880 | adafruit_led_animation.animation.Animation.add_cycle_complete_receiver?4(callback) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5881 | adafruit_led_animation.animation.Animation.after_draw?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5882 | adafruit_led_animation.animation.Animation.animate?4(show=True) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5883 | adafruit_led_animation.animation.Animation.color?4(color) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5884 | adafruit_led_animation.animation.Animation.draw?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5885 | adafruit_led_animation.animation.Animation.fill?4(color) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5886 | adafruit_led_animation.animation.Animation.freeze?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5887 | adafruit_led_animation.animation.Animation.on_cycle_complete?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5888 | adafruit_led_animation.animation.Animation.on_cycle_complete_supported?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5889 | adafruit_led_animation.animation.Animation.peers?4(peer_list) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5890 | adafruit_led_animation.animation.Animation.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:
diff
changeset
|
5891 | adafruit_led_animation.animation.Animation.resume?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5892 | adafruit_led_animation.animation.Animation.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:
diff
changeset
|
5893 | adafruit_led_animation.animation.Animation.speed?4(seconds) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5894 | adafruit_led_animation.animation.Animation?1(pixel_object, speed, color, peers=None, paused=False, name=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5895 | adafruit_led_animation.animation.blink.Blink._set_color?5(color) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5896 | adafruit_led_animation.animation.blink.Blink?1(pixel_object, speed, color, name=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5897 | adafruit_led_animation.animation.chase.Chase._resetter?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5898 | adafruit_led_animation.animation.chase.Chase.bar_color?4(n, pixel_no=0) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5899 | adafruit_led_animation.animation.chase.Chase.bar_colors?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5900 | adafruit_led_animation.animation.chase.Chase.draw?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5901 | adafruit_led_animation.animation.chase.Chase.on_cycle_complete_supported?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5902 | adafruit_led_animation.animation.chase.Chase.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:
diff
changeset
|
5903 | adafruit_led_animation.animation.chase.Chase.reverse?4(value) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5904 | adafruit_led_animation.animation.chase.Chase.space_color?4(pixel_no=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:
diff
changeset
|
5905 | adafruit_led_animation.animation.chase.Chase?1(pixel_object, speed, color, size=2, spacing=3, reverse=False, name=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5906 | adafruit_led_animation.animation.colorcycle.ColorCycle._color_generator?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5907 | adafruit_led_animation.animation.colorcycle.ColorCycle.draw?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5908 | adafruit_led_animation.animation.colorcycle.ColorCycle.on_cycle_complete_supported?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5909 | adafruit_led_animation.animation.colorcycle.ColorCycle.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:
diff
changeset
|
5910 | adafruit_led_animation.animation.colorcycle.ColorCycle?1(pixel_object, speed, colors=RAINBOW, name=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5911 | adafruit_led_animation.animation.comet.Comet._set_color?5(color) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5912 | adafruit_led_animation.animation.comet.Comet.draw?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5913 | adafruit_led_animation.animation.comet.Comet.on_cycle_complete_supported?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5914 | adafruit_led_animation.animation.comet.Comet.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:
diff
changeset
|
5915 | adafruit_led_animation.animation.comet.Comet.reverse?4(value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5916 | adafruit_led_animation.animation.comet.Comet.ring?4(value) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5917 | adafruit_led_animation.animation.comet.Comet?1(pixel_object, speed, color, background_color=BLACK, tail_length=0, reverse=False, bounce=False, name=None, ring=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:
diff
changeset
|
5918 | adafruit_led_animation.animation.customcolorchase.CustomColorChase.bar_color?4(n, pixel_no=0) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5919 | adafruit_led_animation.animation.customcolorchase.CustomColorChase.on_cycle_complete?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5920 | adafruit_led_animation.animation.customcolorchase.CustomColorChase?1(pixel_object, speed, size=2, spacing=3, reverse=False, name=None, colors=RAINBOW, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5921 | adafruit_led_animation.animation.grid_rain.MatrixRain._generate_droplet?5(x, length) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5922 | adafruit_led_animation.animation.grid_rain.MatrixRain?1(grid_object, speed, color=GREEN, count=1, length=6, background=(0, 32, 0), name=None, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5923 | adafruit_led_animation.animation.grid_rain.Rain._generate_droplet?5(x, length) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5924 | adafruit_led_animation.animation.grid_rain.Rain.draw?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5925 | adafruit_led_animation.animation.grid_rain.Rain?1(grid_object, speed, color, count=1, length=3, background=BLACK, name=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5926 | adafruit_led_animation.animation.grid_rain.RainbowRain._generate_droplet?5(x, length) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5927 | adafruit_led_animation.animation.grid_rain.RainbowRain?1(grid_object, speed, count=1, length=3, background=BLACK, name=None) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5928 | adafruit_led_animation.animation.multicolor_comet.MulticolorComet._set_color?5(color) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5929 | adafruit_led_animation.animation.multicolor_comet.MulticolorComet.on_cycle_complete_supported?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5930 | adafruit_led_animation.animation.multicolor_comet.MulticolorComet?1(pixel_object, speed, colors, *, tail_length=0, reverse=False, bounce=False, name=None, ring=False, off_pixels=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:
diff
changeset
|
5931 | adafruit_led_animation.animation.pulse.Pulse.draw?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5932 | adafruit_led_animation.animation.pulse.Pulse.on_cycle_complete_supported?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5933 | adafruit_led_animation.animation.pulse.Pulse.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:
diff
changeset
|
5934 | adafruit_led_animation.animation.pulse.Pulse?1(pixel_object, speed, color, period=5, name=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5935 | adafruit_led_animation.animation.rainbow.Rainbow._color_wheel_generator?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5936 | adafruit_led_animation.animation.rainbow.Rainbow._draw_precomputed?5(num_pixels, wheel_index) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5937 | adafruit_led_animation.animation.rainbow.Rainbow.draw?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5938 | adafruit_led_animation.animation.rainbow.Rainbow.generate_rainbow?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5939 | adafruit_led_animation.animation.rainbow.Rainbow.on_cycle_complete_supported?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5940 | adafruit_led_animation.animation.rainbow.Rainbow.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:
diff
changeset
|
5941 | adafruit_led_animation.animation.rainbow.Rainbow?1(pixel_object, speed, period=5, step=1, name=None, precompute_rainbow=True) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5942 | adafruit_led_animation.animation.rainbowchase.RainbowChase.bar_color?4(n, pixel_no=0) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5943 | adafruit_led_animation.animation.rainbowchase.RainbowChase.on_cycle_complete?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5944 | adafruit_led_animation.animation.rainbowchase.RainbowChase?1(pixel_object, speed, size=2, spacing=3, reverse=False, name=None, step=8, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5945 | adafruit_led_animation.animation.rainbowcomet.RainbowComet._set_color?5(color) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5946 | adafruit_led_animation.animation.rainbowcomet.RainbowComet?1(pixel_object, speed, tail_length=10, reverse=False, bounce=False, colorwheel_offset=0, step=0, name=None, ring=False, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5947 | adafruit_led_animation.animation.rainbowsparkle.RainbowSparkle.after_draw?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5948 | adafruit_led_animation.animation.rainbowsparkle.RainbowSparkle.generate_rainbow?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5949 | adafruit_led_animation.animation.rainbowsparkle.RainbowSparkle?1(pixel_object, speed, period=5, num_sparkles=None, step=1, name=None, background_brightness=0.2, precompute_rainbow=True, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5950 | adafruit_led_animation.animation.solid.Solid._set_color?5(color) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5951 | adafruit_led_animation.animation.solid.Solid?1(pixel_object, color, name=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5952 | adafruit_led_animation.animation.sparkle.Sparkle._random_in_mask?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5953 | adafruit_led_animation.animation.sparkle.Sparkle._set_color?5(color) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5954 | adafruit_led_animation.animation.sparkle.Sparkle.after_draw?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5955 | adafruit_led_animation.animation.sparkle.Sparkle.draw?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5956 | adafruit_led_animation.animation.sparkle.Sparkle?1(pixel_object, speed, color, num_sparkles=1, name=None, mask=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5957 | adafruit_led_animation.animation.sparklepulse.SparklePulse._set_color?5(color) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5958 | adafruit_led_animation.animation.sparklepulse.SparklePulse.after_draw?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5959 | adafruit_led_animation.animation.sparklepulse.SparklePulse.draw?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5960 | adafruit_led_animation.animation.sparklepulse.SparklePulse?1(pixel_object, speed, color, period=5, max_intensity=1, min_intensity=0, name=None, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5961 | adafruit_led_animation.color.AMBER?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5962 | adafruit_led_animation.color.AQUA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5963 | adafruit_led_animation.color.BLACK?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5964 | adafruit_led_animation.color.BLUE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5965 | adafruit_led_animation.color.CYAN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5966 | adafruit_led_animation.color.GOLD?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5967 | adafruit_led_animation.color.GREEN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5968 | adafruit_led_animation.color.JADE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5969 | adafruit_led_animation.color.MAGENTA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5970 | adafruit_led_animation.color.OLD_LACE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5971 | adafruit_led_animation.color.ORANGE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5972 | adafruit_led_animation.color.PINK?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5973 | adafruit_led_animation.color.PURPLE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5974 | adafruit_led_animation.color.RAINBOW?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5975 | adafruit_led_animation.color.RED?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5976 | adafruit_led_animation.color.RGBW_WHITE_RGB?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5977 | adafruit_led_animation.color.RGBW_WHITE_RGBW?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5978 | adafruit_led_animation.color.RGBW_WHITE_W?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5979 | adafruit_led_animation.color.TEAL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5980 | adafruit_led_animation.color.WHITE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5981 | adafruit_led_animation.color.YELLOW?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5982 | adafruit_led_animation.color.calculate_intensity?4(color, intensity=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:
diff
changeset
|
5983 | adafruit_led_animation.const?4(value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5984 | adafruit_led_animation.grid.HORIZONTAL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5985 | adafruit_led_animation.grid.PixelGrid.auto_write?4(value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5986 | adafruit_led_animation.grid.PixelGrid.brightness?4(brightness) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5987 | adafruit_led_animation.grid.PixelGrid.fill?4(color) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5988 | adafruit_led_animation.grid.PixelGrid.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:
diff
changeset
|
5989 | adafruit_led_animation.grid.PixelGrid?1(strip, width, height, orientation=HORIZONTAL, alternating=True, reverse_x=False, reverse_y=False, top=0, bottom=0, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5990 | adafruit_led_animation.grid.VERTICAL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5991 | adafruit_led_animation.grid.reverse_x_mapper?4(width, mapper) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5992 | adafruit_led_animation.grid.reverse_y_mapper?4(height, mapper) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5993 | adafruit_led_animation.grid.x_mapper?4(x, y) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5994 | adafruit_led_animation.grid.y_mapper?4(x, y) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5995 | adafruit_led_animation.group.AnimationGroup._group_done?5(animation) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5996 | adafruit_led_animation.group.AnimationGroup.add_cycle_complete_receiver?4(callback) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5997 | adafruit_led_animation.group.AnimationGroup.animate?4(show=True) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5998 | adafruit_led_animation.group.AnimationGroup.color?4(color) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5999 | adafruit_led_animation.group.AnimationGroup.fill?4(color) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6000 | adafruit_led_animation.group.AnimationGroup.freeze?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6001 | adafruit_led_animation.group.AnimationGroup.on_cycle_complete?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6002 | adafruit_led_animation.group.AnimationGroup.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:
diff
changeset
|
6003 | adafruit_led_animation.group.AnimationGroup.resume?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6004 | adafruit_led_animation.group.AnimationGroup.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:
diff
changeset
|
6005 | adafruit_led_animation.group.AnimationGroup?1(*members, sync=False, name=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6006 | adafruit_led_animation.helper.PixelMap._expand_ranges?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6007 | adafruit_led_animation.helper.PixelMap._set_pixels?5(index, val) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6008 | adafruit_led_animation.helper.PixelMap.auto_write?4(value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6009 | adafruit_led_animation.helper.PixelMap.brightness?4(brightness) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6010 | adafruit_led_animation.helper.PixelMap.fill?4(color) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6011 | adafruit_led_animation.helper.PixelMap.horizontal_lines?4(pixel_object, width, height, gridmap) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6012 | adafruit_led_animation.helper.PixelMap.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:
diff
changeset
|
6013 | adafruit_led_animation.helper.PixelMap.vertical_lines?4(pixel_object, width, height, gridmap) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6014 | adafruit_led_animation.helper.PixelMap?1(strip, pixel_ranges, individual_pixels=False) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6015 | adafruit_led_animation.helper.PixelSubset?1(pixel_object, start, end) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6016 | adafruit_led_animation.helper.horizontal_strip_gridmap?4(width, alternating=True) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6017 | adafruit_led_animation.helper.mapper?4(x, y) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6018 | adafruit_led_animation.helper.pulse_generator?4(period: float, animation_object, dotstar_pwm=False) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6019 | adafruit_led_animation.helper.vertical_strip_gridmap?4(height, alternating=True) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6020 | adafruit_led_animation.monotonic_ms?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6021 | adafruit_led_animation.sequence.AnimateOnce.animate?4(show=True) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6022 | adafruit_led_animation.sequence.AnimateOnce.on_cycle_complete?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6023 | adafruit_led_animation.sequence.AnimateOnce?1(*members, **kwargs) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6024 | adafruit_led_animation.sequence.AnimationSequence._advance?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6025 | adafruit_led_animation.sequence.AnimationSequence._auto_advance?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6026 | adafruit_led_animation.sequence.AnimationSequence._sequence_complete?5(animation) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6027 | adafruit_led_animation.sequence.AnimationSequence.activate?4(index) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6028 | adafruit_led_animation.sequence.AnimationSequence.add_cycle_complete_receiver?4(callback) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6029 | adafruit_led_animation.sequence.AnimationSequence.animate?4(show=True) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6030 | adafruit_led_animation.sequence.AnimationSequence.color?4(color) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6031 | adafruit_led_animation.sequence.AnimationSequence.current_animation?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6032 | adafruit_led_animation.sequence.AnimationSequence.fill?4(color) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6033 | adafruit_led_animation.sequence.AnimationSequence.freeze?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6034 | adafruit_led_animation.sequence.AnimationSequence.next?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6035 | adafruit_led_animation.sequence.AnimationSequence.on_cycle_complete?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6036 | adafruit_led_animation.sequence.AnimationSequence.on_cycle_complete_supported?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6037 | adafruit_led_animation.sequence.AnimationSequence.previous?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:
diff
changeset
|
6038 | adafruit_led_animation.sequence.AnimationSequence.random?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6039 | adafruit_led_animation.sequence.AnimationSequence.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:
diff
changeset
|
6040 | adafruit_led_animation.sequence.AnimationSequence.resume?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6041 | adafruit_led_animation.sequence.AnimationSequence.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:
diff
changeset
|
6042 | adafruit_led_animation.sequence.AnimationSequence?1(*members, advance_interval=None, auto_clear=True, random_order=False, auto_reset=False, advance_on_cycle_complete=False, name=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6043 | adafruit_lidarlite.CONFIG_DEFAULT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6044 | adafruit_lidarlite.CONFIG_DEFAULTFAST?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6045 | adafruit_lidarlite.CONFIG_HIGHSENSITIVE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6046 | adafruit_lidarlite.CONFIG_LOWSENSITIVE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6047 | adafruit_lidarlite.CONFIG_MAXRANGE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6048 | adafruit_lidarlite.CONFIG_SHORTFAST?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6049 | adafruit_lidarlite.LIDARLite._read_reg?5(reg: int, num: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6050 | adafruit_lidarlite.LIDARLite._write_reg?5(reg: int, value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6051 | adafruit_lidarlite.LIDARLite.configure?4(config: 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:
diff
changeset
|
6052 | adafruit_lidarlite.LIDARLite.correlation_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:
diff
changeset
|
6053 | adafruit_lidarlite.LIDARLite.distance?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6054 | adafruit_lidarlite.LIDARLite.health_status?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6055 | adafruit_lidarlite.LIDARLite.i2c_config?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6056 | adafruit_lidarlite.LIDARLite.power_control?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6057 | adafruit_lidarlite.LIDARLite.read_distance_v3?4(bias: Optional[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:
diff
changeset
|
6058 | adafruit_lidarlite.LIDARLite.read_distance_v3hp?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6059 | adafruit_lidarlite.LIDARLite.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:
diff
changeset
|
6060 | adafruit_lidarlite.LIDARLite.signal_strength?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6061 | adafruit_lidarlite.LIDARLite.status?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6062 | adafruit_lidarlite.LIDARLite.test_command?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6063 | adafruit_lidarlite.LIDARLite.unit_id?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6064 | adafruit_lidarlite.LIDARLite?1(i2c_bus: I2C, *, reset_pin: Optional[Pin] = None, configuration: Optional[int] = CONFIG_DEFAULT, address: Optional[int] = _ADDR_DEFAULT, sensor_type: Optional[str] = TYPE_V3, ) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6065 | adafruit_lidarlite.STATUS_BUSY?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6066 | adafruit_lidarlite.STATUS_BUSY_V3HP?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6067 | adafruit_lidarlite.STATUS_HEALTHY?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6068 | adafruit_lidarlite.STATUS_NO_PEAK?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6069 | adafruit_lidarlite.STATUS_REF_OVERFLOW?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6070 | adafruit_lidarlite.STATUS_SECOND_RETURN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6071 | adafruit_lidarlite.STATUS_SIGNAL_OVERFLOW?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6072 | adafruit_lidarlite.STATUS_SIGNAL_OVERFLOW_V3HP?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6073 | adafruit_lidarlite.STATUS_SYS_ERROR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6074 | adafruit_lidarlite.TYPE_V3?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6075 | adafruit_lidarlite.TYPE_V3HP?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6076 | adafruit_lidarlite._ADDR_DEFAULT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6077 | adafruit_lidarlite._CMD_DISTANCENOBIAS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6078 | adafruit_lidarlite._CMD_DISTANCEWITHBIAS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6079 | adafruit_lidarlite._CMD_DISTANCE_V3HP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6080 | adafruit_lidarlite._CMD_RESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6081 | adafruit_lidarlite._LIDAR_CONFIGS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6082 | adafruit_lidarlite._NUM_DIST_BYTES?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6083 | adafruit_lidarlite._REG_ACQ_COMMAND?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6084 | adafruit_lidarlite._REG_ACQ_CONFIG_REG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6085 | adafruit_lidarlite._REG_CORR_DATA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6086 | adafruit_lidarlite._REG_DIST_MEAS_V3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6087 | adafruit_lidarlite._REG_DIST_MEAS_V3HP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6088 | adafruit_lidarlite._REG_HEALTH_STATUS_V3HP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6089 | adafruit_lidarlite._REG_I2C_CONFIG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6090 | adafruit_lidarlite._REG_POWER_CONTROL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6091 | adafruit_lidarlite._REG_SIGNAL_STRENGTH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6092 | adafruit_lidarlite._REG_SIG_COUNT_VAL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6093 | adafruit_lidarlite._REG_STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6094 | adafruit_lidarlite._REG_TEST_COMMAND?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6095 | adafruit_lidarlite._REG_THRESHOLD_BYPASS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6096 | adafruit_lidarlite._REG_UNIT_ID_HIGH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6097 | adafruit_lidarlite._REG_UNIT_ID_LOW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6098 | adafruit_lifx.LIFX._get?5(path: str, data: Dict[str, Any]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6099 | adafruit_lifx.LIFX._parse_resp?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6100 | adafruit_lifx.LIFX._post?5(path: str, data: Dict[str, Any]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6101 | adafruit_lifx.LIFX._put?5(path: str, data: Dict[str, Any]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6102 | adafruit_lifx.LIFX.effects_off?4(selector: str, power_off: 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:
diff
changeset
|
6103 | adafruit_lifx.LIFX.list_lights?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6104 | adafruit_lifx.LIFX.move_effect?4(selector: str, move_direction: str, period: float, power_on: bool) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6105 | adafruit_lifx.LIFX.set_brightness?4(selector: str, brightness: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6106 | adafruit_lifx.LIFX.set_color?4(selector: str, **kwargs) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6107 | adafruit_lifx.LIFX.toggle_light?4(selector: str, all_lights: bool = False, duration: float = 0) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6108 | adafruit_lifx.LIFX?1(wifi_manager: HTTPProtocol, lifx_token: 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:
diff
changeset
|
6109 | adafruit_lifx.LIFX_URL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6110 | adafruit_lis2mdl.CFG_REG_A?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6111 | adafruit_lis2mdl.CFG_REG_B?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6112 | adafruit_lis2mdl.CFG_REG_C?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6113 | adafruit_lis2mdl.DataRate.Rate_100_HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6114 | adafruit_lis2mdl.DataRate.Rate_10_HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6115 | adafruit_lis2mdl.DataRate.Rate_20_HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6116 | adafruit_lis2mdl.DataRate.Rate_50_HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6117 | adafruit_lis2mdl.INT_CRTL_REG?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6118 | adafruit_lis2mdl.INT_SOURCE_REG?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6119 | adafruit_lis2mdl.INT_THS_L_REG?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6120 | adafruit_lis2mdl.LIS2MDL._BUFFER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6121 | adafruit_lis2mdl.LIS2MDL._bdu?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6122 | adafruit_lis2mdl.LIS2MDL._data_rate?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6123 | adafruit_lis2mdl.LIS2MDL._device_id?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6124 | adafruit_lis2mdl.LIS2MDL._int_control?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6125 | adafruit_lis2mdl.LIS2MDL._int_enable?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6126 | adafruit_lis2mdl.LIS2MDL._int_iron_off?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6127 | adafruit_lis2mdl.LIS2MDL._int_latched?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6128 | adafruit_lis2mdl.LIS2MDL._int_reg_polarity?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6129 | adafruit_lis2mdl.LIS2MDL._int_source?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6130 | adafruit_lis2mdl.LIS2MDL._interrupt_pin_putput?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6131 | adafruit_lis2mdl.LIS2MDL._interrupt_threshold?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6132 | adafruit_lis2mdl.LIS2MDL._mode?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6133 | adafruit_lis2mdl.LIS2MDL._raw_x?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6134 | adafruit_lis2mdl.LIS2MDL._raw_y?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6135 | adafruit_lis2mdl.LIS2MDL._raw_z?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6136 | adafruit_lis2mdl.LIS2MDL._reboot?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6137 | adafruit_lis2mdl.LIS2MDL._soft_reset?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6138 | adafruit_lis2mdl.LIS2MDL._temp_comp?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6139 | adafruit_lis2mdl.LIS2MDL._x_int_enable?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6140 | adafruit_lis2mdl.LIS2MDL._x_offset?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6141 | adafruit_lis2mdl.LIS2MDL._y_int_enable?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6142 | adafruit_lis2mdl.LIS2MDL._y_offset?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6143 | adafruit_lis2mdl.LIS2MDL._z_int_enable?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6144 | adafruit_lis2mdl.LIS2MDL._z_offset?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6145 | adafruit_lis2mdl.LIS2MDL.data_rate?4(value: Literal[0x00, 0x01, 0x02, 0x03]) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6146 | adafruit_lis2mdl.LIS2MDL.faults?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6147 | adafruit_lis2mdl.LIS2MDL.interrupt_enabled?4(val: bool) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6148 | adafruit_lis2mdl.LIS2MDL.interrupt_threshold?4(value: 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:
diff
changeset
|
6149 | adafruit_lis2mdl.LIS2MDL.low_power?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6150 | adafruit_lis2mdl.LIS2MDL.magnetic?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6151 | adafruit_lis2mdl.LIS2MDL.reset?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6152 | adafruit_lis2mdl.LIS2MDL.x_offset?4(value: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6153 | adafruit_lis2mdl.LIS2MDL.y_offset?4(value: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6154 | adafruit_lis2mdl.LIS2MDL.z_offset?4(value: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6155 | adafruit_lis2mdl.LIS2MDL?1(i2c: I2C) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6156 | adafruit_lis2mdl.MAG_DEVICE_ID?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6157 | adafruit_lis2mdl.OFFSET_X_REG_H?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6158 | adafruit_lis2mdl.OFFSET_X_REG_L?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6159 | adafruit_lis2mdl.OFFSET_Y_REG_H?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6160 | adafruit_lis2mdl.OFFSET_Y_REG_L?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6161 | adafruit_lis2mdl.OFFSET_Z_REG_H?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6162 | adafruit_lis2mdl.OFFSET_Z_REG_L?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6163 | adafruit_lis2mdl.OUTX_H_REG?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6164 | adafruit_lis2mdl.OUTX_L_REG?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6165 | adafruit_lis2mdl.OUTY_H_REG?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6166 | adafruit_lis2mdl.OUTY_L_REG?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6167 | adafruit_lis2mdl.OUTZ_H_REG?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6168 | adafruit_lis2mdl.OUTZ_L_REG?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6169 | adafruit_lis2mdl.STATUS_REG?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6170 | adafruit_lis2mdl.WHO_AM_I?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6171 | adafruit_lis2mdl._ADDRESS_MAG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6172 | adafruit_lis2mdl._MAG_SCALE?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6173 | adafruit_lis331.CV.add_values?4(value_tuples: Iterable[Tuple[str, int, Union[str, float], Optional[float]]]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6174 | adafruit_lis331.CV.is_valid?4(value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6175 | adafruit_lis331.H3LIS331?1(i2c_bus: I2C, address: int = _LIS331_DEFAULT_ADDRESS) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6176 | adafruit_lis331.LIS331._chip_id?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6177 | adafruit_lis331.LIS331._data_rate_lpf_bits?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6178 | adafruit_lis331.LIS331._hpf_cutoff?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6179 | adafruit_lis331.LIS331._hpf_enable_bit?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6180 | adafruit_lis331.LIS331._hpf_mode_bits?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6181 | adafruit_lis331.LIS331._mode_and_odr_bits?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6182 | adafruit_lis331.LIS331._mode_and_rate?5(data_rate: 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:
diff
changeset
|
6183 | adafruit_lis331.LIS331._power_mode_bits?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6184 | adafruit_lis331.LIS331._range_bits?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6185 | adafruit_lis331.LIS331._raw_acceleration?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6186 | adafruit_lis331.LIS331._reference_value?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6187 | adafruit_lis331.LIS331._scale_acceleration?5(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:
diff
changeset
|
6188 | adafruit_lis331.LIS331._zero_hpf?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6189 | adafruit_lis331.LIS331.acceleration?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6190 | adafruit_lis331.LIS331.data_rate?4(new_rate_bits: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6191 | adafruit_lis331.LIS331.enable_hpf?4(enabled: bool = True, cutoff: int = RateDivisor.ODR_DIV_50, use_reference: bool = False, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6192 | adafruit_lis331.LIS331.hpf_reference?4(reference_value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6193 | adafruit_lis331.LIS331.lpf_cutoff?4(cutoff_freq: 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:
diff
changeset
|
6194 | adafruit_lis331.LIS331.mode?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6195 | adafruit_lis331.LIS331.range?4(new_range: 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:
diff
changeset
|
6196 | adafruit_lis331.LIS331.zero_hpf?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6197 | adafruit_lis331.LIS331?1(i2c_bus: I2C, address: int = _LIS331_DEFAULT_ADDRESS) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6198 | adafruit_lis331.LIS331HH?1(i2c_bus: I2C, address: int = _LIS331_DEFAULT_ADDRESS) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6199 | adafruit_lis331.ROByteArray?1(register_address: int, format_str: str, count: 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:
diff
changeset
|
6200 | adafruit_lis331._G_TO_ACCEL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6201 | adafruit_lis331._LIS331_CHIP_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6202 | adafruit_lis331._LIS331_DEFAULT_ADDRESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6203 | adafruit_lis331._LIS331_REG_CTRL1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6204 | adafruit_lis331._LIS331_REG_CTRL2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6205 | adafruit_lis331._LIS331_REG_CTRL3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6206 | adafruit_lis331._LIS331_REG_CTRL4?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6207 | adafruit_lis331._LIS331_REG_HP_FILTER_RESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6208 | adafruit_lis331._LIS331_REG_OUT_X_L?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6209 | adafruit_lis331._LIS331_REG_REFERENCE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6210 | adafruit_lis331._LIS331_REG_WHOAMI?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6211 | adafruit_lis3dh.AccelerationTuple?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6212 | adafruit_lis3dh.DATARATE_100_HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6213 | adafruit_lis3dh.DATARATE_10_HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6214 | adafruit_lis3dh.DATARATE_1344_HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6215 | adafruit_lis3dh.DATARATE_1_HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6216 | adafruit_lis3dh.DATARATE_200_HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6217 | adafruit_lis3dh.DATARATE_25_HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6218 | adafruit_lis3dh.DATARATE_400_HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6219 | adafruit_lis3dh.DATARATE_50_HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6220 | adafruit_lis3dh.DATARATE_LOWPOWER_1K6HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6221 | adafruit_lis3dh.DATARATE_LOWPOWER_5KHZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6222 | adafruit_lis3dh.DATARATE_POWERDOWN?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6223 | adafruit_lis3dh.LIS3DH._read_register?5(register: int, length: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6224 | adafruit_lis3dh.LIS3DH._read_register_byte?5(register: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6225 | adafruit_lis3dh.LIS3DH._write_register_byte?5(register: 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:
diff
changeset
|
6226 | adafruit_lis3dh.LIS3DH.acceleration?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6227 | adafruit_lis3dh.LIS3DH.data_rate?4(rate: int, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6228 | adafruit_lis3dh.LIS3DH.range?4(range_value: Literal[RANGE_2_G, RANGE_4_G, RANGE_8_G, RANGE_16_G]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6229 | adafruit_lis3dh.LIS3DH.read_adc_mV?4(adc: Literal[1, 2, 3]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6230 | adafruit_lis3dh.LIS3DH.read_adc_raw?4(adc: Literal[1, 2, 3]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6231 | adafruit_lis3dh.LIS3DH.set_tap?4(tap: Literal[0, 1, 2], threshold: int, *, time_limit: int = 10, time_latency: int = 20, time_window: int = 255, click_cfg: Optional[int] = None) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6232 | adafruit_lis3dh.LIS3DH.shake?4(shake_threshold: int = 30, avg_count: int = 10, total_delay: float = 0.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:
diff
changeset
|
6233 | adafruit_lis3dh.LIS3DH.tapped?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6234 | adafruit_lis3dh.LIS3DH?1(int1: Optional[digitalio.DigitalInOut] = None, int2: Optional[digitalio.DigitalInOut] = None, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6235 | adafruit_lis3dh.LIS3DH_I2C._read_register?5(register: int, length: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6236 | adafruit_lis3dh.LIS3DH_I2C._write_register_byte?5(register: int, value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6237 | adafruit_lis3dh.LIS3DH_I2C?1(i2c: I2C, *, address: int = 0x18, int1: Optional[digitalio.DigitalInOut] = None, int2: Optional[digitalio.DigitalInOut] = None) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6238 | adafruit_lis3dh.LIS3DH_SPI._read_register?5(register: int, length: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6239 | adafruit_lis3dh.LIS3DH_SPI._write_register_byte?5(register: int, value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6240 | adafruit_lis3dh.LIS3DH_SPI?1(spi: SPI, cs: digitalio.DigitalInOut, *, baudrate: int = 100000, int1: Optional[digitalio.DigitalInOut] = None, int2: Optional[digitalio.DigitalInOut] = 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:
diff
changeset
|
6241 | adafruit_lis3dh.RANGE_16_G?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6242 | adafruit_lis3dh.RANGE_2_G?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6243 | adafruit_lis3dh.RANGE_4_G?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6244 | adafruit_lis3dh.RANGE_8_G?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6245 | adafruit_lis3dh.STANDARD_GRAVITY?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6246 | adafruit_lis3dh._REG_CLICKCFG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6247 | adafruit_lis3dh._REG_CLICKSRC?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6248 | adafruit_lis3dh._REG_CLICKTHS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6249 | adafruit_lis3dh._REG_CTRL1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6250 | adafruit_lis3dh._REG_CTRL3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6251 | adafruit_lis3dh._REG_CTRL4?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6252 | adafruit_lis3dh._REG_CTRL5?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6253 | adafruit_lis3dh._REG_INT1SRC?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6254 | adafruit_lis3dh._REG_OUTADC1_L?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6255 | adafruit_lis3dh._REG_OUT_X_L?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6256 | adafruit_lis3dh._REG_TEMPCFG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6257 | adafruit_lis3dh._REG_TIMELATENCY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6258 | adafruit_lis3dh._REG_TIMELIMIT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6259 | adafruit_lis3dh._REG_TIMEWINDOW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6260 | adafruit_lis3dh._REG_WHOAMI?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6261 | adafruit_lis3mdl.CV.add_values?4(value_tuples: Iterable[Tuple[str, int, Union[int, str], Optional[int]]]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6262 | adafruit_lis3mdl.CV.is_valid?4(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:
diff
changeset
|
6263 | adafruit_lis3mdl.LIS3MDL._chip_id?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6264 | adafruit_lis3mdl.LIS3MDL._data_rate?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6265 | adafruit_lis3mdl.LIS3MDL._operation_mode?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6266 | adafruit_lis3mdl.LIS3MDL._perf_mode?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6267 | adafruit_lis3mdl.LIS3MDL._range?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6268 | adafruit_lis3mdl.LIS3MDL._raw_mag_data?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6269 | adafruit_lis3mdl.LIS3MDL._reset?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6270 | adafruit_lis3mdl.LIS3MDL._scale_mag_data?5(raw_measurement: 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:
diff
changeset
|
6271 | adafruit_lis3mdl.LIS3MDL._z_perf_mode?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6272 | adafruit_lis3mdl.LIS3MDL.data_rate?4(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:
diff
changeset
|
6273 | adafruit_lis3mdl.LIS3MDL.magnetic?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6274 | adafruit_lis3mdl.LIS3MDL.operation_mode?4(value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6275 | adafruit_lis3mdl.LIS3MDL.performance_mode?4(value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6276 | adafruit_lis3mdl.LIS3MDL.range?4(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:
diff
changeset
|
6277 | adafruit_lis3mdl.LIS3MDL.reset?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6278 | adafruit_lis3mdl.LIS3MDL?1(i2c_bus: I2C, address: int = _LIS3MDL_DEFAULT_ADDRESS) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6279 | adafruit_lis3mdl._GAUSS_TO_UT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6280 | adafruit_lis3mdl._LIS3MDL_CHIP_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6281 | adafruit_lis3mdl._LIS3MDL_CTRL_REG1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6282 | adafruit_lis3mdl._LIS3MDL_CTRL_REG2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6283 | adafruit_lis3mdl._LIS3MDL_CTRL_REG3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6284 | adafruit_lis3mdl._LIS3MDL_CTRL_REG4?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6285 | adafruit_lis3mdl._LIS3MDL_DEFAULT_ADDRESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6286 | adafruit_lis3mdl._LIS3MDL_INT_CFG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6287 | adafruit_lis3mdl._LIS3MDL_INT_THS_L?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6288 | adafruit_lis3mdl._LIS3MDL_OUT_X_L?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6289 | adafruit_lis3mdl._LIS3MDL_WHOAMI?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6290 | adafruit_lis3mdl._LIS3MDL_WHO_AM_I?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6291 | adafruit_logging.FileHandler.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:
diff
changeset
|
6292 | adafruit_logging.FileHandler.emit?4(record: LogRecord) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6293 | adafruit_logging.FileHandler.format?4(record: LogRecord) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6294 | adafruit_logging.FileHandler?1(filename: str, mode: str = "a") |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6295 | adafruit_logging.Handler.emit?4(record: LogRecord) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6296 | adafruit_logging.Handler.format?4(record: LogRecord) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6297 | adafruit_logging.Handler.setLevel?4(level: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6298 | adafruit_logging.Handler?1(level: int = NOTSET) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6299 | adafruit_logging.LEVELS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6300 | adafruit_logging.LogRecord?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6301 | adafruit_logging.Logger._log?5(level: int, msg: str, *args) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6302 | adafruit_logging.Logger.addHandler?4(hdlr: Handler) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6303 | adafruit_logging.Logger.critical?4(msg: str, *args) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6304 | adafruit_logging.Logger.debug?4(msg: str, *args) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6305 | adafruit_logging.Logger.error?4(msg: str, *args) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6306 | adafruit_logging.Logger.getEffectiveLevel?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6307 | adafruit_logging.Logger.handle?4(record: LogRecord) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6308 | adafruit_logging.Logger.hasHandlers?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6309 | adafruit_logging.Logger.info?4(msg: str, *args) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6310 | adafruit_logging.Logger.log?4(level: int, msg: str, *args) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6311 | adafruit_logging.Logger.removeHandler?4(hdlr: Handler) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6312 | adafruit_logging.Logger.setLevel?4(log_level: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6313 | adafruit_logging.Logger.warning?4(msg: str, *args) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6314 | adafruit_logging.Logger?1(name: Hashable, level: int = WARNING) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6315 | adafruit_logging.NullHandler.emit?4(record: LogRecord) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6316 | adafruit_logging.StreamHandler.emit?4(record: LogRecord) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6317 | adafruit_logging.StreamHandler.terminator?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:
diff
changeset
|
6318 | adafruit_logging.StreamHandler?1(stream: Optional[WriteableStream] = None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6319 | adafruit_logging.WriteableStream.write?4(buf: str) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6320 | adafruit_logging._addLogger?5(logger_name: Hashable) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6321 | adafruit_logging._default_handler?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:
diff
changeset
|
6322 | adafruit_logging._level_for?5(value: int) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6323 | adafruit_logging._logRecordFactory?5(name, level, msg, args) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6324 | adafruit_logging.getLogger?4(logger_name: Hashable = "") |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6325 | adafruit_logging.logger_cache?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6326 | adafruit_lps2x.CV.add_values?4(value_tuples: Iterable[Tuple[str, int, Optional[float], Optional[float]]]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6327 | adafruit_lps2x.CV.is_valid?4(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:
diff
changeset
|
6328 | adafruit_lps2x.LPS22._data_rate?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6329 | adafruit_lps2x.LPS22._reset?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6330 | adafruit_lps2x.LPS22.initialize?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6331 | adafruit_lps2x.LPS22?1(i2c_bus: I2C, address: Literal[0x5C, 0x5D] = _LPS2X_DEFAULT_ADDRESS) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6332 | adafruit_lps2x.LPS25._data_rate?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6333 | adafruit_lps2x.LPS25._reset?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6334 | adafruit_lps2x.LPS25.enabled?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6335 | adafruit_lps2x.LPS25.initialize?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6336 | adafruit_lps2x.LPS25?1(i2c_bus: I2C, address: int = _LPS2X_DEFAULT_ADDRESS) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6337 | adafruit_lps2x.LPS2X._chip_id?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6338 | adafruit_lps2x.LPS2X._raw_pressure?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6339 | adafruit_lps2x.LPS2X._raw_temperature?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6340 | adafruit_lps2x.LPS2X.data_rate?4(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:
diff
changeset
|
6341 | adafruit_lps2x.LPS2X.initialize?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6342 | adafruit_lps2x.LPS2X.pressure?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6343 | adafruit_lps2x.LPS2X.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:
diff
changeset
|
6344 | adafruit_lps2x.LPS2X.temperature?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6345 | adafruit_lps2x.LPS2X?1(i2c_bus: I2C, address: int = _LPS2X_DEFAULT_ADDRESS, chip_id: int = -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:
diff
changeset
|
6346 | adafruit_lps2x._LPS22HB_CHIP_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6347 | adafruit_lps2x._LPS22_CTRL_REG1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6348 | adafruit_lps2x._LPS22_CTRL_REG2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6349 | adafruit_lps2x._LPS25HB_CHIP_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6350 | adafruit_lps2x._LPS25_CTRL_REG1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6351 | adafruit_lps2x._LPS25_CTRL_REG2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6352 | adafruit_lps2x._LPS2X_DEFAULT_ADDRESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6353 | adafruit_lps2x._LPS2X_PRESS_OUT_XL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6354 | adafruit_lps2x._LPS2X_TEMP_OUT_L?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6355 | adafruit_lps2x._LPS2X_WHO_AM_I?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6356 | adafruit_lps35hw.DataRate.ONE_SHOT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6357 | adafruit_lps35hw.DataRate.RATE_10_HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6358 | adafruit_lps35hw.DataRate.RATE_1_HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6359 | adafruit_lps35hw.DataRate.RATE_25_HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6360 | adafruit_lps35hw.DataRate.RATE_50_HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6361 | adafruit_lps35hw.DataRate.RATE_75_HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6362 | adafruit_lps35hw.LPS35HW._auto_zero?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6363 | adafruit_lps35hw.LPS35HW._block_updates?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6364 | adafruit_lps35hw.LPS35HW._chip_id?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6365 | adafruit_lps35hw.LPS35HW._interrupt_high?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6366 | adafruit_lps35hw.LPS35HW._interrupt_latch?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6367 | adafruit_lps35hw.LPS35HW._interrupt_low?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6368 | adafruit_lps35hw.LPS35HW._interrupts_enabled?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6369 | adafruit_lps35hw.LPS35HW._one_shot?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6370 | adafruit_lps35hw.LPS35HW._pressure_high?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6371 | adafruit_lps35hw.LPS35HW._pressure_low?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6372 | adafruit_lps35hw.LPS35HW._pressure_threshold?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6373 | adafruit_lps35hw.LPS35HW._raw_pressure?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6374 | adafruit_lps35hw.LPS35HW._raw_temperature?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6375 | adafruit_lps35hw.LPS35HW._reset?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6376 | adafruit_lps35hw.LPS35HW._reset_filter?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6377 | adafruit_lps35hw.LPS35HW._reset_zero?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6378 | adafruit_lps35hw.LPS35HW.data_rate?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6379 | adafruit_lps35hw.LPS35HW.high_threshold_enabled?4(value: bool) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6380 | adafruit_lps35hw.LPS35HW.high_threshold_exceeded?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6381 | adafruit_lps35hw.LPS35HW.low_pass_enabled?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6382 | adafruit_lps35hw.LPS35HW.low_threshold_enabled?4(value: bool) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6383 | adafruit_lps35hw.LPS35HW.low_threshold_exceeded?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6384 | adafruit_lps35hw.LPS35HW.pressure?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6385 | adafruit_lps35hw.LPS35HW.pressure_threshold?4(value: 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:
diff
changeset
|
6386 | adafruit_lps35hw.LPS35HW.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:
diff
changeset
|
6387 | adafruit_lps35hw.LPS35HW.reset_pressure?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6388 | adafruit_lps35hw.LPS35HW.take_measurement?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6389 | adafruit_lps35hw.LPS35HW.temperature?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6390 | adafruit_lps35hw.LPS35HW.zero_pressure?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6391 | adafruit_lps35hw.LPS35HW?1(i2c_bus: I2C, address: int = 0x5D) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6392 | adafruit_lps35hw._CTRL_REG1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6393 | adafruit_lps35hw._CTRL_REG2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6394 | adafruit_lps35hw._CTRL_REG3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6395 | adafruit_lps35hw._FIFO_CTRL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6396 | adafruit_lps35hw._FIFO_STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6397 | adafruit_lps35hw._INTERRUPT_CFG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6398 | adafruit_lps35hw._INT_SOURCE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6399 | adafruit_lps35hw._LPFP_RES?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6400 | adafruit_lps35hw._PRESS_OUT_H?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6401 | adafruit_lps35hw._PRESS_OUT_L?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6402 | adafruit_lps35hw._PRESS_OUT_XL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6403 | adafruit_lps35hw._REF_P_H?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6404 | adafruit_lps35hw._REF_P_L?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6405 | adafruit_lps35hw._REF_P_XL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6406 | adafruit_lps35hw._RES_CONF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6407 | adafruit_lps35hw._RPDS_H?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6408 | adafruit_lps35hw._RPDS_L?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6409 | adafruit_lps35hw._STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6410 | adafruit_lps35hw._TEMP_OUT_H?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6411 | adafruit_lps35hw._TEMP_OUT_L?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6412 | adafruit_lps35hw._THS_P_H?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6413 | adafruit_lps35hw._THS_P_L?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6414 | adafruit_lps35hw._WHO_AM_I?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6415 | adafruit_lsm303_accel.LSM303_Accel._BUFFER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6416 | adafruit_lsm303_accel.LSM303_Accel._act_duration?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6417 | adafruit_lsm303_accel.LSM303_Accel._act_threshold?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6418 | adafruit_lsm303_accel.LSM303_Accel._bdu?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6419 | adafruit_lsm303_accel.LSM303_Accel._chip_id?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6420 | adafruit_lsm303_accel.LSM303_Accel._data_rate?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6421 | adafruit_lsm303_accel.LSM303_Accel._enable_xyz?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6422 | adafruit_lsm303_accel.LSM303_Accel._high_resolution?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6423 | adafruit_lsm303_accel.LSM303_Accel._int1_latching?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6424 | adafruit_lsm303_accel.LSM303_Accel._int1_src?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6425 | adafruit_lsm303_accel.LSM303_Accel._int2_activity_enable?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6426 | adafruit_lsm303_accel.LSM303_Accel._int2_int1_enable?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6427 | adafruit_lsm303_accel.LSM303_Accel._int2_int2_enable?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6428 | adafruit_lsm303_accel.LSM303_Accel._int2_latching?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6429 | adafruit_lsm303_accel.LSM303_Accel._int_pin_active_low?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6430 | adafruit_lsm303_accel.LSM303_Accel._low_power?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6431 | adafruit_lsm303_accel.LSM303_Accel._lsb_shift?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6432 | adafruit_lsm303_accel.LSM303_Accel._range?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6433 | adafruit_lsm303_accel.LSM303_Accel._raw_accel_data?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6434 | adafruit_lsm303_accel.LSM303_Accel._raw_acceleration?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6435 | adafruit_lsm303_accel.LSM303_Accel._read_bytes?5(address: int, count: int, buf: bytearray) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6436 | adafruit_lsm303_accel.LSM303_Accel._read_u8?5(device: I2CDevice, address: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6437 | adafruit_lsm303_accel.LSM303_Accel._scale_data?5(raw_measurement: 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:
diff
changeset
|
6438 | adafruit_lsm303_accel.LSM303_Accel._tap_config?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6439 | adafruit_lsm303_accel.LSM303_Accel._tap_interrupt_active?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6440 | adafruit_lsm303_accel.LSM303_Accel._tap_interrupt_enable?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6441 | adafruit_lsm303_accel.LSM303_Accel._tap_src?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6442 | adafruit_lsm303_accel.LSM303_Accel._tap_threshold?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6443 | adafruit_lsm303_accel.LSM303_Accel._tap_time_latency?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6444 | adafruit_lsm303_accel.LSM303_Accel._tap_time_limit?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6445 | adafruit_lsm303_accel.LSM303_Accel._tap_time_window?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6446 | adafruit_lsm303_accel.LSM303_Accel._write_u8?5(device: I2CDevice, address: int, val: 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:
diff
changeset
|
6447 | adafruit_lsm303_accel.LSM303_Accel.acceleration?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6448 | adafruit_lsm303_accel.LSM303_Accel.data_rate?4(value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6449 | adafruit_lsm303_accel.LSM303_Accel.mode?4(value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6450 | adafruit_lsm303_accel.LSM303_Accel.range?4(value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6451 | adafruit_lsm303_accel.LSM303_Accel.set_tap?4(tap: Literal[0, 1, 2], threshold: int, *, time_limit: int = 10, time_latency: int = 20, time_window: int = 255, tap_cfg: 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:
diff
changeset
|
6452 | adafruit_lsm303_accel.LSM303_Accel.tapped?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6453 | adafruit_lsm303_accel.LSM303_Accel?1(i2c: I2C) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6454 | adafruit_lsm303_accel.Mode.MODE_HIGH_RESOLUTION?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6455 | adafruit_lsm303_accel.Mode.MODE_LOW_POWER?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6456 | adafruit_lsm303_accel.Mode.MODE_NORMAL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6457 | adafruit_lsm303_accel.Range.RANGE_16G?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6458 | adafruit_lsm303_accel.Range.RANGE_2G?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6459 | adafruit_lsm303_accel.Range.RANGE_4G?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6460 | adafruit_lsm303_accel.Range.RANGE_8G?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6461 | adafruit_lsm303_accel.Rate.RATE_100_HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6462 | adafruit_lsm303_accel.Rate.RATE_10_HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6463 | adafruit_lsm303_accel.Rate.RATE_1344_HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6464 | adafruit_lsm303_accel.Rate.RATE_1620_HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6465 | adafruit_lsm303_accel.Rate.RATE_1_HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6466 | adafruit_lsm303_accel.Rate.RATE_200_HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6467 | adafruit_lsm303_accel.Rate.RATE_25_HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6468 | adafruit_lsm303_accel.Rate.RATE_400_HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6469 | adafruit_lsm303_accel.Rate.RATE_50_HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6470 | adafruit_lsm303_accel.Rate.RATE_SHUTDOWN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6471 | adafruit_lsm303_accel._ADDRESS_ACCEL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6472 | adafruit_lsm303_accel._ADDRESS_MAG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6473 | adafruit_lsm303_accel._GRAVITY_STANDARD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6474 | adafruit_lsm303_accel._ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6475 | adafruit_lsm303_accel._LSM303ACCEL_MG_LSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6476 | adafruit_lsm303_accel._REG_ACCEL_ACT_DUR_A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6477 | adafruit_lsm303_accel._REG_ACCEL_ACT_THS_A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6478 | adafruit_lsm303_accel._REG_ACCEL_CLICK_CFG_A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6479 | adafruit_lsm303_accel._REG_ACCEL_CLICK_SRC_A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6480 | adafruit_lsm303_accel._REG_ACCEL_CLICK_THS_A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6481 | adafruit_lsm303_accel._REG_ACCEL_CTRL_REG1_A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6482 | adafruit_lsm303_accel._REG_ACCEL_CTRL_REG2_A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6483 | adafruit_lsm303_accel._REG_ACCEL_CTRL_REG3_A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6484 | adafruit_lsm303_accel._REG_ACCEL_CTRL_REG4_A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6485 | adafruit_lsm303_accel._REG_ACCEL_CTRL_REG5_A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6486 | adafruit_lsm303_accel._REG_ACCEL_CTRL_REG6_A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6487 | adafruit_lsm303_accel._REG_ACCEL_FIFO_CTRL_REG_A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6488 | adafruit_lsm303_accel._REG_ACCEL_FIFO_SRC_REG_A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6489 | adafruit_lsm303_accel._REG_ACCEL_INT1_CFG_A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6490 | adafruit_lsm303_accel._REG_ACCEL_INT1_DURATION_A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6491 | adafruit_lsm303_accel._REG_ACCEL_INT1_SOURCE_A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6492 | adafruit_lsm303_accel._REG_ACCEL_INT1_THS_A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6493 | adafruit_lsm303_accel._REG_ACCEL_INT2_CFG_A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6494 | adafruit_lsm303_accel._REG_ACCEL_INT2_DURATION_A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6495 | adafruit_lsm303_accel._REG_ACCEL_INT2_SOURCE_A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6496 | adafruit_lsm303_accel._REG_ACCEL_INT2_THS_A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6497 | adafruit_lsm303_accel._REG_ACCEL_OUT_X_H_A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6498 | adafruit_lsm303_accel._REG_ACCEL_OUT_X_L_A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6499 | adafruit_lsm303_accel._REG_ACCEL_OUT_Y_H_A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6500 | adafruit_lsm303_accel._REG_ACCEL_OUT_Y_L_A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6501 | adafruit_lsm303_accel._REG_ACCEL_OUT_Z_H_A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6502 | adafruit_lsm303_accel._REG_ACCEL_OUT_Z_L_A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6503 | adafruit_lsm303_accel._REG_ACCEL_REFERENCE_A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6504 | adafruit_lsm303_accel._REG_ACCEL_STATUS_REG_A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6505 | adafruit_lsm303_accel._REG_ACCEL_TIME_LATENCY_A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6506 | adafruit_lsm303_accel._REG_ACCEL_TIME_LIMIT_A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6507 | adafruit_lsm303_accel._REG_ACCEL_TIME_WINDOW_A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6508 | adafruit_lsm303_accel._REG_ACCEL_WHO_AM_I?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6509 | adafruit_lsm303_accel._SMOLLER_GRAVITY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6510 | adafruit_lsm303dlh_mag.LSM303DLH_Mag._BUFFER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6511 | adafruit_lsm303dlh_mag.LSM303DLH_Mag._raw_magnetic?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6512 | adafruit_lsm303dlh_mag.LSM303DLH_Mag._read_bytes?5(address: int, count: int, buf: bytearray) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6513 | adafruit_lsm303dlh_mag.LSM303DLH_Mag._read_u8?5(device: I2CDevice, address: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6514 | adafruit_lsm303dlh_mag.LSM303DLH_Mag._write_u8?5(device: I2CDevice, address: int, val: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6515 | adafruit_lsm303dlh_mag.LSM303DLH_Mag.mag_gain?4(value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6516 | adafruit_lsm303dlh_mag.LSM303DLH_Mag.mag_rate?4(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:
diff
changeset
|
6517 | adafruit_lsm303dlh_mag.LSM303DLH_Mag.magnetic?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6518 | adafruit_lsm303dlh_mag.LSM303DLH_Mag?1(i2c: I2C) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6519 | adafruit_lsm303dlh_mag.MAGGAIN_1_3?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6520 | adafruit_lsm303dlh_mag.MAGGAIN_1_9?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6521 | adafruit_lsm303dlh_mag.MAGGAIN_2_5?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6522 | adafruit_lsm303dlh_mag.MAGGAIN_4_0?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6523 | adafruit_lsm303dlh_mag.MAGGAIN_4_7?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6524 | adafruit_lsm303dlh_mag.MAGGAIN_5_6?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6525 | adafruit_lsm303dlh_mag.MAGGAIN_8_1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6526 | adafruit_lsm303dlh_mag.MAGRATE_0_7?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6527 | adafruit_lsm303dlh_mag.MAGRATE_15?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6528 | adafruit_lsm303dlh_mag.MAGRATE_1_5?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6529 | adafruit_lsm303dlh_mag.MAGRATE_220?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6530 | adafruit_lsm303dlh_mag.MAGRATE_30?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6531 | adafruit_lsm303dlh_mag.MAGRATE_3_0?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6532 | adafruit_lsm303dlh_mag.MAGRATE_75?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6533 | adafruit_lsm303dlh_mag.MAGRATE_7_5?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6534 | adafruit_lsm303dlh_mag.MAG_DEVICE_ID?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6535 | adafruit_lsm303dlh_mag._ADDRESS_MAG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6536 | adafruit_lsm303dlh_mag._GAUSS_TO_MICROTESLA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6537 | adafruit_lsm303dlh_mag._GRAVITY_STANDARD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6538 | adafruit_lsm303dlh_mag._ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6539 | adafruit_lsm303dlh_mag._REG_MAG_CRA_REG_M?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6540 | adafruit_lsm303dlh_mag._REG_MAG_CRB_REG_M?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6541 | adafruit_lsm303dlh_mag._REG_MAG_IRA_REG_M?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6542 | adafruit_lsm303dlh_mag._REG_MAG_IRB_REG_M?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6543 | adafruit_lsm303dlh_mag._REG_MAG_IRC_REG_M?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6544 | adafruit_lsm303dlh_mag._REG_MAG_MR_REG_M?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6545 | adafruit_lsm303dlh_mag._REG_MAG_OUT_X_H_M?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6546 | adafruit_lsm303dlh_mag._REG_MAG_OUT_X_L_M?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6547 | adafruit_lsm303dlh_mag._REG_MAG_OUT_Y_H_M?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6548 | adafruit_lsm303dlh_mag._REG_MAG_OUT_Y_L_M?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6549 | adafruit_lsm303dlh_mag._REG_MAG_OUT_Z_H_M?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6550 | adafruit_lsm303dlh_mag._REG_MAG_OUT_Z_L_M?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6551 | adafruit_lsm303dlh_mag._REG_MAG_SR_REG_M?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6552 | adafruit_lsm303dlh_mag._REG_MAG_TEMP_OUT_H_M?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6553 | adafruit_lsm303dlh_mag._REG_MAG_TEMP_OUT_L_M?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6554 | adafruit_lsm6ds.CV.add_values?4(value_tuples: Tuple[str, int, float, Optional[float]]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6555 | adafruit_lsm6ds.CV.is_valid?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:
diff
changeset
|
6556 | adafruit_lsm6ds.LSM6DS.CHIP_ID?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6557 | adafruit_lsm6ds.LSM6DS._accel_data_rate?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6558 | adafruit_lsm6ds.LSM6DS._accel_range?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6559 | adafruit_lsm6ds.LSM6DS._add_accel_ranges?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6560 | adafruit_lsm6ds.LSM6DS._add_gyro_ranges?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6561 | adafruit_lsm6ds.LSM6DS._bdu?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6562 | adafruit_lsm6ds.LSM6DS._block_data_enable?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6563 | adafruit_lsm6ds.LSM6DS._chip_id?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6564 | adafruit_lsm6ds.LSM6DS._emb_func_en_a?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6565 | adafruit_lsm6ds.LSM6DS._emb_func_en_b?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6566 | adafruit_lsm6ds.LSM6DS._func_enable?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6567 | adafruit_lsm6ds.LSM6DS._gyro_data_rate?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6568 | adafruit_lsm6ds.LSM6DS._gyro_range?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6569 | adafruit_lsm6ds.LSM6DS._gyro_range_125dps?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6570 | adafruit_lsm6ds.LSM6DS._high_pass_filter?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6571 | adafruit_lsm6ds.LSM6DS._i3c_disable?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6572 | adafruit_lsm6ds.LSM6DS._mem_bank?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6573 | adafruit_lsm6ds.LSM6DS._mlc0_src?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6574 | adafruit_lsm6ds.LSM6DS._mlc_status?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6575 | adafruit_lsm6ds.LSM6DS._ped_enable?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6576 | adafruit_lsm6ds.LSM6DS._pedometer_reset?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6577 | adafruit_lsm6ds.LSM6DS._raw_accel_data?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6578 | adafruit_lsm6ds.LSM6DS._raw_gyro_data?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6579 | adafruit_lsm6ds.LSM6DS._raw_temp_data?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6580 | adafruit_lsm6ds.LSM6DS._route_int1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6581 | adafruit_lsm6ds.LSM6DS._scale_gyro_data?5(raw_measurement: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6582 | adafruit_lsm6ds.LSM6DS._scale_xl_data?5(raw_measurement: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6583 | adafruit_lsm6ds.LSM6DS._set_embedded_functions?5(enable, emb_ab=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6584 | adafruit_lsm6ds.LSM6DS._set_gyro_range?5(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:
diff
changeset
|
6585 | adafruit_lsm6ds.LSM6DS._sw_reset?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6586 | adafruit_lsm6ds.LSM6DS._tap_clear?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6587 | adafruit_lsm6ds.LSM6DS._tap_latch?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6588 | adafruit_lsm6ds.LSM6DS.acceleration?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6589 | adafruit_lsm6ds.LSM6DS.accelerometer_data_rate?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:
diff
changeset
|
6590 | adafruit_lsm6ds.LSM6DS.accelerometer_range?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:
diff
changeset
|
6591 | adafruit_lsm6ds.LSM6DS.gyro?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6592 | adafruit_lsm6ds.LSM6DS.gyro_data_rate?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:
diff
changeset
|
6593 | adafruit_lsm6ds.LSM6DS.gyro_range?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:
diff
changeset
|
6594 | adafruit_lsm6ds.LSM6DS.high_pass_filter?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:
diff
changeset
|
6595 | adafruit_lsm6ds.LSM6DS.load_mlc?4(ucf) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6596 | adafruit_lsm6ds.LSM6DS.pedometer_enable?4(enable: bool) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6597 | adafruit_lsm6ds.LSM6DS.pedometer_steps?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6598 | adafruit_lsm6ds.LSM6DS.read_mlc_output?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6599 | adafruit_lsm6ds.LSM6DS.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:
diff
changeset
|
6600 | adafruit_lsm6ds.LSM6DS.temperature?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6601 | adafruit_lsm6ds.LSM6DS?1(i2c_bus: I2C, address: int = LSM6DS_DEFAULT_ADDRESS, ucf: 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:
diff
changeset
|
6602 | adafruit_lsm6ds.LSM6DS_CHIP_ID?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6603 | adafruit_lsm6ds.LSM6DS_DEFAULT_ADDRESS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6604 | adafruit_lsm6ds._LSM6DS_ALL_INT_SRC?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6605 | adafruit_lsm6ds._LSM6DS_CTRL10_C?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6606 | adafruit_lsm6ds._LSM6DS_CTRL1_XL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6607 | adafruit_lsm6ds._LSM6DS_CTRL2_G?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6608 | adafruit_lsm6ds._LSM6DS_CTRL3_C?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6609 | adafruit_lsm6ds._LSM6DS_CTRL8_XL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6610 | adafruit_lsm6ds._LSM6DS_CTRL9_XL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6611 | adafruit_lsm6ds._LSM6DS_EMB_FUNC_EN_A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6612 | adafruit_lsm6ds._LSM6DS_EMB_FUNC_EN_B?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6613 | adafruit_lsm6ds._LSM6DS_FUNC_CFG_ACCESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6614 | adafruit_lsm6ds._LSM6DS_FUNC_CFG_BANK_EMBED?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6615 | adafruit_lsm6ds._LSM6DS_FUNC_CFG_BANK_HUB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6616 | adafruit_lsm6ds._LSM6DS_FUNC_CFG_BANK_USER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6617 | adafruit_lsm6ds._LSM6DS_MLC0_SRC?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6618 | adafruit_lsm6ds._LSM6DS_MLC_INT1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6619 | adafruit_lsm6ds._LSM6DS_MLC_STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6620 | adafruit_lsm6ds._LSM6DS_OUTX_L_A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6621 | adafruit_lsm6ds._LSM6DS_OUTX_L_G?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6622 | adafruit_lsm6ds._LSM6DS_OUT_TEMP_L?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6623 | adafruit_lsm6ds._LSM6DS_STEP_COUNTER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6624 | adafruit_lsm6ds._LSM6DS_TAP_CFG0?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6625 | adafruit_lsm6ds._LSM6DS_TAP_CFG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6626 | adafruit_lsm6ds._LSM6DS_WHOAMI?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6627 | adafruit_lsm6ds._MILLI_G_TO_ACCEL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6628 | adafruit_lsm6ds._TEMPERATURE_OFFSET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6629 | adafruit_lsm6ds._TEMPERATURE_SENSITIVITY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6630 | adafruit_lsm6ds.ism330dhcx.ISM330DHCX.CHIP_ID?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6631 | adafruit_lsm6ds.ism330dhcx.ISM330DHCX._gyro_range_4000dps?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6632 | adafruit_lsm6ds.ism330dhcx.ISM330DHCX.gyro_range?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:
diff
changeset
|
6633 | adafruit_lsm6ds.ism330dhcx.ISM330DHCX?1(i2c_bus: I2C, address: int = LSM6DS_DEFAULT_ADDRESS) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6634 | adafruit_lsm6ds.ism330dhcx._LSM6DS_CTRL2_G?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6635 | adafruit_lsm6ds.lsm6ds3.LSM6DS3.CHIP_ID?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6636 | adafruit_lsm6ds.lsm6ds33.LSM6DS33.CHIP_ID?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6637 | adafruit_lsm6ds.lsm6ds3trc.LSM6DS3TRC.CHIP_ID?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6638 | adafruit_lsm6ds.lsm6ds3trc.LSM6DS3TRC._ped_enable?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6639 | adafruit_lsm6ds.lsm6ds3trc._LSM6DS_CTRL10_C?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6640 | adafruit_lsm6ds.lsm6dso32.LSM6DSO32.CHIP_ID?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6641 | adafruit_lsm6ds.lsm6dso32.LSM6DSO32._add_accel_ranges?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6642 | adafruit_lsm6ds.lsm6dso32.LSM6DSO32?1(i2c_bus: I2C, address: int = LSM6DS_DEFAULT_ADDRESS) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6643 | adafruit_lsm6ds.lsm6dsox.LSM6DSOX.CHIP_ID?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6644 | adafruit_lsm6ds.lsm6dsox.LSM6DSOX?1(i2c_bus: I2C, address: int = LSM6DS_DEFAULT_ADDRESS, ucf: 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:
diff
changeset
|
6645 | adafruit_lsm9ds0.ACCELRANGE_16G?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6646 | adafruit_lsm9ds0.ACCELRANGE_2G?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6647 | adafruit_lsm9ds0.ACCELRANGE_4G?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6648 | adafruit_lsm9ds0.ACCELRANGE_6G?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6649 | adafruit_lsm9ds0.ACCELRANGE_8G?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6650 | adafruit_lsm9ds0.GYROSCALE_2000DPS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6651 | adafruit_lsm9ds0.GYROSCALE_245DPS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6652 | adafruit_lsm9ds0.GYROSCALE_500DPS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6653 | adafruit_lsm9ds0.LSM9DS0._BUFFER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6654 | adafruit_lsm9ds0.LSM9DS0._read_bytes?5(sensor_type, address, count, buf) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6655 | adafruit_lsm9ds0.LSM9DS0._read_u8?5(sensor_type, address) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6656 | adafruit_lsm9ds0.LSM9DS0._write_u8?5(sensor_type, address, val) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6657 | adafruit_lsm9ds0.LSM9DS0.accel_range?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:
diff
changeset
|
6658 | adafruit_lsm9ds0.LSM9DS0.acceleration?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6659 | adafruit_lsm9ds0.LSM9DS0.gyro?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6660 | adafruit_lsm9ds0.LSM9DS0.gyro_scale?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:
diff
changeset
|
6661 | adafruit_lsm9ds0.LSM9DS0.mag_gain?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:
diff
changeset
|
6662 | adafruit_lsm9ds0.LSM9DS0.magnetic?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6663 | adafruit_lsm9ds0.LSM9DS0.read_accel_raw?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6664 | adafruit_lsm9ds0.LSM9DS0.read_gyro_raw?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6665 | adafruit_lsm9ds0.LSM9DS0.read_mag_raw?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6666 | adafruit_lsm9ds0.LSM9DS0.read_temp_raw?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6667 | adafruit_lsm9ds0.LSM9DS0.temperature?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6668 | adafruit_lsm9ds0.LSM9DS0?1() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6669 | adafruit_lsm9ds0.LSM9DS0_I2C._read_bytes?5(sensor_type, address, count, buf) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6670 | adafruit_lsm9ds0.LSM9DS0_I2C._read_u8?5(sensor_type, address) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6671 | adafruit_lsm9ds0.LSM9DS0_I2C._write_u8?5(sensor_type, address, val) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6672 | adafruit_lsm9ds0.LSM9DS0_I2C?1(i2c) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6673 | adafruit_lsm9ds0.LSM9DS0_SPI._read_bytes?5(sensor_type, address, count, buf) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6674 | adafruit_lsm9ds0.LSM9DS0_SPI._read_u8?5(sensor_type, address) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6675 | adafruit_lsm9ds0.LSM9DS0_SPI._write_u8?5(sensor_type, address, val) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6676 | adafruit_lsm9ds0.LSM9DS0_SPI?1(spi, xmcs, gcs) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6677 | adafruit_lsm9ds0.MAGGAIN_12GAUSS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6678 | adafruit_lsm9ds0.MAGGAIN_2GAUSS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6679 | adafruit_lsm9ds0.MAGGAIN_4GAUSS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6680 | adafruit_lsm9ds0.MAGGAIN_8GAUSS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6681 | adafruit_lsm9ds0._GYROTYPE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6682 | adafruit_lsm9ds0._LSM9DS0_ACCEL_MG_LSB_16G?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6683 | adafruit_lsm9ds0._LSM9DS0_ACCEL_MG_LSB_2G?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6684 | adafruit_lsm9ds0._LSM9DS0_ACCEL_MG_LSB_4G?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6685 | adafruit_lsm9ds0._LSM9DS0_ACCEL_MG_LSB_6G?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6686 | adafruit_lsm9ds0._LSM9DS0_ACCEL_MG_LSB_8G?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6687 | adafruit_lsm9ds0._LSM9DS0_ADDRESS_ACCELMAG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6688 | adafruit_lsm9ds0._LSM9DS0_ADDRESS_GYRO?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6689 | adafruit_lsm9ds0._LSM9DS0_GYRO_DPS_DIGIT_2000DPS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6690 | adafruit_lsm9ds0._LSM9DS0_GYRO_DPS_DIGIT_245DPS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6691 | adafruit_lsm9ds0._LSM9DS0_GYRO_DPS_DIGIT_500DPS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6692 | adafruit_lsm9ds0._LSM9DS0_G_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6693 | adafruit_lsm9ds0._LSM9DS0_MAG_MGAUSS_12GAUSS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6694 | adafruit_lsm9ds0._LSM9DS0_MAG_MGAUSS_2GAUSS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6695 | adafruit_lsm9ds0._LSM9DS0_MAG_MGAUSS_4GAUSS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6696 | adafruit_lsm9ds0._LSM9DS0_MAG_MGAUSS_8GAUSS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6697 | adafruit_lsm9ds0._LSM9DS0_REGISTER_CTRL_REG1_G?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6698 | adafruit_lsm9ds0._LSM9DS0_REGISTER_CTRL_REG1_XM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6699 | adafruit_lsm9ds0._LSM9DS0_REGISTER_CTRL_REG2_XM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6700 | adafruit_lsm9ds0._LSM9DS0_REGISTER_CTRL_REG3_G?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6701 | adafruit_lsm9ds0._LSM9DS0_REGISTER_CTRL_REG4_G?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6702 | adafruit_lsm9ds0._LSM9DS0_REGISTER_CTRL_REG5_XM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6703 | adafruit_lsm9ds0._LSM9DS0_REGISTER_CTRL_REG6_XM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6704 | adafruit_lsm9ds0._LSM9DS0_REGISTER_CTRL_REG7_XM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6705 | adafruit_lsm9ds0._LSM9DS0_REGISTER_INT_CTRL_REG_M?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6706 | adafruit_lsm9ds0._LSM9DS0_REGISTER_INT_SRC_REG_M?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6707 | adafruit_lsm9ds0._LSM9DS0_REGISTER_OUT_X_H_A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6708 | adafruit_lsm9ds0._LSM9DS0_REGISTER_OUT_X_H_G?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6709 | adafruit_lsm9ds0._LSM9DS0_REGISTER_OUT_X_H_M?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6710 | adafruit_lsm9ds0._LSM9DS0_REGISTER_OUT_X_L_A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6711 | adafruit_lsm9ds0._LSM9DS0_REGISTER_OUT_X_L_G?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6712 | adafruit_lsm9ds0._LSM9DS0_REGISTER_OUT_X_L_M?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6713 | adafruit_lsm9ds0._LSM9DS0_REGISTER_OUT_Y_H_A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6714 | adafruit_lsm9ds0._LSM9DS0_REGISTER_OUT_Y_H_G?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6715 | adafruit_lsm9ds0._LSM9DS0_REGISTER_OUT_Y_H_M?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6716 | adafruit_lsm9ds0._LSM9DS0_REGISTER_OUT_Y_L_A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6717 | adafruit_lsm9ds0._LSM9DS0_REGISTER_OUT_Y_L_G?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6718 | adafruit_lsm9ds0._LSM9DS0_REGISTER_OUT_Y_L_M?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6719 | adafruit_lsm9ds0._LSM9DS0_REGISTER_OUT_Z_H_A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6720 | adafruit_lsm9ds0._LSM9DS0_REGISTER_OUT_Z_H_G?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6721 | adafruit_lsm9ds0._LSM9DS0_REGISTER_OUT_Z_H_M?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6722 | adafruit_lsm9ds0._LSM9DS0_REGISTER_OUT_Z_L_A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6723 | adafruit_lsm9ds0._LSM9DS0_REGISTER_OUT_Z_L_G?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6724 | adafruit_lsm9ds0._LSM9DS0_REGISTER_OUT_Z_L_M?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6725 | adafruit_lsm9ds0._LSM9DS0_REGISTER_STATUS_REG_M?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6726 | adafruit_lsm9ds0._LSM9DS0_REGISTER_TEMP_OUT_H_XM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6727 | adafruit_lsm9ds0._LSM9DS0_REGISTER_TEMP_OUT_L_XM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6728 | adafruit_lsm9ds0._LSM9DS0_REGISTER_WHO_AM_I_G?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6729 | adafruit_lsm9ds0._LSM9DS0_REGISTER_WHO_AM_I_XM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6730 | adafruit_lsm9ds0._LSM9DS0_TEMP_LSB_DEGREE_CELSIUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6731 | adafruit_lsm9ds0._LSM9DS0_XM_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6732 | adafruit_lsm9ds0._SENSORS_GRAVITY_STANDARD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6733 | adafruit_lsm9ds0._XMTYPE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6734 | adafruit_lsm9ds0._twos_comp?5(val, bits) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6735 | adafruit_lsm9ds1.ACCELRANGE_16G?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6736 | adafruit_lsm9ds1.ACCELRANGE_2G?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6737 | adafruit_lsm9ds1.ACCELRANGE_4G?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6738 | adafruit_lsm9ds1.ACCELRANGE_8G?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6739 | adafruit_lsm9ds1.GYROSCALE_2000DPS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6740 | adafruit_lsm9ds1.GYROSCALE_245DPS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6741 | adafruit_lsm9ds1.GYROSCALE_500DPS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6742 | adafruit_lsm9ds1.LSM9DS1._BUFFER?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6743 | adafruit_lsm9ds1.LSM9DS1._read_bytes?5(sensor_type: bool, address: int, count: int, buf: WriteableBuffer) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6744 | adafruit_lsm9ds1.LSM9DS1._read_u8?5(sensor_type: bool, address: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6745 | adafruit_lsm9ds1.LSM9DS1._write_u8?5(sensor_type: bool, address: int, val: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6746 | adafruit_lsm9ds1.LSM9DS1.accel_range?4(val: 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:
diff
changeset
|
6747 | adafruit_lsm9ds1.LSM9DS1.acceleration?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6748 | adafruit_lsm9ds1.LSM9DS1.gyro?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6749 | adafruit_lsm9ds1.LSM9DS1.gyro_scale?4(val: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6750 | adafruit_lsm9ds1.LSM9DS1.mag_gain?4(val: 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:
diff
changeset
|
6751 | adafruit_lsm9ds1.LSM9DS1.magnetic?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6752 | adafruit_lsm9ds1.LSM9DS1.read_accel_raw?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6753 | adafruit_lsm9ds1.LSM9DS1.read_gyro_raw?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6754 | adafruit_lsm9ds1.LSM9DS1.read_mag_raw?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6755 | adafruit_lsm9ds1.LSM9DS1.read_temp_raw?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6756 | adafruit_lsm9ds1.LSM9DS1.temperature?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6757 | adafruit_lsm9ds1.LSM9DS1?1() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6758 | adafruit_lsm9ds1.LSM9DS1_I2C._read_bytes?5(sensor_type: bool, address: int, count: int, buf: WriteableBuffer) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6759 | adafruit_lsm9ds1.LSM9DS1_I2C._read_u8?5(sensor_type: bool, address: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6760 | adafruit_lsm9ds1.LSM9DS1_I2C._write_u8?5(sensor_type: bool, address: int, val: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6761 | adafruit_lsm9ds1.LSM9DS1_I2C?1(i2c: I2C, mag_address: int = _LSM9DS1_ADDRESS_MAG, xg_address: int = _LSM9DS1_ADDRESS_ACCELGYRO, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6762 | adafruit_lsm9ds1.LSM9DS1_SPI._read_bytes?5(sensor_type: bool, address: int, count: int, buf: WriteableBuffer) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6763 | adafruit_lsm9ds1.LSM9DS1_SPI._read_u8?5(sensor_type: bool, address: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6764 | adafruit_lsm9ds1.LSM9DS1_SPI._write_u8?5(sensor_type: bool, address: int, val: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6765 | adafruit_lsm9ds1.LSM9DS1_SPI?1(spi: SPI, xgcs: DigitalInOut, mcs: DigitalInOut) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6766 | adafruit_lsm9ds1.MAGGAIN_12GAUSS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6767 | adafruit_lsm9ds1.MAGGAIN_16GAUSS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6768 | adafruit_lsm9ds1.MAGGAIN_4GAUSS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6769 | adafruit_lsm9ds1.MAGGAIN_8GAUSS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6770 | adafruit_lsm9ds1._LSM9DS1_ACCEL_MG_LSB_16G?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6771 | adafruit_lsm9ds1._LSM9DS1_ACCEL_MG_LSB_2G?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6772 | adafruit_lsm9ds1._LSM9DS1_ACCEL_MG_LSB_4G?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6773 | adafruit_lsm9ds1._LSM9DS1_ACCEL_MG_LSB_8G?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6774 | adafruit_lsm9ds1._LSM9DS1_ADDRESS_ACCELGYRO?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6775 | adafruit_lsm9ds1._LSM9DS1_ADDRESS_MAG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6776 | adafruit_lsm9ds1._LSM9DS1_GYRO_DPS_DIGIT_2000DPS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6777 | adafruit_lsm9ds1._LSM9DS1_GYRO_DPS_DIGIT_245DPS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6778 | adafruit_lsm9ds1._LSM9DS1_GYRO_DPS_DIGIT_500DPS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6779 | adafruit_lsm9ds1._LSM9DS1_MAG_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6780 | adafruit_lsm9ds1._LSM9DS1_MAG_MGAUSS_12GAUSS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6781 | adafruit_lsm9ds1._LSM9DS1_MAG_MGAUSS_16GAUSS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6782 | adafruit_lsm9ds1._LSM9DS1_MAG_MGAUSS_4GAUSS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6783 | adafruit_lsm9ds1._LSM9DS1_MAG_MGAUSS_8GAUSS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6784 | adafruit_lsm9ds1._LSM9DS1_REGISTER_CFG_M?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6785 | adafruit_lsm9ds1._LSM9DS1_REGISTER_CTRL_REG10?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6786 | adafruit_lsm9ds1._LSM9DS1_REGISTER_CTRL_REG1_G?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6787 | adafruit_lsm9ds1._LSM9DS1_REGISTER_CTRL_REG1_M?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6788 | adafruit_lsm9ds1._LSM9DS1_REGISTER_CTRL_REG2_G?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6789 | adafruit_lsm9ds1._LSM9DS1_REGISTER_CTRL_REG2_M?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6790 | adafruit_lsm9ds1._LSM9DS1_REGISTER_CTRL_REG3_G?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6791 | adafruit_lsm9ds1._LSM9DS1_REGISTER_CTRL_REG3_M?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6792 | adafruit_lsm9ds1._LSM9DS1_REGISTER_CTRL_REG4?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6793 | adafruit_lsm9ds1._LSM9DS1_REGISTER_CTRL_REG4_M?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6794 | adafruit_lsm9ds1._LSM9DS1_REGISTER_CTRL_REG5_M?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6795 | adafruit_lsm9ds1._LSM9DS1_REGISTER_CTRL_REG5_XL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6796 | adafruit_lsm9ds1._LSM9DS1_REGISTER_CTRL_REG6_XL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6797 | adafruit_lsm9ds1._LSM9DS1_REGISTER_CTRL_REG7_XL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6798 | adafruit_lsm9ds1._LSM9DS1_REGISTER_CTRL_REG8?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6799 | adafruit_lsm9ds1._LSM9DS1_REGISTER_CTRL_REG9?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6800 | adafruit_lsm9ds1._LSM9DS1_REGISTER_INT_SRC_M?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6801 | adafruit_lsm9ds1._LSM9DS1_REGISTER_OUT_X_H_G?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6802 | adafruit_lsm9ds1._LSM9DS1_REGISTER_OUT_X_H_M?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6803 | adafruit_lsm9ds1._LSM9DS1_REGISTER_OUT_X_H_XL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6804 | adafruit_lsm9ds1._LSM9DS1_REGISTER_OUT_X_L_G?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6805 | adafruit_lsm9ds1._LSM9DS1_REGISTER_OUT_X_L_M?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6806 | adafruit_lsm9ds1._LSM9DS1_REGISTER_OUT_X_L_XL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6807 | adafruit_lsm9ds1._LSM9DS1_REGISTER_OUT_Y_H_G?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6808 | adafruit_lsm9ds1._LSM9DS1_REGISTER_OUT_Y_H_M?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6809 | adafruit_lsm9ds1._LSM9DS1_REGISTER_OUT_Y_H_XL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6810 | adafruit_lsm9ds1._LSM9DS1_REGISTER_OUT_Y_L_G?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6811 | adafruit_lsm9ds1._LSM9DS1_REGISTER_OUT_Y_L_M?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6812 | adafruit_lsm9ds1._LSM9DS1_REGISTER_OUT_Y_L_XL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6813 | adafruit_lsm9ds1._LSM9DS1_REGISTER_OUT_Z_H_G?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6814 | adafruit_lsm9ds1._LSM9DS1_REGISTER_OUT_Z_H_M?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6815 | adafruit_lsm9ds1._LSM9DS1_REGISTER_OUT_Z_H_XL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6816 | adafruit_lsm9ds1._LSM9DS1_REGISTER_OUT_Z_L_G?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6817 | adafruit_lsm9ds1._LSM9DS1_REGISTER_OUT_Z_L_M?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6818 | adafruit_lsm9ds1._LSM9DS1_REGISTER_OUT_Z_L_XL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6819 | adafruit_lsm9ds1._LSM9DS1_REGISTER_STATUS_REG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6820 | adafruit_lsm9ds1._LSM9DS1_REGISTER_STATUS_REG_M?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6821 | adafruit_lsm9ds1._LSM9DS1_REGISTER_TEMP_OUT_H?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6822 | adafruit_lsm9ds1._LSM9DS1_REGISTER_TEMP_OUT_L?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6823 | adafruit_lsm9ds1._LSM9DS1_REGISTER_WHO_AM_I_M?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6824 | adafruit_lsm9ds1._LSM9DS1_REGISTER_WHO_AM_I_XG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6825 | adafruit_lsm9ds1._LSM9DS1_TEMP_LSB_DEGREE_CELSIUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6826 | adafruit_lsm9ds1._LSM9DS1_XG_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6827 | adafruit_lsm9ds1._MAGTYPE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6828 | adafruit_lsm9ds1._SENSORS_GRAVITY_STANDARD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6829 | adafruit_lsm9ds1._SPI_AUTO_INCR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6830 | adafruit_lsm9ds1._XGTYPE?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6831 | adafruit_lsm9ds1._twos_comp?5(val: int, bits: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6832 | adafruit_ltr329_ltr303.LTR303._enable_int?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6833 | adafruit_ltr329_ltr303.LTR303._int_persistence?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6834 | adafruit_ltr329_ltr303.LTR303._int_polarity?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6835 | adafruit_ltr329_ltr303.LTR303.enable_int?4(enable: bool) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6836 | adafruit_ltr329_ltr303.LTR303.int_persistence?4(counts: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6837 | adafruit_ltr329_ltr303.LTR303.int_polarity?4(pol: bool) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6838 | adafruit_ltr329_ltr303.LTR303.threshold_high?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6839 | adafruit_ltr329_ltr303.LTR303.threshold_low?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6840 | adafruit_ltr329_ltr303.LTR329._als_data_gain_range?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6841 | adafruit_ltr329_ltr303.LTR329._als_gain?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6842 | adafruit_ltr329_ltr303.LTR329._integration_time?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6843 | adafruit_ltr329_ltr303.LTR329._light_data?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6844 | adafruit_ltr329_ltr303.LTR329._measurement_rate?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6845 | adafruit_ltr329_ltr303.LTR329._reset?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6846 | adafruit_ltr329_ltr303.LTR329.active_mode?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6847 | adafruit_ltr329_ltr303.LTR329.als_data_gain?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6848 | adafruit_ltr329_ltr303.LTR329.als_data_invalid?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6849 | adafruit_ltr329_ltr303.LTR329.als_gain?4(gain: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6850 | adafruit_ltr329_ltr303.LTR329.integration_time?4(int_time: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6851 | adafruit_ltr329_ltr303.LTR329.ir_light?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6852 | adafruit_ltr329_ltr303.LTR329.light_channels?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6853 | adafruit_ltr329_ltr303.LTR329.manufacturer_id?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6854 | adafruit_ltr329_ltr303.LTR329.measurement_rate?4(rate: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6855 | adafruit_ltr329_ltr303.LTR329.new_als_data_available?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6856 | adafruit_ltr329_ltr303.LTR329.part_id?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6857 | adafruit_ltr329_ltr303.LTR329.reset?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6858 | adafruit_ltr329_ltr303.LTR329.throw_out_reading?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6859 | adafruit_ltr329_ltr303.LTR329.visible_plus_ir_light?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6860 | adafruit_ltr329_ltr303.LTR329?1(i2c: I2C, address: int = _LTR329_I2CADDR_DEFAULT) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6861 | adafruit_ltr329_ltr303._LTR303_REG_INTERRUPT?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6862 | adafruit_ltr329_ltr303._LTR303_REG_INTPERSIST?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6863 | adafruit_ltr329_ltr303._LTR303_REG_THRESHHIGH_LSB?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6864 | adafruit_ltr329_ltr303._LTR303_REG_THRESHLOW_LSB?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6865 | adafruit_ltr329_ltr303._LTR329_REG_ALS_CONTR?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6866 | adafruit_ltr329_ltr303._LTR329_REG_ALS_MEASRATE?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6867 | adafruit_ltr329_ltr303._LTR329_REG_CHANNEL0?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6868 | adafruit_ltr329_ltr303._LTR329_REG_CHANNEL1?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6869 | adafruit_ltr329_ltr303._LTR329_REG_MANUID?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6870 | adafruit_ltr329_ltr303._LTR329_REG_PARTID?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6871 | adafruit_ltr329_ltr303._LTR329_REG_STATUS?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6872 | adafruit_ltr329_ltr303._als_gains?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6873 | adafruit_ltr329_ltr303._integration_times?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6874 | adafruit_ltr329_ltr303._measurement_rates?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:
diff
changeset
|
6875 | adafruit_ltr390.ALS?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6876 | adafruit_ltr390.CV.add_values?4(value_tuples: Iterable[ |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6877 | Tuple[str, int, str, Optional[float], int, Optional[float]] |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6878 | ], ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6879 | adafruit_ltr390.CV.is_valid?4(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:
diff
changeset
|
6880 | adafruit_ltr390.LTR390._als_data_reg?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6881 | adafruit_ltr390.LTR390._enable_bit?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6882 | adafruit_ltr390.LTR390._gain_bits?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6883 | adafruit_ltr390.LTR390._id_reg?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6884 | adafruit_ltr390.LTR390._int_enable_bit?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6885 | adafruit_ltr390.LTR390._int_persistance_bits?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6886 | adafruit_ltr390.LTR390._int_src_bits?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6887 | adafruit_ltr390.LTR390._measurement_delay_bits?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6888 | adafruit_ltr390.LTR390._mode?5(value: bool) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6889 | adafruit_ltr390.LTR390._mode_bit?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6890 | adafruit_ltr390.LTR390._rate_bits?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6891 | adafruit_ltr390.LTR390._reset?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6892 | adafruit_ltr390.LTR390._reset_bit?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6893 | adafruit_ltr390.LTR390._resolution_bits?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6894 | adafruit_ltr390.LTR390._uvs_data_reg?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6895 | adafruit_ltr390.LTR390.data_ready?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6896 | adafruit_ltr390.LTR390.enable_alerts?4(enable: bool, source: bool, persistance: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6897 | adafruit_ltr390.LTR390.gain?4(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:
diff
changeset
|
6898 | adafruit_ltr390.LTR390.high_threshold?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6899 | adafruit_ltr390.LTR390.initialize?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6900 | adafruit_ltr390.LTR390.light?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6901 | adafruit_ltr390.LTR390.low_threshold?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6902 | adafruit_ltr390.LTR390.lux?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6903 | adafruit_ltr390.LTR390.measurement_delay?4(value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6904 | adafruit_ltr390.LTR390.resolution?4(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:
diff
changeset
|
6905 | adafruit_ltr390.LTR390.threshold_passed?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6906 | adafruit_ltr390.LTR390.uvi?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6907 | adafruit_ltr390.LTR390.uvs?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6908 | adafruit_ltr390.LTR390.window_factor?4(factor: float = 1) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6909 | adafruit_ltr390.LTR390?1(i2c: I2C, address: int = _DEFAULT_I2C_ADDR) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6910 | adafruit_ltr390.UV?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6911 | adafruit_ltr390.UnalignedStruct?1(register_address, struct_format, bitwidth, length) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6912 | adafruit_ltr390._ALSDATA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6913 | adafruit_ltr390._CTRL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6914 | adafruit_ltr390._DEFAULT_I2C_ADDR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6915 | adafruit_ltr390._GAIN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6916 | adafruit_ltr390._INT_CFG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6917 | adafruit_ltr390._INT_PST?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6918 | adafruit_ltr390._MEAS_RATE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6919 | adafruit_ltr390._PART_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6920 | adafruit_ltr390._STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6921 | adafruit_ltr390._THRESH_LOW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6922 | adafruit_ltr390._THRESH_UP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6923 | adafruit_ltr390._UVSDATA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6924 | adafruit_macropad.MacroPad.ConsumerControlCode?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6925 | adafruit_macropad.MacroPad.ControlChange?4(value: int, *, channel: 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:
diff
changeset
|
6926 | adafruit_macropad.MacroPad.Keycode?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6927 | adafruit_macropad.MacroPad.Mouse?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6928 | adafruit_macropad.MacroPad.NoteOff?4(str], velocity: int = 127, *, channel: 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:
diff
changeset
|
6929 | adafruit_macropad.MacroPad.NoteOn?4(str], velocity: int = 127, *, channel: 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:
diff
changeset
|
6930 | adafruit_macropad.MacroPad.PitchBend?4(*, channel: 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:
diff
changeset
|
6931 | adafruit_macropad.MacroPad.ProgramChange?4(*, channel: 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:
diff
changeset
|
6932 | adafruit_macropad.MacroPad._generate_sample?5(length: 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:
diff
changeset
|
6933 | adafruit_macropad.MacroPad._keys_and_pixels?5(int, int, int, int, int, int, int, int, int, int, int]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6934 | adafruit_macropad.MacroPad._sine_sample?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6935 | adafruit_macropad.MacroPad.consumer_control?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6936 | adafruit_macropad.MacroPad.display_image?4(file_name: Optional[str] = None, position: Optional[Tuple[int, int]] = None, ) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6937 | adafruit_macropad.MacroPad.display_sleep?4(sleep: bool) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6938 | adafruit_macropad.MacroPad.display_text?4(title_scale: int = 1, title_length: int = 80, text_scale: int = 1, font: 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:
diff
changeset
|
6939 | adafruit_macropad.MacroPad.encoder?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6940 | adafruit_macropad.MacroPad.encoder_switch?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6941 | adafruit_macropad.MacroPad.encoder_switch_debounced?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6942 | adafruit_macropad.MacroPad.keyboard?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6943 | adafruit_macropad.MacroPad.keyboard_layout?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6944 | adafruit_macropad.MacroPad.keys?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6945 | adafruit_macropad.MacroPad.midi?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6946 | adafruit_macropad.MacroPad.mouse?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6947 | adafruit_macropad.MacroPad.pixels?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6948 | adafruit_macropad.MacroPad.play_file?4(file_name: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6949 | adafruit_macropad.MacroPad.play_tone?4(frequency: int, duration: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6950 | adafruit_macropad.MacroPad.red_led?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:
diff
changeset
|
6951 | adafruit_macropad.MacroPad.start_tone?4(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:
diff
changeset
|
6952 | adafruit_macropad.MacroPad.stop_tone?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6953 | adafruit_macropad.MacroPad?1(rotation: int = 0, midi_in_channel: int = 1, midi_out_channel: int = 1, layout_class: type[KeyboardLayoutBase] = KeyboardLayoutUS, keycode_class: type[Keycode] = Keycode, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6954 | adafruit_macropad.ROTATED_KEYMAP_0?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6955 | adafruit_macropad.ROTATED_KEYMAP_180?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6956 | adafruit_macropad.ROTATED_KEYMAP_270?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6957 | adafruit_macropad.ROTATED_KEYMAP_90?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6958 | adafruit_macropad._PixelMapLite.auto_write?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:
diff
changeset
|
6959 | adafruit_macropad._PixelMapLite.brightness?4(value: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6960 | adafruit_macropad._PixelMapLite?2(pixels: NeoPixel, order: Tuple[ |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6961 | int, int, int, int, int, int, int, int, int, int, int, int |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6962 | ] = ROTATED_KEYMAP_0, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6963 | adafruit_macropad.keycodes?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6964 | adafruit_magtag.graphics.Graphics.qrcode?4(qr_data: Union[bytes, str], *, qr_size: int = 1, x: int = 0, y: int = 0, qr_color: int = 0x000000) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6965 | adafruit_magtag.graphics.Graphics.set_background?4(file_or_color: Union[str, int], position: Optional[Tuple[int, 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:
diff
changeset
|
6966 | adafruit_magtag.graphics.Graphics?1(*, default_bg: Union[str, int] = 0xFFFFFF, auto_refresh: bool = True, rotation: int = 270, debug: 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:
diff
changeset
|
6967 | adafruit_magtag.magtag.MagTag._fetch_set_text?5(val: str, index: 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:
diff
changeset
|
6968 | adafruit_magtag.magtag.MagTag.enter_light_sleep?4(sleep_time: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6969 | adafruit_magtag.magtag.MagTag.exit_and_deep_sleep?4(sleep_time: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6970 | adafruit_magtag.magtag.MagTag.fetch?4(refresh_url: Optional[str] = None, timeout: int = 10, auto_refresh: 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:
diff
changeset
|
6971 | adafruit_magtag.magtag.MagTag.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:
diff
changeset
|
6972 | adafruit_magtag.magtag.MagTag.set_text?4(val: str, index: int = 0, auto_refresh: 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:
diff
changeset
|
6973 | adafruit_magtag.magtag.MagTag?1(*, url: Optional[str] = None, headers: Optional[Dict[str, str]] = None, json_path: Optional[Sequence[Any]] = None, regexp_path: Optional[Sequence[str]] = None, default_bg: Union[str, int] = 0xFFFFFF, status_neopixel: Optional[Union[microcontroller.Pin, neopixel.NeoPixel]] = None, json_transform: Union[Sequence[Callable], Callable] = None, rotation: int = 270, debug: 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:
diff
changeset
|
6974 | adafruit_magtag.network.Network.enabled?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:
diff
changeset
|
6975 | adafruit_magtag.network.Network?1(*, status_neopixel: Optional[Union[microcontroller.Pin, neopixel.NeoPixel]] = None, extract_values: bool = True, debug: 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:
diff
changeset
|
6976 | adafruit_magtag.peripherals.Peripherals.any_button_pressed?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6977 | adafruit_magtag.peripherals.Peripherals.battery?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6978 | adafruit_magtag.peripherals.Peripherals.button_a_pressed?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6979 | adafruit_magtag.peripherals.Peripherals.button_b_pressed?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6980 | adafruit_magtag.peripherals.Peripherals.button_c_pressed?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6981 | adafruit_magtag.peripherals.Peripherals.button_d_pressed?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6982 | adafruit_magtag.peripherals.Peripherals.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:
diff
changeset
|
6983 | adafruit_magtag.peripherals.Peripherals.light?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6984 | adafruit_magtag.peripherals.Peripherals.neopixel_disable?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:
diff
changeset
|
6985 | adafruit_magtag.peripherals.Peripherals.play_tone?4(frequency: float, duration: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6986 | adafruit_magtag.peripherals.Peripherals.speaker_disable?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:
diff
changeset
|
6987 | adafruit_magtag.peripherals.Peripherals?1() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6988 | adafruit_matrixkeypad.Matrix_Keypad.pressed_keys?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6989 | adafruit_matrixkeypad.Matrix_Keypad?1(row_pins, col_pins, keys) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6990 | adafruit_matrixportal.graphics.Graphics?1(**kwargs, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6991 | adafruit_matrixportal.matrix.Matrix?1(*, width=64, height=32, bit_depth=2, alt_addr_pins=None, color_order="RGB", serpentine=True, tile_rows=1, rotation=0, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6992 | adafruit_matrixportal.matrixportal.MatrixPortal._get_next_scrollable_text_index?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
6993 | adafruit_matrixportal.matrixportal.MatrixPortal.add_text?4(text_position=None, text_font=terminalio.FONT, text_color=0x808080, text_wrap=False, text_maxlen=0, text_transform=None, text_scale=1, scrolling=False, line_spacing=1.25, text_anchor_point=(0, 0.5), is_data=True, text=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:
diff
changeset
|
6994 | adafruit_matrixportal.matrixportal.MatrixPortal.scroll?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6995 | adafruit_matrixportal.matrixportal.MatrixPortal.scroll_text?4(frame_delay=0.02) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6996 | adafruit_matrixportal.matrixportal.MatrixPortal.set_background?4(file_or_color, position=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6997 | adafruit_matrixportal.matrixportal.MatrixPortal?1(*, url=None, headers=None, json_path=None, regexp_path=None, default_bg=0x000000, status_neopixel=None, json_transform=None, esp=None, external_spi=None, bit_depth=2, alt_addr_pins=None, color_order="RGB", debug=False, width=64, height=32, serpentine=True, tile_rows=1, rotation=0, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6998 | adafruit_matrixportal.network.Network.ip_address?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6999 | adafruit_matrixportal.network.Network?1(**kwargs) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7000 | adafruit_max1704x.ALERTFLAG_RESET_INDICATOR?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7001 | adafruit_max1704x.ALERTFLAG_SOC_CHANGE?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7002 | adafruit_max1704x.ALERTFLAG_SOC_LOW?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7003 | adafruit_max1704x.ALERTFLAG_VOLTAGE_HIGH?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7004 | adafruit_max1704x.ALERTFLAG_VOLTAGE_LOW?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7005 | adafruit_max1704x.ALERTFLAG_VOLTAGE_RESET?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7006 | adafruit_max1704x.MAX17048.SOC_change_alert?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7007 | adafruit_max1704x.MAX17048.SOC_low_alert?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7008 | adafruit_max1704x.MAX17048._alert_status?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7009 | adafruit_max1704x.MAX17048._cell_SOC?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7010 | adafruit_max1704x.MAX17048._cell_crate?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7011 | adafruit_max1704x.MAX17048._cell_voltage?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7012 | adafruit_max1704x.MAX17048._cmd?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7013 | adafruit_max1704x.MAX17048._config?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7014 | adafruit_max1704x.MAX17048._hibrt_actthr?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7015 | adafruit_max1704x.MAX17048._hibrt_hibthr?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7016 | adafruit_max1704x.MAX17048._reset_voltage?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7017 | adafruit_max1704x.MAX17048._status?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7018 | adafruit_max1704x.MAX17048._valrt_max?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7019 | adafruit_max1704x.MAX17048._valrt_min?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7020 | adafruit_max1704x.MAX17048._vreset?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7021 | adafruit_max1704x.MAX17048.active_alert?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7022 | adafruit_max1704x.MAX17048.activity_threshold?4(threshold_voltage: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7023 | adafruit_max1704x.MAX17048.alert_reason?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7024 | adafruit_max1704x.MAX17048.cell_percent?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7025 | adafruit_max1704x.MAX17048.cell_voltage?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7026 | adafruit_max1704x.MAX17048.charge_rate?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7027 | adafruit_max1704x.MAX17048.chip_id?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7028 | adafruit_max1704x.MAX17048.chip_version?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7029 | adafruit_max1704x.MAX17048.comparator_disabled?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7030 | adafruit_max1704x.MAX17048.enable_sleep?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7031 | adafruit_max1704x.MAX17048.hibernate?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7032 | adafruit_max1704x.MAX17048.hibernating?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7033 | adafruit_max1704x.MAX17048.hibernation_threshold?4(threshold_percent: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7034 | adafruit_max1704x.MAX17048.quick_start?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7035 | adafruit_max1704x.MAX17048.reset?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7036 | adafruit_max1704x.MAX17048.reset_alert?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7037 | adafruit_max1704x.MAX17048.reset_voltage?4(reset_v: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7038 | adafruit_max1704x.MAX17048.sleep?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7039 | adafruit_max1704x.MAX17048.voltage_alert_max?4(maxvoltage: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7040 | adafruit_max1704x.MAX17048.voltage_alert_min?4(minvoltage: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7041 | adafruit_max1704x.MAX17048.voltage_high_alert?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7042 | adafruit_max1704x.MAX17048.voltage_low_alert?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7043 | adafruit_max1704x.MAX17048.voltage_reset_alert?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7044 | adafruit_max1704x.MAX17048.wake?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7045 | adafruit_max1704x.MAX17048?1(i2c_bus: I2C, address: int = MAX1704X_I2CADDR_DEFAULT) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7046 | adafruit_max1704x._MAX1704X_CHIPID_REG?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7047 | adafruit_max1704x._MAX1704X_CMD_REG?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7048 | adafruit_max1704x._MAX1704X_CONFIG_REG?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7049 | adafruit_max1704x._MAX1704X_CRATE_REG?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7050 | adafruit_max1704x._MAX1704X_HIBRT_REG?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7051 | adafruit_max1704x._MAX1704X_MODE_REG?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7052 | adafruit_max1704x._MAX1704X_SOC_REG?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7053 | adafruit_max1704x._MAX1704X_STATUS_REG?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7054 | adafruit_max1704x._MAX1704X_VALERT_REG?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7055 | adafruit_max1704x._MAX1704X_VCELL_REG?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7056 | adafruit_max1704x._MAX1704X_VERSION_REG?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7057 | adafruit_max1704x._MAX1704X_VRESET_REG?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7058 | adafruit_max31855.MAX31855._read?5(internal: 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:
diff
changeset
|
7059 | adafruit_max31855.MAX31855.reference_temperature?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7060 | adafruit_max31855.MAX31855.temperature?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7061 | adafruit_max31855.MAX31855.temperature_NIST?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7062 | adafruit_max31855.MAX31855?1(spi: SPI, cs: DigitalInOut) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7063 | adafruit_max31856.MAX31856._BUFFER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7064 | adafruit_max31856.MAX31856._perform_one_shot_measurement?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7065 | adafruit_max31856.MAX31856._read_register?5(address: int, length: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7066 | adafruit_max31856.MAX31856._set_thermocouple_type?5(thermocouple_type: ThermocoupleType) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7067 | adafruit_max31856.MAX31856._wait_for_oneshot?5() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7068 | adafruit_max31856.MAX31856._write_u8?5(address: int, val: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7069 | adafruit_max31856.MAX31856.averaging?4(num_samples: 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:
diff
changeset
|
7070 | adafruit_max31856.MAX31856.fault?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7071 | adafruit_max31856.MAX31856.initiate_one_shot_measurement?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7072 | adafruit_max31856.MAX31856.noise_rejection?4(frequency: Literal[50, 60]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7073 | adafruit_max31856.MAX31856.oneshot_pending?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:
diff
changeset
|
7074 | adafruit_max31856.MAX31856.reference_temperature?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7075 | adafruit_max31856.MAX31856.reference_temperature_thresholds?4(val: Tuple[float, 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:
diff
changeset
|
7076 | adafruit_max31856.MAX31856.temperature?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7077 | adafruit_max31856.MAX31856.temperature_thresholds?4(val: Tuple[float, float]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7078 | adafruit_max31856.MAX31856.unpack_reference_temperature?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7079 | adafruit_max31856.MAX31856.unpack_temperature?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7080 | adafruit_max31856.MAX31856?1(spi: SPI, cs: DigitalInOut, thermocouple_type: int = ThermocoupleType.K, ) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7081 | adafruit_max31856.ThermocoupleType.B?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7082 | adafruit_max31856.ThermocoupleType.E?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7083 | adafruit_max31856.ThermocoupleType.G32?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7084 | adafruit_max31856.ThermocoupleType.G8?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7085 | adafruit_max31856.ThermocoupleType.J?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7086 | adafruit_max31856.ThermocoupleType.K?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7087 | adafruit_max31856.ThermocoupleType.N?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7088 | adafruit_max31856.ThermocoupleType.R?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7089 | adafruit_max31856.ThermocoupleType.S?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7090 | adafruit_max31856.ThermocoupleType.T?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7091 | adafruit_max31856._AVGSEL_CONSTS?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:
diff
changeset
|
7092 | adafruit_max31856._MAX31856_CJHF_REG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7093 | adafruit_max31856._MAX31856_CJLF_REG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7094 | adafruit_max31856._MAX31856_CJTH_REG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7095 | adafruit_max31856._MAX31856_CJTL_REG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7096 | adafruit_max31856._MAX31856_CJTO_REG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7097 | adafruit_max31856._MAX31856_CR0_1SHOT?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7098 | adafruit_max31856._MAX31856_CR0_50HZ?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:
diff
changeset
|
7099 | adafruit_max31856._MAX31856_CR0_AUTOCONVERT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7100 | adafruit_max31856._MAX31856_CR0_CJ?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7101 | adafruit_max31856._MAX31856_CR0_FAULT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7102 | adafruit_max31856._MAX31856_CR0_FAULTCLR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7103 | adafruit_max31856._MAX31856_CR0_OCFAULT0?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7104 | adafruit_max31856._MAX31856_CR0_OCFAULT1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7105 | adafruit_max31856._MAX31856_CR0_REG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7106 | adafruit_max31856._MAX31856_CR1_REG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7107 | adafruit_max31856._MAX31856_FAULT_CJHIGH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7108 | adafruit_max31856._MAX31856_FAULT_CJLOW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7109 | adafruit_max31856._MAX31856_FAULT_CJRANGE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7110 | adafruit_max31856._MAX31856_FAULT_OPEN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7111 | adafruit_max31856._MAX31856_FAULT_OVUV?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7112 | adafruit_max31856._MAX31856_FAULT_TCHIGH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7113 | adafruit_max31856._MAX31856_FAULT_TCLOW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7114 | adafruit_max31856._MAX31856_FAULT_TCRANGE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7115 | adafruit_max31856._MAX31856_LTCBH_REG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7116 | adafruit_max31856._MAX31856_LTCBL_REG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7117 | adafruit_max31856._MAX31856_LTCBM_REG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7118 | adafruit_max31856._MAX31856_LTHFTH_REG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7119 | adafruit_max31856._MAX31856_LTHFTL_REG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7120 | adafruit_max31856._MAX31856_LTLFTH_REG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7121 | adafruit_max31856._MAX31856_LTLFTL_REG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7122 | adafruit_max31856._MAX31856_MASK_REG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7123 | adafruit_max31856._MAX31856_SR_REG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7124 | adafruit_max31865.MAX31865._BUFFER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7125 | adafruit_max31865.MAX31865._read_u16?5(address) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7126 | adafruit_max31865.MAX31865._read_u8?5(address) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7127 | adafruit_max31865.MAX31865._write_u8?5(address, val) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7128 | adafruit_max31865.MAX31865.auto_convert?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:
diff
changeset
|
7129 | adafruit_max31865.MAX31865.bias?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:
diff
changeset
|
7130 | adafruit_max31865.MAX31865.clear_faults?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7131 | adafruit_max31865.MAX31865.fault?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7132 | adafruit_max31865.MAX31865.read_rtd?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7133 | adafruit_max31865.MAX31865.resistance?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7134 | adafruit_max31865.MAX31865.temperature?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7135 | adafruit_max31865.MAX31865?1(spi, cs, *, polarity=0, rtd_nominal=100, ref_resistor=430.0, wires=2, filter_frequency=60) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7136 | adafruit_max31865._MAX31865_CONFIG_1SHOT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7137 | adafruit_max31865._MAX31865_CONFIG_24WIRE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7138 | adafruit_max31865._MAX31865_CONFIG_3WIRE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7139 | adafruit_max31865._MAX31865_CONFIG_BIAS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7140 | adafruit_max31865._MAX31865_CONFIG_FAULTSTAT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7141 | adafruit_max31865._MAX31865_CONFIG_FILT50HZ?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7142 | adafruit_max31865._MAX31865_CONFIG_FILT60HZ?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7143 | adafruit_max31865._MAX31865_CONFIG_MODEAUTO?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7144 | adafruit_max31865._MAX31865_CONFIG_MODEOFF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7145 | adafruit_max31865._MAX31865_CONFIG_REG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7146 | adafruit_max31865._MAX31865_FAULTSTAT_REG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7147 | adafruit_max31865._MAX31865_FAULT_HIGHTHRESH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7148 | adafruit_max31865._MAX31865_FAULT_LOWTHRESH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7149 | adafruit_max31865._MAX31865_FAULT_OVUV?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7150 | adafruit_max31865._MAX31865_FAULT_REFINHIGH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7151 | adafruit_max31865._MAX31865_FAULT_REFINLOW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7152 | adafruit_max31865._MAX31865_FAULT_RTDINLOW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7153 | adafruit_max31865._MAX31865_HFAULTLSB_REG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7154 | adafruit_max31865._MAX31865_HFAULTMSB_REG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7155 | adafruit_max31865._MAX31865_LFAULTLSB_REG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7156 | adafruit_max31865._MAX31865_LFAULTMSB_REG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7157 | adafruit_max31865._MAX31865_RTDLSB_REG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7158 | adafruit_max31865._MAX31865_RTDMSB_REG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7159 | adafruit_max31865._RTD_A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7160 | adafruit_max31865._RTD_B?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7161 | adafruit_max7219.bcddigits.BCDDigits.clear_all?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7162 | adafruit_max7219.bcddigits.BCDDigits.init_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:
diff
changeset
|
7163 | adafruit_max7219.bcddigits.BCDDigits.set_digit?4(dpos: 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:
diff
changeset
|
7164 | adafruit_max7219.bcddigits.BCDDigits.set_digits?4(start: int, values: List[int]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7165 | adafruit_max7219.bcddigits.BCDDigits.show_dot?4(dpos: int, bit_value: 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:
diff
changeset
|
7166 | adafruit_max7219.bcddigits.BCDDigits.show_help?4(start: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7167 | adafruit_max7219.bcddigits.BCDDigits.show_str?4(start: int, strg: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7168 | adafruit_max7219.bcddigits.BCDDigits?1(spi: busio.SPI, cs: digitalio.DigitalInOut, nDigits: 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:
diff
changeset
|
7169 | adafruit_max7219.bcddigits._DECODEMODE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7170 | adafruit_max7219.bcddigits._DISPLAYTEST?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7171 | adafruit_max7219.bcddigits._SCANLIMIT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7172 | adafruit_max7219.bcddigits._SHUTDOWN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7173 | adafruit_max7219.matrices.CustomMatrix._calculate_y_coordinate_offsets?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7174 | adafruit_max7219.matrices.CustomMatrix._fill_rect?5(x: int, y: int, width: int, height: int, 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:
diff
changeset
|
7175 | adafruit_max7219.matrices.CustomMatrix._get_pixel?5(xpos: int, ypos: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7176 | adafruit_max7219.matrices.CustomMatrix._pixel_coords_to_framebuf_coords?5(xpos: int, ypos: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7177 | adafruit_max7219.matrices.CustomMatrix.clear_all?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7178 | adafruit_max7219.matrices.CustomMatrix.init_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:
diff
changeset
|
7179 | adafruit_max7219.matrices.CustomMatrix.pixel?4(xpos: int, ypos: int, bit_value: 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:
diff
changeset
|
7180 | adafruit_max7219.matrices.CustomMatrix.rect?4(x: int, y: int, width: int, height: int, color: int, fill: 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:
diff
changeset
|
7181 | adafruit_max7219.matrices.CustomMatrix.scroll?4(delta_x: int, delta_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:
diff
changeset
|
7182 | adafruit_max7219.matrices.CustomMatrix.text?4(strg: str, xpos: int, ypos: int, color: int = 1, *, font_name: str = "font5x8.bin", 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:
diff
changeset
|
7183 | adafruit_max7219.matrices.CustomMatrix?1(spi: busio.SPI, cs: digitalio.DigitalInOut, width: int, height: int, *, rotation: 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:
diff
changeset
|
7184 | adafruit_max7219.matrices.Matrix8x8.clear_all?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7185 | adafruit_max7219.matrices.Matrix8x8.init_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:
diff
changeset
|
7186 | adafruit_max7219.matrices.Matrix8x8.text?4(strg: str, xpos: int, ypos: int, bit_value: 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:
diff
changeset
|
7187 | adafruit_max7219.matrices.Matrix8x8?1(spi: busio.SPI, cs: 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:
diff
changeset
|
7188 | adafruit_max7219.matrices._DECODEMODE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7189 | adafruit_max7219.matrices._DISPLAYTEST?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7190 | adafruit_max7219.matrices._SCANLIMIT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7191 | adafruit_max7219.matrices._SHUTDOWN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7192 | adafruit_max7219.max7219.ChainableMAX7219.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:
diff
changeset
|
7193 | adafruit_max7219.max7219.ChainableMAX7219.write_cmd?4(cmd: int, data: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7194 | adafruit_max7219.max7219.ChainableMAX7219?1(width: int, height: int, spi: busio.SPI, cs: digitalio.DigitalInOut, *, baudrate: int = 8000000, 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:
diff
changeset
|
7195 | adafruit_max7219.max7219.MAX7219.brightness?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:
diff
changeset
|
7196 | adafruit_max7219.max7219.MAX7219.fill?4(bit_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:
diff
changeset
|
7197 | adafruit_max7219.max7219.MAX7219.init_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:
diff
changeset
|
7198 | adafruit_max7219.max7219.MAX7219.pixel?4(xpos: int, ypos: int, bit_value: 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:
diff
changeset
|
7199 | adafruit_max7219.max7219.MAX7219.scroll?4(delta_x: int, delta_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:
diff
changeset
|
7200 | adafruit_max7219.max7219.MAX7219.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:
diff
changeset
|
7201 | adafruit_max7219.max7219.MAX7219.write_cmd?4(cmd: int, data: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7202 | adafruit_max7219.max7219.MAX7219?1(width: int, height: int, spi: busio.SPI, cs: digitalio.DigitalInOut, *, baudrate: int = 8000000, 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:
diff
changeset
|
7203 | adafruit_max7219.max7219._DIGIT0?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7204 | adafruit_max7219.max7219._INTENSITY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7205 | adafruit_max9744.MAX9744._BUFFER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7206 | adafruit_max9744.MAX9744._set_volume?5(volume) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7207 | adafruit_max9744.MAX9744._write?5(val) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7208 | adafruit_max9744.MAX9744.volume?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7209 | adafruit_max9744.MAX9744.volume_down?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7210 | adafruit_max9744.MAX9744.volume_up?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7211 | adafruit_max9744.MAX9744?1(i2c, *, address=_MAX9744_DEFAULT_ADDRESS) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7212 | adafruit_max9744._MAX9744_COMMAND_CLASSIC_PWM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7213 | adafruit_max9744._MAX9744_COMMAND_FILTERLESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7214 | adafruit_max9744._MAX9744_COMMAND_VOLUME?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7215 | adafruit_max9744._MAX9744_COMMAND_VOLUME_DOWN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7216 | adafruit_max9744._MAX9744_COMMAND_VOLUME_UP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7217 | adafruit_max9744._MAX9744_DEFAULT_ADDRESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7218 | adafruit_mcp230xx.digital_inout.DigitalInOut.direction?4(val: Direction) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7219 | adafruit_mcp230xx.digital_inout.DigitalInOut.invert_polarity?4(val: bool) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7220 | adafruit_mcp230xx.digital_inout.DigitalInOut.pull?4(val: Pull) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7221 | adafruit_mcp230xx.digital_inout.DigitalInOut.switch_to_input?4(pull: Pull = None, invert_polarity: bool = False, **kwargs) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7222 | adafruit_mcp230xx.digital_inout.DigitalInOut.switch_to_output?4(value: bool = False, **kwargs) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7223 | adafruit_mcp230xx.digital_inout.DigitalInOut.value?4(val: bool) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7224 | adafruit_mcp230xx.digital_inout.DigitalInOut?1(pin_number: int, mcp230xx: MCP23XXX) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7225 | adafruit_mcp230xx.digital_inout._clear_bit?5(val, bit: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7226 | adafruit_mcp230xx.digital_inout._enable_bit?5(val, bit: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7227 | adafruit_mcp230xx.digital_inout._get_bit?5(val, bit: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7228 | adafruit_mcp230xx.mcp23008.MCP23008.get_pin?4(pin: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7229 | adafruit_mcp230xx.mcp23008.MCP23008.gpio?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7230 | adafruit_mcp230xx.mcp23008.MCP23008.gppu?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7231 | adafruit_mcp230xx.mcp23008.MCP23008.iodir?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7232 | adafruit_mcp230xx.mcp23008.MCP23008?1(i2c: I2C, address: int = _MCP23008_ADDRESS, reset: 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:
diff
changeset
|
7233 | adafruit_mcp230xx.mcp23008._MCP23008_ADDRESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7234 | adafruit_mcp230xx.mcp23008._MCP23008_DEFVAL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7235 | adafruit_mcp230xx.mcp23008._MCP23008_GPINTEN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7236 | adafruit_mcp230xx.mcp23008._MCP23008_GPIO?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7237 | adafruit_mcp230xx.mcp23008._MCP23008_GPPU?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7238 | adafruit_mcp230xx.mcp23008._MCP23008_INTCAP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7239 | adafruit_mcp230xx.mcp23008._MCP23008_INTCON?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7240 | adafruit_mcp230xx.mcp23008._MCP23008_INTF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7241 | adafruit_mcp230xx.mcp23008._MCP23008_IOCON?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7242 | adafruit_mcp230xx.mcp23008._MCP23008_IODIR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7243 | adafruit_mcp230xx.mcp23008._MCP23008_IPOL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7244 | adafruit_mcp230xx.mcp23016.MCP23016.clear_inta?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7245 | adafruit_mcp230xx.mcp23016.MCP23016.clear_intb?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7246 | adafruit_mcp230xx.mcp23016.MCP23016.get_pin?4(pin: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7247 | adafruit_mcp230xx.mcp23016.MCP23016.gpio?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7248 | adafruit_mcp230xx.mcp23016.MCP23016.gpioa?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7249 | adafruit_mcp230xx.mcp23016.MCP23016.gpiob?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7250 | adafruit_mcp230xx.mcp23016.MCP23016.iodir?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7251 | adafruit_mcp230xx.mcp23016.MCP23016.iodira?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7252 | adafruit_mcp230xx.mcp23016.MCP23016.iodirb?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7253 | adafruit_mcp230xx.mcp23016.MCP23016?1(i2c: I2C, address: int = _MCP23016_ADDRESS, reset: 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:
diff
changeset
|
7254 | adafruit_mcp230xx.mcp23016._MCP23016_ADDRESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7255 | adafruit_mcp230xx.mcp23016._MCP23016_GPIO0?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7256 | adafruit_mcp230xx.mcp23016._MCP23016_GPIO1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7257 | adafruit_mcp230xx.mcp23016._MCP23016_INTCAP0?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7258 | adafruit_mcp230xx.mcp23016._MCP23016_INTCAP1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7259 | adafruit_mcp230xx.mcp23016._MCP23016_IOCON0?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7260 | adafruit_mcp230xx.mcp23016._MCP23016_IOCON1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7261 | adafruit_mcp230xx.mcp23016._MCP23016_IODIR0?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7262 | adafruit_mcp230xx.mcp23016._MCP23016_IODIR1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7263 | adafruit_mcp230xx.mcp23016._MCP23016_IPOL0?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7264 | adafruit_mcp230xx.mcp23016._MCP23016_IPOL1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7265 | adafruit_mcp230xx.mcp23017.MCP23017.clear_inta?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7266 | adafruit_mcp230xx.mcp23017.MCP23017.clear_intb?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7267 | adafruit_mcp230xx.mcp23017.MCP23017.clear_ints?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7268 | adafruit_mcp230xx.mcp23017.MCP23017.default_value?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7269 | adafruit_mcp230xx.mcp23017.MCP23017.get_pin?4(pin: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7270 | adafruit_mcp230xx.mcp23017.MCP23017.gpio?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7271 | adafruit_mcp230xx.mcp23017.MCP23017.gpioa?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7272 | adafruit_mcp230xx.mcp23017.MCP23017.gpiob?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7273 | adafruit_mcp230xx.mcp23017.MCP23017.gppu?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7274 | adafruit_mcp230xx.mcp23017.MCP23017.gppua?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7275 | adafruit_mcp230xx.mcp23017.MCP23017.gppub?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7276 | adafruit_mcp230xx.mcp23017.MCP23017.int_cap?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7277 | adafruit_mcp230xx.mcp23017.MCP23017.int_capa?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7278 | adafruit_mcp230xx.mcp23017.MCP23017.int_capb?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7279 | adafruit_mcp230xx.mcp23017.MCP23017.int_flag?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7280 | adafruit_mcp230xx.mcp23017.MCP23017.int_flaga?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7281 | adafruit_mcp230xx.mcp23017.MCP23017.int_flagb?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7282 | adafruit_mcp230xx.mcp23017.MCP23017.interrupt_configuration?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7283 | adafruit_mcp230xx.mcp23017.MCP23017.interrupt_enable?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7284 | adafruit_mcp230xx.mcp23017.MCP23017.io_control?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7285 | adafruit_mcp230xx.mcp23017.MCP23017.iodir?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7286 | adafruit_mcp230xx.mcp23017.MCP23017.iodira?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7287 | adafruit_mcp230xx.mcp23017.MCP23017.iodirb?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7288 | adafruit_mcp230xx.mcp23017.MCP23017.ipol?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7289 | adafruit_mcp230xx.mcp23017.MCP23017.ipola?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7290 | adafruit_mcp230xx.mcp23017.MCP23017.ipolb?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7291 | adafruit_mcp230xx.mcp23017.MCP23017?1(i2c: I2C, address: int = _MCP23017_ADDRESS, reset: 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:
diff
changeset
|
7292 | adafruit_mcp230xx.mcp23017._MCP23017_ADDRESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7293 | adafruit_mcp230xx.mcp23017._MCP23017_DEFVALA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7294 | adafruit_mcp230xx.mcp23017._MCP23017_GPINTENA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7295 | adafruit_mcp230xx.mcp23017._MCP23017_GPIOA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7296 | adafruit_mcp230xx.mcp23017._MCP23017_GPIOB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7297 | adafruit_mcp230xx.mcp23017._MCP23017_GPPUA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7298 | adafruit_mcp230xx.mcp23017._MCP23017_GPPUB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7299 | adafruit_mcp230xx.mcp23017._MCP23017_INTCAPA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7300 | adafruit_mcp230xx.mcp23017._MCP23017_INTCAPB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7301 | adafruit_mcp230xx.mcp23017._MCP23017_INTCONA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7302 | adafruit_mcp230xx.mcp23017._MCP23017_INTFA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7303 | adafruit_mcp230xx.mcp23017._MCP23017_INTFB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7304 | adafruit_mcp230xx.mcp23017._MCP23017_IOCON?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7305 | adafruit_mcp230xx.mcp23017._MCP23017_IODIRA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7306 | adafruit_mcp230xx.mcp23017._MCP23017_IODIRB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7307 | adafruit_mcp230xx.mcp23017._MCP23017_IPOLA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7308 | adafruit_mcp230xx.mcp23017._MCP23017_IPOLB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7309 | adafruit_mcp230xx.mcp230xx.MCP230XX._read_u16le?5(register: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7310 | adafruit_mcp230xx.mcp230xx.MCP230XX._read_u8?5(register: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7311 | adafruit_mcp230xx.mcp230xx.MCP230XX._write_u16le?5(register: int, val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7312 | adafruit_mcp230xx.mcp230xx.MCP230XX._write_u8?5(register: int, val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7313 | adafruit_mcp230xx.mcp230xx._BUFFER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7314 | adafruit_mcp230xx.mcp23s08.MCP23S08.get_pin?4(pin: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7315 | adafruit_mcp230xx.mcp23s08.MCP23S08.gpio?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7316 | adafruit_mcp230xx.mcp23s08.MCP23S08.gppu?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7317 | adafruit_mcp230xx.mcp23s08.MCP23S08.iodir?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7318 | adafruit_mcp230xx.mcp23s08.MCP23S08?1(spi: SPI, chip_select: digitalio.DigitalInOut, address: int = _MCP23S08_ADDRESS, reset: bool = True, baudrate: int = 100000, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7319 | adafruit_mcp230xx.mcp23s08._MCP23S08_ADDRESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7320 | adafruit_mcp230xx.mcp23s08._MCP23S08_DEFVAL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7321 | adafruit_mcp230xx.mcp23s08._MCP23S08_GPINTEN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7322 | adafruit_mcp230xx.mcp23s08._MCP23S08_GPIO?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7323 | adafruit_mcp230xx.mcp23s08._MCP23S08_GPPU?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7324 | adafruit_mcp230xx.mcp23s08._MCP23S08_INTCAP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7325 | adafruit_mcp230xx.mcp23s08._MCP23S08_INTCON?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7326 | adafruit_mcp230xx.mcp23s08._MCP23S08_INTF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7327 | adafruit_mcp230xx.mcp23s08._MCP23S08_IOCON?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7328 | adafruit_mcp230xx.mcp23s08._MCP23S08_IODIR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7329 | adafruit_mcp230xx.mcp23s08._MCP23S08_IPOL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7330 | adafruit_mcp230xx.mcp23s17.MCP23S17.clear_inta?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7331 | adafruit_mcp230xx.mcp23s17.MCP23S17.clear_intb?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7332 | adafruit_mcp230xx.mcp23s17.MCP23S17.clear_ints?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7333 | adafruit_mcp230xx.mcp23s17.MCP23S17.default_value?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7334 | adafruit_mcp230xx.mcp23s17.MCP23S17.get_pin?4(pin: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7335 | adafruit_mcp230xx.mcp23s17.MCP23S17.gpio?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7336 | adafruit_mcp230xx.mcp23s17.MCP23S17.gpioa?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7337 | adafruit_mcp230xx.mcp23s17.MCP23S17.gpiob?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7338 | adafruit_mcp230xx.mcp23s17.MCP23S17.gppu?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7339 | adafruit_mcp230xx.mcp23s17.MCP23S17.gppua?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7340 | adafruit_mcp230xx.mcp23s17.MCP23S17.gppub?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7341 | adafruit_mcp230xx.mcp23s17.MCP23S17.int_flag?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7342 | adafruit_mcp230xx.mcp23s17.MCP23S17.int_flaga?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7343 | adafruit_mcp230xx.mcp23s17.MCP23S17.int_flagb?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7344 | adafruit_mcp230xx.mcp23s17.MCP23S17.interrupt_configuration?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7345 | adafruit_mcp230xx.mcp23s17.MCP23S17.interrupt_enable?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7346 | adafruit_mcp230xx.mcp23s17.MCP23S17.io_control?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7347 | adafruit_mcp230xx.mcp23s17.MCP23S17.iodir?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7348 | adafruit_mcp230xx.mcp23s17.MCP23S17.iodira?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7349 | adafruit_mcp230xx.mcp23s17.MCP23S17.iodirb?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7350 | adafruit_mcp230xx.mcp23s17.MCP23S17.ipol?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7351 | adafruit_mcp230xx.mcp23s17.MCP23S17.ipola?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7352 | adafruit_mcp230xx.mcp23s17.MCP23S17.ipolb?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7353 | adafruit_mcp230xx.mcp23s17.MCP23S17?1(spi: SPI, chip_select: digitalio.DigitalInOut, address: int = _MCP23S17_ADDRESS, reset: bool = True, baudrate: int = 100000, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7354 | adafruit_mcp230xx.mcp23s17._MCP23S17_ADDRESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7355 | adafruit_mcp230xx.mcp23s17._MCP23S17_DEFVALA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7356 | adafruit_mcp230xx.mcp23s17._MCP23S17_GPINTENA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7357 | adafruit_mcp230xx.mcp23s17._MCP23S17_GPIOA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7358 | adafruit_mcp230xx.mcp23s17._MCP23S17_GPIOB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7359 | adafruit_mcp230xx.mcp23s17._MCP23S17_GPPUA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7360 | adafruit_mcp230xx.mcp23s17._MCP23S17_GPPUB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7361 | adafruit_mcp230xx.mcp23s17._MCP23S17_INTCAPA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7362 | adafruit_mcp230xx.mcp23s17._MCP23S17_INTCAPB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7363 | adafruit_mcp230xx.mcp23s17._MCP23S17_INTCONA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7364 | adafruit_mcp230xx.mcp23s17._MCP23S17_INTFA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7365 | adafruit_mcp230xx.mcp23s17._MCP23S17_INTFB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7366 | adafruit_mcp230xx.mcp23s17._MCP23S17_IOCON?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7367 | adafruit_mcp230xx.mcp23s17._MCP23S17_IODIRA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7368 | adafruit_mcp230xx.mcp23s17._MCP23S17_IODIRB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7369 | adafruit_mcp230xx.mcp23s17._MCP23S17_IPOLA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7370 | adafruit_mcp230xx.mcp23s17._MCP23S17_IPOLB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7371 | adafruit_mcp230xx.mcp23sxx.MCP23SXX._read_u16le?5(register: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7372 | adafruit_mcp230xx.mcp23sxx.MCP23SXX._read_u8?5(register: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7373 | adafruit_mcp230xx.mcp23sxx.MCP23SXX._write_u16le?5(register: 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:
diff
changeset
|
7374 | adafruit_mcp230xx.mcp23sxx.MCP23SXX._write_u8?5(register: 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:
diff
changeset
|
7375 | adafruit_mcp230xx.mcp23sxx.MCP23SXX?1(spi: SPI, address: int, chip_select: digitalio.DigitalInOut, baudrate: int = 100000, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7376 | adafruit_mcp230xx.mcp23sxx.MCP23SXX_CODE_READ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7377 | adafruit_mcp230xx.mcp23sxx.MCP23SXX_CODE_WRITE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7378 | adafruit_mcp230xx.mcp23sxx._IN_BUFFER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7379 | adafruit_mcp230xx.mcp23sxx._OUT_BUFFER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7380 | adafruit_mcp230xx.mcp23xxx.MCP23XXX?1(bus_device: Union[I2C, SPI], address: int, chip_select: Optional[digitalio.DigitalInOut] = None, baudrate: int = 100000, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7381 | adafruit_mcp2515.EXTID_BOTTOM_18_MASK?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7382 | adafruit_mcp2515.EXTID_BOTTOM_29_MASK?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7383 | adafruit_mcp2515.EXTID_FLAG_MASK?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7384 | adafruit_mcp2515.EXTID_TOP_11_READ_MASK?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7385 | adafruit_mcp2515.EXTID_TOP_11_WRITE_MASK?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7386 | adafruit_mcp2515.FILTERS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7387 | adafruit_mcp2515.MASKS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7388 | adafruit_mcp2515.MCP2515._create_filter?5(match, mask_index) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7389 | adafruit_mcp2515.MCP2515._create_mask?5(match) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7390 | adafruit_mcp2515.MCP2515._dbg?5(*args, **kwargs) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7391 | adafruit_mcp2515.MCP2515._get_bus_status?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7392 | adafruit_mcp2515.MCP2515._get_tx_buffer?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7393 | adafruit_mcp2515.MCP2515._init_buffers?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7394 | adafruit_mcp2515.MCP2515._load_id_buffer?5(can_id, extended=False) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7395 | adafruit_mcp2515.MCP2515._mod_register?5(register_addr, mask, new_value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7396 | adafruit_mcp2515.MCP2515._read_from_rx_buffers?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7397 | adafruit_mcp2515.MCP2515._read_register?5(regsiter_addr) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7398 | adafruit_mcp2515.MCP2515._read_rx_buffer?5(read_command) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7399 | adafruit_mcp2515.MCP2515._read_status?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7400 | adafruit_mcp2515.MCP2515._request_new_mode?5(mode) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7401 | adafruit_mcp2515.MCP2515._reset?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7402 | adafruit_mcp2515.MCP2515._set_baud_rate?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7403 | adafruit_mcp2515.MCP2515._set_filter_register?5(filter_index, mask, extended) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7404 | adafruit_mcp2515.MCP2515._set_mask_register?5(mask_index, mask, extended) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7405 | adafruit_mcp2515.MCP2515._set_mode?5(mode) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7406 | adafruit_mcp2515.MCP2515._set_register?5(regsiter_addr, register_value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7407 | adafruit_mcp2515.MCP2515._start_transmit?5(tx_buffer) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7408 | adafruit_mcp2515.MCP2515._tx_buffers_in_use?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7409 | adafruit_mcp2515.MCP2515._unload_ids?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7410 | adafruit_mcp2515.MCP2515._write_id_to_register?5(register, can_id, extended=False) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7411 | adafruit_mcp2515.MCP2515._write_message?5(tx_buffer, message_obj) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7412 | adafruit_mcp2515.MCP2515.baudrate?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7413 | adafruit_mcp2515.MCP2515.bus_off_state_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:
diff
changeset
|
7414 | adafruit_mcp2515.MCP2515.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:
diff
changeset
|
7415 | adafruit_mcp2515.MCP2515.deinit_filtering_registers?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7416 | adafruit_mcp2515.MCP2515.error_passive_state_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:
diff
changeset
|
7417 | adafruit_mcp2515.MCP2515.error_warning_state_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:
diff
changeset
|
7418 | adafruit_mcp2515.MCP2515.initialize?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7419 | adafruit_mcp2515.MCP2515.listen?4(matches=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:
diff
changeset
|
7420 | adafruit_mcp2515.MCP2515.loopback?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7421 | adafruit_mcp2515.MCP2515.read_message?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7422 | adafruit_mcp2515.MCP2515.receive_error_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:
diff
changeset
|
7423 | adafruit_mcp2515.MCP2515.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:
diff
changeset
|
7424 | adafruit_mcp2515.MCP2515.send?4(message_obj) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7425 | adafruit_mcp2515.MCP2515.silent?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7426 | adafruit_mcp2515.MCP2515.state?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7427 | adafruit_mcp2515.MCP2515.transmit_error_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:
diff
changeset
|
7428 | adafruit_mcp2515.MCP2515.unread_message_count?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7429 | adafruit_mcp2515.MCP2515?1(spi_bus, cs_pin, *, baudrate: int = 250000, crystal_freq: Literal[8000000, 10000000, 16000000] = 16000000, loopback: bool = False, silent: bool = False, auto_restart: bool = False, debug: 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:
diff
changeset
|
7430 | adafruit_mcp2515.STDID_BOTTOM_11_MASK?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7431 | adafruit_mcp2515._BAUD_RATES?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7432 | adafruit_mcp2515._BITMOD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7433 | adafruit_mcp2515._CANCTRL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7434 | adafruit_mcp2515._CANINTE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7435 | adafruit_mcp2515._CANINTF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7436 | adafruit_mcp2515._CANSTAT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7437 | adafruit_mcp2515._CNF1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7438 | adafruit_mcp2515._CNF2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7439 | adafruit_mcp2515._CNF3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7440 | adafruit_mcp2515._EFLG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7441 | adafruit_mcp2515._LOAD_TX0?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7442 | adafruit_mcp2515._LOAD_TX1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7443 | adafruit_mcp2515._LOAD_TX2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7444 | adafruit_mcp2515._MAX_CAN_MSG_LEN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7445 | adafruit_mcp2515._MODE_CONFIG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7446 | adafruit_mcp2515._MODE_LISTENONLY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7447 | adafruit_mcp2515._MODE_LOOPBACK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7448 | adafruit_mcp2515._MODE_MASK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7449 | adafruit_mcp2515._MODE_NORMAL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7450 | adafruit_mcp2515._MODE_SLEEP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7451 | adafruit_mcp2515._READ?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7452 | adafruit_mcp2515._READ_RX0?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7453 | adafruit_mcp2515._READ_RX1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7454 | adafruit_mcp2515._READ_STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7455 | adafruit_mcp2515._REC?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7456 | adafruit_mcp2515._RESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7457 | adafruit_mcp2515._RTR_MASK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7458 | adafruit_mcp2515._RX0IF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7459 | adafruit_mcp2515._RX1IF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7460 | adafruit_mcp2515._RXB0CTRL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7461 | adafruit_mcp2515._RXB0SIDH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7462 | adafruit_mcp2515._RXB1CTRL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7463 | adafruit_mcp2515._RXB1SIDH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7464 | adafruit_mcp2515._RXB_BUKT_MASK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7465 | adafruit_mcp2515._RXB_RX_MASK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7466 | adafruit_mcp2515._RXB_RX_STDEXT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7467 | adafruit_mcp2515._RXF0SIDH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7468 | adafruit_mcp2515._RXF1SIDH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7469 | adafruit_mcp2515._RXF2SIDH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7470 | adafruit_mcp2515._RXF3SIDH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7471 | adafruit_mcp2515._RXF4SIDH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7472 | adafruit_mcp2515._RXF5SIDH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7473 | adafruit_mcp2515._RXM0SIDH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7474 | adafruit_mcp2515._RXM1SIDH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7475 | adafruit_mcp2515._SEND_ALL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7476 | adafruit_mcp2515._SEND_TIMEOUT_MS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7477 | adafruit_mcp2515._SEND_TX0?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7478 | adafruit_mcp2515._SEND_TX1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7479 | adafruit_mcp2515._SEND_TX2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7480 | adafruit_mcp2515._STAT_RXIF_MASK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7481 | adafruit_mcp2515._STAT_TX0_PENDING?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7482 | adafruit_mcp2515._STAT_TX1_PENDING?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7483 | adafruit_mcp2515._STAT_TX2_PENDING?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7484 | adafruit_mcp2515._STAT_TXIF_MASK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7485 | adafruit_mcp2515._STAT_TX_PENDING_MASK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7486 | adafruit_mcp2515._TEC?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7487 | adafruit_mcp2515._TX0IF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7488 | adafruit_mcp2515._TX1IF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7489 | adafruit_mcp2515._TX2IF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7490 | adafruit_mcp2515._TXB0CTRL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7491 | adafruit_mcp2515._TXB0SIDH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7492 | adafruit_mcp2515._TXB1CTRL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7493 | adafruit_mcp2515._TXB1SIDH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7494 | adafruit_mcp2515._TXB2CTRL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7495 | adafruit_mcp2515._TXB2SIDH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7496 | adafruit_mcp2515._TXB_EXIDE_M_16?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7497 | adafruit_mcp2515._TXB_TXREQ_M?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7498 | adafruit_mcp2515._TransmitBuffer?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:
diff
changeset
|
7499 | adafruit_mcp2515._WAKIF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7500 | adafruit_mcp2515._WRITE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7501 | adafruit_mcp2515._tx_buffer_status_decode?5(status_byte) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7502 | adafruit_mcp2515.canio.BusState.BUS_OFF?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7503 | adafruit_mcp2515.canio.BusState.ERROR_ACTIVE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7504 | adafruit_mcp2515.canio.BusState.ERROR_PASSIVE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7505 | adafruit_mcp2515.canio.BusState.ERROR_WARNING?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7506 | adafruit_mcp2515.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:
diff
changeset
|
7507 | adafruit_mcp2515.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:
diff
changeset
|
7508 | adafruit_mcp2515.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:
diff
changeset
|
7509 | adafruit_mcp2515.canio.Listener.timeout?4(timeout) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7510 | adafruit_mcp2515.canio.Listener?1(can_bus_obj, timeout=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:
diff
changeset
|
7511 | adafruit_mcp2515.canio.Match?1(address: int, *, mask: int = 0, 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:
diff
changeset
|
7512 | adafruit_mcp2515.canio.Message.data?4(new_data) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7513 | adafruit_mcp2515.canio.Message?1(id, data, extended=False) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7514 | adafruit_mcp2515.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:
diff
changeset
|
7515 | adafruit_mcp2515.timer.Timer.expired?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7516 | adafruit_mcp2515.timer.Timer.rewind_to?4(new_timeout) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7517 | adafruit_mcp2515.timer.Timer?1(timeout=0.0) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7518 | adafruit_mcp3xxx.analog_in.AnalogIn.value?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7519 | adafruit_mcp3xxx.analog_in.AnalogIn.voltage?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7520 | adafruit_mcp3xxx.analog_in.AnalogIn?1(mcp: MCP3xxx, positive_pin: int, negative_pin: 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:
diff
changeset
|
7521 | adafruit_mcp3xxx.mcp3002.MCP3002.DIFF_PINS?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7522 | adafruit_mcp3xxx.mcp3002.MCP3002.read?4(pin: int, is_differential: 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:
diff
changeset
|
7523 | adafruit_mcp3xxx.mcp3002.P0?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7524 | adafruit_mcp3xxx.mcp3002.P1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7525 | adafruit_mcp3xxx.mcp3004.MCP3004.DIFF_PINS?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7526 | adafruit_mcp3xxx.mcp3004.MCP3004?1(spi_bus: SPI, cs: DigitalInOut, ref_voltage: float = 3.3) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7527 | adafruit_mcp3xxx.mcp3004.P0?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7528 | adafruit_mcp3xxx.mcp3004.P1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7529 | adafruit_mcp3xxx.mcp3004.P2?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7530 | adafruit_mcp3xxx.mcp3004.P3?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7531 | adafruit_mcp3xxx.mcp3008.MCP3008.DIFF_PINS?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7532 | adafruit_mcp3xxx.mcp3008.MCP3008?1(spi_bus: SPI, cs: DigitalInOut, ref_voltage: float = 3.3) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7533 | adafruit_mcp3xxx.mcp3008.P0?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7534 | adafruit_mcp3xxx.mcp3008.P1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7535 | adafruit_mcp3xxx.mcp3008.P2?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7536 | adafruit_mcp3xxx.mcp3008.P3?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7537 | adafruit_mcp3xxx.mcp3008.P4?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7538 | adafruit_mcp3xxx.mcp3008.P5?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7539 | adafruit_mcp3xxx.mcp3008.P6?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7540 | adafruit_mcp3xxx.mcp3008.P7?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7541 | adafruit_mcp3xxx.mcp3xxx.MCP3xxx.read?4(pin: int, is_differential: 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:
diff
changeset
|
7542 | adafruit_mcp3xxx.mcp3xxx.MCP3xxx.reference_voltage?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7543 | adafruit_mcp3xxx.mcp3xxx.MCP3xxx?1(spi_bus: SPI, cs: DigitalInOut, ref_voltage: float = 3.3) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7544 | adafruit_mcp4725.MCP4725._BUFFER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7545 | adafruit_mcp4725.MCP4725._read?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7546 | adafruit_mcp4725.MCP4725._write_fast_mode?5(val: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7547 | adafruit_mcp4725.MCP4725.normalized_value?4(val: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7548 | adafruit_mcp4725.MCP4725.raw_value?4(val: 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:
diff
changeset
|
7549 | adafruit_mcp4725.MCP4725.save_to_eeprom?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7550 | adafruit_mcp4725.MCP4725.value?4(val: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7551 | adafruit_mcp4725.MCP4725?1(i2c: I2C, *, address: int = _MCP4725_DEFAULT_ADDRESS) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7552 | adafruit_mcp4725._MCP4725_DEFAULT_ADDRESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7553 | adafruit_mcp4725._MCP4725_WRITE_DAC_EEPROM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7554 | adafruit_mcp4725._MCP4725_WRITE_FAST_MODE?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7555 | adafruit_mcp4728.CV.add_values?4(value_tuples: Iterable[Tuple[str, int, str, Optional[float]]]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7556 | adafruit_mcp4728.CV.is_valid?4(value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7557 | adafruit_mcp4728.Channel.gain?4(value: Literal[1, 2]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7558 | adafruit_mcp4728.Channel.normalized_value?4(value: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7559 | adafruit_mcp4728.Channel.raw_value?4(value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7560 | adafruit_mcp4728.Channel.value?4(value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7561 | adafruit_mcp4728.Channel.vref?4(value: Literal[0, 1]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7562 | adafruit_mcp4728.Channel?1(dac_instance: Literal[0, 1, 2, 3], cache_page: Dict[str, int], index: int, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7563 | adafruit_mcp4728.MCP4728._cache_page?5(vref: int, gain: int, power_state: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7564 | adafruit_mcp4728.MCP4728._chunk?5(chunk_size: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7565 | adafruit_mcp4728.MCP4728._general_call?5(byte_command: 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:
diff
changeset
|
7566 | adafruit_mcp4728.MCP4728._generate_bytes_with_flags?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7567 | adafruit_mcp4728.MCP4728._get_flags?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7568 | adafruit_mcp4728.MCP4728._read_registers?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7569 | adafruit_mcp4728.MCP4728._set_value?5(channel: "Channel") |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7570 | adafruit_mcp4728.MCP4728._write_multi_eeprom?5(byte_list: List[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:
diff
changeset
|
7571 | adafruit_mcp4728.MCP4728.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:
diff
changeset
|
7572 | adafruit_mcp4728.MCP4728.save_settings?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7573 | adafruit_mcp4728.MCP4728.soft_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:
diff
changeset
|
7574 | adafruit_mcp4728.MCP4728.sync_gains?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7575 | adafruit_mcp4728.MCP4728.sync_vrefs?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7576 | adafruit_mcp4728.MCP4728.wakeup?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7577 | adafruit_mcp4728.MCP4728?1(i2c_bus: I2C, address: int = MCP4728_DEFAULT_ADDRESS) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7578 | adafruit_mcp4728.MCP4728A4_DEFAULT_ADDRESS?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7579 | adafruit_mcp4728.MCP4728_DEFAULT_ADDRESS?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:
diff
changeset
|
7580 | adafruit_mcp4728._MCP4728_CH_A_MULTI_EEPROM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7581 | adafruit_mcp4728._MCP4728_GENERAL_CALL_ADDRESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7582 | adafruit_mcp4728._MCP4728_GENERAL_CALL_RESET_COMMAND?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7583 | adafruit_mcp4728._MCP4728_GENERAL_CALL_SOFTWARE_UPDATE_COMMAND?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7584 | adafruit_mcp4728._MCP4728_GENERAL_CALL_WAKEUP_COMMAND?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7585 | adafruit_mcp9600.MCP9600.ACTIVE_HIGH?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7586 | adafruit_mcp9600.MCP9600.ACTIVE_LOW?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7587 | adafruit_mcp9600.MCP9600.AMBIENT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7588 | adafruit_mcp9600.MCP9600.AMBIENT_RESOLUTION_0_0625?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7589 | adafruit_mcp9600.MCP9600.AMBIENT_RESOLUTION_0_25?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7590 | adafruit_mcp9600.MCP9600.BURST?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7591 | adafruit_mcp9600.MCP9600.BURST_SAMPLES_128?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7592 | adafruit_mcp9600.MCP9600.BURST_SAMPLES_16?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7593 | adafruit_mcp9600.MCP9600.BURST_SAMPLES_1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7594 | adafruit_mcp9600.MCP9600.BURST_SAMPLES_2?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7595 | adafruit_mcp9600.MCP9600.BURST_SAMPLES_32?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7596 | adafruit_mcp9600.MCP9600.BURST_SAMPLES_4?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7597 | adafruit_mcp9600.MCP9600.BURST_SAMPLES_64?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7598 | adafruit_mcp9600.MCP9600.BURST_SAMPLES_8?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7599 | adafruit_mcp9600.MCP9600.COMPARATOR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7600 | adafruit_mcp9600.MCP9600.FALLING?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7601 | adafruit_mcp9600.MCP9600.INTERRUPT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7602 | adafruit_mcp9600.MCP9600.NORMAL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7603 | adafruit_mcp9600.MCP9600.RISING?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7604 | adafruit_mcp9600.MCP9600.SHUTDOWN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7605 | adafruit_mcp9600.MCP9600.THERMOCOUPLE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7606 | adafruit_mcp9600.MCP9600._alert_1_enable?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7607 | adafruit_mcp9600.MCP9600._alert_1_hysteresis?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7608 | adafruit_mcp9600.MCP9600._alert_1_interrupt_clear?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7609 | adafruit_mcp9600.MCP9600._alert_1_mode?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7610 | adafruit_mcp9600.MCP9600._alert_1_monitor?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7611 | adafruit_mcp9600.MCP9600._alert_1_state?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7612 | adafruit_mcp9600.MCP9600._alert_1_temp_direction?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7613 | adafruit_mcp9600.MCP9600._alert_1_temperature_limit?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7614 | adafruit_mcp9600.MCP9600._alert_2_enable?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7615 | adafruit_mcp9600.MCP9600._alert_2_hysteresis?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7616 | adafruit_mcp9600.MCP9600._alert_2_interrupt_clear?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7617 | adafruit_mcp9600.MCP9600._alert_2_limit?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7618 | adafruit_mcp9600.MCP9600._alert_2_mode?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7619 | adafruit_mcp9600.MCP9600._alert_2_monitor?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7620 | adafruit_mcp9600.MCP9600._alert_2_state?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7621 | adafruit_mcp9600.MCP9600._alert_2_temp_direction?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7622 | adafruit_mcp9600.MCP9600._alert_3_enable?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7623 | adafruit_mcp9600.MCP9600._alert_3_hysteresis?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7624 | adafruit_mcp9600.MCP9600._alert_3_interrupt_clear?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7625 | adafruit_mcp9600.MCP9600._alert_3_limit?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7626 | adafruit_mcp9600.MCP9600._alert_3_mode?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7627 | adafruit_mcp9600.MCP9600._alert_3_monitor?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7628 | adafruit_mcp9600.MCP9600._alert_3_state?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7629 | adafruit_mcp9600.MCP9600._alert_3_temp_direction?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7630 | adafruit_mcp9600.MCP9600._alert_4_enable?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7631 | adafruit_mcp9600.MCP9600._alert_4_hysteresis?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7632 | adafruit_mcp9600.MCP9600._alert_4_interrupt_clear?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7633 | adafruit_mcp9600.MCP9600._alert_4_limit?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7634 | adafruit_mcp9600.MCP9600._alert_4_mode?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7635 | adafruit_mcp9600.MCP9600._alert_4_monitor?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7636 | adafruit_mcp9600.MCP9600._alert_4_state?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7637 | adafruit_mcp9600.MCP9600._alert_4_temp_direction?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7638 | adafruit_mcp9600.MCP9600._device_id?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7639 | adafruit_mcp9600.MCP9600._read_register?5(reg: int, 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:
diff
changeset
|
7640 | adafruit_mcp9600.MCP9600._revision_id?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7641 | adafruit_mcp9600.MCP9600.alert_1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7642 | adafruit_mcp9600.MCP9600.alert_2?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7643 | adafruit_mcp9600.MCP9600.alert_3?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7644 | adafruit_mcp9600.MCP9600.alert_4?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7645 | adafruit_mcp9600.MCP9600.alert_config?4(*, alert_number: int, alert_temp_source: int, alert_temp_limit: float, alert_hysteresis: float, alert_temp_direction: int, alert_mode: int, alert_state: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7646 | adafruit_mcp9600.MCP9600.alert_disable?4(alert_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:
diff
changeset
|
7647 | adafruit_mcp9600.MCP9600.alert_interrupt_clear?4(alert_number: int, interrupt_clear: 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:
diff
changeset
|
7648 | adafruit_mcp9600.MCP9600.ambient_resolution?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7649 | adafruit_mcp9600.MCP9600.ambient_temperature?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7650 | adafruit_mcp9600.MCP9600.burst_complete?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7651 | adafruit_mcp9600.MCP9600.burst_mode_samples?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7652 | adafruit_mcp9600.MCP9600.delta_temperature?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7653 | adafruit_mcp9600.MCP9600.input_range?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7654 | adafruit_mcp9600.MCP9600.shutdown_mode?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7655 | adafruit_mcp9600.MCP9600.temperature?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7656 | adafruit_mcp9600.MCP9600.temperature_update?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7657 | adafruit_mcp9600.MCP9600.types?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7658 | adafruit_mcp9600.MCP9600.version?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7659 | adafruit_mcp9600.MCP9600?1(i2c: I2C, address: int = _DEFAULT_ADDRESS, tctype: str = "K", tcfilter: 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:
diff
changeset
|
7660 | adafruit_mcp9600._DEFAULT_ADDRESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7661 | adafruit_mcp9600._REGISTER_COLD_JUNCTION?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7662 | adafruit_mcp9600._REGISTER_DELTA_TEMP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7663 | adafruit_mcp9600._REGISTER_HOT_JUNCTION?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7664 | adafruit_mcp9600._REGISTER_THERM_CFG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7665 | adafruit_mcp9600._REGISTER_VERSION?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7666 | adafruit_mcp9808.MCP9808._MCP9808_REG_RESOLUTION_SET?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7667 | adafruit_mcp9808.MCP9808._get_temperature?5(address: Literal[0x02, 0x03, 0x04]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7668 | adafruit_mcp9808.MCP9808._limit_temperatures?5(temp: int, t_address: Literal[0x02, 0x03, 0x04] = 0x02) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7669 | adafruit_mcp9808.MCP9808._set_temperature?5(temp: int, address: Literal[0x02, 0x03, 0x04]) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7670 | adafruit_mcp9808.MCP9808._temp_conv?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7671 | adafruit_mcp9808.MCP9808.above_critical?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7672 | adafruit_mcp9808.MCP9808.above_upper?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7673 | adafruit_mcp9808.MCP9808.below_lower?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7674 | adafruit_mcp9808.MCP9808.critical_temperature?4(temp: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7675 | adafruit_mcp9808.MCP9808.lower_temperature?4(temp: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7676 | adafruit_mcp9808.MCP9808.resolution?4(resol_value: Literal[0, 1, 2, 3] = 3) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7677 | adafruit_mcp9808.MCP9808.temperature?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7678 | adafruit_mcp9808.MCP9808.upper_temperature?4(temp: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7679 | adafruit_mcp9808.MCP9808?1(i2c_bus: I2C, address: int = _MCP9808_DEFAULT_ADDRESS) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7680 | adafruit_mcp9808._MCP9808_DEFAULT_ADDRESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7681 | adafruit_mcp9808._MCP9808_DEVICE_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7682 | adafruit_mcp9808._MCP9808_REG_CONFIGURATION?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7683 | adafruit_mcp9808._MCP9808_REG_CRITICAL_TEMP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7684 | adafruit_mcp9808._MCP9808_REG_DEVICE_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7685 | adafruit_mcp9808._MCP9808_REG_LOWER_TEMP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7686 | adafruit_mcp9808._MCP9808_REG_MANUFACTURER_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7687 | adafruit_mcp9808._MCP9808_REG_RESOLUTION?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7688 | adafruit_mcp9808._MCP9808_REG_UPPER_TEMP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7689 | adafruit_mcp9808._MCP9808_REG__TEMP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7690 | adafruit_mcp9808._MCP9808_RESOLUTION_EIGHTH_C?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7691 | adafruit_mcp9808._MCP9808_RESOLUTION_HALF_C?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7692 | adafruit_mcp9808._MCP9808_RESOLUTION_QUARTER_C?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7693 | adafruit_mcp9808._MCP9808_RESOLUTION_SIXTEENTH_C?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7694 | adafruit_midi.MIDI._send?5(packet, num) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7695 | adafruit_midi.MIDI.in_channel?4(channel) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7696 | adafruit_midi.MIDI.out_channel?4(channel) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7697 | adafruit_midi.MIDI.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:
diff
changeset
|
7698 | adafruit_midi.MIDI.send?4(msg, channel=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7699 | adafruit_midi.MIDI?1(midi_in=None, midi_out=None, *, in_channel=None, out_channel=0, in_buf_size=30, debug=False) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7700 | adafruit_midi.channel_pressure.ChannelPressure.LENGTH?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7701 | adafruit_midi.channel_pressure.ChannelPressure._STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7702 | adafruit_midi.channel_pressure.ChannelPressure._STATUSMASK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7703 | adafruit_midi.channel_pressure.ChannelPressure.from_bytes?4(msg_bytes) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7704 | adafruit_midi.channel_pressure.ChannelPressure?1(pressure, *, channel=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7705 | adafruit_midi.control_change.ControlChange.LENGTH?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7706 | adafruit_midi.control_change.ControlChange._STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7707 | adafruit_midi.control_change.ControlChange._STATUSMASK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7708 | adafruit_midi.control_change.ControlChange.from_bytes?4(msg_bytes) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7709 | adafruit_midi.control_change.ControlChange?1(control, value, *, channel=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7710 | adafruit_midi.control_change_values.ALL_CONTROLLERS_OFF?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7711 | adafruit_midi.control_change_values.ALL_NOTES_OFF?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7712 | adafruit_midi.control_change_values.ATTACK_TIME?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7713 | adafruit_midi.control_change_values.BREATH_CONTROL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7714 | adafruit_midi.control_change_values.CHORUS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7715 | adafruit_midi.control_change_values.CUTOFF_FREQUENCY?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7716 | adafruit_midi.control_change_values.DECAY_TIME?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7717 | adafruit_midi.control_change_values.EXPRESSION?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7718 | adafruit_midi.control_change_values.FILTER_RESONANCE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7719 | adafruit_midi.control_change_values.FOOT_CONTROLLER?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7720 | adafruit_midi.control_change_values.MOD_WHEEL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7721 | adafruit_midi.control_change_values.PAN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7722 | adafruit_midi.control_change_values.PORTAMENTO?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7723 | adafruit_midi.control_change_values.PORTAMENTO_TIME?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7724 | adafruit_midi.control_change_values.RELEASE_TIME?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7725 | adafruit_midi.control_change_values.SUSTAIN_PEDAL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7726 | adafruit_midi.control_change_values.VIBRATO_DELAY?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7727 | adafruit_midi.control_change_values.VIBRATO_DEPTH?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7728 | adafruit_midi.control_change_values.VIBRATO_RATE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7729 | adafruit_midi.control_change_values.VOLUME?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7730 | adafruit_midi.midi_continue.Continue.LENGTH?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7731 | adafruit_midi.midi_continue.Continue._STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7732 | adafruit_midi.midi_continue.Continue._STATUSMASK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7733 | adafruit_midi.midi_message.MIDIBadEvent.LENGTH?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7734 | adafruit_midi.midi_message.MIDIBadEvent?1(msg_bytes, exception) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7735 | adafruit_midi.midi_message.MIDIMessage.CHANNELMASK?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7736 | adafruit_midi.midi_message.MIDIMessage.ENDSTATUS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7737 | adafruit_midi.midi_message.MIDIMessage.LENGTH?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7738 | adafruit_midi.midi_message.MIDIMessage._STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7739 | adafruit_midi.midi_message.MIDIMessage._STATUSMASK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7740 | adafruit_midi.midi_message.MIDIMessage._match_message_status?5(buf, msgstartidx, msgendidxplusone, endidx) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7741 | adafruit_midi.midi_message.MIDIMessage._raise_valueerror_oor?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7742 | adafruit_midi.midi_message.MIDIMessage._search_eom_status?5(buf, eom_status, msgstartidx, msgendidxplusone, endidx) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7743 | adafruit_midi.midi_message.MIDIMessage._statusandmask_to_class?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7744 | adafruit_midi.midi_message.MIDIMessage.channel?4(channel) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7745 | adafruit_midi.midi_message.MIDIMessage.from_bytes?4(msg_bytes) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7746 | adafruit_midi.midi_message.MIDIMessage.from_message_bytes?4(midibytes, channel_in) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7747 | adafruit_midi.midi_message.MIDIMessage.register_message_type?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7748 | adafruit_midi.midi_message.MIDIMessage?1(*, channel=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7749 | adafruit_midi.midi_message.MIDIUnknownEvent.LENGTH?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7750 | adafruit_midi.midi_message.MIDIUnknownEvent?1(status) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7751 | adafruit_midi.midi_message.NOTE_OFFSET?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7752 | adafruit_midi.midi_message.channel_filter?4(channel, channel_spec) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7753 | adafruit_midi.midi_message.note_parser?4(note) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7754 | adafruit_midi.mtc_quarter_frame.MtcQuarterFrame.LENGTH?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7755 | adafruit_midi.mtc_quarter_frame.MtcQuarterFrame._STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7756 | adafruit_midi.mtc_quarter_frame.MtcQuarterFrame._STATUSMASK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7757 | adafruit_midi.mtc_quarter_frame.MtcQuarterFrame.from_bytes?4(msg_bytes) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7758 | adafruit_midi.mtc_quarter_frame.MtcQuarterFrame?1(msgtype, value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7759 | adafruit_midi.note_off.NoteOff.LENGTH?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7760 | adafruit_midi.note_off.NoteOff._STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7761 | adafruit_midi.note_off.NoteOff._STATUSMASK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7762 | adafruit_midi.note_off.NoteOff.from_bytes?4(msg_bytes) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7763 | adafruit_midi.note_off.NoteOff?1(note, velocity=0, *, channel=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7764 | adafruit_midi.note_on.NoteOn.LENGTH?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7765 | adafruit_midi.note_on.NoteOn._STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7766 | adafruit_midi.note_on.NoteOn._STATUSMASK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7767 | adafruit_midi.note_on.NoteOn.from_bytes?4(msg_bytes) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7768 | adafruit_midi.note_on.NoteOn?1(note, velocity=127, *, channel=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7769 | adafruit_midi.pitch_bend.PitchBend.LENGTH?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7770 | adafruit_midi.pitch_bend.PitchBend._STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7771 | adafruit_midi.pitch_bend.PitchBend._STATUSMASK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7772 | adafruit_midi.pitch_bend.PitchBend.from_bytes?4(msg_bytes) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7773 | adafruit_midi.pitch_bend.PitchBend?1(pitch_bend, *, channel=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7774 | adafruit_midi.polyphonic_key_pressure.PolyphonicKeyPressure.LENGTH?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7775 | adafruit_midi.polyphonic_key_pressure.PolyphonicKeyPressure._STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7776 | adafruit_midi.polyphonic_key_pressure.PolyphonicKeyPressure._STATUSMASK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7777 | adafruit_midi.polyphonic_key_pressure.PolyphonicKeyPressure.from_bytes?4(msg_bytes) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7778 | adafruit_midi.polyphonic_key_pressure.PolyphonicKeyPressure?1(note, pressure, *, channel=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7779 | adafruit_midi.program_change.ProgramChange.LENGTH?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7780 | adafruit_midi.program_change.ProgramChange._STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7781 | adafruit_midi.program_change.ProgramChange._STATUSMASK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7782 | adafruit_midi.program_change.ProgramChange.from_bytes?4(msg_bytes) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7783 | adafruit_midi.program_change.ProgramChange?1(patch, *, channel=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7784 | adafruit_midi.start.Start.LENGTH?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7785 | adafruit_midi.start.Start._STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7786 | adafruit_midi.start.Start._STATUSMASK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7787 | adafruit_midi.stop.Stop.LENGTH?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7788 | adafruit_midi.stop.Stop._STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7789 | adafruit_midi.stop.Stop._STATUSMASK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7790 | adafruit_midi.system_exclusive.SystemExclusive.ENDSTATUS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7791 | adafruit_midi.system_exclusive.SystemExclusive.LENGTH?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7792 | adafruit_midi.system_exclusive.SystemExclusive._STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7793 | adafruit_midi.system_exclusive.SystemExclusive._STATUSMASK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7794 | adafruit_midi.system_exclusive.SystemExclusive.from_bytes?4(msg_bytes) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7795 | adafruit_midi.system_exclusive.SystemExclusive?1(manufacturer_id, data) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7796 | adafruit_midi.timing_clock.TimingClock.LENGTH?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7797 | adafruit_midi.timing_clock.TimingClock._STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7798 | adafruit_midi.timing_clock.TimingClock._STATUSMASK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7799 | adafruit_miniesptool.ESP32?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7800 | adafruit_miniesptool.ESP32_DATAREGVALUE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7801 | adafruit_miniesptool.ESP8266?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7802 | adafruit_miniesptool.ESP8266_DATAREGVALUE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7803 | adafruit_miniesptool.ESP_CHANGE_BAUDRATE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7804 | adafruit_miniesptool.ESP_CHECKSUM_MAGIC?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7805 | adafruit_miniesptool.ESP_FLASH_BEGIN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7806 | adafruit_miniesptool.ESP_FLASH_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:
diff
changeset
|
7807 | adafruit_miniesptool.ESP_FLASH_END?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7808 | adafruit_miniesptool.ESP_MEM_BEGIN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7809 | adafruit_miniesptool.ESP_MEM_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:
diff
changeset
|
7810 | adafruit_miniesptool.ESP_MEM_END?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7811 | adafruit_miniesptool.ESP_READ_REG?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7812 | adafruit_miniesptool.ESP_SPI_ATTACH?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7813 | adafruit_miniesptool.ESP_SPI_FLASH_MD5?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7814 | adafruit_miniesptool.ESP_SPI_SET_PARAMS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7815 | adafruit_miniesptool.ESP_SYNC?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7816 | adafruit_miniesptool.ESP_WRITE_REG?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7817 | adafruit_miniesptool.FLASH_SIZES?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7818 | adafruit_miniesptool.SYNC_PACKET?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7819 | adafruit_miniesptool.miniesptool.ESP_ROM_BAUD?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7820 | adafruit_miniesptool.miniesptool.FLASH_SECTOR_SIZE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7821 | adafruit_miniesptool.miniesptool.FLASH_WRITE_SIZE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7822 | adafruit_miniesptool.miniesptool._read_efuses?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7823 | adafruit_miniesptool.miniesptool._sync?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7824 | adafruit_miniesptool.miniesptool.baudrate?4(baud) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7825 | adafruit_miniesptool.miniesptool.check_command?4(opcode, buffer, checksum=0, timeout=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:
diff
changeset
|
7826 | adafruit_miniesptool.miniesptool.checksum?4(state=ESP_CHECKSUM_MAGIC) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7827 | adafruit_miniesptool.miniesptool.chip_name?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7828 | adafruit_miniesptool.miniesptool.chip_type?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7829 | adafruit_miniesptool.miniesptool.debug?4(flag) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7830 | adafruit_miniesptool.miniesptool.flash_begin?4(*, size=0, offset=0) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7831 | adafruit_miniesptool.miniesptool.flash_block?4(data, seq, timeout=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:
diff
changeset
|
7832 | adafruit_miniesptool.miniesptool.flash_file?4(filename, offset=0, md5=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7833 | adafruit_miniesptool.miniesptool.get_erase_size?4(offset, size) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7834 | adafruit_miniesptool.miniesptool.get_response?4(opcode, timeout=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:
diff
changeset
|
7835 | adafruit_miniesptool.miniesptool.mac_addr?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7836 | adafruit_miniesptool.miniesptool.md5?4(offset, size) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7837 | adafruit_miniesptool.miniesptool.read_register?4(reg) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7838 | adafruit_miniesptool.miniesptool.reset?4(program_mode=False) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7839 | adafruit_miniesptool.miniesptool.send_command?4(opcode, buffer) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7840 | adafruit_miniesptool.miniesptool.slip_encode?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7841 | adafruit_miniesptool.miniesptool.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:
diff
changeset
|
7842 | adafruit_miniesptool.miniesptool?1(uart, gpio0_pin, reset_pin, *, flashsize, baudrate=ESP_ROM_BAUD) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7843 | adafruit_minimqtt.adafruit_minimqtt.CONNACK_ERRORS?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7844 | adafruit_minimqtt.adafruit_minimqtt.MQTT._connect?5(clean_session: bool = True, host: Optional[str] = None, port: Optional[int] = None, keep_alive: Optional[int] = None, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7845 | adafruit_minimqtt.adafruit_minimqtt.MQTT._connected?5() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7846 | adafruit_minimqtt.adafruit_minimqtt.MQTT._get_connect_socket?5(host: str, port: int, *, timeout: int = 1) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7847 | adafruit_minimqtt.adafruit_minimqtt.MQTT._handle_on_message?5(client, topic: str, message: str) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7848 | adafruit_minimqtt.adafruit_minimqtt.MQTT._recompute_reconnect_backoff?5() |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7849 | adafruit_minimqtt.adafruit_minimqtt.MQTT._recv_len?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7850 | adafruit_minimqtt.adafruit_minimqtt.MQTT._reset_reconnect_backoff?5() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7851 | adafruit_minimqtt.adafruit_minimqtt.MQTT._send_str?5(string: str) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7852 | adafruit_minimqtt.adafruit_minimqtt.MQTT._sock_exact_recv?5(bufsize: 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:
diff
changeset
|
7853 | adafruit_minimqtt.adafruit_minimqtt.MQTT._valid_qos?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7854 | adafruit_minimqtt.adafruit_minimqtt.MQTT._valid_topic?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7855 | adafruit_minimqtt.adafruit_minimqtt.MQTT._wait_for_msg?5(timeout: float = 0.1) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7856 | adafruit_minimqtt.adafruit_minimqtt.MQTT.add_topic_callback?4(mqtt_topic: str, callback_method) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7857 | adafruit_minimqtt.adafruit_minimqtt.MQTT.connect?4(clean_session: bool = True, host: Optional[str] = None, port: Optional[int] = None, keep_alive: 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:
diff
changeset
|
7858 | adafruit_minimqtt.adafruit_minimqtt.MQTT.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:
diff
changeset
|
7859 | adafruit_minimqtt.adafruit_minimqtt.MQTT.disable_logger?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7860 | adafruit_minimqtt.adafruit_minimqtt.MQTT.disconnect?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7861 | adafruit_minimqtt.adafruit_minimqtt.MQTT.enable_logger?4(log_pkg, log_level: int = 20, logger_name: str = "log") |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7862 | adafruit_minimqtt.adafruit_minimqtt.MQTT.is_connected?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7863 | adafruit_minimqtt.adafruit_minimqtt.MQTT.loop?4(timeout: float = 0) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7864 | adafruit_minimqtt.adafruit_minimqtt.MQTT.mqtt_msg?4(msg_size: 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:
diff
changeset
|
7865 | adafruit_minimqtt.adafruit_minimqtt.MQTT.on_message?4(method) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7866 | adafruit_minimqtt.adafruit_minimqtt.MQTT.ping?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7867 | adafruit_minimqtt.adafruit_minimqtt.MQTT.publish?4(topic: str, msg: Union[str, int, float, bytes], retain: bool = False, qos: int = 0, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7868 | adafruit_minimqtt.adafruit_minimqtt.MQTT.reconnect?4(resub_topics: bool = True) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7869 | adafruit_minimqtt.adafruit_minimqtt.MQTT.remove_topic_callback?4(mqtt_topic: str) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7870 | adafruit_minimqtt.adafruit_minimqtt.MQTT.subscribe?4(topic: str, qos: int = 0) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7871 | adafruit_minimqtt.adafruit_minimqtt.MQTT.unsubscribe?4(topic: str) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7872 | adafruit_minimqtt.adafruit_minimqtt.MQTT.username_pw_set?4(username: str, password: Optional[str] = None) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7873 | adafruit_minimqtt.adafruit_minimqtt.MQTT.will_set?4(topic: Optional[str] = None, payload: Optional[Union[int, float, str]] = None, qos: int = 0, retain: bool = False, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7874 | adafruit_minimqtt.adafruit_minimqtt.MQTT?1(*, broker: str, port: Optional[int] = None, username: Optional[str] = None, password: Optional[str] = None, client_id: Optional[str] = None, is_ssl: Optional[bool] = None, keep_alive: int = 60, recv_timeout: int = 10, socket_pool=None, ssl_context=None, use_binary_mode: bool = False, socket_timeout: int = 1, connect_retries: int = 5, user_data=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:
diff
changeset
|
7875 | adafruit_minimqtt.adafruit_minimqtt.MQTT_DISCONNECT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7876 | adafruit_minimqtt.adafruit_minimqtt.MQTT_HDR_CONNECT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7877 | adafruit_minimqtt.adafruit_minimqtt.MQTT_MSG_MAX_SZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7878 | adafruit_minimqtt.adafruit_minimqtt.MQTT_MSG_SZ_LIM?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7879 | adafruit_minimqtt.adafruit_minimqtt.MQTT_PINGREQ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7880 | adafruit_minimqtt.adafruit_minimqtt.MQTT_PINGRESP?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7881 | adafruit_minimqtt.adafruit_minimqtt.MQTT_PKT_TYPE_MASK?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7882 | adafruit_minimqtt.adafruit_minimqtt.MQTT_PUBLISH?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:
diff
changeset
|
7883 | adafruit_minimqtt.adafruit_minimqtt.MQTT_SUB?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7884 | adafruit_minimqtt.adafruit_minimqtt.MQTT_TCP_PORT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7885 | adafruit_minimqtt.adafruit_minimqtt.MQTT_TLS_PORT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7886 | adafruit_minimqtt.adafruit_minimqtt.MQTT_TOPIC_LENGTH_LIMIT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7887 | adafruit_minimqtt.adafruit_minimqtt.MQTT_UNSUB?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7888 | adafruit_minimqtt.adafruit_minimqtt.NullLogger.nothing?4(msg: str, *args) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7889 | adafruit_minimqtt.adafruit_minimqtt.NullLogger?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:
diff
changeset
|
7890 | adafruit_minimqtt.adafruit_minimqtt._FakeSSLContext.wrap_socket?4(socket, server_hostname=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7891 | adafruit_minimqtt.adafruit_minimqtt._FakeSSLContext?2(iface) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7892 | adafruit_minimqtt.adafruit_minimqtt._FakeSSLSocket.connect?4(address) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7893 | adafruit_minimqtt.adafruit_minimqtt._FakeSSLSocket?2(socket, tls_mode) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7894 | adafruit_minimqtt.adafruit_minimqtt._default_sock?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7895 | adafruit_minimqtt.adafruit_minimqtt._fake_context?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7896 | adafruit_minimqtt.adafruit_minimqtt.set_socket?4(sock, iface=None) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7897 | adafruit_minimqtt.matcher.MQTTMatcher.iter_match?4(topic: str) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7898 | adafruit_minimqtt.matcher.MQTTMatcher.rec?4(i: int = 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:
diff
changeset
|
7899 | adafruit_minimqtt.matcher.MQTTMatcher?1() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7900 | adafruit_minimqtt.matcher.Node?1() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7901 | adafruit_miniqr.EXP_TABLE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7902 | adafruit_miniqr.H?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7903 | adafruit_miniqr.L?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7904 | adafruit_miniqr.LOG_TABLE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7905 | adafruit_miniqr.M?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7906 | adafruit_miniqr.Q?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7907 | adafruit_miniqr.QRBitBuffer.get?4(index) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7908 | adafruit_miniqr.QRBitBuffer.get_length_bits?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7909 | adafruit_miniqr.QRBitBuffer.put?4(num, length) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7910 | adafruit_miniqr.QRBitBuffer.put_bit?4(bit) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7911 | adafruit_miniqr.QRBitBuffer?1() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7912 | adafruit_miniqr.QRBitMatrix?1(width, height) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7913 | adafruit_miniqr.QRCode._create_bytes?5(rs_blocks) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7914 | adafruit_miniqr.QRCode._create_data?5(ecc, data_list) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7915 | adafruit_miniqr.QRCode._map_data?5(data, mask_pattern) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7916 | adafruit_miniqr.QRCode._setup_position_adjust_pattern?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7917 | adafruit_miniqr.QRCode._setup_position_probe_pattern?5(row, col) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7918 | adafruit_miniqr.QRCode._setup_timing_pattern?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7919 | adafruit_miniqr.QRCode._setup_type_info?5(test, mask_pattern) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7920 | adafruit_miniqr.QRCode._setup_type_number?5(test) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7921 | adafruit_miniqr.QRCode.add_data?4(data) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7922 | adafruit_miniqr.QRCode.make?4(*, test=False, mask_pattern=0) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7923 | adafruit_miniqr.QRCode?1(*, qr_type=None, error_correct=L) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7924 | adafruit_miniqr.QRPolynomial.get?4(index) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7925 | adafruit_miniqr.QRPolynomial.get_length?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7926 | adafruit_miniqr.QRPolynomial.multiply?4(e) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7927 | adafruit_miniqr.QRPolynomial?1(num, shift) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7928 | adafruit_miniqr.QRUtil.G15?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7929 | adafruit_miniqr.QRUtil.G15_MASK?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7930 | adafruit_miniqr.QRUtil.G18?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7931 | adafruit_miniqr.QRUtil.PATTERN_POSITION_TABLE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7932 | adafruit_miniqr.QRUtil.get_BCH_digit?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7933 | adafruit_miniqr.QRUtil.get_BCH_type_info?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7934 | adafruit_miniqr.QRUtil.get_BCH_type_number?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7935 | adafruit_miniqr.QRUtil.get_error_correct_polynomial?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7936 | adafruit_miniqr.QRUtil.get_mask?4(i, j) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7937 | adafruit_miniqr.QRUtil.get_pattern_position?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7938 | adafruit_miniqr._MODE_8BIT_BYTE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7939 | adafruit_miniqr._PAD0?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7940 | adafruit_miniqr._PAD1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7941 | adafruit_miniqr._QRRS_BLOCK_TABLE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7942 | adafruit_miniqr._get_rs_blocks?5(qr_type, ecc) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7943 | adafruit_miniqr._gexp?5(n) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7944 | adafruit_miniqr._glog?5(n) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7945 | adafruit_mlx90393.FILTER_0?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7946 | adafruit_mlx90393.FILTER_1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7947 | adafruit_mlx90393.FILTER_2?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7948 | adafruit_mlx90393.FILTER_3?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7949 | adafruit_mlx90393.FILTER_4?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7950 | adafruit_mlx90393.FILTER_5?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7951 | adafruit_mlx90393.FILTER_6?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7952 | adafruit_mlx90393.FILTER_7?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7953 | adafruit_mlx90393.GAIN_1X?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7954 | adafruit_mlx90393.GAIN_1_33X?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7955 | adafruit_mlx90393.GAIN_1_67X?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7956 | adafruit_mlx90393.GAIN_2X?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7957 | adafruit_mlx90393.GAIN_2_5X?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7958 | adafruit_mlx90393.GAIN_3X?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7959 | adafruit_mlx90393.GAIN_4X?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7960 | adafruit_mlx90393.GAIN_5X?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7961 | adafruit_mlx90393.MLX90393._set_resolution?5(axis: int, resolution: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7962 | adafruit_mlx90393.MLX90393._transceive?5(payload: ReadableBuffer, rxlen: 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:
diff
changeset
|
7963 | adafruit_mlx90393.MLX90393._unpack_axis_data?5(resolution: 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:
diff
changeset
|
7964 | adafruit_mlx90393.MLX90393.display_status?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7965 | adafruit_mlx90393.MLX90393.filter?4(level: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7966 | adafruit_mlx90393.MLX90393.gain?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:
diff
changeset
|
7967 | adafruit_mlx90393.MLX90393.last_status?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7968 | adafruit_mlx90393.MLX90393.magnetic?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7969 | adafruit_mlx90393.MLX90393.oversampling?4(level: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7970 | adafruit_mlx90393.MLX90393.read_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:
diff
changeset
|
7971 | adafruit_mlx90393.MLX90393.read_reg?4(reg: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7972 | adafruit_mlx90393.MLX90393.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:
diff
changeset
|
7973 | adafruit_mlx90393.MLX90393.resolution_x?4(resolution: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7974 | adafruit_mlx90393.MLX90393.resolution_y?4(resolution: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7975 | adafruit_mlx90393.MLX90393.resolution_z?4(resolution: int) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
7976 | adafruit_mlx90393.MLX90393.temperature?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:
diff
changeset
|
7977 | adafruit_mlx90393.MLX90393.write_reg?4(reg: 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:
diff
changeset
|
7978 | adafruit_mlx90393.MLX90393?1(i2c_bus: I2C, address: int = 0x0C, gain: int = GAIN_1X, resolution: int = RESOLUTION_16, filt: int = FILTER_7, oversampling: int = OSR_3, debug: 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:
diff
changeset
|
7979 | adafruit_mlx90393.OSR_0?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7980 | adafruit_mlx90393.OSR_1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7981 | adafruit_mlx90393.OSR_2?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7982 | adafruit_mlx90393.OSR_3?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7983 | adafruit_mlx90393.RESOLUTION_16?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7984 | adafruit_mlx90393.RESOLUTION_17?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7985 | adafruit_mlx90393.RESOLUTION_18?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7986 | adafruit_mlx90393.RESOLUTION_19?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7987 | adafruit_mlx90393.STATUS_OK?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7988 | adafruit_mlx90393._CMD_AXIS_ALL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7989 | adafruit_mlx90393._CMD_EX?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7990 | adafruit_mlx90393._CMD_HR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7991 | adafruit_mlx90393._CMD_HS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7992 | adafruit_mlx90393._CMD_NOP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7993 | adafruit_mlx90393._CMD_REG_CONF1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7994 | adafruit_mlx90393._CMD_REG_CONF2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7995 | adafruit_mlx90393._CMD_REG_CONF3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7996 | adafruit_mlx90393._CMD_REG_CONF4?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7997 | adafruit_mlx90393._CMD_RM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7998 | adafruit_mlx90393._CMD_RR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7999 | adafruit_mlx90393._CMD_RT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8000 | adafruit_mlx90393._CMD_SB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8001 | adafruit_mlx90393._CMD_SM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8002 | adafruit_mlx90393._CMD_SW?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8003 | adafruit_mlx90393._CMD_TEMP?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:
diff
changeset
|
8004 | adafruit_mlx90393._CMD_WR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8005 | adafruit_mlx90393._GAIN_SHIFT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8006 | adafruit_mlx90393._HALLCONF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8007 | adafruit_mlx90393._LSB_LOOKUP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8008 | adafruit_mlx90393._TCONV_LOOKUP?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8009 | adafruit_mlx90395.CV.add_values?4(value_tuples: Iterable[Tuple[str, int, Union[str, int], Optional[float]]]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8010 | adafruit_mlx90395.CV.is_valid?4(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:
diff
changeset
|
8011 | adafruit_mlx90395.GAIN_AMOUNT?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8012 | adafruit_mlx90395.MLX90395._command?5(command_id: 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:
diff
changeset
|
8013 | adafruit_mlx90395.MLX90395._filter?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8014 | adafruit_mlx90395.MLX90395._gain?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8015 | adafruit_mlx90395.MLX90395._osr?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8016 | adafruit_mlx90395.MLX90395._read_measurement?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8017 | adafruit_mlx90395.MLX90395._reg0?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8018 | adafruit_mlx90395.MLX90395._reg2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8019 | adafruit_mlx90395.MLX90395._resolution?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8020 | adafruit_mlx90395.MLX90395.gain?4(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:
diff
changeset
|
8021 | adafruit_mlx90395.MLX90395.initialize?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8022 | adafruit_mlx90395.MLX90395.magnetic?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8023 | adafruit_mlx90395.MLX90395.oversample_rate?4(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:
diff
changeset
|
8024 | adafruit_mlx90395.MLX90395.reset?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8025 | adafruit_mlx90395.MLX90395.resolution?4(value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8026 | adafruit_mlx90395.MLX90395?1(i2c_bus: I2C, address: int = _DEFAULT_ADDR) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8027 | adafruit_mlx90395._DEFAULT_ADDR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8028 | adafruit_mlx90395._REG_0?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8029 | adafruit_mlx90395._REG_1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8030 | adafruit_mlx90395._REG_2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8031 | adafruit_mlx90395._REG_EX?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8032 | adafruit_mlx90395._REG_RT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8033 | adafruit_mlx90395._REG_SM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8034 | adafruit_mlx90395._STATUS_DRDY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8035 | adafruit_mlx90395._STATUS_RESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8036 | adafruit_mlx90395._STATUS_SMMODE?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8037 | adafruit_mlx90614.MLX90614._read_16?5(register: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8038 | adafruit_mlx90614.MLX90614._read_temp?5(register: 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:
diff
changeset
|
8039 | adafruit_mlx90614.MLX90614.ambient_temperature?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8040 | adafruit_mlx90614.MLX90614.object_temperature?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8041 | adafruit_mlx90614.MLX90614?1(i2c_bus: I2C, address: int = _MLX90614_I2CADDR) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8042 | adafruit_mlx90614._MLX90614_ADDR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8043 | adafruit_mlx90614._MLX90614_CONFIG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8044 | adafruit_mlx90614._MLX90614_EMISS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8045 | adafruit_mlx90614._MLX90614_I2CADDR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8046 | adafruit_mlx90614._MLX90614_ID1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8047 | adafruit_mlx90614._MLX90614_ID2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8048 | adafruit_mlx90614._MLX90614_ID3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8049 | adafruit_mlx90614._MLX90614_ID4?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8050 | adafruit_mlx90614._MLX90614_PWMCTRL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8051 | adafruit_mlx90614._MLX90614_RAWIR1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8052 | adafruit_mlx90614._MLX90614_RAWIR2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8053 | adafruit_mlx90614._MLX90614_TA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8054 | adafruit_mlx90614._MLX90614_TARANGE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8055 | adafruit_mlx90614._MLX90614_TOBJ1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8056 | adafruit_mlx90614._MLX90614_TOBJ2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8057 | adafruit_mlx90614._MLX90614_TOMAX?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8058 | adafruit_mlx90614._MLX90614_TOMIN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8059 | adafruit_mlx90640.I2C_READ_LEN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8060 | adafruit_mlx90640.MLX90640.KsTa?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8061 | adafruit_mlx90640.MLX90640.KtPTAT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8062 | adafruit_mlx90640.MLX90640.KvPTAT?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8063 | adafruit_mlx90640.MLX90640._ArePixelsAdjacent?5(pix1: int, pix2: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8064 | adafruit_mlx90640.MLX90640._CalculateTo?5(frameData: List[int], emissivity: float, tr: float, result: List[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:
diff
changeset
|
8065 | adafruit_mlx90640.MLX90640._ExtractAlphaParameters?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8066 | adafruit_mlx90640.MLX90640._ExtractCILCParameters?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8067 | adafruit_mlx90640.MLX90640._ExtractCPParameters?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8068 | adafruit_mlx90640.MLX90640._ExtractDeviatingPixels?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8069 | adafruit_mlx90640.MLX90640._ExtractGainParameters?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8070 | adafruit_mlx90640.MLX90640._ExtractKsTaParameters?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8071 | adafruit_mlx90640.MLX90640._ExtractKsToParameters?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8072 | adafruit_mlx90640.MLX90640._ExtractKtaPixelParameters?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8073 | adafruit_mlx90640.MLX90640._ExtractKvPixelParameters?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8074 | adafruit_mlx90640.MLX90640._ExtractOffsetParameters?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8075 | adafruit_mlx90640.MLX90640._ExtractPTATParameters?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8076 | adafruit_mlx90640.MLX90640._ExtractParameters?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8077 | adafruit_mlx90640.MLX90640._ExtractResolutionParameters?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8078 | adafruit_mlx90640.MLX90640._ExtractTgcParameters?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8079 | adafruit_mlx90640.MLX90640._ExtractVDDParameters?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8080 | adafruit_mlx90640.MLX90640._GetFrameData?5(frameData: List[int]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8081 | adafruit_mlx90640.MLX90640._GetTa?5(frameData: List[int]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8082 | adafruit_mlx90640.MLX90640._GetVdd?5(frameData: List[int]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8083 | adafruit_mlx90640.MLX90640._I2CReadWords?5(addr: int, buffer: Union[int, List[int]], *, end: Optional[int] = None) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8084 | adafruit_mlx90640.MLX90640._I2CWriteWord?5(writeAddress: int, data: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8085 | adafruit_mlx90640.MLX90640._IsPixelBad?5(pixel: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8086 | adafruit_mlx90640.MLX90640._UniqueListPairs?5(inputList: List[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:
diff
changeset
|
8087 | adafruit_mlx90640.MLX90640.alpha?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8088 | adafruit_mlx90640.MLX90640.alphaPTAT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8089 | adafruit_mlx90640.MLX90640.alphaScale?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8090 | adafruit_mlx90640.MLX90640.brokenPixels?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8091 | adafruit_mlx90640.MLX90640.calibrationModeEE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8092 | adafruit_mlx90640.MLX90640.cpAlpha?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8093 | adafruit_mlx90640.MLX90640.cpKta?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8094 | adafruit_mlx90640.MLX90640.cpKv?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8095 | adafruit_mlx90640.MLX90640.cpOffset?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8096 | adafruit_mlx90640.MLX90640.ct?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8097 | adafruit_mlx90640.MLX90640.gainEE?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8098 | adafruit_mlx90640.MLX90640.getFrame?4(framebuf: List[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:
diff
changeset
|
8099 | adafruit_mlx90640.MLX90640.ilChessC?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8100 | adafruit_mlx90640.MLX90640.kVdd?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8101 | adafruit_mlx90640.MLX90640.ksTo?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8102 | adafruit_mlx90640.MLX90640.kta?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8103 | adafruit_mlx90640.MLX90640.ktaScale?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8104 | adafruit_mlx90640.MLX90640.kv?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8105 | adafruit_mlx90640.MLX90640.kvScale?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8106 | adafruit_mlx90640.MLX90640.offset?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8107 | adafruit_mlx90640.MLX90640.outlierPixels?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8108 | adafruit_mlx90640.MLX90640.refresh_rate?4(rate: 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:
diff
changeset
|
8109 | adafruit_mlx90640.MLX90640.resolutionEE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8110 | adafruit_mlx90640.MLX90640.serial_number?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8111 | adafruit_mlx90640.MLX90640.tgc?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8112 | adafruit_mlx90640.MLX90640.vPTAT25?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8113 | adafruit_mlx90640.MLX90640.vdd25?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8114 | adafruit_mlx90640.MLX90640?1(i2c_bus: I2C, address: int = 0x33) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8115 | adafruit_mlx90640.MLX90640_DEVICEID1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8116 | adafruit_mlx90640.OPENAIR_TA_SHIFT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8117 | adafruit_mlx90640.RefreshRate.REFRESH_0_5_HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8118 | adafruit_mlx90640.RefreshRate.REFRESH_16_HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8119 | adafruit_mlx90640.RefreshRate.REFRESH_1_HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8120 | adafruit_mlx90640.RefreshRate.REFRESH_2_HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8121 | adafruit_mlx90640.RefreshRate.REFRESH_32_HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8122 | adafruit_mlx90640.RefreshRate.REFRESH_4_HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8123 | adafruit_mlx90640.RefreshRate.REFRESH_64_HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8124 | adafruit_mlx90640.RefreshRate.REFRESH_8_HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8125 | adafruit_mlx90640.SCALEALPHA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8126 | adafruit_mlx90640.eeData?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8127 | adafruit_mma8451.DATARATE_100HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8128 | adafruit_mma8451.DATARATE_12_5HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8129 | adafruit_mma8451.DATARATE_1_56HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8130 | adafruit_mma8451.DATARATE_200HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8131 | adafruit_mma8451.DATARATE_400HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8132 | adafruit_mma8451.DATARATE_50HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8133 | adafruit_mma8451.DATARATE_6_25HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8134 | adafruit_mma8451.DATARATE_800HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8135 | adafruit_mma8451.MMA8451._BUFFER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8136 | adafruit_mma8451.MMA8451._read_into?5(address: int, buf: bytearray, count: 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:
diff
changeset
|
8137 | adafruit_mma8451.MMA8451._read_u8?5(address: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8138 | adafruit_mma8451.MMA8451._write_u8?5(address: int, val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8139 | adafruit_mma8451.MMA8451.acceleration?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8140 | adafruit_mma8451.MMA8451.data_rate?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8141 | adafruit_mma8451.MMA8451.orientation?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8142 | adafruit_mma8451.MMA8451.range?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8143 | adafruit_mma8451.MMA8451?1(i2c: I2C, *, address: int = _MMA8451_DEFAULT_ADDRESS) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8144 | adafruit_mma8451.PL_LLB?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8145 | adafruit_mma8451.PL_LLF?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8146 | adafruit_mma8451.PL_LRB?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8147 | adafruit_mma8451.PL_LRF?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8148 | adafruit_mma8451.PL_PDB?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8149 | adafruit_mma8451.PL_PDF?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8150 | adafruit_mma8451.PL_PUB?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8151 | adafruit_mma8451.PL_PUF?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8152 | adafruit_mma8451.RANGE_2G?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8153 | adafruit_mma8451.RANGE_4G?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8154 | adafruit_mma8451.RANGE_8G?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8155 | adafruit_mma8451._MMA8451_DATARATE_MASK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8156 | adafruit_mma8451._MMA8451_DEFAULT_ADDRESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8157 | adafruit_mma8451._MMA8451_REG_CTRL_REG1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8158 | adafruit_mma8451._MMA8451_REG_CTRL_REG2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8159 | adafruit_mma8451._MMA8451_REG_CTRL_REG4?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8160 | adafruit_mma8451._MMA8451_REG_CTRL_REG5?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8161 | adafruit_mma8451._MMA8451_REG_OUT_X_MSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8162 | adafruit_mma8451._MMA8451_REG_PL_CFG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8163 | adafruit_mma8451._MMA8451_REG_PL_STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8164 | adafruit_mma8451._MMA8451_REG_SYSMOD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8165 | adafruit_mma8451._MMA8451_REG_WHOAMI?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8166 | adafruit_mma8451._MMA8451_REG_XYZ_DATA_CFG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8167 | adafruit_mma8451._SENSORS_GRAVITY_EARTH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8168 | adafruit_mmc56x3.MMC5603._chip_id?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8169 | adafruit_mmc56x3.MMC5603._ctrl0_reg?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8170 | adafruit_mmc56x3.MMC5603._ctrl1_reg?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8171 | adafruit_mmc56x3.MMC5603._ctrl2_reg?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8172 | adafruit_mmc56x3.MMC5603._meas_m_done?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8173 | adafruit_mmc56x3.MMC5603._meas_t_done?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8174 | adafruit_mmc56x3.MMC5603._odr_reg?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8175 | adafruit_mmc56x3.MMC5603._raw_temp_data?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8176 | adafruit_mmc56x3.MMC5603._reset?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8177 | adafruit_mmc56x3.MMC5603._status_reg?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8178 | adafruit_mmc56x3.MMC5603.continuous_mode?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:
diff
changeset
|
8179 | adafruit_mmc56x3.MMC5603.data_rate?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:
diff
changeset
|
8180 | adafruit_mmc56x3.MMC5603.magnetic?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8181 | adafruit_mmc56x3.MMC5603.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:
diff
changeset
|
8182 | adafruit_mmc56x3.MMC5603.set_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:
diff
changeset
|
8183 | adafruit_mmc56x3.MMC5603.temperature?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8184 | adafruit_mmc56x3.MMC5603?1(i2c_bus: I2C, address: int = _MMC5603_I2CADDR_DEFAULT) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8185 | adafruit_mmc56x3._MMC5603_CHIP_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8186 | adafruit_mmc56x3._MMC5603_CTRL_REG0?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8187 | adafruit_mmc56x3._MMC5603_CTRL_REG1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8188 | adafruit_mmc56x3._MMC5603_CTRL_REG2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8189 | adafruit_mmc56x3._MMC5603_ODR_REG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8190 | adafruit_mmc56x3._MMC5603_OUT_TEMP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8191 | adafruit_mmc56x3._MMC5603_OUT_X_L?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8192 | adafruit_mmc56x3._MMC5603_PRODUCT_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8193 | adafruit_mmc56x3._MMC5603_STATUS_REG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8194 | adafruit_monsterm4sk.MonsterM4sk.acceleration?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8195 | adafruit_monsterm4sk.MonsterM4sk.boop?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8196 | adafruit_monsterm4sk.MonsterM4sk.buttons?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8197 | adafruit_monsterm4sk.MonsterM4sk.light?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8198 | adafruit_monsterm4sk.MonsterM4sk?1(i2c: Optional[I2C] = 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:
diff
changeset
|
8199 | adafruit_monsterm4sk.SS_BACKLIGHT_PIN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8200 | adafruit_monsterm4sk.SS_LIGHTSENSOR_PIN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8201 | adafruit_monsterm4sk.SS_SWITCH1_PIN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8202 | adafruit_monsterm4sk.SS_SWITCH2_PIN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8203 | adafruit_monsterm4sk.SS_SWITCH3_PIN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8204 | adafruit_monsterm4sk.SS_TFTRESET_PIN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8205 | adafruit_monsterm4sk.SS_VCCSENSOR_PIN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8206 | adafruit_motor.motor.DCMotor.decay_mode?4(mode: int = FAST_DECAY) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8207 | adafruit_motor.motor.DCMotor.throttle?4(value: Optional[float]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8208 | adafruit_motor.motor.DCMotor?1(positive_pwm: PWMOut, negative_pwm: PWMOut) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8209 | adafruit_motor.motor.FAST_DECAY?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8210 | adafruit_motor.motor.SLOW_DECAY?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8211 | adafruit_motor.servo.ContinuousServo.throttle?4(value: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8212 | adafruit_motor.servo.Servo.angle?4(new_angle: Optional[int]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8213 | adafruit_motor.servo.Servo?1(pwm_out: "PWMOut", *, actuation_range: int = 180, min_pulse: int = 750, max_pulse: int = 2250) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8214 | adafruit_motor.servo._BaseServo.fraction?4(value: Optional[float]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8215 | adafruit_motor.servo._BaseServo.set_pulse_width_range?4(min_pulse: int = 750, max_pulse: int = 2250) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8216 | adafruit_motor.servo._BaseServo?2(pwm_out: "PWMOut", *, min_pulse: int = 750, max_pulse: int = 2250) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8217 | adafruit_motor.stepper.BACKWARD?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8218 | adafruit_motor.stepper.DOUBLE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8219 | adafruit_motor.stepper.FORWARD?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8220 | adafruit_motor.stepper.INTERLEAVE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8221 | adafruit_motor.stepper.MICROSTEP?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8222 | adafruit_motor.stepper.SINGLE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8223 | adafruit_motor.stepper.StepperMotor._update_coils?5(*, microstepping: 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:
diff
changeset
|
8224 | adafruit_motor.stepper.StepperMotor.onestep?4(*, direction: int = FORWARD, style: int = SINGLE) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8225 | adafruit_motor.stepper.StepperMotor.release?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8226 | adafruit_motor.stepper.StepperMotor?1(ain1: Union[PWMOut, DigitalInOut], ain2: Union[PWMOut, DigitalInOut], bin1: Union[PWMOut, DigitalInOut], bin2: Union[PWMOut, DigitalInOut], *, microsteps: Optional[int] = 16) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8227 | adafruit_motor.stepper._DOUBLE_STEPS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8228 | adafruit_motor.stepper._INTERLEAVE_STEPS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8229 | adafruit_motor.stepper._SINGLE_STEPS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8230 | adafruit_motorkit.MotorKit._motor?5(motor_name: int, channels: Tuple[int, int, int], stepper_name: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8231 | adafruit_motorkit.MotorKit.frequency?4(pwm_frequency: float = 1600.0) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8232 | adafruit_motorkit.MotorKit.motor1?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8233 | adafruit_motorkit.MotorKit.motor2?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8234 | adafruit_motorkit.MotorKit.motor3?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8235 | adafruit_motorkit.MotorKit.motor4?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8236 | adafruit_motorkit.MotorKit.stepper1?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8237 | adafruit_motorkit.MotorKit.stepper2?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8238 | adafruit_motorkit.MotorKit?1(address: int = 0x60, i2c: Optional[I2C] = None, steppers_microsteps: int = 16, pwm_frequency: float = 1600.0, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8239 | adafruit_mpl115a2.MPL115A2._read?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8240 | adafruit_mpl115a2.MPL115A2._read_coefficients?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8241 | adafruit_mpl115a2.MPL115A2.pressure?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8242 | adafruit_mpl115a2.MPL115A2.temperature?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8243 | adafruit_mpl115a2.MPL115A2?1(i2c, address=_MPL115A2_ADDRESS) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8244 | adafruit_mpl115a2._MPL115A2_ADDRESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8245 | adafruit_mpl115a2._MPL115A2_REGISTER_A0_COEFF_MSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8246 | adafruit_mpl115a2._MPL115A2_REGISTER_PRESSURE_MSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8247 | adafruit_mpl115a2._MPL115A2_REGISTER_STARTCONVERSION?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8248 | adafruit_mpl3115a2.MPL3115A2._BUFFER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8249 | adafruit_mpl3115a2.MPL3115A2._poll_reg1?5(mask) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8250 | adafruit_mpl3115a2.MPL3115A2._read_into?5(address, buf, count=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8251 | adafruit_mpl3115a2.MPL3115A2._read_u8?5(address) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8252 | adafruit_mpl3115a2.MPL3115A2._write_u16_be?5(address, val) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8253 | adafruit_mpl3115a2.MPL3115A2._write_u8?5(address, val) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8254 | adafruit_mpl3115a2.MPL3115A2.altitude?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8255 | adafruit_mpl3115a2.MPL3115A2.pressure?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8256 | adafruit_mpl3115a2.MPL3115A2.sealevel_pressure?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:
diff
changeset
|
8257 | adafruit_mpl3115a2.MPL3115A2.temperature?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8258 | adafruit_mpl3115a2.MPL3115A2?1(i2c, *, address=_MPL3115A2_ADDRESS) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8259 | adafruit_mpl3115a2._MPL3115A2_ADDRESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8260 | adafruit_mpl3115a2._MPL3115A2_BAR_IN_LSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8261 | adafruit_mpl3115a2._MPL3115A2_BAR_IN_MSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8262 | adafruit_mpl3115a2._MPL3115A2_CTRL_REG1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8263 | adafruit_mpl3115a2._MPL3115A2_CTRL_REG1_ALT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8264 | adafruit_mpl3115a2._MPL3115A2_CTRL_REG1_BAR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8265 | adafruit_mpl3115a2._MPL3115A2_CTRL_REG1_OS128?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8266 | adafruit_mpl3115a2._MPL3115A2_CTRL_REG1_OS16?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8267 | adafruit_mpl3115a2._MPL3115A2_CTRL_REG1_OS1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8268 | adafruit_mpl3115a2._MPL3115A2_CTRL_REG1_OS2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8269 | adafruit_mpl3115a2._MPL3115A2_CTRL_REG1_OS32?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8270 | adafruit_mpl3115a2._MPL3115A2_CTRL_REG1_OS4?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8271 | adafruit_mpl3115a2._MPL3115A2_CTRL_REG1_OS64?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8272 | adafruit_mpl3115a2._MPL3115A2_CTRL_REG1_OS8?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8273 | adafruit_mpl3115a2._MPL3115A2_CTRL_REG1_OST?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8274 | adafruit_mpl3115a2._MPL3115A2_CTRL_REG1_RAW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8275 | adafruit_mpl3115a2._MPL3115A2_CTRL_REG1_RST?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8276 | adafruit_mpl3115a2._MPL3115A2_CTRL_REG1_SBYB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8277 | adafruit_mpl3115a2._MPL3115A2_CTRL_REG2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8278 | adafruit_mpl3115a2._MPL3115A2_CTRL_REG3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8279 | adafruit_mpl3115a2._MPL3115A2_CTRL_REG4?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8280 | adafruit_mpl3115a2._MPL3115A2_CTRL_REG5?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8281 | adafruit_mpl3115a2._MPL3115A2_OUT_P_DELTA_CSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8282 | adafruit_mpl3115a2._MPL3115A2_OUT_P_DELTA_LSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8283 | adafruit_mpl3115a2._MPL3115A2_OUT_P_DELTA_MSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8284 | adafruit_mpl3115a2._MPL3115A2_OUT_T_DELTA_LSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8285 | adafruit_mpl3115a2._MPL3115A2_OUT_T_DELTA_MSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8286 | adafruit_mpl3115a2._MPL3115A2_PT_DATA_CFG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8287 | adafruit_mpl3115a2._MPL3115A2_PT_DATA_CFG_DREM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8288 | adafruit_mpl3115a2._MPL3115A2_PT_DATA_CFG_PDEFE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8289 | adafruit_mpl3115a2._MPL3115A2_PT_DATA_CFG_TDEFE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8290 | adafruit_mpl3115a2._MPL3115A2_REGISTER_DR_STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8291 | adafruit_mpl3115a2._MPL3115A2_REGISTER_PRESSURE_CSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8292 | adafruit_mpl3115a2._MPL3115A2_REGISTER_PRESSURE_LSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8293 | adafruit_mpl3115a2._MPL3115A2_REGISTER_PRESSURE_MSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8294 | adafruit_mpl3115a2._MPL3115A2_REGISTER_STARTCONVERSION?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8295 | adafruit_mpl3115a2._MPL3115A2_REGISTER_STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8296 | adafruit_mpl3115a2._MPL3115A2_REGISTER_STATUS_PDR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8297 | adafruit_mpl3115a2._MPL3115A2_REGISTER_STATUS_PTDR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8298 | adafruit_mpl3115a2._MPL3115A2_REGISTER_STATUS_TDR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8299 | adafruit_mpl3115a2._MPL3115A2_REGISTER_TEMP_LSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8300 | adafruit_mpl3115a2._MPL3115A2_REGISTER_TEMP_MSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8301 | adafruit_mpl3115a2._MPL3115A2_WHOAMI?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8302 | adafruit_mpr121.MPR121._read_register_bytes?5(register: int, result: bytearray, length: 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:
diff
changeset
|
8303 | adafruit_mpr121.MPR121._write_register_byte?5(register: 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:
diff
changeset
|
8304 | adafruit_mpr121.MPR121.baseline_data?4(pin: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8305 | adafruit_mpr121.MPR121.filtered_data?4(pin: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8306 | adafruit_mpr121.MPR121.is_touched?4(pin: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8307 | adafruit_mpr121.MPR121.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:
diff
changeset
|
8308 | adafruit_mpr121.MPR121.touched?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8309 | adafruit_mpr121.MPR121.touched_pins?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8310 | adafruit_mpr121.MPR121?1(i2c: busio.I2C, address: int = MPR121_I2CADDR_DEFAULT) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8311 | adafruit_mpr121.MPR121_BASELINE_0?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8312 | adafruit_mpr121.MPR121_CONFIG1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8313 | adafruit_mpr121.MPR121_CONFIG2?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8314 | adafruit_mpr121.MPR121_Channel.raw_value?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8315 | adafruit_mpr121.MPR121_Channel.release_threshold?4(new_thresh: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8316 | adafruit_mpr121.MPR121_Channel.threshold?4(new_thresh: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8317 | adafruit_mpr121.MPR121_Channel.value?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8318 | adafruit_mpr121.MPR121_Channel?1(mpr121: "MPR121", channel: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8319 | adafruit_mpr121.MPR121_DEBOUNCE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8320 | adafruit_mpr121.MPR121_ECR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8321 | adafruit_mpr121.MPR121_FDLF?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8322 | adafruit_mpr121.MPR121_FDLR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8323 | adafruit_mpr121.MPR121_FDLT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8324 | adafruit_mpr121.MPR121_FILTDATA_0L?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8325 | adafruit_mpr121.MPR121_I2CADDR_DEFAULT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8326 | adafruit_mpr121.MPR121_MHDF?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8327 | adafruit_mpr121.MPR121_MHDR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8328 | adafruit_mpr121.MPR121_NCLF?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8329 | adafruit_mpr121.MPR121_NCLR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8330 | adafruit_mpr121.MPR121_NCLT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8331 | adafruit_mpr121.MPR121_NHDF?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8332 | adafruit_mpr121.MPR121_NHDR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8333 | adafruit_mpr121.MPR121_NHDT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8334 | adafruit_mpr121.MPR121_RELEASETH_0?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8335 | adafruit_mpr121.MPR121_SOFTRESET?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8336 | adafruit_mpr121.MPR121_TOUCHSTATUS_L?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8337 | adafruit_mpr121.MPR121_TOUCHTH_0?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8338 | adafruit_mprls.MPRLS._read_data?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8339 | adafruit_mprls.MPRLS.pressure?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8340 | adafruit_mprls.MPRLS?1(i2c_bus, *, addr=_MPRLS_DEFAULT_ADDR, reset_pin=None, eoc_pin=None, psi_min=0, psi_max=25) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8341 | adafruit_mprls._MPRLS_DEFAULT_ADDR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8342 | adafruit_mpu6050.Bandwidth.BAND_10_HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8343 | adafruit_mpu6050.Bandwidth.BAND_184_HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8344 | adafruit_mpu6050.Bandwidth.BAND_21_HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8345 | adafruit_mpu6050.Bandwidth.BAND_260_HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8346 | adafruit_mpu6050.Bandwidth.BAND_44_HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8347 | adafruit_mpu6050.Bandwidth.BAND_5_HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8348 | adafruit_mpu6050.Bandwidth.BAND_94_HZ?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8349 | adafruit_mpu6050.ClockSource.CLKSEL_EXTERNAL_19?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8350 | adafruit_mpu6050.ClockSource.CLKSEL_EXTERNAL_32?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8351 | adafruit_mpu6050.ClockSource.CLKSEL_INTERNAL_8MHz?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8352 | adafruit_mpu6050.ClockSource.CLKSEL_INTERNAL_X?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8353 | adafruit_mpu6050.ClockSource.CLKSEL_INTERNAL_Y?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8354 | adafruit_mpu6050.ClockSource.CLKSEL_INTERNAL_Z?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8355 | adafruit_mpu6050.ClockSource.CLKSEL_RESERVED?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8356 | adafruit_mpu6050.ClockSource.CLKSEL_STOP?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:
diff
changeset
|
8357 | adafruit_mpu6050.GyroRange.RANGE_1000_DPS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8358 | adafruit_mpu6050.GyroRange.RANGE_2000_DPS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8359 | adafruit_mpu6050.GyroRange.RANGE_250_DPS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8360 | adafruit_mpu6050.GyroRange.RANGE_500_DPS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8361 | adafruit_mpu6050.MPU6050._accel_range?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8362 | adafruit_mpu6050.MPU6050._clksel?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:
diff
changeset
|
8363 | adafruit_mpu6050.MPU6050._cycle?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8364 | adafruit_mpu6050.MPU6050._cycle_rate?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8365 | adafruit_mpu6050.MPU6050._device_id?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8366 | adafruit_mpu6050.MPU6050._filter_bandwidth?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8367 | adafruit_mpu6050.MPU6050._gyro_range?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8368 | adafruit_mpu6050.MPU6050._raw_accel_data?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8369 | adafruit_mpu6050.MPU6050._raw_gyro_data?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8370 | adafruit_mpu6050.MPU6050._raw_temp_data?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8371 | adafruit_mpu6050.MPU6050._reset?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8372 | adafruit_mpu6050.MPU6050._signal_path_reset?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8373 | adafruit_mpu6050.MPU6050.acceleration?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8374 | adafruit_mpu6050.MPU6050.accelerometer_range?4(value: int) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8375 | adafruit_mpu6050.MPU6050.clock_source?4(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:
diff
changeset
|
8376 | adafruit_mpu6050.MPU6050.cycle?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:
diff
changeset
|
8377 | adafruit_mpu6050.MPU6050.cycle_rate?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:
diff
changeset
|
8378 | adafruit_mpu6050.MPU6050.filter_bandwidth?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:
diff
changeset
|
8379 | adafruit_mpu6050.MPU6050.gyro?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8380 | adafruit_mpu6050.MPU6050.gyro_range?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:
diff
changeset
|
8381 | adafruit_mpu6050.MPU6050.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:
diff
changeset
|
8382 | adafruit_mpu6050.MPU6050.sample_rate_divisor?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8383 | adafruit_mpu6050.MPU6050.sleep?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8384 | adafruit_mpu6050.MPU6050.temperature?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8385 | adafruit_mpu6050.MPU6050?1(i2c_bus: I2C, address: int = _MPU6050_DEFAULT_ADDRESS) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8386 | adafruit_mpu6050.Range.RANGE_16_G?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8387 | adafruit_mpu6050.Range.RANGE_2_G?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8388 | adafruit_mpu6050.Range.RANGE_4_G?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8389 | adafruit_mpu6050.Range.RANGE_8_G?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8390 | adafruit_mpu6050.Rate.CYCLE_1_25_HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8391 | adafruit_mpu6050.Rate.CYCLE_20_HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8392 | adafruit_mpu6050.Rate.CYCLE_40_HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8393 | adafruit_mpu6050.Rate.CYCLE_5_HZ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8394 | adafruit_mpu6050.STANDARD_GRAVITY?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8395 | adafruit_mpu6050._MPU6050_ACCEL_CONFIG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8396 | adafruit_mpu6050._MPU6050_ACCEL_OUT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8397 | adafruit_mpu6050._MPU6050_CONFIG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8398 | adafruit_mpu6050._MPU6050_DEFAULT_ADDRESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8399 | adafruit_mpu6050._MPU6050_DEVICE_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8400 | adafruit_mpu6050._MPU6050_GYRO_CONFIG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8401 | adafruit_mpu6050._MPU6050_GYRO_OUT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8402 | adafruit_mpu6050._MPU6050_INT_PIN_CONFIG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8403 | adafruit_mpu6050._MPU6050_PWR_MGMT_1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8404 | adafruit_mpu6050._MPU6050_PWR_MGMT_2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8405 | adafruit_mpu6050._MPU6050_SELF_TEST_A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8406 | adafruit_mpu6050._MPU6050_SELF_TEST_X?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8407 | adafruit_mpu6050._MPU6050_SELF_TEST_Y?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8408 | adafruit_mpu6050._MPU6050_SELF_TEST_Z?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8409 | adafruit_mpu6050._MPU6050_SIG_PATH_RESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8410 | adafruit_mpu6050._MPU6050_SMPLRT_DIV?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8411 | adafruit_mpu6050._MPU6050_TEMP_OUT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8412 | adafruit_mpu6050._MPU6050_USER_CTRL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8413 | adafruit_mpu6050._MPU6050_WHO_AM_I?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8414 | adafruit_ms8607.CV.add_values?4(value_tuples) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8415 | adafruit_ms8607.CV.is_valid?4(value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8416 | adafruit_ms8607.MS8607._check_humidity_crc?5(crc) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8417 | adafruit_ms8607.MS8607._check_press_calibration_crc?5(crc) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8418 | adafruit_ms8607.MS8607._corrections?5(delta_temp) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8419 | adafruit_ms8607.MS8607._dt?5(raw_temperature) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8420 | adafruit_ms8607.MS8607._pressure_offset?5(delta_temp) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8421 | adafruit_ms8607.MS8607._pressure_scaling?5(delta_temp) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8422 | adafruit_ms8607.MS8607._read_hum_user_register?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8423 | adafruit_ms8607.MS8607._read_temp_pressure?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8424 | adafruit_ms8607.MS8607._scale_temp_pressure?5(raw_temperature, raw_pressure) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8425 | adafruit_ms8607.MS8607._set_calibration_consts?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8426 | adafruit_ms8607.MS8607._set_hum_user_register?5(register_value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8427 | adafruit_ms8607.MS8607.humidity_resolution?4(resolution) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8428 | adafruit_ms8607.MS8607.initialize?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8429 | adafruit_ms8607.MS8607.pressure?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8430 | adafruit_ms8607.MS8607.pressure_and_temperature?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8431 | adafruit_ms8607.MS8607.pressure_resolution?4(resolution) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8432 | adafruit_ms8607.MS8607.relative_humidity?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8433 | adafruit_ms8607.MS8607.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:
diff
changeset
|
8434 | adafruit_ms8607.MS8607.temperature?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8435 | adafruit_ms8607.MS8607?1(i2c_bus) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8436 | adafruit_ms8607._MS8607_HSENSOR_ADDR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8437 | adafruit_ms8607._MS8607_HUM_CMD_READ_HOLD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8438 | adafruit_ms8607._MS8607_HUM_CMD_READ_NO_HOLD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8439 | adafruit_ms8607._MS8607_HUM_CMD_READ_USR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8440 | adafruit_ms8607._MS8607_HUM_CMD_RESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8441 | adafruit_ms8607._MS8607_HUM_CMD_WRITE_USR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8442 | adafruit_ms8607._MS8607_HUM_COEFF_ADD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8443 | adafruit_ms8607._MS8607_HUM_COEFF_MUL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8444 | adafruit_ms8607._MS8607_HUM_USR_REG_HEATER_EN_MASK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8445 | adafruit_ms8607._MS8607_HUM_USR_REG_RESOLUTION_MASK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8446 | adafruit_ms8607._MS8607_PTSENSOR_ADDR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8447 | adafruit_ms8607._MS8607_PT_CALIB_ROM_ADDR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8448 | adafruit_ms8607._MS8607_PT_CMD_PRESS_START?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8449 | adafruit_ms8607._MS8607_PT_CMD_READ_ADC?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8450 | adafruit_ms8607._MS8607_PT_CMD_RESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8451 | adafruit_ms8607._MS8607_PT_CMD_TEMP_START?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8452 | adafruit_msa3xx.BandWidth.WIDTH_125_HZ?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8453 | adafruit_msa3xx.BandWidth.WIDTH_15_63_HZ?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8454 | adafruit_msa3xx.BandWidth.WIDTH_1_95_HZ?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8455 | adafruit_msa3xx.BandWidth.WIDTH_250_HZ?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8456 | adafruit_msa3xx.BandWidth.WIDTH_31_25_HZ?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8457 | adafruit_msa3xx.BandWidth.WIDTH_3_9_HZ?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8458 | adafruit_msa3xx.BandWidth.WIDTH_500_HZ?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8459 | adafruit_msa3xx.BandWidth.WIDTH_62_5_HZ?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8460 | adafruit_msa3xx.BandWidth.WIDTH_7_81_HZ?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8461 | adafruit_msa3xx.DataRate.RATE_1000_HZ?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8462 | adafruit_msa3xx.DataRate.RATE_125_HZ?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8463 | adafruit_msa3xx.DataRate.RATE_15_63_HZ?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8464 | adafruit_msa3xx.DataRate.RATE_1_95_HZ?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8465 | adafruit_msa3xx.DataRate.RATE_1_HZ?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8466 | adafruit_msa3xx.DataRate.RATE_250_HZ?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8467 | adafruit_msa3xx.DataRate.RATE_31_25_HZ?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8468 | adafruit_msa3xx.DataRate.RATE_3_9_HZ?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8469 | adafruit_msa3xx.DataRate.RATE_500_HZ?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8470 | adafruit_msa3xx.DataRate.RATE_62_5_HZ?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8471 | adafruit_msa3xx.DataRate.RATE_7_81_HZ?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8472 | adafruit_msa3xx.MSA301?1(i2c_bus) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8473 | adafruit_msa3xx.MSA311?1(i2c_bus) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8474 | adafruit_msa3xx.MSA3XX._disable_x?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8475 | adafruit_msa3xx.MSA3XX._disable_y?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8476 | adafruit_msa3xx.MSA3XX._disable_z?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8477 | adafruit_msa3xx.MSA3XX._double_tap_int_en?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8478 | adafruit_msa3xx.MSA3XX._motion_int_status?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8479 | adafruit_msa3xx.MSA3XX._part_id?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8480 | adafruit_msa3xx.MSA3XX._single_tap_int_en?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8481 | adafruit_msa3xx.MSA3XX._tap_duration?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8482 | adafruit_msa3xx.MSA3XX._tap_quiet?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8483 | adafruit_msa3xx.MSA3XX._tap_shock?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8484 | adafruit_msa3xx.MSA3XX._tap_threshold?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8485 | adafruit_msa3xx.MSA3XX._xyz_raw?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8486 | adafruit_msa3xx.MSA3XX.acceleration?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8487 | adafruit_msa3xx.MSA3XX.bandwidth?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8488 | adafruit_msa3xx.MSA3XX.data_rate?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8489 | adafruit_msa3xx.MSA3XX.enable_tap_detection?4(*, tap_count=1, threshold=25, long_initial_window=True, long_quiet_window=True, double_tap_window=TapDuration.DURATION_250_MS) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8490 | adafruit_msa3xx.MSA3XX.power_mode?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8491 | adafruit_msa3xx.MSA3XX.range?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8492 | adafruit_msa3xx.MSA3XX.reg_tapdur?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8493 | adafruit_msa3xx.MSA3XX.resolution?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8494 | adafruit_msa3xx.MSA3XX.tapped?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8495 | adafruit_msa3xx.MSA3XX?1() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8496 | adafruit_msa3xx.Mode.LOWPOWER?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8497 | adafruit_msa3xx.Mode.NORMAL?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8498 | adafruit_msa3xx.Mode.SUSPEND?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8499 | adafruit_msa3xx.Range.RANGE_16_G?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8500 | adafruit_msa3xx.Range.RANGE_2_G?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8501 | adafruit_msa3xx.Range.RANGE_4_G?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8502 | adafruit_msa3xx.Range.RANGE_8_G?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8503 | adafruit_msa3xx.Resolution.RESOLUTION_10_BIT?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8504 | adafruit_msa3xx.Resolution.RESOLUTION_12_BIT?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8505 | adafruit_msa3xx.Resolution.RESOLUTION_14_BIT?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8506 | adafruit_msa3xx.Resolution.RESOLUTION_8_BIT?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8507 | adafruit_msa3xx.TapDuration.DURATION_100_MS?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8508 | adafruit_msa3xx.TapDuration.DURATION_150_MS?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8509 | adafruit_msa3xx.TapDuration.DURATION_200_MS?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8510 | adafruit_msa3xx.TapDuration.DURATION_250_MS?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8511 | adafruit_msa3xx.TapDuration.DURATION_375_MS?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8512 | adafruit_msa3xx.TapDuration.DURATION_500_MS?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8513 | adafruit_msa3xx.TapDuration.DURATION_50_MS?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8514 | adafruit_msa3xx.TapDuration.DURATION_700_MS?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8515 | adafruit_msa3xx._MSA301_I2CADDR_DEFAULT?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8516 | adafruit_msa3xx._MSA311_I2CADDR_DEFAULT?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8517 | adafruit_msa3xx._REG_DATAINT?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8518 | adafruit_msa3xx._REG_INTMAP0?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8519 | adafruit_msa3xx._REG_INTMAP1?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8520 | adafruit_msa3xx._REG_INTSET0?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8521 | adafruit_msa3xx._REG_INTSET1?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8522 | adafruit_msa3xx._REG_MOTIONINT?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8523 | adafruit_msa3xx._REG_ODR?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8524 | adafruit_msa3xx._REG_OUT_X_H?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8525 | adafruit_msa3xx._REG_OUT_X_L?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8526 | adafruit_msa3xx._REG_OUT_Y_H?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8527 | adafruit_msa3xx._REG_OUT_Y_L?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8528 | adafruit_msa3xx._REG_OUT_Z_H?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8529 | adafruit_msa3xx._REG_OUT_Z_L?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8530 | adafruit_msa3xx._REG_PARTID?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8531 | adafruit_msa3xx._REG_POWERMODE?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8532 | adafruit_msa3xx._REG_RESRANGE?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8533 | adafruit_msa3xx._REG_TAPDUR?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8534 | adafruit_msa3xx._REG_TAPTH?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8535 | adafruit_msa3xx._STANDARD_GRAVITY?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:
diff
changeset
|
8536 | adafruit_neokey.neokey1x4.NeoKey1x4?1(i2c_bus: I2C, interrupt: bool = False, addr: int = _NEOKEY1X4_ADDR) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8537 | adafruit_neokey.neokey1x4._NEOKEY1X4_ADDR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8538 | adafruit_neokey.neokey1x4._NEOKEY1X4_NEOPIX_PIN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8539 | adafruit_neokey.neokey1x4._NEOKEY1X4_NUM_COLS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8540 | adafruit_neokey.neokey1x4._NEOKEY1X4_NUM_KEYS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8541 | adafruit_neokey.neokey1x4._NEOKEY1X4_NUM_ROWS?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8542 | adafruit_neopxl8.GRB?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8543 | adafruit_neopxl8.GRBW?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8544 | adafruit_neopxl8.NeoPxl8._transmit?5(buffer) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8545 | adafruit_neopxl8.NeoPxl8.deinit?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8546 | adafruit_neopxl8.NeoPxl8.n?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8547 | adafruit_neopxl8.NeoPxl8.num_strands?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8548 | adafruit_neopxl8.NeoPxl8?1(data0, n, *, num_strands=8, bpp=3, brightness=1.0, auto_write=True, pixel_order=None, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8549 | adafruit_neopxl8.RGB?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8550 | adafruit_neopxl8.RGBW?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8551 | adafruit_neopxl8._PROGRAM?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:
diff
changeset
|
8552 | adafruit_neotrellis.multitrellis.MultiTrellis.activate_key?4(x, y, edge, enable=True) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8553 | adafruit_neotrellis.multitrellis.MultiTrellis.brightness?4(new_brightness) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8554 | adafruit_neotrellis.multitrellis.MultiTrellis.color?4(x, y, color) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8555 | adafruit_neotrellis.multitrellis.MultiTrellis.set_callback?4(x, y, function) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8556 | adafruit_neotrellis.multitrellis.MultiTrellis.show?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:
diff
changeset
|
8557 | adafruit_neotrellis.multitrellis.MultiTrellis.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:
diff
changeset
|
8558 | adafruit_neotrellis.multitrellis.MultiTrellis?1(neotrellis_array) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8559 | adafruit_neotrellis.multitrellis._NEO_TRELLIS_NUM_KEYS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8560 | adafruit_neotrellis.multitrellis._key?5(xval) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8561 | adafruit_neotrellis.multitrellis._seesaw_key?5(xval) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8562 | adafruit_neotrellis.neotrellis.NeoTrellis.activate_key?4(key, edge, enable=True) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8563 | adafruit_neotrellis.neotrellis.NeoTrellis.brightness?4(new_brightness) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8564 | adafruit_neotrellis.neotrellis.NeoTrellis.show?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:
diff
changeset
|
8565 | adafruit_neotrellis.neotrellis.NeoTrellis.sync?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8566 | adafruit_neotrellis.neotrellis.NeoTrellis?1(i2c_bus, interrupt=False, addr=_NEO_TRELLIS_ADDR, drdy=None, brightness=1.0, auto_write=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:
diff
changeset
|
8567 | adafruit_neotrellis.neotrellis._NEO_TRELLIS_ADDR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8568 | adafruit_neotrellis.neotrellis._NEO_TRELLIS_MAX_CALLBACKS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8569 | adafruit_neotrellis.neotrellis._NEO_TRELLIS_NEOPIX_PIN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8570 | adafruit_neotrellis.neotrellis._NEO_TRELLIS_NUM_COLS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8571 | adafruit_neotrellis.neotrellis._NEO_TRELLIS_NUM_KEYS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8572 | adafruit_neotrellis.neotrellis._NEO_TRELLIS_NUM_ROWS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8573 | adafruit_neotrellis.neotrellis._key?5(xval) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8574 | adafruit_neotrellis.neotrellis._seesaw_key?5(xval) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8575 | adafruit_ntp.NTP.datetime?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8576 | adafruit_ntp.NTP?1(socketpool, *, server: str = "0.adafruit.pool.ntp.org", port: int = 123, tz_offset: int = 0, socket_timeout: int = 10, ) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8577 | adafruit_ntp.NTP_TO_UNIX_EPOCH?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8578 | adafruit_nunchuk.Nunchuk._Acceleration?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8579 | adafruit_nunchuk.Nunchuk._Buttons?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8580 | adafruit_nunchuk.Nunchuk._Joystick?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8581 | adafruit_nunchuk.Nunchuk._Values?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8582 | adafruit_nunchuk.Nunchuk._acceleration?5(do_read: 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:
diff
changeset
|
8583 | adafruit_nunchuk.Nunchuk._buttons?5(do_read: 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:
diff
changeset
|
8584 | adafruit_nunchuk.Nunchuk._joystick?5(do_read: 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:
diff
changeset
|
8585 | adafruit_nunchuk.Nunchuk._read_data?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8586 | adafruit_nunchuk.Nunchuk._read_register?5(address) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8587 | adafruit_nunchuk.Nunchuk.acceleration?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8588 | adafruit_nunchuk.Nunchuk.buttons?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8589 | adafruit_nunchuk.Nunchuk.joystick?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8590 | adafruit_nunchuk.Nunchuk.values?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8591 | adafruit_nunchuk.Nunchuk?1(i2c: I2C, address: int = 0x52, i2c_read_delay: float = 0.002) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8592 | adafruit_nunchuk._I2C_INIT_DELAY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8593 | adafruit_oauth2.DEVICE_AUTHORIZATION_ENDPOINT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8594 | adafruit_oauth2.DEVICE_GRANT_TYPE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8595 | adafruit_oauth2.DEVICE_TOKEN_ENDPOINT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8596 | adafruit_oauth2.OAuth2.refresh_access_token?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8597 | adafruit_oauth2.OAuth2.request_codes?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8598 | adafruit_oauth2.OAuth2.wait_for_authorization?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8599 | adafruit_oauth2.OAuth2?1(requests: adafruit_requests.Session, client_id: str, client_secret: str, scopes: List[str], access_token: Optional[str] = None, refresh_token: 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:
diff
changeset
|
8600 | adafruit_onewire.bus.OneWireAddress.crc?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8601 | adafruit_onewire.bus.OneWireAddress.family_code?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8602 | adafruit_onewire.bus.OneWireAddress.rom?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8603 | adafruit_onewire.bus.OneWireAddress.serial_number?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8604 | adafruit_onewire.bus.OneWireAddress?1(rom: bytearray) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8605 | adafruit_onewire.bus.OneWireBus._readbyte?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8606 | adafruit_onewire.bus.OneWireBus._search_rom?5(l_rom: Optional[ReadableBuffer], diff: 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:
diff
changeset
|
8607 | adafruit_onewire.bus.OneWireBus._writebyte?5(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:
diff
changeset
|
8608 | adafruit_onewire.bus.OneWireBus.crc8?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8609 | adafruit_onewire.bus.OneWireBus.maximum_devices?4(count: int) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8610 | adafruit_onewire.bus.OneWireBus.readinto?4(buf: WriteableBuffer, *, start: int = 0, end: 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:
diff
changeset
|
8611 | adafruit_onewire.bus.OneWireBus.reset?4(required: 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:
diff
changeset
|
8612 | adafruit_onewire.bus.OneWireBus.scan?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8613 | adafruit_onewire.bus.OneWireBus.write?4(buf: ReadableBuffer, *, start: int = 0, end: 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:
diff
changeset
|
8614 | adafruit_onewire.bus.OneWireBus?1(pin: Pin) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8615 | adafruit_onewire.bus._MATCH_ROM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8616 | adafruit_onewire.bus._MAX_DEV?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8617 | adafruit_onewire.bus._SEARCH_ROM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8618 | adafruit_onewire.bus._SKIP_ROM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8619 | adafruit_onewire.device.OneWireDevice._select_rom?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8620 | adafruit_onewire.device.OneWireDevice.readinto?4(buf: WriteableBuffer, *, start: int = 0, end: Optional[int] = None) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
8621 | adafruit_onewire.device.OneWireDevice.write?4(buf: ReadableBuffer, *, start: int = 0, end: 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:
diff
changeset
|
8622 | adafruit_onewire.device.OneWireDevice?1(bus: OneWireBus, address: OneWireAddress) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8623 | adafruit_onewire.device._MATCH_ROM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8624 | adafruit_ov2640.CTRLI?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8625 | adafruit_ov2640.OV2640._set_colorspace?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8626 | adafruit_ov2640.OV2640._set_flip?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8627 | adafruit_ov2640.OV2640._set_size_and_colorspace?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8628 | adafruit_ov2640.OV2640._set_window?5(mode, offset_x, offset_y, max_x, max_y, width, height) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8629 | adafruit_ov2640.OV2640.bpc?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8630 | adafruit_ov2640.OV2640.capture?4(buf) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8631 | adafruit_ov2640.OV2640.capture_buffer_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:
diff
changeset
|
8632 | adafruit_ov2640.OV2640.colorspace?4(colorspace) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8633 | adafruit_ov2640.OV2640.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:
diff
changeset
|
8634 | adafruit_ov2640.OV2640.exposure?4(exposure) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8635 | adafruit_ov2640.OV2640.flip_x?4(value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8636 | adafruit_ov2640.OV2640.flip_y?4(value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8637 | adafruit_ov2640.OV2640.gain_ceiling?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8638 | adafruit_ov2640.OV2640.height?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8639 | adafruit_ov2640.OV2640.lenc?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8640 | adafruit_ov2640.OV2640.mclk_frequency?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8641 | adafruit_ov2640.OV2640.product_id?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8642 | adafruit_ov2640.OV2640.product_version?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8643 | adafruit_ov2640.OV2640.size?4(size) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8644 | adafruit_ov2640.OV2640.test_pattern?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8645 | adafruit_ov2640.OV2640.width?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8646 | adafruit_ov2640.OV2640.wpc?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8647 | adafruit_ov2640.OV2640?1(i2c_bus, data_pins, clock, vsync, href, shutdown=None, reset=None, mclk=None, mclk_frequency=20_000_000, i2c_address=0x30, size=OV2640_SIZE_QQVGA, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8648 | adafruit_ov2640.OV2640_COLOR_JPEG?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8649 | adafruit_ov2640.OV2640_COLOR_RGB?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8650 | adafruit_ov2640.OV2640_COLOR_YUV?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8651 | adafruit_ov2640.OV2640_SIZE_240X240?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8652 | adafruit_ov2640.OV2640_SIZE_96X96?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8653 | adafruit_ov2640.OV2640_SIZE_CIF?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8654 | adafruit_ov2640.OV2640_SIZE_HD?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8655 | adafruit_ov2640.OV2640_SIZE_HQVGA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8656 | adafruit_ov2640.OV2640_SIZE_HVGA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8657 | adafruit_ov2640.OV2640_SIZE_QCIF?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8658 | adafruit_ov2640.OV2640_SIZE_QQVGA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8659 | adafruit_ov2640.OV2640_SIZE_QVGA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8660 | adafruit_ov2640.OV2640_SIZE_SVGA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8661 | adafruit_ov2640.OV2640_SIZE_SXGA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8662 | adafruit_ov2640.OV2640_SIZE_UXGA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8663 | adafruit_ov2640.OV2640_SIZE_VGA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8664 | adafruit_ov2640.OV2640_SIZE_XGA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8665 | adafruit_ov2640._ADDVSH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8666 | adafruit_ov2640._ADDVSL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8667 | adafruit_ov2640._AEB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8668 | adafruit_ov2640._AEC?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8669 | adafruit_ov2640._AEW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8670 | adafruit_ov2640._ARCOM2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8671 | adafruit_ov2640._ASPECT_RATIO_16X10?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8672 | adafruit_ov2640._ASPECT_RATIO_16X9?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8673 | adafruit_ov2640._ASPECT_RATIO_1X1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8674 | adafruit_ov2640._ASPECT_RATIO_21X9?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8675 | adafruit_ov2640._ASPECT_RATIO_3X2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8676 | adafruit_ov2640._ASPECT_RATIO_4X3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8677 | adafruit_ov2640._ASPECT_RATIO_5X3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8678 | adafruit_ov2640._ASPECT_RATIO_5X4?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8679 | adafruit_ov2640._ASPECT_RATIO_9X16?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8680 | adafruit_ov2640._BANK_DSP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8681 | adafruit_ov2640._BANK_SEL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8682 | adafruit_ov2640._BANK_SENSOR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8683 | adafruit_ov2640._BD50?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8684 | adafruit_ov2640._BD60?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8685 | adafruit_ov2640._BPADDR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8686 | adafruit_ov2640._BPDATA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8687 | adafruit_ov2640._CLKRC?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8688 | adafruit_ov2640._CLKRC_2X?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8689 | adafruit_ov2640._CLKRC_2X_CIF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8690 | adafruit_ov2640._CLKRC_2X_SVGA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8691 | adafruit_ov2640._CLKRC_2X_UXGA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8692 | adafruit_ov2640._COM10?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8693 | adafruit_ov2640._COM10_HREF_EN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8694 | adafruit_ov2640._COM10_HREF_NEG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8695 | adafruit_ov2640._COM10_HSYNC_EN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8696 | adafruit_ov2640._COM10_HSYNC_NEG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8697 | adafruit_ov2640._COM10_PCLK_EDGE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8698 | adafruit_ov2640._COM10_PCLK_FREE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8699 | adafruit_ov2640._COM10_VSYNC_NEG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8700 | adafruit_ov2640._COM19?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8701 | adafruit_ov2640._COM1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8702 | adafruit_ov2640._COM22?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8703 | adafruit_ov2640._COM25?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8704 | adafruit_ov2640._COM2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8705 | adafruit_ov2640._COM2_OUT_DRIVE_1x?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8706 | adafruit_ov2640._COM2_OUT_DRIVE_2x?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8707 | adafruit_ov2640._COM2_OUT_DRIVE_3x?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8708 | adafruit_ov2640._COM2_OUT_DRIVE_4x?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8709 | adafruit_ov2640._COM2_STDBY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8710 | adafruit_ov2640._COM3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8711 | adafruit_ov2640._COM3_BAND_50Hz?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8712 | adafruit_ov2640._COM3_BAND_60Hz?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8713 | adafruit_ov2640._COM3_BAND_AUTO?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8714 | adafruit_ov2640._COM3_BAND_SET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8715 | adafruit_ov2640._COM3_DEFAULT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8716 | adafruit_ov2640._COM4?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8717 | adafruit_ov2640._COM7?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8718 | adafruit_ov2640._COM7_COLOR_BAR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8719 | adafruit_ov2640._COM7_RES_CIF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8720 | adafruit_ov2640._COM7_RES_SVGA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8721 | adafruit_ov2640._COM7_RES_UXGA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8722 | adafruit_ov2640._COM7_SRST?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8723 | adafruit_ov2640._COM7_ZOOM_EN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8724 | adafruit_ov2640._COM8?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8725 | adafruit_ov2640._COM8_AEC_EN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8726 | adafruit_ov2640._COM8_AGC_EN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8727 | adafruit_ov2640._COM8_BNDF_EN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8728 | adafruit_ov2640._COM8_DEFAULT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8729 | adafruit_ov2640._COM8_SET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8730 | adafruit_ov2640._COM9?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8731 | adafruit_ov2640._COM9_AGC_GAIN_128x?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8732 | adafruit_ov2640._COM9_AGC_GAIN_16x?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8733 | adafruit_ov2640._COM9_AGC_GAIN_2x?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8734 | adafruit_ov2640._COM9_AGC_GAIN_32x?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8735 | adafruit_ov2640._COM9_AGC_GAIN_4x?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8736 | adafruit_ov2640._COM9_AGC_GAIN_64x?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8737 | adafruit_ov2640._COM9_AGC_GAIN_8x?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8738 | adafruit_ov2640._COM9_AGC_SET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8739 | adafruit_ov2640._COM9_DEFAULT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8740 | adafruit_ov2640._CTRL0?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8741 | adafruit_ov2640._CTRL0_AEC_EN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8742 | adafruit_ov2640._CTRL0_AEC_SEL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8743 | adafruit_ov2640._CTRL0_RAW_EN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8744 | adafruit_ov2640._CTRL0_RGB_EN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8745 | adafruit_ov2640._CTRL0_STAT_SEL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8746 | adafruit_ov2640._CTRL0_VFIRST?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8747 | adafruit_ov2640._CTRL0_YUV422?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8748 | adafruit_ov2640._CTRL0_YUV_EN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8749 | adafruit_ov2640._CTRL1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8750 | adafruit_ov2640._CTRL1_AWB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8751 | adafruit_ov2640._CTRL2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8752 | adafruit_ov2640._CTRL2_CMX_EN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8753 | adafruit_ov2640._CTRL2_DCW_EN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8754 | adafruit_ov2640._CTRL2_SDE_EN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8755 | adafruit_ov2640._CTRL2_UV_ADJ_EN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8756 | adafruit_ov2640._CTRL2_UV_AVG_EN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8757 | adafruit_ov2640._CTRL3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8758 | adafruit_ov2640._CTRL3_BPC_EN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8759 | adafruit_ov2640._CTRL3_WPC_EN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8760 | adafruit_ov2640._CTRLI?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8761 | adafruit_ov2640._CTRLI_LP_DP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8762 | adafruit_ov2640._CTRLI_ROUND?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8763 | adafruit_ov2640._DPRP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8764 | adafruit_ov2640._FLH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8765 | adafruit_ov2640._FLL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8766 | adafruit_ov2640._FRARL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8767 | adafruit_ov2640._GAIN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8768 | adafruit_ov2640._HEDY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8769 | adafruit_ov2640._HISTO_HIGH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8770 | adafruit_ov2640._HISTO_LOW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8771 | adafruit_ov2640._HSDY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8772 | adafruit_ov2640._HSIZE8?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8773 | adafruit_ov2640._HSIZE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8774 | adafruit_ov2640._HSTART?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8775 | adafruit_ov2640._HSTOP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8776 | adafruit_ov2640._IMAGE_MODE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8777 | adafruit_ov2640._IMAGE_MODE_HREF_VSYNC?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8778 | adafruit_ov2640._IMAGE_MODE_JPEG_EN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8779 | adafruit_ov2640._IMAGE_MODE_LBYTE_FIRST?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8780 | adafruit_ov2640._IMAGE_MODE_RAW10?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8781 | adafruit_ov2640._IMAGE_MODE_RGB565?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8782 | adafruit_ov2640._IMAGE_MODE_Y8_DVP_EN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8783 | adafruit_ov2640._IMAGE_MODE_YUV422?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8784 | adafruit_ov2640._MC_AH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8785 | adafruit_ov2640._MC_AL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8786 | adafruit_ov2640._MC_BIST?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8787 | adafruit_ov2640._MC_BIST_12KB_MASK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8788 | adafruit_ov2640._MC_BIST_12KB_SEL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8789 | adafruit_ov2640._MC_BIST_512KB_MASK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8790 | adafruit_ov2640._MC_BIST_512KB_SEL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8791 | adafruit_ov2640._MC_BIST_BOOT_ROM_SEL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8792 | adafruit_ov2640._MC_BIST_BUSY_BIT_R?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8793 | adafruit_ov2640._MC_BIST_LAUNCH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8794 | adafruit_ov2640._MC_BIST_MC_RES_ONE_SH_W?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8795 | adafruit_ov2640._MC_BIST_RESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8796 | adafruit_ov2640._MC_D?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8797 | adafruit_ov2640._MIDH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8798 | adafruit_ov2640._MIDL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8799 | adafruit_ov2640._MS_SP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8800 | adafruit_ov2640._OV2640_MODE_CIF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8801 | adafruit_ov2640._OV2640_MODE_SVGA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8802 | adafruit_ov2640._OV2640_MODE_UXGA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8803 | adafruit_ov2640._P_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8804 | adafruit_ov2640._P_STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8805 | adafruit_ov2640._QS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8806 | adafruit_ov2640._REG04?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8807 | adafruit_ov2640._REG04_DEFAULT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8808 | adafruit_ov2640._REG04_HFLIP_IMG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8809 | adafruit_ov2640._REG04_HREF_EN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8810 | adafruit_ov2640._REG04_SET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8811 | adafruit_ov2640._REG04_VFLIP_IMG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8812 | adafruit_ov2640._REG04_VREF_EN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8813 | adafruit_ov2640._REG08?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8814 | adafruit_ov2640._REG2A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8815 | adafruit_ov2640._REG32?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8816 | adafruit_ov2640._REG32_CIF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8817 | adafruit_ov2640._REG32_SVGA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8818 | adafruit_ov2640._REG32_UXGA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8819 | adafruit_ov2640._REG45?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8820 | adafruit_ov2640._REG5D?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8821 | adafruit_ov2640._REG5E?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8822 | adafruit_ov2640._REG5F?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8823 | adafruit_ov2640._REG60?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8824 | adafruit_ov2640._REG_PID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8825 | adafruit_ov2640._REG_VER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8826 | adafruit_ov2640._RESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8827 | adafruit_ov2640._RESET_CIF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8828 | adafruit_ov2640._RESET_DVP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8829 | adafruit_ov2640._RESET_IPU?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8830 | adafruit_ov2640._RESET_JPEG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8831 | adafruit_ov2640._RESET_MICROC?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8832 | adafruit_ov2640._RESET_SCCB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8833 | adafruit_ov2640._R_BYPASS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8834 | adafruit_ov2640._R_BYPASS_DSP_BYPAS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8835 | adafruit_ov2640._R_BYPASS_DSP_EN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8836 | adafruit_ov2640._R_DVP_SP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8837 | adafruit_ov2640._R_DVP_SP_AUTO_MODE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8838 | adafruit_ov2640._RegBits?2(bank, reg, shift, mask) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8839 | adafruit_ov2640._SCCBCameraBase._get_reg_bits?5(bank, reg, shift, mask) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8840 | adafruit_ov2640._SCCBCameraBase._read_bank_register?5(bank, reg) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8841 | adafruit_ov2640._SCCBCameraBase._read_register?5(reg) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8842 | adafruit_ov2640._SCCBCameraBase._set_reg_bits?5(bank, reg, shift, mask, value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8843 | adafruit_ov2640._SCCBCameraBase._write_bank_register?5(bank, reg, value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8844 | adafruit_ov2640._SCCBCameraBase._write_list?5(reg_list) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8845 | adafruit_ov2640._SCCBCameraBase._write_register?5(reg, value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8846 | adafruit_ov2640._SCCBCameraBase?2(i2c_bus, i2c_address) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8847 | adafruit_ov2640._SIZEL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8848 | adafruit_ov2640._SS_CTRL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8849 | adafruit_ov2640._SS_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8850 | adafruit_ov2640._TEST?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8851 | adafruit_ov2640._VHYX?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8852 | adafruit_ov2640._VSIZE8?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8853 | adafruit_ov2640._VSIZE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8854 | adafruit_ov2640._VSTART?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8855 | adafruit_ov2640._VSTOP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8856 | adafruit_ov2640._VV?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8857 | adafruit_ov2640._VV_AGC_TH_SET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8858 | adafruit_ov2640._XOFFL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8859 | adafruit_ov2640._YAVG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8860 | adafruit_ov2640._YOFFL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8861 | adafruit_ov2640._ZMHH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8862 | adafruit_ov2640._ZMOH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8863 | adafruit_ov2640._ZMOW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8864 | adafruit_ov2640._ZOOMS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8865 | adafruit_ov2640._ov2640_color_settings?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8866 | adafruit_ov2640._ov2640_settings_cif?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8867 | adafruit_ov2640._ov2640_settings_to_cif?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8868 | adafruit_ov2640._ov2640_settings_to_svga?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8869 | adafruit_ov2640._ov2640_settings_to_uxga?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8870 | adafruit_ov2640._ratio_table?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8871 | adafruit_ov2640._resolution_info?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8872 | adafruit_ov5640.OV5640._set_colorspace?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8873 | adafruit_ov5640.OV5640._set_image_options?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8874 | adafruit_ov5640.OV5640._set_pll?5(bypass: bool, multiplier: int, sys_div: int, pre_div: int, root_2x: bool, pclk_root_div: int, pclk_manual: bool, pclk_div: int, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8875 | adafruit_ov5640.OV5640._set_size_and_colorspace?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8876 | adafruit_ov5640.OV5640._write_group_3_settings?5(settings) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8877 | adafruit_ov5640.OV5640.brightness?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:
diff
changeset
|
8878 | adafruit_ov5640.OV5640.capture?4(buf: Union[bytearray, memoryview]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8879 | adafruit_ov5640.OV5640.capture_buffer_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:
diff
changeset
|
8880 | adafruit_ov5640.OV5640.chip_id?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8881 | adafruit_ov5640.OV5640.colorspace?4(colorspace: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8882 | adafruit_ov5640.OV5640.contrast?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:
diff
changeset
|
8883 | adafruit_ov5640.OV5640.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:
diff
changeset
|
8884 | adafruit_ov5640.OV5640.effect?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:
diff
changeset
|
8885 | adafruit_ov5640.OV5640.exposure_value?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:
diff
changeset
|
8886 | adafruit_ov5640.OV5640.flip_x?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:
diff
changeset
|
8887 | adafruit_ov5640.OV5640.flip_y?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:
diff
changeset
|
8888 | adafruit_ov5640.OV5640.height?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8889 | adafruit_ov5640.OV5640.mclk_frequency?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8890 | adafruit_ov5640.OV5640.night_mode?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:
diff
changeset
|
8891 | adafruit_ov5640.OV5640.quality?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:
diff
changeset
|
8892 | adafruit_ov5640.OV5640.saturation?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:
diff
changeset
|
8893 | adafruit_ov5640.OV5640.size?4(size: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8894 | adafruit_ov5640.OV5640.test_pattern?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:
diff
changeset
|
8895 | adafruit_ov5640.OV5640.white_balance?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:
diff
changeset
|
8896 | adafruit_ov5640.OV5640.width?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8897 | adafruit_ov5640.OV5640?1(i2c_bus: I2C, data_pins: List[Pin], clock: Pin, vsync: Pin, href: Pin, shutdown: Optional[DigitalInOut] = None, reset: Optional[DigitalInOut] = None, mclk: Optional[Pin] = None, mclk_frequency: int = 20_000_000, i2c_address: int = 0x3C, size: int = OV5640_SIZE_QQVGA, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8898 | adafruit_ov5640.OV5640_COLOR_GRAYSCALE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8899 | adafruit_ov5640.OV5640_COLOR_JPEG?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8900 | adafruit_ov5640.OV5640_COLOR_RGB?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8901 | adafruit_ov5640.OV5640_COLOR_YUV?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8902 | adafruit_ov5640.OV5640_SIZE_240X240?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8903 | adafruit_ov5640.OV5640_SIZE_96X96?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8904 | adafruit_ov5640.OV5640_SIZE_CIF?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8905 | adafruit_ov5640.OV5640_SIZE_HD?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8906 | adafruit_ov5640.OV5640_SIZE_HQVGA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8907 | adafruit_ov5640.OV5640_SIZE_HVGA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8908 | adafruit_ov5640.OV5640_SIZE_PFHD?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8909 | adafruit_ov5640.OV5640_SIZE_QCIF?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8910 | adafruit_ov5640.OV5640_SIZE_QHDA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8911 | adafruit_ov5640.OV5640_SIZE_QQVGA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8912 | adafruit_ov5640.OV5640_SIZE_QSXGA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8913 | adafruit_ov5640.OV5640_SIZE_QVGA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8914 | adafruit_ov5640.OV5640_SIZE_SVGA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8915 | adafruit_ov5640.OV5640_SIZE_SXGA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8916 | adafruit_ov5640.OV5640_SIZE_UXGA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8917 | adafruit_ov5640.OV5640_SIZE_VGA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8918 | adafruit_ov5640.OV5640_SIZE_WQXGA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8919 | adafruit_ov5640.OV5640_SIZE_XGA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8920 | adafruit_ov5640.OV5640_SPECIAL_EFFECT_BLUE_TINT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8921 | adafruit_ov5640.OV5640_SPECIAL_EFFECT_GRAYSCALE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8922 | adafruit_ov5640.OV5640_SPECIAL_EFFECT_GREEN_TINT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8923 | adafruit_ov5640.OV5640_SPECIAL_EFFECT_NEGATIVE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8924 | adafruit_ov5640.OV5640_SPECIAL_EFFECT_NONE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8925 | adafruit_ov5640.OV5640_SPECIAL_EFFECT_RED_TINT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8926 | adafruit_ov5640.OV5640_SPECIAL_EFFECT_SEPIA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8927 | adafruit_ov5640.OV5640_WHITE_BALANCE_AUTO?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8928 | adafruit_ov5640.OV5640_WHITE_BALANCE_CLOUDY?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8929 | adafruit_ov5640.OV5640_WHITE_BALANCE_FLUORESCENT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8930 | adafruit_ov5640.OV5640_WHITE_BALANCE_INCANDESCENT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8931 | adafruit_ov5640.OV5640_WHITE_BALANCE_SUNNY?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8932 | adafruit_ov5640._AEC_PK_MANUAL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8933 | adafruit_ov5640._AEC_PK_MANUAL_AEC_MANUALEN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8934 | adafruit_ov5640._AEC_PK_MANUAL_AGC_MANUALEN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8935 | adafruit_ov5640._ASPECT_RATIO_16X10?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8936 | adafruit_ov5640._ASPECT_RATIO_16X9?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8937 | adafruit_ov5640._ASPECT_RATIO_1X1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8938 | adafruit_ov5640._ASPECT_RATIO_21X9?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8939 | adafruit_ov5640._ASPECT_RATIO_3X2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8940 | adafruit_ov5640._ASPECT_RATIO_4X3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8941 | adafruit_ov5640._ASPECT_RATIO_5X3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8942 | adafruit_ov5640._ASPECT_RATIO_5X4?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8943 | adafruit_ov5640._ASPECT_RATIO_9X16?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8944 | adafruit_ov5640._CHIP_ID_HIGH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8945 | adafruit_ov5640._CLOCK_ENABLE02?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8946 | adafruit_ov5640._CLOCK_POL_CONTROL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8947 | adafruit_ov5640._COMPRESSION_CTRL00?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8948 | adafruit_ov5640._COMPRESSION_CTRL01?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8949 | adafruit_ov5640._COMPRESSION_CTRL02?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8950 | adafruit_ov5640._COMPRESSION_CTRL03?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8951 | adafruit_ov5640._COMPRESSION_CTRL04?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8952 | adafruit_ov5640._COMPRESSION_CTRL05?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8953 | adafruit_ov5640._COMPRESSION_CTRL06?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8954 | adafruit_ov5640._COMPRESSION_CTRL07?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8955 | adafruit_ov5640._COMPRESSION_CTRL09?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8956 | adafruit_ov5640._COMPRESSION_CTRL0A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8957 | adafruit_ov5640._COMPRESSION_CTRL0B?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8958 | adafruit_ov5640._COMPRESSION_CTRL0C?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8959 | adafruit_ov5640._COMPRESSION_CTRL0D?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8960 | adafruit_ov5640._COMPRESSION_CTRL0E?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8961 | adafruit_ov5640._COMPRESSION_ISI_CTRL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8962 | adafruit_ov5640._DRIVE_CAPABILITY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8963 | adafruit_ov5640._FORMAT_CTRL00?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8964 | adafruit_ov5640._FORMAT_CTRL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8965 | adafruit_ov5640._FRAME_CTRL01?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8966 | adafruit_ov5640._FRAME_CTRL02?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8967 | adafruit_ov5640._ISP_CONTROL_01?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8968 | adafruit_ov5640._PCLK_RATIO?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8969 | adafruit_ov5640._PRE_ISP_TEST_SETTING_1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8970 | adafruit_ov5640._REGLIST_TAIL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8971 | adafruit_ov5640._REG_DLY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8972 | adafruit_ov5640._RegBits16?2(reg: int, shift: 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:
diff
changeset
|
8973 | adafruit_ov5640._RegBits?2(reg: int, shift: 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:
diff
changeset
|
8974 | adafruit_ov5640._SCALE_CTRL_1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8975 | adafruit_ov5640._SCALE_CTRL_2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8976 | adafruit_ov5640._SCALE_CTRL_3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8977 | adafruit_ov5640._SCALE_CTRL_4?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8978 | adafruit_ov5640._SCALE_CTRL_5?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8979 | adafruit_ov5640._SCALE_CTRL_6?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8980 | adafruit_ov5640._SCCB16CameraBase._read_register16?5(reg: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8981 | adafruit_ov5640._SCCB16CameraBase._read_register?5(reg: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8982 | adafruit_ov5640._SCCB16CameraBase._write_addr_reg?5(reg: int, x_value: int, y_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:
diff
changeset
|
8983 | adafruit_ov5640._SCCB16CameraBase._write_list?5(reg_list: 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:
diff
changeset
|
8984 | adafruit_ov5640._SCCB16CameraBase._write_reg_bits?5(reg: int, mask: int, enable: bool) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8985 | adafruit_ov5640._SCCB16CameraBase._write_register16?5(reg: 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:
diff
changeset
|
8986 | adafruit_ov5640._SCCB16CameraBase._write_register?5(reg: 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:
diff
changeset
|
8987 | adafruit_ov5640._SCCB16CameraBase?2(i2c_bus: I2C, i2c_address: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8988 | adafruit_ov5640._SC_PLLS_CTRL0?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8989 | adafruit_ov5640._SC_PLLS_CTRL1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8990 | adafruit_ov5640._SC_PLLS_CTRL2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8991 | adafruit_ov5640._SC_PLLS_CTRL3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8992 | adafruit_ov5640._SYSTEM_CTROL0?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8993 | adafruit_ov5640._SYSTEM_RESET00?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8994 | adafruit_ov5640._SYSTEM_RESET02?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8995 | adafruit_ov5640._TEST_COLOR_BAR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8996 | adafruit_ov5640._TIMING_TC_REG20?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8997 | adafruit_ov5640._TIMING_TC_REG20_VFLIP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8998 | adafruit_ov5640._TIMING_TC_REG21?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8999 | adafruit_ov5640._TIMING_TC_REG21_HMIRROR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9000 | adafruit_ov5640._VFIFO_CTRL0C?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9001 | adafruit_ov5640._VFIFO_X_SIZE_H?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9002 | adafruit_ov5640._VFIFO_X_SIZE_L?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9003 | adafruit_ov5640._VFIFO_Y_SIZE_H?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9004 | adafruit_ov5640._VFIFO_Y_SIZE_L?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9005 | adafruit_ov5640._X_ADDR_END_H?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9006 | adafruit_ov5640._X_ADDR_END_L?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9007 | adafruit_ov5640._X_ADDR_ST_H?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9008 | adafruit_ov5640._X_ADDR_ST_L?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9009 | adafruit_ov5640._X_INCREMENT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9010 | adafruit_ov5640._X_OFFSET_H?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9011 | adafruit_ov5640._X_OFFSET_L?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9012 | adafruit_ov5640._X_OUTPUT_SIZE_H?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9013 | adafruit_ov5640._X_OUTPUT_SIZE_L?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9014 | adafruit_ov5640._X_TOTAL_SIZE_H?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9015 | adafruit_ov5640._X_TOTAL_SIZE_L?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9016 | adafruit_ov5640._Y_ADDR_END_H?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9017 | adafruit_ov5640._Y_ADDR_END_L?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9018 | adafruit_ov5640._Y_ADDR_ST_H?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9019 | adafruit_ov5640._Y_ADDR_ST_L?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9020 | adafruit_ov5640._Y_INCREMENT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9021 | adafruit_ov5640._Y_OFFSET_H?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9022 | adafruit_ov5640._Y_OFFSET_L?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9023 | adafruit_ov5640._Y_OUTPUT_SIZE_H?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9024 | adafruit_ov5640._Y_OUTPUT_SIZE_L?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9025 | adafruit_ov5640._Y_TOTAL_SIZE_H?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9026 | adafruit_ov5640._Y_TOTAL_SIZE_L?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9027 | adafruit_ov5640._contrast_settings?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9028 | adafruit_ov5640._light_modes?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9029 | adafruit_ov5640._light_registers?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9030 | adafruit_ov5640._ov5640_color_settings?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9031 | adafruit_ov5640._pll_pclk_root_div_factors?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9032 | adafruit_ov5640._pll_pre_div2x_factors?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9033 | adafruit_ov5640._ratio_table?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9034 | adafruit_ov5640._reset_awb?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9035 | adafruit_ov5640._resolution_info?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9036 | adafruit_ov5640._sensor_default_regs?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9037 | adafruit_ov5640._sensor_ev_levels?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9038 | adafruit_ov5640._sensor_format_grayscale?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9039 | adafruit_ov5640._sensor_format_jpeg?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9040 | adafruit_ov5640._sensor_format_raw?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9041 | adafruit_ov5640._sensor_format_rgb565?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9042 | adafruit_ov5640._sensor_format_yuv422?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9043 | adafruit_ov5640._sensor_regs_gamma0?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9044 | adafruit_ov5640._sensor_saturation_levels?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9045 | adafruit_ov5640._sensor_special_effects?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9046 | adafruit_ov5640.sensor_regs_awb0?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9047 | adafruit_ov5640.sensor_regs_gamma1?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9048 | adafruit_ov7670.OV7670._frame_control?5(size: int, vstart: int, hstart: int, edge_offset: int, pclk_delay: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9049 | adafruit_ov7670.OV7670._read_register?5(reg: 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:
diff
changeset
|
9050 | adafruit_ov7670.OV7670._set_flip?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9051 | adafruit_ov7670.OV7670._write_list?5(reg_list: bytes) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9052 | adafruit_ov7670.OV7670._write_register?5(reg: int, value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9053 | adafruit_ov7670.OV7670.capture?4(buf: WriteableBuffer) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9054 | adafruit_ov7670.OV7670.colorspace?4(colorspace: 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:
diff
changeset
|
9055 | adafruit_ov7670.OV7670.deinit?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9056 | adafruit_ov7670.OV7670.flip_x?4(value: bool) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9057 | adafruit_ov7670.OV7670.flip_y?4(value: bool) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9058 | adafruit_ov7670.OV7670.height?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9059 | adafruit_ov7670.OV7670.mclk_frequency?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9060 | adafruit_ov7670.OV7670.night?4(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:
diff
changeset
|
9061 | adafruit_ov7670.OV7670.product_id?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9062 | adafruit_ov7670.OV7670.product_version?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9063 | adafruit_ov7670.OV7670.size?4(size) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9064 | adafruit_ov7670.OV7670.test_pattern?4(pattern: 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:
diff
changeset
|
9065 | adafruit_ov7670.OV7670.width?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9066 | adafruit_ov7670.OV7670?1(i2c_bus: I2C, data_pins: List[Pin], clock: Pin, vsync: Pin, href: Pin, shutdown: Optional[Pin] = None, reset: Optional[Pin] = None, mclk: Optional[Pin] = None, mclk_frequency: int = 16_000_000, i2c_address: int = 0x21, ) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9067 | adafruit_ov7670.OV7670_ADDR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9068 | adafruit_ov7670.OV7670_COLOR_RGB?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9069 | adafruit_ov7670.OV7670_COLOR_YUV?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9070 | adafruit_ov7670.OV7670_NIGHT_MODE_2?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9071 | adafruit_ov7670.OV7670_NIGHT_MODE_4?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9072 | adafruit_ov7670.OV7670_NIGHT_MODE_8?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9073 | adafruit_ov7670.OV7670_NIGHT_MODE_OFF?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9074 | adafruit_ov7670.OV7670_SIZE_DIV16?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9075 | adafruit_ov7670.OV7670_SIZE_DIV1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9076 | adafruit_ov7670.OV7670_SIZE_DIV2?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9077 | adafruit_ov7670.OV7670_SIZE_DIV4?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9078 | adafruit_ov7670.OV7670_SIZE_DIV8?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9079 | adafruit_ov7670.OV7670_TEST_PATTERN_COLOR_BAR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9080 | adafruit_ov7670.OV7670_TEST_PATTERN_COLOR_BAR_FADE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9081 | adafruit_ov7670.OV7670_TEST_PATTERN_NONE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9082 | adafruit_ov7670.OV7670_TEST_PATTERN_SHIFTING_1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9083 | adafruit_ov7670._OV7670_CLK_EXT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9084 | adafruit_ov7670._OV7670_CLK_SCALE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9085 | adafruit_ov7670._OV7670_COM10_HREF_REV?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9086 | adafruit_ov7670._OV7670_COM10_HSYNC?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9087 | adafruit_ov7670._OV7670_COM10_HS_NEG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9088 | adafruit_ov7670._OV7670_COM10_PCLK_HB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9089 | adafruit_ov7670._OV7670_COM10_VS_EDGE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9090 | adafruit_ov7670._OV7670_COM10_VS_NEG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9091 | adafruit_ov7670._OV7670_COM11_BAND?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9092 | adafruit_ov7670._OV7670_COM11_EXP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9093 | adafruit_ov7670._OV7670_COM11_HZAUTO?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9094 | adafruit_ov7670._OV7670_COM11_NIGHT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9095 | adafruit_ov7670._OV7670_COM11_NMFR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9096 | adafruit_ov7670._OV7670_COM12_HREF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9097 | adafruit_ov7670._OV7670_COM13_GAMMA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9098 | adafruit_ov7670._OV7670_COM13_UVSAT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9099 | adafruit_ov7670._OV7670_COM13_UVSWAP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9100 | adafruit_ov7670._OV7670_COM14_DCWEN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9101 | adafruit_ov7670._OV7670_COM15_R00FF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9102 | adafruit_ov7670._OV7670_COM15_R01FE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9103 | adafruit_ov7670._OV7670_COM15_R10F0?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9104 | adafruit_ov7670._OV7670_COM15_RGB555?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9105 | adafruit_ov7670._OV7670_COM15_RGB565?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9106 | adafruit_ov7670._OV7670_COM15_RGB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9107 | adafruit_ov7670._OV7670_COM15_RGBMASK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9108 | adafruit_ov7670._OV7670_COM15_RMASK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9109 | adafruit_ov7670._OV7670_COM16_AWBGAIN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9110 | adafruit_ov7670._OV7670_COM17_AECWIN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9111 | adafruit_ov7670._OV7670_COM17_CBAR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9112 | adafruit_ov7670._OV7670_COM1_R656?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9113 | adafruit_ov7670._OV7670_COM2_SSLEEP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9114 | adafruit_ov7670._OV7670_COM3_DCWEN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9115 | adafruit_ov7670._OV7670_COM3_SCALEEN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9116 | adafruit_ov7670._OV7670_COM3_SWAP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9117 | adafruit_ov7670._OV7670_COM7_BAYER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9118 | adafruit_ov7670._OV7670_COM7_COLORBAR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9119 | adafruit_ov7670._OV7670_COM7_PBAYER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9120 | adafruit_ov7670._OV7670_COM7_PIXEL_MASK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9121 | adafruit_ov7670._OV7670_COM7_RESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9122 | adafruit_ov7670._OV7670_COM7_RGB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9123 | adafruit_ov7670._OV7670_COM7_SIZE_CIF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9124 | adafruit_ov7670._OV7670_COM7_SIZE_MASK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9125 | adafruit_ov7670._OV7670_COM7_SIZE_QCIF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9126 | adafruit_ov7670._OV7670_COM7_SIZE_QVGA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9127 | adafruit_ov7670._OV7670_COM7_SIZE_VGA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9128 | adafruit_ov7670._OV7670_COM7_YUV?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9129 | adafruit_ov7670._OV7670_COM8_AEC?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9130 | adafruit_ov7670._OV7670_COM8_AECSTEP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9131 | adafruit_ov7670._OV7670_COM8_AGC?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9132 | adafruit_ov7670._OV7670_COM8_AWB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9133 | adafruit_ov7670._OV7670_COM8_BANDING?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9134 | adafruit_ov7670._OV7670_COM8_FASTAEC?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9135 | adafruit_ov7670._OV7670_GAM_LEN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9136 | adafruit_ov7670._OV7670_MVFP_MIRROR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9137 | adafruit_ov7670._OV7670_MVFP_VFLIP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9138 | adafruit_ov7670._OV7670_R444_ENABLE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9139 | adafruit_ov7670._OV7670_R444_RGBX?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9140 | adafruit_ov7670._OV7670_R76_BLKPCOR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9141 | adafruit_ov7670._OV7670_R76_WHTPCOR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9142 | adafruit_ov7670._OV7670_REG_ABLC1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9143 | adafruit_ov7670._OV7670_REG_ACOM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9144 | adafruit_ov7670._OV7670_REG_ADC?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9145 | adafruit_ov7670._OV7670_REG_ADCCTR0?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9146 | adafruit_ov7670._OV7670_REG_ADCCTR1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9147 | adafruit_ov7670._OV7670_REG_ADCCTR2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9148 | adafruit_ov7670._OV7670_REG_ADCCTR3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9149 | adafruit_ov7670._OV7670_REG_ADVFH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9150 | adafruit_ov7670._OV7670_REG_ADVFL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9151 | adafruit_ov7670._OV7670_REG_AEB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9152 | adafruit_ov7670._OV7670_REG_AECH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9153 | adafruit_ov7670._OV7670_REG_AECHH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9154 | adafruit_ov7670._OV7670_REG_AEW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9155 | adafruit_ov7670._OV7670_REG_ARBLM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9156 | adafruit_ov7670._OV7670_REG_AWBC1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9157 | adafruit_ov7670._OV7670_REG_AWBC2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9158 | adafruit_ov7670._OV7670_REG_AWBC3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9159 | adafruit_ov7670._OV7670_REG_AWBC4?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9160 | adafruit_ov7670._OV7670_REG_AWBC5?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9161 | adafruit_ov7670._OV7670_REG_AWBC6?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9162 | adafruit_ov7670._OV7670_REG_AWBCTR0?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9163 | adafruit_ov7670._OV7670_REG_AWBCTR1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9164 | adafruit_ov7670._OV7670_REG_AWBCTR2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9165 | adafruit_ov7670._OV7670_REG_AWBCTR3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9166 | adafruit_ov7670._OV7670_REG_BAVE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9167 | adafruit_ov7670._OV7670_REG_BBIAS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9168 | adafruit_ov7670._OV7670_REG_BD50MAX?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9169 | adafruit_ov7670._OV7670_REG_BD60MAX?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9170 | adafruit_ov7670._OV7670_REG_BLUE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9171 | adafruit_ov7670._OV7670_REG_BRIGHT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9172 | adafruit_ov7670._OV7670_REG_CHLF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9173 | adafruit_ov7670._OV7670_REG_CLKRC?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9174 | adafruit_ov7670._OV7670_REG_COM10?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9175 | adafruit_ov7670._OV7670_REG_COM11?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9176 | adafruit_ov7670._OV7670_REG_COM12?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9177 | adafruit_ov7670._OV7670_REG_COM13?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9178 | adafruit_ov7670._OV7670_REG_COM14?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9179 | adafruit_ov7670._OV7670_REG_COM15?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9180 | adafruit_ov7670._OV7670_REG_COM16?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9181 | adafruit_ov7670._OV7670_REG_COM17?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9182 | adafruit_ov7670._OV7670_REG_COM1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9183 | adafruit_ov7670._OV7670_REG_COM2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9184 | adafruit_ov7670._OV7670_REG_COM3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9185 | adafruit_ov7670._OV7670_REG_COM4?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9186 | adafruit_ov7670._OV7670_REG_COM5?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9187 | adafruit_ov7670._OV7670_REG_COM6?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9188 | adafruit_ov7670._OV7670_REG_COM7?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9189 | adafruit_ov7670._OV7670_REG_COM8?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9190 | adafruit_ov7670._OV7670_REG_COM9?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9191 | adafruit_ov7670._OV7670_REG_CONTRAS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9192 | adafruit_ov7670._OV7670_REG_CONTRAS_CENTER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9193 | adafruit_ov7670._OV7670_REG_DBLV?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9194 | adafruit_ov7670._OV7670_REG_DM_LNL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9195 | adafruit_ov7670._OV7670_REG_DNSTH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9196 | adafruit_ov7670._OV7670_REG_EDGE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9197 | adafruit_ov7670._OV7670_REG_EXHCH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9198 | adafruit_ov7670._OV7670_REG_EXHCL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9199 | adafruit_ov7670._OV7670_REG_GAIN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9200 | adafruit_ov7670._OV7670_REG_GAM_BASE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9201 | adafruit_ov7670._OV7670_REG_GFIX?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9202 | adafruit_ov7670._OV7670_REG_GGAIN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9203 | adafruit_ov7670._OV7670_REG_GbAVE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9204 | adafruit_ov7670._OV7670_REG_GbBIAS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9205 | adafruit_ov7670._OV7670_REG_HAECC1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9206 | adafruit_ov7670._OV7670_REG_HAECC2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9207 | adafruit_ov7670._OV7670_REG_HAECC3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9208 | adafruit_ov7670._OV7670_REG_HAECC4?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9209 | adafruit_ov7670._OV7670_REG_HAECC5?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9210 | adafruit_ov7670._OV7670_REG_HAECC6?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9211 | adafruit_ov7670._OV7670_REG_HAECC7?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9212 | adafruit_ov7670._OV7670_REG_HREF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9213 | adafruit_ov7670._OV7670_REG_HSTART?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9214 | adafruit_ov7670._OV7670_REG_HSTOP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9215 | adafruit_ov7670._OV7670_REG_HSYEN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9216 | adafruit_ov7670._OV7670_REG_HSYST?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9217 | adafruit_ov7670._OV7670_REG_LAEC?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9218 | adafruit_ov7670._OV7670_REG_LAST?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9219 | adafruit_ov7670._OV7670_REG_LCC1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9220 | adafruit_ov7670._OV7670_REG_LCC2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9221 | adafruit_ov7670._OV7670_REG_LCC3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9222 | adafruit_ov7670._OV7670_REG_LCC4?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9223 | adafruit_ov7670._OV7670_REG_LCC5?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9224 | adafruit_ov7670._OV7670_REG_LCC6?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9225 | adafruit_ov7670._OV7670_REG_LCC7?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9226 | adafruit_ov7670._OV7670_REG_MANU?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9227 | adafruit_ov7670._OV7670_REG_MANV?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9228 | adafruit_ov7670._OV7670_REG_MIDH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9229 | adafruit_ov7670._OV7670_REG_MIDL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9230 | adafruit_ov7670._OV7670_REG_MTX1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9231 | adafruit_ov7670._OV7670_REG_MTX2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9232 | adafruit_ov7670._OV7670_REG_MTX3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9233 | adafruit_ov7670._OV7670_REG_MTX4?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9234 | adafruit_ov7670._OV7670_REG_MTX5?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9235 | adafruit_ov7670._OV7670_REG_MTX6?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9236 | adafruit_ov7670._OV7670_REG_MTXS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9237 | adafruit_ov7670._OV7670_REG_MVFP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9238 | adafruit_ov7670._OV7670_REG_OFON?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9239 | adafruit_ov7670._OV7670_REG_PID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9240 | adafruit_ov7670._OV7670_REG_PSHFT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9241 | adafruit_ov7670._OV7670_REG_RAVE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9242 | adafruit_ov7670._OV7670_REG_RBIAS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9243 | adafruit_ov7670._OV7670_REG_RED?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9244 | adafruit_ov7670._OV7670_REG_REG4B?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9245 | adafruit_ov7670._OV7670_REG_REG74?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9246 | adafruit_ov7670._OV7670_REG_REG76?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9247 | adafruit_ov7670._OV7670_REG_RGB444?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9248 | adafruit_ov7670._OV7670_REG_SATCTR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9249 | adafruit_ov7670._OV7670_REG_SCALING_DCWCTR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9250 | adafruit_ov7670._OV7670_REG_SCALING_PCLK_DELAY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9251 | adafruit_ov7670._OV7670_REG_SCALING_PCLK_DIV?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9252 | adafruit_ov7670._OV7670_REG_SCALING_XSC?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9253 | adafruit_ov7670._OV7670_REG_SCALING_YSC?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9254 | adafruit_ov7670._OV7670_REG_SLOP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9255 | adafruit_ov7670._OV7670_REG_THL_ST?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9256 | adafruit_ov7670._OV7670_REG_TSLB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9257 | adafruit_ov7670._OV7670_REG_VER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9258 | adafruit_ov7670._OV7670_REG_VPT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9259 | adafruit_ov7670._OV7670_REG_VREF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9260 | adafruit_ov7670._OV7670_REG_VSTART?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9261 | adafruit_ov7670._OV7670_REG_VSTOP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9262 | adafruit_ov7670._OV7670_REG_YAVE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9263 | adafruit_ov7670._OV7670_TSLB_AOW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9264 | adafruit_ov7670._OV7670_TSLB_NEG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9265 | adafruit_ov7670._OV7670_TSLB_YLAST?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9266 | adafruit_ov7670._OV7670_init?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9267 | adafruit_ov7670._OV7670_rgb?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9268 | adafruit_ov7670._OV7670_yuv?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9269 | adafruit_ov7670._window?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9270 | adafruit_pastebin._Pastebin?2(session: Session, auth_key: str) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9271 | adafruit_pastebin.adafruit_io.AIOPastebin.paste?4(content: SupportsStr, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9272 | adafruit_pastebin.adafruit_io.AIOPastebin?1(session: Session, auth_key: str, *, username: str, feed_key: str) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9273 | adafruit_pastebin.adafruit_io.POST_URL?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9274 | adafruit_pastebin.gist.Gist.paste?4(content: SupportsStr, *, filename: str = "My Gist", description: Optional[str] = None, public: bool = False, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9275 | adafruit_pastebin.gist.POST_URL?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9276 | adafruit_pastebin.pastebin.ExpirationSetting.NEVER?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9277 | adafruit_pastebin.pastebin.ExpirationSetting.ONE_DAY?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9278 | adafruit_pastebin.pastebin.ExpirationSetting.ONE_HOUR?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9279 | adafruit_pastebin.pastebin.ExpirationSetting.ONE_MONTH?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9280 | adafruit_pastebin.pastebin.ExpirationSetting.ONE_WEEK?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9281 | adafruit_pastebin.pastebin.ExpirationSetting.ONE_YEAR?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9282 | adafruit_pastebin.pastebin.ExpirationSetting.SIX_MONTHS?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9283 | adafruit_pastebin.pastebin.ExpirationSetting.TEN_MINUTES?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9284 | adafruit_pastebin.pastebin.ExpirationSetting.TWO_WEEKS?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9285 | adafruit_pastebin.pastebin.POST_URL?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9286 | adafruit_pastebin.pastebin.PasteBin.paste?4(content: SupportsStr, *, name: Optional[str] = None, content_format: Optional[str] = None, privacy: str = PrivacySetting.PUBLIC, expiration: str = ExpirationSetting.NEVER, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9287 | adafruit_pastebin.pastebin.PrivacySetting.PRIVATE?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9288 | adafruit_pastebin.pastebin.PrivacySetting.PUBLIC?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9289 | adafruit_pastebin.pastebin.PrivacySetting.UNLISTED?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:
diff
changeset
|
9290 | adafruit_pca9685.PCA9685.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:
diff
changeset
|
9291 | adafruit_pca9685.PCA9685.frequency?4(freq: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9292 | adafruit_pca9685.PCA9685.mode1_reg?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9293 | adafruit_pca9685.PCA9685.mode2_reg?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9294 | adafruit_pca9685.PCA9685.prescale_reg?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9295 | adafruit_pca9685.PCA9685.pwm_regs?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9296 | adafruit_pca9685.PCA9685.reset?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9297 | adafruit_pca9685.PCA9685?1(i2c_bus: I2C, *, address: int = 0x40, reference_clock_speed: int = 25000000, ) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9298 | adafruit_pca9685.PCAChannels?1(pca: "PCA9685") |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9299 | adafruit_pca9685.PWMChannel.duty_cycle?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:
diff
changeset
|
9300 | adafruit_pca9685.PWMChannel.frequency?4(_) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9301 | adafruit_pca9685.PWMChannel?1(pca: "PCA9685", index: int) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9302 | adafruit_pcd8544.PCD8544.bias?4(val: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9303 | adafruit_pcd8544.PCD8544.contrast?4(val: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9304 | adafruit_pcd8544.PCD8544.extended_command?4(cmd: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9305 | adafruit_pcd8544.PCD8544.invert?4(val: bool) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9306 | adafruit_pcd8544.PCD8544.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:
diff
changeset
|
9307 | adafruit_pcd8544.PCD8544.show?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9308 | adafruit_pcd8544.PCD8544.write_cmd?4(cmd: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9309 | adafruit_pcd8544.PCD8544?1(spi: SPI, dc_pin: DigitalInOut, cs_pin: DigitalInOut, reset_pin: Optional[DigitalInOut] = None, *, contrast: int = 80, bias: int = 4, baudrate: int = 1000000) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9310 | adafruit_pcd8544._LCDHEIGHT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9311 | adafruit_pcd8544._LCDWIDTH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9312 | adafruit_pcd8544._PCD8544_DISPLAYALLON?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9313 | adafruit_pcd8544._PCD8544_DISPLAYBLANK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9314 | adafruit_pcd8544._PCD8544_DISPLAYCONTROL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9315 | adafruit_pcd8544._PCD8544_DISPLAYINVERTED?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9316 | adafruit_pcd8544._PCD8544_DISPLAYNORMAL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9317 | adafruit_pcd8544._PCD8544_ENTRYMODE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9318 | adafruit_pcd8544._PCD8544_EXTENDEDINSTRUCTION?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9319 | adafruit_pcd8544._PCD8544_FUNCTIONSET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9320 | adafruit_pcd8544._PCD8544_POWERDOWN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9321 | adafruit_pcd8544._PCD8544_SETBIAS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9322 | adafruit_pcd8544._PCD8544_SETTEMP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9323 | adafruit_pcd8544._PCD8544_SETVOP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9324 | adafruit_pcd8544._PCD8544_SETXADDR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9325 | adafruit_pcd8544._PCD8544_SETYADDR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9326 | adafruit_pcf8523.BATTERY_SWITCHOVER_OFF?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9327 | adafruit_pcf8523.PCF8523.alarm?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9328 | adafruit_pcf8523.PCF8523.alarm_interrupt?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9329 | adafruit_pcf8523.PCF8523.alarm_status?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9330 | adafruit_pcf8523.PCF8523.battery_low?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9331 | adafruit_pcf8523.PCF8523.calibration?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9332 | adafruit_pcf8523.PCF8523.calibration_schedule_per_minute?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9333 | adafruit_pcf8523.PCF8523.clockout_frequency?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9334 | adafruit_pcf8523.PCF8523.datetime?4(value: struct_time) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9335 | adafruit_pcf8523.PCF8523.datetime_register?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9336 | adafruit_pcf8523.PCF8523.high_capacitance?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9337 | adafruit_pcf8523.PCF8523.lost_power?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9338 | adafruit_pcf8523.PCF8523.power_management?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9339 | adafruit_pcf8523.PCF8523?1(i2c_bus: I2C) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9340 | adafruit_pcf8523.STANDARD_BATTERY_SWITCHOVER_AND_DETECTION?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9341 | adafruit_pcf8574.DigitalInOut.direction?4(val: digitalio.Direction) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9342 | adafruit_pcf8574.DigitalInOut.pull?4(val: digitalio.Pull.UP) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9343 | adafruit_pcf8574.DigitalInOut.switch_to_input?4(pull: Optional[digitalio.Pull] = None, **kwargs) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9344 | adafruit_pcf8574.DigitalInOut.switch_to_output?4(value: bool = False, **kwargs) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9345 | adafruit_pcf8574.DigitalInOut.value?4(val: bool) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9346 | adafruit_pcf8574.DigitalInOut?1(pin_number: int, pcf: PCF8574) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9347 | adafruit_pcf8574.PCF8574.get_pin?4(pin: 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:
diff
changeset
|
9348 | adafruit_pcf8574.PCF8574.read_gpio?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9349 | adafruit_pcf8574.PCF8574.read_pin?4(pin: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9350 | adafruit_pcf8574.PCF8574.write_gpio?4(val: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9351 | adafruit_pcf8574.PCF8574.write_pin?4(pin: int, val: bool) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9352 | adafruit_pcf8574.PCF8574?1(i2c_bus: I2C, address: int = PCF8574_I2CADDR_DEFAULT) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9353 | adafruit_pcf8575.DigitalInOut.direction?4(val: digitalio.Direction) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9354 | adafruit_pcf8575.DigitalInOut.pull?4(val: digitalio.Pull) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9355 | adafruit_pcf8575.DigitalInOut.switch_to_input?4(pull: Optional[digitalio.Pull] = None, **kwargs) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9356 | adafruit_pcf8575.DigitalInOut.switch_to_output?4(value: bool = False, **kwargs) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9357 | adafruit_pcf8575.DigitalInOut.value?4(val: bool) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9358 | adafruit_pcf8575.DigitalInOut?1(pin_number: int, pcf: PCF8575) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9359 | adafruit_pcf8575.PCF8575.get_pin?4(pin: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9360 | adafruit_pcf8575.PCF8575.read_gpio?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9361 | adafruit_pcf8575.PCF8575.read_pin?4(pin: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9362 | adafruit_pcf8575.PCF8575.write_gpio?4(val: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9363 | adafruit_pcf8575.PCF8575.write_pin?4(pin: int, val: bool) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9364 | adafruit_pcf8575.PCF8575?1(i2c_bus: busio.I2C, address: int = PCF8575_I2CADDR_DEFAULT) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9365 | adafruit_pcf8591.analog_in.AnalogIn.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:
diff
changeset
|
9366 | adafruit_pcf8591.analog_in.AnalogIn.reference_voltage?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9367 | adafruit_pcf8591.analog_in.AnalogIn.value?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9368 | adafruit_pcf8591.analog_in.AnalogIn.voltage?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9369 | adafruit_pcf8591.analog_in.AnalogIn?1(pcf: PCF8591, pin: 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:
diff
changeset
|
9370 | adafruit_pcf8591.analog_out.AnalogOut.deinit?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9371 | adafruit_pcf8591.analog_out.AnalogOut.value?4(new_value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9372 | adafruit_pcf8591.analog_out.AnalogOut?1(pcf: PCF8591, dac_pin: int = 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:
diff
changeset
|
9373 | adafruit_pcf8591.pcf8591.A0?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9374 | adafruit_pcf8591.pcf8591.A1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9375 | adafruit_pcf8591.pcf8591.A2?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9376 | adafruit_pcf8591.pcf8591.A3?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9377 | adafruit_pcf8591.pcf8591.OUT?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9378 | adafruit_pcf8591.pcf8591.PCF8591._half_read?5(channel: Literal[0, 1, 2, 3]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9379 | adafruit_pcf8591.pcf8591.PCF8591.dac_enabled?4(enable_dac: bool) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9380 | adafruit_pcf8591.pcf8591.PCF8591.read?4(channel: Literal[0, 1, 2, 3]) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9381 | adafruit_pcf8591.pcf8591.PCF8591.reference_voltage?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9382 | adafruit_pcf8591.pcf8591.PCF8591.write?4(value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9383 | adafruit_pcf8591.pcf8591.PCF8591?1(i2c_bus: I2C, address: int = _PCF8591_DEFAULT_ADDR, reference_voltage: float = 3.3, ) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9384 | adafruit_pcf8591.pcf8591._PCF8591_DEFAULT_ADDR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9385 | adafruit_pcf8591.pcf8591._PCF8591_ENABLE_DAC?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9386 | adafruit_pct2075.FaultCount.FAULT_1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9387 | adafruit_pct2075.FaultCount.FAULT_2?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9388 | adafruit_pct2075.FaultCount.FAULT_4?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9389 | adafruit_pct2075.FaultCount.FAULT_6?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9390 | adafruit_pct2075.Mode.COMPARITOR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9391 | adafruit_pct2075.Mode.INTERRUPT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9392 | adafruit_pct2075.PCT2075._fault_queue_length?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9393 | adafruit_pct2075.PCT2075._high_temperature_threshold?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9394 | adafruit_pct2075.PCT2075._idle_time?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9395 | adafruit_pct2075.PCT2075._temp_hysteresis?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9396 | adafruit_pct2075.PCT2075._temperature?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9397 | adafruit_pct2075.PCT2075.delay_between_measurements?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:
diff
changeset
|
9398 | adafruit_pct2075.PCT2075.faults_to_alert?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:
diff
changeset
|
9399 | adafruit_pct2075.PCT2075.high_temp_active_high?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9400 | adafruit_pct2075.PCT2075.high_temperature_threshold?4(value: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9401 | adafruit_pct2075.PCT2075.mode?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9402 | adafruit_pct2075.PCT2075.shutdown?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9403 | adafruit_pct2075.PCT2075.temperature?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9404 | adafruit_pct2075.PCT2075.temperature_hysteresis?4(value: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9405 | adafruit_pct2075.PCT2075?1(i2c_bus: I2C, address: int = PCT2075_DEFAULT_ADDRESS) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9406 | adafruit_pct2075.PCT2075_DEFAULT_ADDRESS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9407 | adafruit_pct2075.PCT2075_REGISTER_CONFIG?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9408 | adafruit_pct2075.PCT2075_REGISTER_TEMP?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9409 | adafruit_pct2075.PCT2075_REGISTER_THYST?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9410 | adafruit_pct2075.PCT2075_REGISTER_TIDLE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9411 | adafruit_pct2075.PCT2075_REGISTER_TOS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9412 | adafruit_pioasm.CONDITIONS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9413 | adafruit_pioasm.IN_SOURCES?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9414 | adafruit_pioasm.MOV_DESTINATIONS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9415 | adafruit_pioasm.MOV_OPS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9416 | adafruit_pioasm.MOV_SOURCES?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9417 | adafruit_pioasm.OUT_DESTINATIONS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9418 | adafruit_pioasm.Program.print_c_program?4(name, qualifier="const") |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9419 | adafruit_pioasm.Program?1(text_program: str, *, build_debuginfo=False) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9420 | adafruit_pioasm.SET_DESTINATIONS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9421 | adafruit_pioasm.WAIT_SOURCES?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9422 | adafruit_pioasm.assemble?4(program_text: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9423 | adafruit_pioasm.mov_splitter?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9424 | adafruit_pioasm.splitter?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9425 | adafruit_pixel_framebuf.PixelFramebuffer.blit?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9426 | adafruit_pixel_framebuf.PixelFramebuffer.display?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9427 | adafruit_pixel_framebuf.PixelFramebuffer?1(pixels: FillBasedColorUnion, width: int, height: int, orientation: int = HORIZONTAL, alternating: bool = True, reverse_x: bool = False, reverse_y: bool = False, top: int = 0, bottom: int = 0, rotation: int = 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:
diff
changeset
|
9428 | adafruit_pixelbuf.DOTSTAR_LED_BRIGHTNESS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9429 | adafruit_pixelbuf.DOTSTAR_LED_START?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9430 | adafruit_pixelbuf.DOTSTAR_LED_START_FULL_BRIGHT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9431 | adafruit_pixelbuf.PixelBuf._getitem?5(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:
diff
changeset
|
9432 | adafruit_pixelbuf.PixelBuf._parse_color?5(value: ColorUnion) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9433 | adafruit_pixelbuf.PixelBuf._set_item?5(index: int, r: int, g: int, b: int, w: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9434 | adafruit_pixelbuf.PixelBuf._transmit?5(buffer: bytearray) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9435 | adafruit_pixelbuf.PixelBuf.bpp?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9436 | adafruit_pixelbuf.PixelBuf.brightness?4(value: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9437 | adafruit_pixelbuf.PixelBuf.byteorder?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9438 | adafruit_pixelbuf.PixelBuf.fill?4(color: ColorUnion) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9439 | adafruit_pixelbuf.PixelBuf.parse_byteorder?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9440 | adafruit_pixelbuf.PixelBuf.show?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9441 | adafruit_pixelbuf.PixelBuf?1(size: int, *, byteorder: str = "BGR", brightness: float = 1.0, auto_write: bool = False, header: Optional[bytes] = None, trailer: Optional[bytes] = None, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9442 | adafruit_pixelmap.PixelMap._expand_ranges?5() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9443 | adafruit_pixelmap.PixelMap._set_pixels?5(index, val) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9444 | adafruit_pixelmap.PixelMap.auto_write?4(value) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9445 | adafruit_pixelmap.PixelMap.brightness?4(brightness) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9446 | adafruit_pixelmap.PixelMap.fill?4(color) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9447 | adafruit_pixelmap.PixelMap.horizontal_lines?4(pixel_object, width, height, gridmap) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9448 | adafruit_pixelmap.PixelMap.show?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9449 | adafruit_pixelmap.PixelMap.vertical_lines?4(pixel_object, width, height, gridmap) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9450 | adafruit_pixelmap.PixelMap?1(strip, pixel_ranges, individual_pixels=False) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9451 | adafruit_pixelmap.PixelSubset?1(pixel_object, start, end) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9452 | adafruit_pixelmap.horizontal_strip_gridmap?4(width, alternating=True) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9453 | adafruit_pixelmap.mapper?4(x, y) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9454 | adafruit_pixelmap.vertical_strip_gridmap?4(height, alternating=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:
diff
changeset
|
9455 | adafruit_pixie.Pixie._set_item?5(index: int, value: Union[int, Tuple[int, int, int]]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9456 | adafruit_pixie.Pixie.brightness?4(brightness: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9457 | adafruit_pixie.Pixie.fill?4(color: Union[int, Tuple[int, int, int]]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9458 | adafruit_pixie.Pixie.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:
diff
changeset
|
9459 | adafruit_pixie.Pixie?1(uart: UART, n: int, *, brightness: float = 1.0, auto_write: 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:
diff
changeset
|
9460 | adafruit_pm25.PM25._read_into_buffer?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9461 | adafruit_pm25.PM25.read?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9462 | adafruit_pm25.PM25?1() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9463 | adafruit_pm25.i2c.PM25_I2C._read_into_buffer?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9464 | adafruit_pm25.i2c.PM25_I2C?1(i2c_bus: I2C, reset_pin: DigitalInOut = None, address: int = 0x12) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9465 | adafruit_pm25.uart.PM25_UART._read_into_buffer?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9466 | adafruit_pm25.uart.PM25_UART?1(uart: UART, reset_pin: DigitalInOut = None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9467 | adafruit_pn532.adafruit_pn532.MIFARE_CMD_AUTH_A?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9468 | adafruit_pn532.adafruit_pn532.MIFARE_CMD_AUTH_B?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9469 | adafruit_pn532.adafruit_pn532.MIFARE_CMD_DECREMENT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9470 | adafruit_pn532.adafruit_pn532.MIFARE_CMD_INCREMENT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9471 | adafruit_pn532.adafruit_pn532.MIFARE_CMD_READ?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9472 | adafruit_pn532.adafruit_pn532.MIFARE_CMD_STORE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9473 | adafruit_pn532.adafruit_pn532.MIFARE_CMD_TRANSFER?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9474 | adafruit_pn532.adafruit_pn532.MIFARE_CMD_WRITE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9475 | adafruit_pn532.adafruit_pn532.MIFARE_ULTRALIGHT_CMD_WRITE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9476 | adafruit_pn532.adafruit_pn532.NDEF_URIPREFIX_BTGOEP?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9477 | adafruit_pn532.adafruit_pn532.NDEF_URIPREFIX_BTL2CAP?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9478 | adafruit_pn532.adafruit_pn532.NDEF_URIPREFIX_BTSPP?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9479 | adafruit_pn532.adafruit_pn532.NDEF_URIPREFIX_DAV?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9480 | adafruit_pn532.adafruit_pn532.NDEF_URIPREFIX_FILE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9481 | adafruit_pn532.adafruit_pn532.NDEF_URIPREFIX_FTP?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9482 | adafruit_pn532.adafruit_pn532.NDEF_URIPREFIX_FTPS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9483 | adafruit_pn532.adafruit_pn532.NDEF_URIPREFIX_FTP_ANONAT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9484 | adafruit_pn532.adafruit_pn532.NDEF_URIPREFIX_FTP_FTPDOT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9485 | adafruit_pn532.adafruit_pn532.NDEF_URIPREFIX_HTTP?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9486 | adafruit_pn532.adafruit_pn532.NDEF_URIPREFIX_HTTPS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9487 | adafruit_pn532.adafruit_pn532.NDEF_URIPREFIX_HTTPS_WWWDOT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9488 | adafruit_pn532.adafruit_pn532.NDEF_URIPREFIX_HTTP_WWWDOT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9489 | adafruit_pn532.adafruit_pn532.NDEF_URIPREFIX_IMAP?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9490 | adafruit_pn532.adafruit_pn532.NDEF_URIPREFIX_IRDAOBEX?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9491 | adafruit_pn532.adafruit_pn532.NDEF_URIPREFIX_MAILTO?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9492 | adafruit_pn532.adafruit_pn532.NDEF_URIPREFIX_NEWS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9493 | adafruit_pn532.adafruit_pn532.NDEF_URIPREFIX_NFS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9494 | adafruit_pn532.adafruit_pn532.NDEF_URIPREFIX_NONE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9495 | adafruit_pn532.adafruit_pn532.NDEF_URIPREFIX_POP?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9496 | adafruit_pn532.adafruit_pn532.NDEF_URIPREFIX_RTSP?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9497 | adafruit_pn532.adafruit_pn532.NDEF_URIPREFIX_SFTP?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9498 | adafruit_pn532.adafruit_pn532.NDEF_URIPREFIX_SIP?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9499 | adafruit_pn532.adafruit_pn532.NDEF_URIPREFIX_SIPS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9500 | adafruit_pn532.adafruit_pn532.NDEF_URIPREFIX_SMB?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9501 | adafruit_pn532.adafruit_pn532.NDEF_URIPREFIX_TCPOBEX?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9502 | adafruit_pn532.adafruit_pn532.NDEF_URIPREFIX_TEL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9503 | adafruit_pn532.adafruit_pn532.NDEF_URIPREFIX_TELNET?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9504 | adafruit_pn532.adafruit_pn532.NDEF_URIPREFIX_TFTP?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9505 | adafruit_pn532.adafruit_pn532.NDEF_URIPREFIX_URN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9506 | adafruit_pn532.adafruit_pn532.NDEF_URIPREFIX_URN_EPC?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9507 | adafruit_pn532.adafruit_pn532.NDEF_URIPREFIX_URN_EPC_ID?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9508 | adafruit_pn532.adafruit_pn532.NDEF_URIPREFIX_URN_EPC_PAT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9509 | adafruit_pn532.adafruit_pn532.NDEF_URIPREFIX_URN_EPC_RAW?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9510 | adafruit_pn532.adafruit_pn532.NDEF_URIPREFIX_URN_EPC_TAG?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9511 | adafruit_pn532.adafruit_pn532.NDEF_URIPREFIX_URN_NFC?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9512 | adafruit_pn532.adafruit_pn532.PN532.SAM_configuration?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9513 | adafruit_pn532.adafruit_pn532.PN532._read_data?5(count: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9514 | adafruit_pn532.adafruit_pn532.PN532._read_frame?5(length: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9515 | adafruit_pn532.adafruit_pn532.PN532._wait_ready?5(timeout: 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:
diff
changeset
|
9516 | adafruit_pn532.adafruit_pn532.PN532._wakeup?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9517 | adafruit_pn532.adafruit_pn532.PN532._write_data?5(framebytes: bytes) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9518 | adafruit_pn532.adafruit_pn532.PN532._write_frame?5(data: bytearray) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9519 | adafruit_pn532.adafruit_pn532.PN532.call_function?4(command: int, response_length: int = 0, params: ReadableBuffer = b"", 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:
diff
changeset
|
9520 | adafruit_pn532.adafruit_pn532.PN532.firmware_version?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9521 | adafruit_pn532.adafruit_pn532.PN532.get_passive_target?4(timeout: float = 1) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9522 | adafruit_pn532.adafruit_pn532.PN532.listen_for_passive_target?4(card_baud: int = _MIFARE_ISO14443A, timeout: float = 1) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9523 | adafruit_pn532.adafruit_pn532.PN532.mifare_classic_authenticate_block?4(uid: ReadableBuffer, block_number: int, key_number: Literal[0x60, 0x61], key: ReadableBuffer, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9524 | adafruit_pn532.adafruit_pn532.PN532.mifare_classic_read_block?4(block_number: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9525 | adafruit_pn532.adafruit_pn532.PN532.mifare_classic_write_block?4(block_number: int, data: ReadableBuffer) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9526 | adafruit_pn532.adafruit_pn532.PN532.ntag2xx_read_block?4(block_number: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9527 | adafruit_pn532.adafruit_pn532.PN532.ntag2xx_write_block?4(block_number: int, data: 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:
diff
changeset
|
9528 | adafruit_pn532.adafruit_pn532.PN532.power_down?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9529 | adafruit_pn532.adafruit_pn532.PN532.process_response?4(command: int, response_length: int = 0, timeout: float = 1) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9530 | adafruit_pn532.adafruit_pn532.PN532.read_passive_target?4(card_baud: int = _MIFARE_ISO14443A, 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:
diff
changeset
|
9531 | adafruit_pn532.adafruit_pn532.PN532.reset?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9532 | adafruit_pn532.adafruit_pn532.PN532.send_command?4(command: int, params: ReadableBuffer = b"", timeout: float = 1) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9533 | adafruit_pn532.adafruit_pn532.PN532?1(*, debug: bool = False, irq: Optional[DigitalInOut] = None, reset: Optional[DigitalInOut] = 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:
diff
changeset
|
9534 | adafruit_pn532.adafruit_pn532._ACK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9535 | adafruit_pn532.adafruit_pn532._COMMAND_DIAGNOSE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9536 | adafruit_pn532.adafruit_pn532._COMMAND_GETFIRMWAREVERSION?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9537 | adafruit_pn532.adafruit_pn532._COMMAND_GETGENERALSTATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9538 | adafruit_pn532.adafruit_pn532._COMMAND_INATR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9539 | adafruit_pn532.adafruit_pn532._COMMAND_INAUTOPOLL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9540 | adafruit_pn532.adafruit_pn532._COMMAND_INCOMMUNICATETHRU?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9541 | adafruit_pn532.adafruit_pn532._COMMAND_INDATAEXCHANGE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9542 | adafruit_pn532.adafruit_pn532._COMMAND_INDESELECT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9543 | adafruit_pn532.adafruit_pn532._COMMAND_INJUMPFORDEP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9544 | adafruit_pn532.adafruit_pn532._COMMAND_INJUMPFORPSL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9545 | adafruit_pn532.adafruit_pn532._COMMAND_INLISTPASSIVETARGET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9546 | adafruit_pn532.adafruit_pn532._COMMAND_INPSL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9547 | adafruit_pn532.adafruit_pn532._COMMAND_INRELEASE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9548 | adafruit_pn532.adafruit_pn532._COMMAND_INSELECT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9549 | adafruit_pn532.adafruit_pn532._COMMAND_POWERDOWN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9550 | adafruit_pn532.adafruit_pn532._COMMAND_READGPIO?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9551 | adafruit_pn532.adafruit_pn532._COMMAND_READREGISTER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9552 | adafruit_pn532.adafruit_pn532._COMMAND_RFCONFIGURATION?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9553 | adafruit_pn532.adafruit_pn532._COMMAND_RFREGULATIONTEST?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9554 | adafruit_pn532.adafruit_pn532._COMMAND_SAMCONFIGURATION?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9555 | adafruit_pn532.adafruit_pn532._COMMAND_SETPARAMETERS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9556 | adafruit_pn532.adafruit_pn532._COMMAND_SETSERIALBAUDRATE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9557 | adafruit_pn532.adafruit_pn532._COMMAND_TGGETDATA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9558 | adafruit_pn532.adafruit_pn532._COMMAND_TGGETINITIATORCOMMAND?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9559 | adafruit_pn532.adafruit_pn532._COMMAND_TGGETTARGETSTATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9560 | adafruit_pn532.adafruit_pn532._COMMAND_TGINITASTARGET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9561 | adafruit_pn532.adafruit_pn532._COMMAND_TGRESPONSETOINITIATOR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9562 | adafruit_pn532.adafruit_pn532._COMMAND_TGSETDATA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9563 | adafruit_pn532.adafruit_pn532._COMMAND_TGSETGENERALBYTES?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9564 | adafruit_pn532.adafruit_pn532._COMMAND_TGSETMETADATA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9565 | adafruit_pn532.adafruit_pn532._COMMAND_WRITEGPIO?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9566 | adafruit_pn532.adafruit_pn532._COMMAND_WRITEREGISTER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9567 | adafruit_pn532.adafruit_pn532._FRAME_START?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9568 | adafruit_pn532.adafruit_pn532._GPIO_P30?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9569 | adafruit_pn532.adafruit_pn532._GPIO_P31?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9570 | adafruit_pn532.adafruit_pn532._GPIO_P32?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9571 | adafruit_pn532.adafruit_pn532._GPIO_P33?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9572 | adafruit_pn532.adafruit_pn532._GPIO_P34?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9573 | adafruit_pn532.adafruit_pn532._GPIO_P35?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9574 | adafruit_pn532.adafruit_pn532._GPIO_VALIDATIONBIT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9575 | adafruit_pn532.adafruit_pn532._HOSTTOPN532?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9576 | adafruit_pn532.adafruit_pn532._MIFARE_ISO14443A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9577 | adafruit_pn532.adafruit_pn532._PN532TOHOST?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9578 | adafruit_pn532.adafruit_pn532._POSTAMBLE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9579 | adafruit_pn532.adafruit_pn532._PREAMBLE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9580 | adafruit_pn532.adafruit_pn532._RESPONSE_INDATAEXCHANGE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9581 | adafruit_pn532.adafruit_pn532._RESPONSE_INLISTPASSIVETARGET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9582 | adafruit_pn532.adafruit_pn532._STARTCODE1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9583 | adafruit_pn532.adafruit_pn532._STARTCODE2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9584 | adafruit_pn532.adafruit_pn532._WAKEUP?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9585 | adafruit_pn532.i2c.PN532_I2C._read_data?5(count: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9586 | adafruit_pn532.i2c.PN532_I2C._wait_ready?5(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:
diff
changeset
|
9587 | adafruit_pn532.i2c.PN532_I2C._wakeup?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9588 | adafruit_pn532.i2c.PN532_I2C._write_data?5(framebytes: bytes) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9589 | adafruit_pn532.i2c.PN532_I2C?1(i2c: I2C, address: int = _I2C_ADDRESS, *, irq: Optional[DigitalInOut] = None, reset: Optional[DigitalInOut] = None, req: Optional[DigitalInOut] = None, debug: 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:
diff
changeset
|
9590 | adafruit_pn532.i2c._I2C_ADDRESS?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9591 | adafruit_pn532.spi.PN532_SPI._read_data?5(count: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9592 | adafruit_pn532.spi.PN532_SPI._wait_ready?5(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:
diff
changeset
|
9593 | adafruit_pn532.spi.PN532_SPI._wakeup?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9594 | adafruit_pn532.spi.PN532_SPI._write_data?5(framebytes: ReadableBuffer) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9595 | adafruit_pn532.spi.PN532_SPI?1(spi: SPI, cs_pin: DigitalInOut, *, irq: Optional[DigitalInOut] = None, reset: Optional[DigitalInOut] = None, debug: 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:
diff
changeset
|
9596 | adafruit_pn532.spi._SPI_DATAREAD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9597 | adafruit_pn532.spi._SPI_DATAWRITE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9598 | adafruit_pn532.spi._SPI_READY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9599 | adafruit_pn532.spi._SPI_STATREAD?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9600 | adafruit_pn532.spi.reverse_bit?4(num: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9601 | adafruit_pn532.uart.PN532_UART._read_data?5(count: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9602 | adafruit_pn532.uart.PN532_UART._wait_ready?5(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:
diff
changeset
|
9603 | adafruit_pn532.uart.PN532_UART._wakeup?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9604 | adafruit_pn532.uart.PN532_UART._write_data?5(framebytes: ReadableBuffer) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9605 | adafruit_pn532.uart.PN532_UART?1(uart: UART, *, reset: Optional[DigitalInOut] = None, debug: 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:
diff
changeset
|
9606 | adafruit_portalbase.PortalBase._fetch_set_text?5(val, index=0) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9607 | adafruit_portalbase.PortalBase._fill_text_labels?5(values) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9608 | adafruit_portalbase.PortalBase._load_font?5(font) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9609 | adafruit_portalbase.PortalBase.add_text?4(text_position=(0, 0), text_font=terminalio.FONT, text_color=0x000000, text_wrap=0, text_maxlen=0, text_transform=None, text_scale=1, line_spacing=1.25, text_anchor_point=(0, 0.5), is_data=True, text=None, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9610 | adafruit_portalbase.PortalBase.create_pin_alarm?4(pin, value, edge=False, pull=False) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9611 | adafruit_portalbase.PortalBase.create_time_alarm?4(sleep_time) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9612 | adafruit_portalbase.PortalBase.create_touch_alarm?4(pin) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9613 | adafruit_portalbase.PortalBase.enter_light_sleep?4(alarms) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9614 | adafruit_portalbase.PortalBase.exit_and_deep_sleep?4(alarms) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9615 | adafruit_portalbase.PortalBase.fetch?4(refresh_url=None, timeout=10) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9616 | adafruit_portalbase.PortalBase.get_io_data?4(feed_key) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9617 | adafruit_portalbase.PortalBase.get_io_feed?4(feed_key, detailed=False) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9618 | adafruit_portalbase.PortalBase.get_io_group?4(group_key) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9619 | adafruit_portalbase.PortalBase.get_local_time?4(location=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9620 | adafruit_portalbase.PortalBase.html_color_convert?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9621 | adafruit_portalbase.PortalBase.json_path?4(value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9622 | adafruit_portalbase.PortalBase.preload_font?4(glyphs=None, index=0) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9623 | adafruit_portalbase.PortalBase.push_to_io?4(feed_key, data, metadata=None, precision=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9624 | adafruit_portalbase.PortalBase.remove_all_text?4(clear_font_cache=False) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9625 | adafruit_portalbase.PortalBase.set_background?4(file_or_color, position=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9626 | adafruit_portalbase.PortalBase.set_headers?4(headers) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9627 | adafruit_portalbase.PortalBase.set_text?4(val, index=0) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9628 | adafruit_portalbase.PortalBase.set_text_color?4(color, index=0) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9629 | adafruit_portalbase.PortalBase.wrap_nicely?4(max_chars) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9630 | adafruit_portalbase.PortalBase?1(network, graphics, *, url=None, headers=None, json_path=None, regexp_path=None, json_transform=None, success_callback=None, debug=False, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9631 | adafruit_portalbase.graphics.GraphicsBase.qrcode?4(qr_data, *, qr_size=1, x=0, y=0, qr_color=0x000000) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9632 | adafruit_portalbase.graphics.GraphicsBase.set_background?4(file_or_color, position=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9633 | adafruit_portalbase.graphics.GraphicsBase?1(display, *, default_bg=0x000000, scale=1, debug=False) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9634 | adafruit_portalbase.network.CONTENT_IMAGE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9635 | adafruit_portalbase.network.CONTENT_JSON?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9636 | adafruit_portalbase.network.CONTENT_TEXT?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9637 | adafruit_portalbase.network.HttpError?1(message="", response=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:
diff
changeset
|
9638 | adafruit_portalbase.network.LOCALFILE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9639 | adafruit_portalbase.network.NetworkBase._detect_content_type?5(headers) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9640 | adafruit_portalbase.network.NetworkBase._get_headers?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9641 | adafruit_portalbase.network.NetworkBase._get_io_client?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9642 | adafruit_portalbase.network.NetworkBase._parse_data?5(response, *, json_path=None, regexp_path=None, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9643 | adafruit_portalbase.network.NetworkBase.add_json_content_type?4(content_type) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9644 | adafruit_portalbase.network.NetworkBase.add_json_transform?4(json_transform) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9645 | adafruit_portalbase.network.NetworkBase.check_response?4(response) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9646 | adafruit_portalbase.network.NetworkBase.connect?4(max_attempts=10) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9647 | adafruit_portalbase.network.NetworkBase.fetch?4(url, *, headers=None, timeout=10) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9648 | adafruit_portalbase.network.NetworkBase.fetch_data?4(url, *, headers=None, json_path=None, regexp_path=None, timeout=10, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9649 | adafruit_portalbase.network.NetworkBase.get_io_data?4(feed_key) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9650 | adafruit_portalbase.network.NetworkBase.get_io_feed?4(feed_key, detailed=False) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9651 | adafruit_portalbase.network.NetworkBase.get_io_group?4(group_key) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9652 | adafruit_portalbase.network.NetworkBase.get_local_time?4(location=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9653 | adafruit_portalbase.network.NetworkBase.get_strftime?4(time_format, location=None) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9654 | adafruit_portalbase.network.NetworkBase.is_connected?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:
diff
changeset
|
9655 | adafruit_portalbase.network.NetworkBase.json_traverse?4(path) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9656 | adafruit_portalbase.network.NetworkBase.neo_status?4(value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9657 | adafruit_portalbase.network.NetworkBase.process_json?4(json_data, json_path) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9658 | adafruit_portalbase.network.NetworkBase.process_text?4(regexp_path) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9659 | adafruit_portalbase.network.NetworkBase.push_to_io?4(feed_key, data, metadata=None, precision=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9660 | adafruit_portalbase.network.NetworkBase.url_encode?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9661 | adafruit_portalbase.network.NetworkBase.wget?4(url, filename, *, chunk_size=12000, headers=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9662 | adafruit_portalbase.network.NetworkBase?1(wifi_module, *, extract_values=True, debug=False, secrets_data=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9663 | adafruit_portalbase.network.STATUS_CONNECTED?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9664 | adafruit_portalbase.network.STATUS_CONNECTING?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9665 | adafruit_portalbase.network.STATUS_DATA_RECEIVED?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9666 | adafruit_portalbase.network.STATUS_DOWNLOADING?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9667 | adafruit_portalbase.network.STATUS_FETCHING?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9668 | adafruit_portalbase.network.STATUS_HTTP_ERROR?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:
diff
changeset
|
9669 | adafruit_portalbase.network.STATUS_NO_CONNECTION?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9670 | adafruit_portalbase.network.STATUS_OFF?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9671 | adafruit_portalbase.network.TIME_SERVICE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9672 | adafruit_portalbase.network.TIME_SERVICE_FORMAT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9673 | adafruit_portalbase.wifi_coprocessor.WiFi.connect?4(ssid, password) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9674 | adafruit_portalbase.wifi_coprocessor.WiFi.enabled?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9675 | adafruit_portalbase.wifi_coprocessor.WiFi.is_connected?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9676 | adafruit_portalbase.wifi_coprocessor.WiFi.manager?4(secrets) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9677 | adafruit_portalbase.wifi_coprocessor.WiFi.neo_status?4(value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9678 | adafruit_portalbase.wifi_coprocessor.WiFi?1(*, status_led=None, esp=None, external_spi=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9679 | adafruit_portalbase.wifi_esp32s2.WiFi.connect?4(ssid, password) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9680 | adafruit_portalbase.wifi_esp32s2.WiFi.enabled?4(value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9681 | adafruit_portalbase.wifi_esp32s2.WiFi.ip_address?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9682 | adafruit_portalbase.wifi_esp32s2.WiFi.is_connected?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9683 | adafruit_portalbase.wifi_esp32s2.WiFi.neo_status?4(value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9684 | adafruit_portalbase.wifi_esp32s2.WiFi?1(*, status_led=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9685 | adafruit_progressbar.ProgressBarBase._adjust_size_for_range_limits?5(_new_value_size: int, _new_value: Union[int, float]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9686 | adafruit_progressbar.ProgressBarBase._draw_outline?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9687 | adafruit_progressbar.ProgressBarBase._get_fill_border_size?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9688 | adafruit_progressbar.ProgressBarBase._get_horizontal_fill?5(_start: int, _end: int, _incr: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9689 | adafruit_progressbar.ProgressBarBase._get_max_fill_size?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9690 | adafruit_progressbar.ProgressBarBase._get_ratios?5(_old_value: Union[int, float], _new_value: Union[int, float]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9691 | adafruit_progressbar.ProgressBarBase._get_sizes_min_max?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9692 | adafruit_progressbar.ProgressBarBase._get_value_sizes?5(_old_ratio: float, _new_ratio: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9693 | adafruit_progressbar.ProgressBarBase._get_vertical_fill?5(_start: int, _end: int, _incr: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9694 | adafruit_progressbar.ProgressBarBase._invert_fill_direction?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9695 | adafruit_progressbar.ProgressBarBase._render?5(_old_value: Union[int, float], _new_value: Union[int, float], _progress_value: float, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9696 | adafruit_progressbar.ProgressBarBase._set_progress?5(value: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9697 | adafruit_progressbar.ProgressBarBase.bar_color?4(color: Union[int, Tuple[int, int, int]]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9698 | adafruit_progressbar.ProgressBarBase.border_color?4(color: Union[int, Tuple[int, int, int]]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9699 | adafruit_progressbar.ProgressBarBase.border_thickness?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9700 | adafruit_progressbar.ProgressBarBase.fill?4(color: Union[int, Tuple[int, int, int]]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9701 | adafruit_progressbar.ProgressBarBase.fill_height?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9702 | adafruit_progressbar.ProgressBarBase.fill_width?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9703 | adafruit_progressbar.ProgressBarBase.get_value_ratio?4(value: Union[int, float]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9704 | adafruit_progressbar.ProgressBarBase.margin_size?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:
diff
changeset
|
9705 | adafruit_progressbar.ProgressBarBase.maximum?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9706 | adafruit_progressbar.ProgressBarBase.minimum?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9707 | adafruit_progressbar.ProgressBarBase.progress?4(value: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9708 | adafruit_progressbar.ProgressBarBase.range?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9709 | adafruit_progressbar.ProgressBarBase.value?4(value: Union[int, float]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9710 | adafruit_progressbar.ProgressBarBase.widget_height?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9711 | adafruit_progressbar.ProgressBarBase.widget_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:
diff
changeset
|
9712 | adafruit_progressbar.ProgressBarBase.widget_width?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9713 | adafruit_progressbar.ProgressBarBase?1(position: Tuple[int, int], size: Tuple[int, int], value: Union[int, float] = 0, bar_color=0x00FF00, border_color=0xFFFFFF, fill_color=0x000000, border_thickness: int = 1, margin_size: int = 1, value_range: Union[Tuple[int, int], Tuple[float, float]] = (0, 100), ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9714 | adafruit_progressbar.horizontalprogressbar.HorizontalFillDirection.DEFAULT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9715 | adafruit_progressbar.horizontalprogressbar.HorizontalFillDirection.LEFT_TO_RIGHT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9716 | adafruit_progressbar.horizontalprogressbar.HorizontalFillDirection.RIGHT_TO_LEFT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9717 | adafruit_progressbar.horizontalprogressbar.HorizontalProgressBar._get_horizontal_fill?5(_start: int, _end: int, _incr: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9718 | adafruit_progressbar.horizontalprogressbar.HorizontalProgressBar._get_max_fill_size?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9719 | adafruit_progressbar.horizontalprogressbar.HorizontalProgressBar._get_sizes_min_max?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9720 | adafruit_progressbar.horizontalprogressbar.HorizontalProgressBar._get_value_sizes?5(_old_ratio: float, _new_ratio: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9721 | adafruit_progressbar.horizontalprogressbar.HorizontalProgressBar._get_vertical_fill?5(_start: int, _end: int, _incr: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9722 | adafruit_progressbar.horizontalprogressbar.HorizontalProgressBar._invert_fill_direction?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9723 | adafruit_progressbar.horizontalprogressbar.HorizontalProgressBar?1(position: Tuple[int, int], size: Tuple[int, int], min_value: Union[int, float] = 0, max_value: Union[int, float] = 100, value: Union[int, float] = 0, bar_color: Union[int, Tuple[int, int, int]] = 0x00FF00, outline_color: Union[int, Tuple[int, int, int]] = 0xFFFFFF, fill_color: Union[int, Tuple[int, int, int]] = 0x444444, border_thickness: int = 1, margin_size: int = 1, direction: HorizontalFillDirection = HorizontalFillDirection.DEFAULT, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9724 | adafruit_progressbar.progressbar.ProgressBar.progress?4(value: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9725 | adafruit_progressbar.progressbar.ProgressBar?1(x: int, y: int, width: int, height: int, progress: float = 0.0, bar_color=0x00FF00, outline_color=0xFFFFFF, stroke: 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:
diff
changeset
|
9726 | adafruit_progressbar.verticalprogressbar.VerticalFillDirection.BOTTOM_TO_TOP?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9727 | adafruit_progressbar.verticalprogressbar.VerticalFillDirection.DEFAULT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9728 | adafruit_progressbar.verticalprogressbar.VerticalFillDirection.TOP_TO_BOTTOM?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9729 | adafruit_progressbar.verticalprogressbar.VerticalProgressBar._get_horizontal_fill?5(_start: int, _end: int, _incr: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9730 | adafruit_progressbar.verticalprogressbar.VerticalProgressBar._get_sizes_min_max?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9731 | adafruit_progressbar.verticalprogressbar.VerticalProgressBar._get_value_sizes?5(_old_ratio: float, _new_ratio: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9732 | adafruit_progressbar.verticalprogressbar.VerticalProgressBar._get_vertical_fill?5(_start: int, _end: int, _incr: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9733 | adafruit_progressbar.verticalprogressbar.VerticalProgressBar._invert_fill_direction?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9734 | adafruit_pybadger.clue.Buttons?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9735 | adafruit_pybadger.clue.Clue._audio_out?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9736 | adafruit_pybadger.clue.Clue._neopixel_count?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9737 | adafruit_pybadger.clue.Clue._unsupported?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9738 | adafruit_pybadger.clue.Clue.button?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9739 | adafruit_pybadger.clue.Clue.light?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9740 | adafruit_pybadger.clue.Clue.play_file?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9741 | adafruit_pybadger.clue.Clue?1() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9742 | adafruit_pybadger.clue.clue?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9743 | adafruit_pybadger.cpb_gizmo.Buttons?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9744 | adafruit_pybadger.cpb_gizmo.CPB_Gizmo._audio_out?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9745 | adafruit_pybadger.cpb_gizmo.CPB_Gizmo._neopixel_count?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9746 | adafruit_pybadger.cpb_gizmo.CPB_Gizmo._unsupported?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9747 | adafruit_pybadger.cpb_gizmo.CPB_Gizmo.button?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9748 | adafruit_pybadger.cpb_gizmo.CPB_Gizmo.display?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9749 | adafruit_pybadger.cpb_gizmo.CPB_Gizmo?1() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9750 | adafruit_pybadger.cpb_gizmo.cpb_gizmo?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9751 | adafruit_pybadger.magtag.Buttons?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9752 | adafruit_pybadger.magtag.MagTag._neopixel_count?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9753 | adafruit_pybadger.magtag.MagTag._unsupported?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9754 | adafruit_pybadger.magtag.MagTag.acceleration?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9755 | adafruit_pybadger.magtag.MagTag.button?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9756 | adafruit_pybadger.magtag.MagTag.button?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9757 | adafruit_pybadger.magtag.MagTag.light?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9758 | adafruit_pybadger.magtag.MagTag.play_file?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9759 | adafruit_pybadger.magtag.MagTag?1() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9760 | adafruit_pybadger.magtag.magtag?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9761 | adafruit_pybadger.pewpewm4.Buttons?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9762 | adafruit_pybadger.pewpewm4.PewPewM4._audio_out?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9763 | adafruit_pybadger.pewpewm4.PewPewM4._neopixel_count?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9764 | adafruit_pybadger.pewpewm4.PewPewM4._unsupported?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9765 | adafruit_pybadger.pewpewm4.PewPewM4.acceleration?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9766 | adafruit_pybadger.pewpewm4.PewPewM4.button?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9767 | adafruit_pybadger.pewpewm4.PewPewM4.light?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9768 | adafruit_pybadger.pewpewm4.PewPewM4.pixels?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9769 | adafruit_pybadger.pewpewm4.PewPewM4?1() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9770 | adafruit_pybadger.pewpewm4.pewpewm4?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9771 | adafruit_pybadger.pybadge.Buttons?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9772 | adafruit_pybadger.pybadge.PyBadge._audio_out?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9773 | adafruit_pybadger.pybadge.PyBadge._neopixel_count?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9774 | adafruit_pybadger.pybadge.PyBadge.button?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9775 | adafruit_pybadger.pybadge.PyBadge?1() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9776 | adafruit_pybadger.pybadge.pybadge?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9777 | adafruit_pybadger.pybadger_base.AUDIO_ENABLED?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9778 | adafruit_pybadger.pybadger_base.KeyStates.pressed?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:
diff
changeset
|
9779 | adafruit_pybadger.pybadger_base.KeyStates.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:
diff
changeset
|
9780 | adafruit_pybadger.pybadger_base.KeyStates.was_pressed?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:
diff
changeset
|
9781 | adafruit_pybadger.pybadger_base.KeyStates?1(scanner: Union[Keys, ShiftRegisterKeys]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9782 | adafruit_pybadger.pybadger_base.PyBadgerBase.AMBER?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9783 | adafruit_pybadger.pybadger_base.PyBadgerBase.AQUA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9784 | adafruit_pybadger.pybadger_base.PyBadgerBase.BLACK?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9785 | adafruit_pybadger.pybadger_base.PyBadgerBase.BLINKA_PINK?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9786 | adafruit_pybadger.pybadger_base.PyBadgerBase.BLINKA_PURPLE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9787 | adafruit_pybadger.pybadger_base.PyBadgerBase.BLUE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9788 | adafruit_pybadger.pybadger_base.PyBadgerBase.BUTTON_A?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9789 | adafruit_pybadger.pybadger_base.PyBadgerBase.BUTTON_B?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9790 | adafruit_pybadger.pybadger_base.PyBadgerBase.BUTTON_DOWN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9791 | adafruit_pybadger.pybadger_base.PyBadgerBase.BUTTON_LEFT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9792 | adafruit_pybadger.pybadger_base.PyBadgerBase.BUTTON_RIGHT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9793 | adafruit_pybadger.pybadger_base.PyBadgerBase.BUTTON_SELECT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9794 | adafruit_pybadger.pybadger_base.PyBadgerBase.BUTTON_START?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9795 | adafruit_pybadger.pybadger_base.PyBadgerBase.BUTTON_UP?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9796 | adafruit_pybadger.pybadger_base.PyBadgerBase.CYAN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9797 | adafruit_pybadger.pybadger_base.PyBadgerBase.DEEP_PURPLE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9798 | adafruit_pybadger.pybadger_base.PyBadgerBase.GOLD?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9799 | adafruit_pybadger.pybadger_base.PyBadgerBase.GREEN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9800 | adafruit_pybadger.pybadger_base.PyBadgerBase.JADE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9801 | adafruit_pybadger.pybadger_base.PyBadgerBase.MAGENTA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9802 | adafruit_pybadger.pybadger_base.PyBadgerBase.ORANGE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9803 | adafruit_pybadger.pybadger_base.PyBadgerBase.PINK?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9804 | adafruit_pybadger.pybadger_base.PyBadgerBase.PURPLE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9805 | adafruit_pybadger.pybadger_base.PyBadgerBase.PYTHON_BLUE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9806 | adafruit_pybadger.pybadger_base.PyBadgerBase.PYTHON_YELLOW?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9807 | adafruit_pybadger.pybadger_base.PyBadgerBase.RED?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9808 | adafruit_pybadger.pybadger_base.PyBadgerBase.SKY?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9809 | adafruit_pybadger.pybadger_base.PyBadgerBase.TEAL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9810 | adafruit_pybadger.pybadger_base.PyBadgerBase.VIOLET?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9811 | adafruit_pybadger.pybadger_base.PyBadgerBase.WHITE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9812 | adafruit_pybadger.pybadger_base.PyBadgerBase.YELLOW?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9813 | adafruit_pybadger.pybadger_base.PyBadgerBase._audio_out?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9814 | adafruit_pybadger.pybadger_base.PyBadgerBase._badge_background?5(background_color: Tuple[int, int, int] = RED, rectangle_color: Tuple[int, int, int] = WHITE, rectangle_drop: float = 0.4, rectangle_height: 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:
diff
changeset
|
9815 | adafruit_pybadger.pybadger_base.PyBadgerBase._check_for_movement?5(movement_threshold: 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:
diff
changeset
|
9816 | adafruit_pybadger.pybadger_base.PyBadgerBase._create_badge_background?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9817 | adafruit_pybadger.pybadger_base.PyBadgerBase._create_label_group?5(text: str, font: Union[BuiltinFont, BDF, PCF], scale: int, height_adjustment: float, background_color: Optional[int] = None, color: int = 0xFFFFFF, width_adjustment: float = 2, line_spacing: float = 0.75, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9818 | adafruit_pybadger.pybadger_base.PyBadgerBase._enable_speaker?5(enable: bool) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9819 | adafruit_pybadger.pybadger_base.PyBadgerBase._generate_sample?5(length: 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:
diff
changeset
|
9820 | adafruit_pybadger.pybadger_base.PyBadgerBase._neopixel_count?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9821 | adafruit_pybadger.pybadger_base.PyBadgerBase._sine_sample?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9822 | adafruit_pybadger.pybadger_base.PyBadgerBase.acceleration?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9823 | adafruit_pybadger.pybadger_base.PyBadgerBase.activity?4(current_time=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9824 | adafruit_pybadger.pybadger_base.PyBadgerBase.auto_dim_display?4(delay: float = 5.0, movement_threshold: 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:
diff
changeset
|
9825 | adafruit_pybadger.pybadger_base.PyBadgerBase.badge_background?4(background_color: Tuple[int, int, int] = RED, rectangle_color: Tuple[int, int, int] = WHITE, rectangle_drop: float = 0.4, rectangle_height: 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:
diff
changeset
|
9826 | adafruit_pybadger.pybadger_base.PyBadgerBase.badge_line?4(text: str = " ", color: Tuple[int, int, int] = BLACK, scale: int = 1, font: Union[BuiltinFont, BDF, PCF] = terminalio.FONT, left_justify: bool = False, padding_above: float = 0, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9827 | adafruit_pybadger.pybadger_base.PyBadgerBase.bitmap_qr?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9828 | adafruit_pybadger.pybadger_base.PyBadgerBase.brightness?4(value: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9829 | adafruit_pybadger.pybadger_base.PyBadgerBase.image_background?4(image_name: 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:
diff
changeset
|
9830 | adafruit_pybadger.pybadger_base.PyBadgerBase.light?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9831 | adafruit_pybadger.pybadger_base.PyBadgerBase.pixels?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9832 | adafruit_pybadger.pybadger_base.PyBadgerBase.play_file?4(file_name: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9833 | adafruit_pybadger.pybadger_base.PyBadgerBase.play_tone?4(frequency: int, duration: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9834 | adafruit_pybadger.pybadger_base.PyBadgerBase.show?4(group) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9835 | adafruit_pybadger.pybadger_base.PyBadgerBase.show_badge?4(*, background_color: Tuple[int, int, int] = RED, foreground_color: Tuple[int, int, int] = WHITE, background_text_color: Tuple[int, int, int] = WHITE, foreground_text_color: Tuple[int, int, int] = BLACK, hello_font: Union[BuiltinFont, BDF, PCF] = terminalio.FONT, hello_scale: int = 1, hello_string: str = "HELLO", my_name_is_font: Union[BuiltinFont, BDF, PCF] = terminalio.FONT, my_name_is_scale: int = 1, my_name_is_string: str = "MY NAME IS", name_font: Union[BuiltinFont, BDF, PCF] = terminalio.FONT, name_scale: int = 1, name_string: str = "Blinka", ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9836 | adafruit_pybadger.pybadger_base.PyBadgerBase.show_business_card?4(*, image_name: Optional[str] = None, name_string: Optional[str] = None, name_scale: int = 1, name_font: Union[BuiltinFont, BDF, PCF] = terminalio.FONT, font_color: int = 0xFFFFFF, font_background_color: Optional[int] = None, email_string_one: Optional[str] = None, email_scale_one: int = 1, email_font_one: Union[BuiltinFont, BDF, PCF] = terminalio.FONT, email_string_two: Optional[str] = None, email_scale_two: int = 1, email_font_two: Union[BuiltinFont, BDF, PCF] = terminalio.FONT, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9837 | adafruit_pybadger.pybadger_base.PyBadgerBase.show_custom_badge?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9838 | adafruit_pybadger.pybadger_base.PyBadgerBase.show_qr_code?4(data: str = "https://circuitpython.org") |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9839 | adafruit_pybadger.pybadger_base.PyBadgerBase.show_terminal?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9840 | adafruit_pybadger.pybadger_base.PyBadgerBase.start_tone?4(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:
diff
changeset
|
9841 | adafruit_pybadger.pybadger_base.PyBadgerBase.stop_tone?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9842 | adafruit_pybadger.pybadger_base.PyBadgerBase?1() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9843 | adafruit_pybadger.pybadger_base.load_font?4(fontname: str, text: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9844 | adafruit_pybadger.pygamer.Buttons?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9845 | adafruit_pybadger.pygamer.PyGamer._audio_out?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9846 | adafruit_pybadger.pygamer.PyGamer._neopixel_count?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9847 | adafruit_pybadger.pygamer.PyGamer.button?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9848 | adafruit_pybadger.pygamer.PyGamer.joystick?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9849 | adafruit_pybadger.pygamer.PyGamer?1() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9850 | adafruit_pybadger.pygamer.pygamer?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9851 | adafruit_pybadger.pyportal.PyPortal._audio_out?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9852 | adafruit_pybadger.pyportal.PyPortal._neopixel_count?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9853 | adafruit_pybadger.pyportal.PyPortal._unsupported?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9854 | adafruit_pybadger.pyportal.PyPortal.acceleration?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9855 | adafruit_pybadger.pyportal.PyPortal.auto_dim_display?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9856 | adafruit_pybadger.pyportal.PyPortal.button?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9857 | adafruit_pybadger.pyportal.PyPortal?1() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9858 | adafruit_pybadger.pyportal.pyportal?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9859 | adafruit_pyoa.PYOA_Graphics._display_background_for?5(card: Dict[str, str]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9860 | adafruit_pyoa.PYOA_Graphics._display_buttons?5(card: Dict[str, str]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9861 | adafruit_pyoa.PYOA_Graphics._display_text_for?5(card: Dict[str, str]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9862 | adafruit_pyoa.PYOA_Graphics._fade_to_black?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9863 | adafruit_pyoa.PYOA_Graphics._play_sound_for?5(card: Dict[str, str]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9864 | adafruit_pyoa.PYOA_Graphics._wait_for_press?5(card: Dict[str, str]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9865 | adafruit_pyoa.PYOA_Graphics.backlight_fade?4(to_light: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9866 | adafruit_pyoa.PYOA_Graphics.display_card?4(card_num: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9867 | adafruit_pyoa.PYOA_Graphics.load_game?4(game_directory: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9868 | adafruit_pyoa.PYOA_Graphics.play_sound?4(filename: Optional[str], *, wait_to_finish: bool = True, 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:
diff
changeset
|
9869 | adafruit_pyoa.PYOA_Graphics.set_background?4(filename: Optional[str], *, with_fade: 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:
diff
changeset
|
9870 | adafruit_pyoa.PYOA_Graphics.set_text?4(text: Optional[str], color: Optional[str], background_color: 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:
diff
changeset
|
9871 | adafruit_pyoa.PYOA_Graphics.wrap_nicely?4(max_chars: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9872 | adafruit_pyoa.PYOA_Graphics?1() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9873 | adafruit_pyportal.PyPortal.fetch?4(refresh_url=None, timeout=10, force_content_type=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9874 | adafruit_pyportal.PyPortal.set_caption?4(caption_text, caption_position, caption_color) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9875 | adafruit_pyportal.PyPortal?1(*, url=None, headers=None, json_path=None, regexp_path=None, convert_image=True, default_bg=0x000000, status_neopixel=None, text_font=terminalio.FONT, text_position=None, text_color=0x808080, text_wrap=False, text_maxlen=0, text_transform=None, text_scale=1, json_transform=None, image_json_path=None, image_resize=None, image_position=None, image_dim_json_path=None, caption_text=None, caption_font=None, caption_position=None, caption_color=0x808080, image_url_path=None, success_callback=None, esp=None, external_spi=None, debug=False, secrets_data=None, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9876 | adafruit_pyportal.graphics.Graphics.hide_QR?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9877 | adafruit_pyportal.graphics.Graphics.qrcode?4(qr_data, *, qr_size=1, x=0, y=0, hide_background=False) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9878 | adafruit_pyportal.graphics.Graphics?1(*, default_bg=None, debug=False) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9879 | adafruit_pyportal.network.IMAGE_CONVERTER_SERVICE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9880 | adafruit_pyportal.network.Network.image_converter_url?4(image_url, width, height, color_depth=16) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9881 | adafruit_pyportal.network.Network.ip_address?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9882 | adafruit_pyportal.network.Network.process_image?4(json_data, sd_card=False) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9883 | adafruit_pyportal.network.Network?1(*, status_neopixel=None, esp=None, external_spi=None, extract_values=True, debug=False, convert_image=True, image_url_path=None, image_json_path=None, image_resize=None, image_position=None, image_dim_json_path=None, secrets_data=None, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9884 | adafruit_pyportal.peripherals.Peripherals.play_file?4(file_name, wait_to_finish=True) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9885 | adafruit_pyportal.peripherals.Peripherals.sd_check?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9886 | adafruit_pyportal.peripherals.Peripherals.set_backlight?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:
diff
changeset
|
9887 | adafruit_pyportal.peripherals.Peripherals.speaker_disable?4(value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9888 | adafruit_pyportal.peripherals.Peripherals.stop_play?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9889 | adafruit_pyportal.peripherals.Peripherals?1(spi, display, splash_group, debug=False) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9890 | adafruit_ra8875.ra8875.RA8875._circle_helper?5(x: int, y: int, radius: int, color: int, filled: bool) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9891 | adafruit_ra8875.ra8875.RA8875._curve_helper?5(x_center: int, y_center: int, h_axis: int, v_axis: int, curve_part: int, color: int, filled: bool, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9892 | adafruit_ra8875.ra8875.RA8875._ellipse_helper?5(x_center: int, y_center: int, h_axis: int, v_axis: int, color: int, filled: bool, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9893 | adafruit_ra8875.ra8875.RA8875._rect_helper?5(x1: int, y1: int, x2: int, y2: int, color: int, filled: bool) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9894 | adafruit_ra8875.ra8875.RA8875._triangle_helper?5(x1: int, y1: int, x2: int, y2: int, x3: int, y3: int, color: int, filled: bool, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9895 | adafruit_ra8875.ra8875.RA8875.circle?4(x_center: int, y_center: int, radius: int, color: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9896 | adafruit_ra8875.ra8875.RA8875.curve?4(x_center: int, y_center: int, h_axis: int, v_axis: int, curve_part: int, color: int, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9897 | adafruit_ra8875.ra8875.RA8875.ellipse?4(x_center: int, y_center: int, h_axis: int, v_axis: int, color: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9898 | adafruit_ra8875.ra8875.RA8875.fill?4(color: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9899 | adafruit_ra8875.ra8875.RA8875.fill_circle?4(x_center: int, y_center: int, radius: int, color: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9900 | adafruit_ra8875.ra8875.RA8875.fill_curve?4(x_center: int, y_center: int, h_axis: int, v_axis: int, curve_part: int, color: int, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9901 | adafruit_ra8875.ra8875.RA8875.fill_ellipse?4(x_center: int, y_center: int, h_axis: int, v_axis: int, color: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9902 | adafruit_ra8875.ra8875.RA8875.fill_rect?4(x: int, y: int, width: int, height: int, color: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9903 | adafruit_ra8875.ra8875.RA8875.fill_round_rect?4(x: int, y: int, width: int, height: int, radius: int, color: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9904 | adafruit_ra8875.ra8875.RA8875.fill_triangle?4(x1: int, y1: int, x2: int, y2: int, x3: int, y3: int, color: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9905 | adafruit_ra8875.ra8875.RA8875.hline?4(x: int, y: int, width: int, color: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9906 | adafruit_ra8875.ra8875.RA8875.line?4(x1: int, y1: int, x2: int, y2: int, color: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9907 | adafruit_ra8875.ra8875.RA8875.rect?4(x: int, y: int, width: int, height: int, color: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9908 | adafruit_ra8875.ra8875.RA8875.round_rect?4(x: int, y: int, width: int, height: int, radius: int, color: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9909 | adafruit_ra8875.ra8875.RA8875.triangle?4(x1: int, y1: int, x2: int, y2: int, x3: int, y3: int, color: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9910 | adafruit_ra8875.ra8875.RA8875.vline?4(x: int, y: int, height: int, color: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9911 | adafruit_ra8875.ra8875.RA8875Display.pixel?4(x: int, y: int, color: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9912 | adafruit_ra8875.ra8875.RA8875Display.push_pixels?4(pixel_data: bytearray) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9913 | adafruit_ra8875.ra8875.RA8875Display.set_bgcolor?4(color: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9914 | adafruit_ra8875.ra8875.RA8875Display.set_color?4(color: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9915 | adafruit_ra8875.ra8875.RA8875Display.set_window?4(x: int, y: int, width: int, height: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9916 | adafruit_ra8875.ra8875.RA8875Display.setxy?4(x: int, y: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9917 | adafruit_ra8875.ra8875.RA8875Display.txt_color?4(fgcolor: int, bgcolor: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9918 | adafruit_ra8875.ra8875.RA8875Display.txt_set_cursor?4(x: int, y: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9919 | adafruit_ra8875.ra8875.RA8875Display.txt_size?4(scale: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9920 | adafruit_ra8875.ra8875.RA8875Display.txt_trans?4(color: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9921 | adafruit_ra8875.ra8875.RA8875Display.txt_write?4(string: str) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9922 | adafruit_ra8875.ra8875.RA8875Display?1(spi: SPI, cs: DigitalInOut, rst: Optional[DigitalInOut] = None, width: int = 800, height: int = 480, baudrate: int = 6000000, polarity: int = 0, phase: int = 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:
diff
changeset
|
9923 | adafruit_ra8875.ra8875.RA8875_Device._gfx_mode?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9924 | adafruit_ra8875.ra8875.RA8875_Device._gpiox?5(gpio_on: bool) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9925 | adafruit_ra8875.ra8875.RA8875_Device._pwm1_config?5(pwm_on: bool, clock: 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:
diff
changeset
|
9926 | adafruit_ra8875.ra8875.RA8875_Device._read_data?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9927 | adafruit_ra8875.ra8875.RA8875_Device._read_reg?5(cmd: 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:
diff
changeset
|
9928 | adafruit_ra8875.ra8875.RA8875_Device._txt_mode?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9929 | adafruit_ra8875.ra8875.RA8875_Device._wait_poll?5(register: int, mask: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9930 | adafruit_ra8875.ra8875.RA8875_Device._write_cmd?5(cmd: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9931 | adafruit_ra8875.ra8875.RA8875_Device._write_data?5(data: int, raw: bool = False) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9932 | adafruit_ra8875.ra8875.RA8875_Device._write_reg16?5(cmd: int, data: Union[int, bytearray]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9933 | adafruit_ra8875.ra8875.RA8875_Device._write_reg?5(cmd: int, data: int, raw: bool = False) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9934 | adafruit_ra8875.ra8875.RA8875_Device.brightness?4(level: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9935 | adafruit_ra8875.ra8875.RA8875_Device.init?4(start_on: 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:
diff
changeset
|
9936 | adafruit_ra8875.ra8875.RA8875_Device.pllinit?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9937 | adafruit_ra8875.ra8875.RA8875_Device.reset?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9938 | adafruit_ra8875.ra8875.RA8875_Device.sleep?4(sleep: bool) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9939 | adafruit_ra8875.ra8875.RA8875_Device.soft_reset?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9940 | adafruit_ra8875.ra8875.RA8875_Device.touch_enable?4(touch_on: bool) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9941 | adafruit_ra8875.ra8875.RA8875_Device.touch_init?4(tpin: Optional[DigitalInOut] = None, enable: 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:
diff
changeset
|
9942 | adafruit_ra8875.ra8875.RA8875_Device.touch_read?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9943 | adafruit_ra8875.ra8875.RA8875_Device.touched?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9944 | adafruit_ra8875.ra8875.RA8875_Device.turn_on?4(display_on: bool) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9945 | adafruit_ra8875.ra8875.RA8875_Device?1(spi: SPI, cs: DigitalInOut, rst: Optional[DigitalInOut] = None, width: int = 800, height: int = 480, baudrate: int = 6000000, polarity: int = 0, phase: int = 0, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
9946 | adafruit_ra8875.ra8875.color565?4(r: int, g: int = 0, b: int = 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:
diff
changeset
|
9947 | adafruit_ra8875.registers.CMDRD?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9948 | adafruit_ra8875.registers.CMDWR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9949 | adafruit_ra8875.registers.CURH0?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9950 | adafruit_ra8875.registers.CURV0?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9951 | adafruit_ra8875.registers.DATRD?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9952 | adafruit_ra8875.registers.DATWR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9953 | adafruit_ra8875.registers.DCR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9954 | adafruit_ra8875.registers.DCR_CIRC_START?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9955 | adafruit_ra8875.registers.DCR_CIRC_STATUS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9956 | adafruit_ra8875.registers.DCR_CIRC_STOP?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9957 | adafruit_ra8875.registers.DCR_DRAWLN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9958 | adafruit_ra8875.registers.DCR_DRAWSQU?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9959 | adafruit_ra8875.registers.DCR_DRAWTRI?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9960 | adafruit_ra8875.registers.DCR_FILL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9961 | adafruit_ra8875.registers.DCR_LNSQTR_START?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9962 | adafruit_ra8875.registers.DCR_LNSQTR_STATUS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9963 | adafruit_ra8875.registers.DCR_LNSQTR_STOP?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9964 | adafruit_ra8875.registers.DCR_NOFILL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9965 | adafruit_ra8875.registers.ELLIPSE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9966 | adafruit_ra8875.registers.ELLIPSE_STATUS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9967 | adafruit_ra8875.registers.FNCR0?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9968 | adafruit_ra8875.registers.FNCR1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9969 | adafruit_ra8875.registers.GPIOX?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9970 | adafruit_ra8875.registers.HDWR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9971 | adafruit_ra8875.registers.HEAW0?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9972 | adafruit_ra8875.registers.HNDFTR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9973 | adafruit_ra8875.registers.HNDFTR_DE_HIGH?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9974 | adafruit_ra8875.registers.HNDFTR_DE_LOW?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9975 | adafruit_ra8875.registers.HNDR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9976 | adafruit_ra8875.registers.HPWR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9977 | adafruit_ra8875.registers.HPWR_HIGH?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9978 | adafruit_ra8875.registers.HPWR_LOW?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9979 | adafruit_ra8875.registers.HSAW0?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9980 | adafruit_ra8875.registers.HSTR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9981 | adafruit_ra8875.registers.INTC1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9982 | adafruit_ra8875.registers.INTC1_BTE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9983 | adafruit_ra8875.registers.INTC1_DMA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9984 | adafruit_ra8875.registers.INTC1_KEY?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9985 | adafruit_ra8875.registers.INTC1_TP?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9986 | adafruit_ra8875.registers.INTC2?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9987 | adafruit_ra8875.registers.INTC2_BTE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9988 | adafruit_ra8875.registers.INTC2_DMA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9989 | adafruit_ra8875.registers.INTC2_KEY?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9990 | adafruit_ra8875.registers.INTC2_TP?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9991 | adafruit_ra8875.registers.MCLR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9992 | adafruit_ra8875.registers.MCLR_ACTIVE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9993 | adafruit_ra8875.registers.MCLR_FULL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9994 | adafruit_ra8875.registers.MCLR_READSTATUS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9995 | adafruit_ra8875.registers.MCLR_START?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9996 | adafruit_ra8875.registers.MCLR_STOP?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9997 | adafruit_ra8875.registers.MRWC?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9998 | adafruit_ra8875.registers.MWCR0?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9999 | adafruit_ra8875.registers.MWCR0_GFXMODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10000 | adafruit_ra8875.registers.MWCR0_TXTMODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10001 | adafruit_ra8875.registers.P1CR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10002 | adafruit_ra8875.registers.P1CR_CLKOUT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10003 | adafruit_ra8875.registers.P1CR_DISABLE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10004 | adafruit_ra8875.registers.P1CR_ENABLE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10005 | adafruit_ra8875.registers.P1CR_PWMOUT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10006 | adafruit_ra8875.registers.P1DCR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10007 | adafruit_ra8875.registers.P2CR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10008 | adafruit_ra8875.registers.P2CR_CLKOUT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10009 | adafruit_ra8875.registers.P2CR_DISABLE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10010 | adafruit_ra8875.registers.P2CR_ENABLE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10011 | adafruit_ra8875.registers.P2CR_PWMOUT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10012 | adafruit_ra8875.registers.P2DCR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10013 | adafruit_ra8875.registers.PCSR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10014 | adafruit_ra8875.registers.PCSR_2CLK?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10015 | adafruit_ra8875.registers.PCSR_4CLK?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10016 | adafruit_ra8875.registers.PCSR_8CLK?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10017 | adafruit_ra8875.registers.PCSR_CLK?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10018 | adafruit_ra8875.registers.PCSR_PDATL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10019 | adafruit_ra8875.registers.PCSR_PDATR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10020 | adafruit_ra8875.registers.PLLC1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10021 | adafruit_ra8875.registers.PLLC1_PLLDIV1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10022 | adafruit_ra8875.registers.PLLC2?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10023 | adafruit_ra8875.registers.PLLC2_DIV4?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10024 | adafruit_ra8875.registers.PWM_CLK_DIV1024?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10025 | adafruit_ra8875.registers.PWRR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10026 | adafruit_ra8875.registers.PWRR_DISPOFF?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10027 | adafruit_ra8875.registers.PWRR_DISPON?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10028 | adafruit_ra8875.registers.PWRR_NORMAL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10029 | adafruit_ra8875.registers.PWRR_SLEEP?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10030 | adafruit_ra8875.registers.PWRR_SOFTRESET?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10031 | adafruit_ra8875.registers.SYSR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10032 | adafruit_ra8875.registers.SYSR_16BPP?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10033 | adafruit_ra8875.registers.SYSR_8BPP?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10034 | adafruit_ra8875.registers.SYSR_MCU16?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10035 | adafruit_ra8875.registers.SYSR_MCU8?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10036 | adafruit_ra8875.registers.TPCR0?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10037 | adafruit_ra8875.registers.TPCR0_ADCCLK_DIV16?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10038 | adafruit_ra8875.registers.TPCR0_ADCCLK_DIV4?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10039 | adafruit_ra8875.registers.TPCR0_DISABLE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10040 | adafruit_ra8875.registers.TPCR0_ENABLE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10041 | adafruit_ra8875.registers.TPCR0_WAIT_4096CLK?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10042 | adafruit_ra8875.registers.TPCR0_WAKEDISABLE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10043 | adafruit_ra8875.registers.TPCR0_WAKEENABLE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10044 | adafruit_ra8875.registers.TPCR1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10045 | adafruit_ra8875.registers.TPCR1_AUTO?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10046 | adafruit_ra8875.registers.TPCR1_DEBOUNCE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10047 | adafruit_ra8875.registers.TPCR1_MANUAL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10048 | adafruit_ra8875.registers.TPCR1_NODEBOUNCE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10049 | adafruit_ra8875.registers.TPXH?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10050 | adafruit_ra8875.registers.TPXYL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10051 | adafruit_ra8875.registers.TPYH?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10052 | adafruit_ra8875.registers.VDHR0?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10053 | adafruit_ra8875.registers.VEAW0?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10054 | adafruit_ra8875.registers.VNDR0?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10055 | adafruit_ra8875.registers.VPWR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10056 | adafruit_ra8875.registers.VPWR_HIGH?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10057 | adafruit_ra8875.registers.VPWR_LOW?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10058 | adafruit_ra8875.registers.VSAW0?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10059 | adafruit_ra8875.registers.VSTR0?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10060 | adafruit_radial_controller.RadialController._send?5(pressed, rotation) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10061 | adafruit_radial_controller.RadialController.click?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10062 | adafruit_radial_controller.RadialController.press?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10063 | adafruit_radial_controller.RadialController.release?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10064 | adafruit_radial_controller.RadialController.rotate?4(degree_tenths) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10065 | adafruit_radial_controller.RadialController?1(devices) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10066 | adafruit_radial_controller.device.device?4(report_id: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10067 | adafruit_register.i2c_bcd_alarm.ALARM_COMPONENT_DISABLED?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10068 | adafruit_register.i2c_bcd_alarm.BCDAlarmTimeRegister?1(register_address: int, has_seconds: bool = True, weekday_shared: bool = True, weekday_start: Literal[0, 1] = 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:
diff
changeset
|
10069 | adafruit_register.i2c_bcd_alarm.FREQUENCY?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10070 | adafruit_register.i2c_bcd_alarm._bcd2bin?5(value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10071 | adafruit_register.i2c_bcd_alarm._bin2bcd?5(value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10072 | adafruit_register.i2c_bcd_datetime.BCDDateTimeRegister?1(register_address: int, weekday_first: bool = True, weekday_start: Literal[0, 1] = 1, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10073 | adafruit_register.i2c_bcd_datetime._bcd2bin?5(value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10074 | adafruit_register.i2c_bcd_datetime._bin2bcd?5(value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10075 | adafruit_register.i2c_bit.RWBit?1(register_address: int, bit: int, register_width: int = 1, lsb_first: bool = True, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10076 | adafruit_register.i2c_bits.RWBits?1(num_bits: int, register_address: int, lowest_bit: int, register_width: int = 1, lsb_first: bool = True, signed: bool = False, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10077 | adafruit_register.i2c_struct.Struct?1(register_address: int, struct_format: str) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10078 | adafruit_register.i2c_struct.UnaryStruct?1(register_address: int, struct_format: str) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10079 | adafruit_register.i2c_struct_array.StructArray?1(register_address: int, struct_format: str, count: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10080 | adafruit_register.i2c_struct_array._BoundStructArray._get_buffer?5(index: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10081 | adafruit_register.i2c_struct_array._BoundStructArray?2(obj: I2CDeviceDriver, register_address: int, struct_format: str, count: 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:
diff
changeset
|
10082 | adafruit_requests.CommonCircuitPythonSocketType.connect?4(address: Tuple[str, int], conntype: Optional[int] = ..., ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10083 | adafruit_requests.CommonSocketType.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:
diff
changeset
|
10084 | adafruit_requests.CommonSocketType.send?4(data: bytes, flags: int = ...) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10085 | adafruit_requests.CommonSocketType.settimeout?4(value: Optional[float]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10086 | adafruit_requests.InterfaceType.SSLContextType?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10087 | adafruit_requests.InterfaceType.TLS_MODE?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10088 | adafruit_requests.LegacyCircuitPythonSocketType.recv?4(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:
diff
changeset
|
10089 | adafruit_requests.Response._parse_headers?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10090 | adafruit_requests.Response._read_from_buffer?5(buf: Optional[bytearray] = None, 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:
diff
changeset
|
10091 | adafruit_requests.Response._readinto?5(buf: bytearray) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10092 | adafruit_requests.Response._readto?5(stop: bytes) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10093 | adafruit_requests.Response._recv_into?5(buf: bytearray, size: 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:
diff
changeset
|
10094 | adafruit_requests.Response._throw_away?5(nbytes: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10095 | adafruit_requests.Response._validate_not_gzip?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10096 | adafruit_requests.Response.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:
diff
changeset
|
10097 | adafruit_requests.Response.content?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10098 | adafruit_requests.Response.encoding?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10099 | adafruit_requests.Response.headers?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10100 | adafruit_requests.Response.iter_content?4(chunk_size: int = 1, decode_unicode: 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:
diff
changeset
|
10101 | adafruit_requests.Response.json?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10102 | adafruit_requests.Response.text?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10103 | adafruit_requests.Response?1(sock: SocketType, session: Optional["Session"] = None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10104 | adafruit_requests.Session._close_socket?5(sock: SocketType) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10105 | adafruit_requests.Session._free_socket?5(socket: SocketType) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10106 | adafruit_requests.Session._free_sockets?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10107 | adafruit_requests.Session._get_socket?5(host: str, port: int, proto: 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:
diff
changeset
|
10108 | adafruit_requests.Session._send?5(data: bytes) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10109 | adafruit_requests.Session._send_request?5(socket: SocketType, host: str, method: str, path: str, headers: Dict[str, str], data: Any, json: Any, ) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10110 | adafruit_requests.Session.delete?4(url: str, **kw) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10111 | adafruit_requests.Session.get?4(url: str, **kw) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10112 | adafruit_requests.Session.head?4(url: str, **kw) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10113 | adafruit_requests.Session.patch?4(url: str, **kw) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10114 | adafruit_requests.Session.post?4(url: str, **kw) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10115 | adafruit_requests.Session.put?4(url: str, **kw) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10116 | adafruit_requests.Session.request?4(method: str, url: str, data: Optional[Any] = None, json: Optional[Any] = None, headers: Optional[Dict[str, str]] = None, stream: bool = False, timeout: float = 60, ) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10117 | adafruit_requests.Session?1(socket_pool: SocketpoolModuleType, ssl_context: Optional[SSLContextType] = None, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10118 | adafruit_requests.StandardPythonSocketType.SocketType?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10119 | adafruit_requests.StandardPythonSocketType.SocketpoolModuleType?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10120 | adafruit_requests.StandardPythonSocketType.connect?4(address: Union[Tuple[Any, ...], 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:
diff
changeset
|
10121 | adafruit_requests.SupportsRecvInto.recv_into?4(buffer: bytearray, nbytes: int = ..., flags: int = ...) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10122 | adafruit_requests.SupportsRecvWithFlags.recv?4(bufsize: int = ..., flags: int = ...) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10123 | adafruit_requests._FakeSSLContext.wrap_socket?4(socket: CircuitPythonSocketType, 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:
diff
changeset
|
10124 | adafruit_requests._FakeSSLContext?2(iface: InterfaceType) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10125 | adafruit_requests._FakeSSLSocket.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:
diff
changeset
|
10126 | adafruit_requests._FakeSSLSocket?2(socket: CircuitPythonSocketType, tls_mode: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10127 | adafruit_requests._RawResponse.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:
diff
changeset
|
10128 | adafruit_requests._RawResponse.readinto?4(buf: bytearray) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10129 | adafruit_requests._RawResponse?2(response: "Response") |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10130 | adafruit_requests._default_session?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10131 | adafruit_requests.cast?4(_t, value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10132 | adafruit_requests.delete?4(url: str, **kw) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10133 | adafruit_requests.get?4(url: str, **kw) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10134 | adafruit_requests.head?4(url: str, **kw) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10135 | adafruit_requests.patch?4(url: str, **kw) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10136 | adafruit_requests.post?4(url: str, **kw) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10137 | adafruit_requests.put?4(url: str, **kw) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10138 | adafruit_requests.request?4(method: str, url: str, data: Optional[Any] = None, json: Optional[Any] = None, headers: Optional[Dict[str, str]] = None, stream: bool = False, 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:
diff
changeset
|
10139 | adafruit_requests.set_socket?4(sock: SocketpoolModuleType, iface: Optional[InterfaceType] = None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10140 | adafruit_rfm69.FS_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10141 | adafruit_rfm69.HAS_SUPERVISOR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10142 | adafruit_rfm69.RFM69._BUFFER?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10143 | adafruit_rfm69.RFM69._read_into?5(address: int, buf: WriteableBuffer, length: Optional[int] = None) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10144 | adafruit_rfm69.RFM69._read_u8?5(address: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10145 | adafruit_rfm69.RFM69._write_from?5(address: int, buf: ReadableBuffer, length: Optional[int] = None) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10146 | adafruit_rfm69.RFM69._write_u8?5(address: int, val: 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:
diff
changeset
|
10147 | adafruit_rfm69.RFM69.address_filter?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10148 | adafruit_rfm69.RFM69.aes_on?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10149 | adafruit_rfm69.RFM69.afc_bw_dcc_freq?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10150 | adafruit_rfm69.RFM69.afc_bw_exponent?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10151 | adafruit_rfm69.RFM69.afc_bw_mantissa?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10152 | adafruit_rfm69.RFM69.bitrate?4(val: 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:
diff
changeset
|
10153 | adafruit_rfm69.RFM69.crc_auto_clear_off?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10154 | adafruit_rfm69.RFM69.crc_on?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10155 | adafruit_rfm69.RFM69.data_mode?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10156 | adafruit_rfm69.RFM69.dc_free?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10157 | adafruit_rfm69.RFM69.dio_0_mapping?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10158 | adafruit_rfm69.RFM69.encryption_key?4(val: bytearray) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10159 | adafruit_rfm69.RFM69.frequency_deviation?4(val: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10160 | adafruit_rfm69.RFM69.frequency_mhz?4(val: 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:
diff
changeset
|
10161 | adafruit_rfm69.RFM69.idle?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10162 | adafruit_rfm69.RFM69.listen?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10163 | adafruit_rfm69.RFM69.mode_ready?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10164 | adafruit_rfm69.RFM69.modulation_shaping?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10165 | adafruit_rfm69.RFM69.modulation_type?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10166 | adafruit_rfm69.RFM69.operation_mode?4(val: 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:
diff
changeset
|
10167 | adafruit_rfm69.RFM69.output_power?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10168 | adafruit_rfm69.RFM69.pa_0_on?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10169 | adafruit_rfm69.RFM69.pa_1_on?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10170 | adafruit_rfm69.RFM69.pa_2_on?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10171 | adafruit_rfm69.RFM69.packet_format?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10172 | adafruit_rfm69.RFM69.packet_sent?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10173 | adafruit_rfm69.RFM69.payload_ready?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10174 | adafruit_rfm69.RFM69.preamble_length?4(val: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10175 | adafruit_rfm69.RFM69.receive?4(*, keep_listening: bool = True, with_ack: bool = False, timeout: Optional[float] = None, with_header: 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:
diff
changeset
|
10176 | adafruit_rfm69.RFM69.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:
diff
changeset
|
10177 | adafruit_rfm69.RFM69.rssi?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10178 | adafruit_rfm69.RFM69.rx_bw_dcc_freq?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10179 | adafruit_rfm69.RFM69.rx_bw_exponent?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10180 | adafruit_rfm69.RFM69.rx_bw_mantissa?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10181 | adafruit_rfm69.RFM69.send?4(data: ReadableBuffer, *, keep_listening: bool = False, destination: Optional[int] = None, node: Optional[int] = None, identifier: Optional[int] = None, flags: Optional[int] = None) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10182 | adafruit_rfm69.RFM69.send_with_ack?4(data: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10183 | adafruit_rfm69.RFM69.set_boost?4(setting: 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:
diff
changeset
|
10184 | adafruit_rfm69.RFM69.sleep?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10185 | adafruit_rfm69.RFM69.sync_on?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10186 | adafruit_rfm69.RFM69.sync_size?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10187 | adafruit_rfm69.RFM69.sync_word?4(val: Optional[bytearray]) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10188 | adafruit_rfm69.RFM69.temp_running?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10189 | adafruit_rfm69.RFM69.temp_start?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10190 | adafruit_rfm69.RFM69.temperature?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10191 | adafruit_rfm69.RFM69.transmit?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10192 | adafruit_rfm69.RFM69.tx_power?4(val: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10193 | adafruit_rfm69.RFM69?1(spi: SPI, cs: DigitalInOut, reset: DigitalInOut, frequency: int, *, sync_word: bytes = b"\x2D\xD4", preamble_length: int = 4, encryption_key: Optional[bytes] = None, high_power: bool = True, baudrate: int = 2000000) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10194 | adafruit_rfm69.RX_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10195 | adafruit_rfm69.SLEEP_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10196 | adafruit_rfm69.STANDBY_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10197 | adafruit_rfm69.TX_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10198 | adafruit_rfm69._FSTEP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10199 | adafruit_rfm69._FXOSC?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10200 | adafruit_rfm69._REG_AES_KEY1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10201 | adafruit_rfm69._REG_AFC_BW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10202 | adafruit_rfm69._REG_BITRATE_LSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10203 | adafruit_rfm69._REG_BITRATE_MSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10204 | adafruit_rfm69._REG_DATA_MOD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10205 | adafruit_rfm69._REG_DIO_MAPPING1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10206 | adafruit_rfm69._REG_FDEV_LSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10207 | adafruit_rfm69._REG_FDEV_MSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10208 | adafruit_rfm69._REG_FIFO?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10209 | adafruit_rfm69._REG_FIFO_THRESH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10210 | adafruit_rfm69._REG_FRF_LSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10211 | adafruit_rfm69._REG_FRF_MID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10212 | adafruit_rfm69._REG_FRF_MSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10213 | adafruit_rfm69._REG_IRQ_FLAGS1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10214 | adafruit_rfm69._REG_IRQ_FLAGS2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10215 | adafruit_rfm69._REG_OP_MODE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10216 | adafruit_rfm69._REG_PACKET_CONFIG1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10217 | adafruit_rfm69._REG_PACKET_CONFIG2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10218 | adafruit_rfm69._REG_PA_LEVEL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10219 | adafruit_rfm69._REG_PREAMBLE_LSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10220 | adafruit_rfm69._REG_PREAMBLE_MSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10221 | adafruit_rfm69._REG_RSSI_VALUE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10222 | adafruit_rfm69._REG_RX_BW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10223 | adafruit_rfm69._REG_SYNC_CONFIG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10224 | adafruit_rfm69._REG_SYNC_VALUE1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10225 | adafruit_rfm69._REG_TEMP1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10226 | adafruit_rfm69._REG_TEMP2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10227 | adafruit_rfm69._REG_TEST_DAGC?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10228 | adafruit_rfm69._REG_TEST_PA1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10229 | adafruit_rfm69._REG_TEST_PA2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10230 | adafruit_rfm69._REG_VERSION?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10231 | adafruit_rfm69._RH_BROADCAST_ADDRESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10232 | adafruit_rfm69._RH_FLAGS_ACK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10233 | adafruit_rfm69._RH_FLAGS_RETRY?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10234 | adafruit_rfm69._RegisterBits?2(address: int, *, offset: int = 0, bits: int = 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:
diff
changeset
|
10235 | adafruit_rfm69._TEST_PA1_BOOST?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10236 | adafruit_rfm69._TEST_PA1_NORMAL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10237 | adafruit_rfm69._TEST_PA2_BOOST?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10238 | adafruit_rfm69._TEST_PA2_NORMAL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10239 | adafruit_rfm69._TICKS_HALFPERIOD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10240 | adafruit_rfm69._TICKS_MAX?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10241 | adafruit_rfm69._TICKS_PERIOD?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10242 | adafruit_rfm69.check_timeout?4(flag: Callable, limit: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10243 | adafruit_rfm69.ticks_diff?4(ticks1: int, ticks2: 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:
diff
changeset
|
10244 | adafruit_rfm9x.FS_RX_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10245 | adafruit_rfm9x.FS_TX_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10246 | adafruit_rfm9x.HAS_SUPERVISOR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10247 | adafruit_rfm9x.RFM9x._BUFFER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10248 | adafruit_rfm9x.RFM9x._read_into?5(address: int, buf: WriteableBuffer, length: 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:
diff
changeset
|
10249 | adafruit_rfm9x.RFM9x._read_u8?5(address: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10250 | adafruit_rfm9x.RFM9x._write_from?5(address: int, buf: ReadableBuffer, length: 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:
diff
changeset
|
10251 | adafruit_rfm9x.RFM9x._write_u8?5(address: int, val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10252 | adafruit_rfm9x.RFM9x.auto_agc?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10253 | adafruit_rfm9x.RFM9x.auto_ifon?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10254 | adafruit_rfm9x.RFM9x.bw_bins?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10255 | adafruit_rfm9x.RFM9x.coding_rate?4(val: Literal[5, 6, 7, 8]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10256 | adafruit_rfm9x.RFM9x.crc_error?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10257 | adafruit_rfm9x.RFM9x.detection_optimize?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10258 | adafruit_rfm9x.RFM9x.dio0_mapping?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10259 | adafruit_rfm9x.RFM9x.enable_crc?4(val: bool) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10260 | adafruit_rfm9x.RFM9x.frequency_mhz?4(val: Literal[433.0, 915.0]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10261 | adafruit_rfm9x.RFM9x.idle?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10262 | adafruit_rfm9x.RFM9x.listen?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10263 | adafruit_rfm9x.RFM9x.lna_boost_hf?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10264 | adafruit_rfm9x.RFM9x.long_range_mode?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10265 | adafruit_rfm9x.RFM9x.low_datarate_optimize?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10266 | adafruit_rfm9x.RFM9x.low_frequency_mode?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10267 | adafruit_rfm9x.RFM9x.max_power?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10268 | adafruit_rfm9x.RFM9x.modulation_type?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10269 | adafruit_rfm9x.RFM9x.operation_mode?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10270 | adafruit_rfm9x.RFM9x.output_power?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10271 | adafruit_rfm9x.RFM9x.pa_dac?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10272 | adafruit_rfm9x.RFM9x.pa_select?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10273 | adafruit_rfm9x.RFM9x.preamble_length?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10274 | adafruit_rfm9x.RFM9x.receive?4(*, keep_listening: bool = True, with_header: bool = False, with_ack: bool = False, timeout: 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:
diff
changeset
|
10275 | adafruit_rfm9x.RFM9x.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:
diff
changeset
|
10276 | adafruit_rfm9x.RFM9x.rssi?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10277 | adafruit_rfm9x.RFM9x.rx_done?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10278 | adafruit_rfm9x.RFM9x.send?4(data: ReadableBuffer, *, keep_listening: bool = False, destination: Optional[int] = None, node: Optional[int] = None, identifier: Optional[int] = None, flags: 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:
diff
changeset
|
10279 | adafruit_rfm9x.RFM9x.send_with_ack?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:
diff
changeset
|
10280 | adafruit_rfm9x.RFM9x.signal_bandwidth?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10281 | adafruit_rfm9x.RFM9x.sleep?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10282 | adafruit_rfm9x.RFM9x.snr?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10283 | adafruit_rfm9x.RFM9x.spreading_factor?4(val: Literal[6, 7, 8, 9, 10, 11, 12]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10284 | adafruit_rfm9x.RFM9x.transmit?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10285 | adafruit_rfm9x.RFM9x.tx_done?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10286 | adafruit_rfm9x.RFM9x.tx_power?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10287 | adafruit_rfm9x.RFM9x?1(spi: SPI, cs: DigitalInOut, reset: DigitalInOut, frequency: int, *, preamble_length: int = 8, high_power: bool = True, baudrate: int = 5000000, agc: bool = False, crc: 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:
diff
changeset
|
10288 | adafruit_rfm9x.RX_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10289 | adafruit_rfm9x.SLEEP_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10290 | adafruit_rfm9x.STANDBY_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10291 | adafruit_rfm9x.TX_MODE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10292 | adafruit_rfm9x._RH_BROADCAST_ADDRESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10293 | adafruit_rfm9x._RH_FLAGS_ACK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10294 | adafruit_rfm9x._RH_FLAGS_RETRY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10295 | adafruit_rfm9x._RH_RF95_DETECTION_OPTIMIZE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10296 | adafruit_rfm9x._RH_RF95_DETECTION_THRESHOLD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10297 | adafruit_rfm9x._RH_RF95_FSTEP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10298 | adafruit_rfm9x._RH_RF95_FXOSC?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10299 | adafruit_rfm9x._RH_RF95_PA_DAC_DISABLE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10300 | adafruit_rfm9x._RH_RF95_PA_DAC_ENABLE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10301 | adafruit_rfm9x._RH_RF95_REG_00_FIFO?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10302 | adafruit_rfm9x._RH_RF95_REG_01_OP_MODE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10303 | adafruit_rfm9x._RH_RF95_REG_06_FRF_MSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10304 | adafruit_rfm9x._RH_RF95_REG_07_FRF_MID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10305 | adafruit_rfm9x._RH_RF95_REG_08_FRF_LSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10306 | adafruit_rfm9x._RH_RF95_REG_09_PA_CONFIG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10307 | adafruit_rfm9x._RH_RF95_REG_0A_PA_RAMP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10308 | adafruit_rfm9x._RH_RF95_REG_0B_OCP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10309 | adafruit_rfm9x._RH_RF95_REG_0C_LNA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10310 | adafruit_rfm9x._RH_RF95_REG_0D_FIFO_ADDR_PTR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10311 | adafruit_rfm9x._RH_RF95_REG_0E_FIFO_TX_BASE_ADDR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10312 | adafruit_rfm9x._RH_RF95_REG_0F_FIFO_RX_BASE_ADDR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10313 | adafruit_rfm9x._RH_RF95_REG_10_FIFO_RX_CURRENT_ADDR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10314 | adafruit_rfm9x._RH_RF95_REG_11_IRQ_FLAGS_MASK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10315 | adafruit_rfm9x._RH_RF95_REG_12_IRQ_FLAGS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10316 | adafruit_rfm9x._RH_RF95_REG_13_RX_NB_BYTES?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10317 | adafruit_rfm9x._RH_RF95_REG_14_RX_HEADER_CNT_VALUE_MSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10318 | adafruit_rfm9x._RH_RF95_REG_15_RX_HEADER_CNT_VALUE_LSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10319 | adafruit_rfm9x._RH_RF95_REG_16_RX_PACKET_CNT_VALUE_MSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10320 | adafruit_rfm9x._RH_RF95_REG_17_RX_PACKET_CNT_VALUE_LSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10321 | adafruit_rfm9x._RH_RF95_REG_18_MODEM_STAT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10322 | adafruit_rfm9x._RH_RF95_REG_19_PKT_SNR_VALUE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10323 | adafruit_rfm9x._RH_RF95_REG_1A_PKT_RSSI_VALUE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10324 | adafruit_rfm9x._RH_RF95_REG_1B_RSSI_VALUE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10325 | adafruit_rfm9x._RH_RF95_REG_1C_HOP_CHANNEL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10326 | adafruit_rfm9x._RH_RF95_REG_1D_MODEM_CONFIG1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10327 | adafruit_rfm9x._RH_RF95_REG_1E_MODEM_CONFIG2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10328 | adafruit_rfm9x._RH_RF95_REG_1F_SYMB_TIMEOUT_LSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10329 | adafruit_rfm9x._RH_RF95_REG_20_PREAMBLE_MSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10330 | adafruit_rfm9x._RH_RF95_REG_21_PREAMBLE_LSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10331 | adafruit_rfm9x._RH_RF95_REG_22_PAYLOAD_LENGTH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10332 | adafruit_rfm9x._RH_RF95_REG_23_MAX_PAYLOAD_LENGTH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10333 | adafruit_rfm9x._RH_RF95_REG_24_HOP_PERIOD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10334 | adafruit_rfm9x._RH_RF95_REG_25_FIFO_RX_BYTE_ADDR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10335 | adafruit_rfm9x._RH_RF95_REG_26_MODEM_CONFIG3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10336 | adafruit_rfm9x._RH_RF95_REG_40_DIO_MAPPING1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10337 | adafruit_rfm9x._RH_RF95_REG_41_DIO_MAPPING2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10338 | adafruit_rfm9x._RH_RF95_REG_42_VERSION?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10339 | adafruit_rfm9x._RH_RF95_REG_4B_TCXO?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10340 | adafruit_rfm9x._RH_RF95_REG_4D_PA_DAC?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10341 | adafruit_rfm9x._RH_RF95_REG_5B_FORMER_TEMP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10342 | adafruit_rfm9x._RH_RF95_REG_61_AGC_REF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10343 | adafruit_rfm9x._RH_RF95_REG_62_AGC_THRESH1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10344 | adafruit_rfm9x._RH_RF95_REG_63_AGC_THRESH2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10345 | adafruit_rfm9x._RH_RF95_REG_64_AGC_THRESH3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10346 | adafruit_rfm9x._RegisterBits?2(address: int, *, offset: int = 0, bits: 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:
diff
changeset
|
10347 | adafruit_rfm9x._TICKS_HALFPERIOD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10348 | adafruit_rfm9x._TICKS_MAX?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10349 | adafruit_rfm9x._TICKS_PERIOD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10350 | adafruit_rfm9x.ticks_diff?4(ticks1: int, ticks2: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10351 | adafruit_rgb_display.hx8353.HX8353._COLUMN_SET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10352 | adafruit_rgb_display.hx8353.HX8353._ENCODE_PIXEL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10353 | adafruit_rgb_display.hx8353.HX8353._ENCODE_POS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10354 | adafruit_rgb_display.hx8353.HX8353._INIT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10355 | adafruit_rgb_display.hx8353.HX8353._PAGE_SET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10356 | adafruit_rgb_display.hx8353.HX8353._RAM_READ?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10357 | adafruit_rgb_display.hx8353.HX8353._RAM_WRITE?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10358 | adafruit_rgb_display.hx8353.HX8353?1(spi: busio.SPI, dc: digitalio.DigitalInOut, cs: digitalio.DigitalInOut, rst: Optional[digitalio.DigitalInOut] = None, width: int = 128, height: int = 128, rotation: int = 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:
diff
changeset
|
10359 | adafruit_rgb_display.hx8353._CASET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10360 | adafruit_rgb_display.hx8353._COLMOD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10361 | adafruit_rgb_display.hx8353._DISPOFF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10362 | adafruit_rgb_display.hx8353._DISPON?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10363 | adafruit_rgb_display.hx8353._INVOFF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10364 | adafruit_rgb_display.hx8353._INVON?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10365 | adafruit_rgb_display.hx8353._MADCTL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10366 | adafruit_rgb_display.hx8353._NORON?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10367 | adafruit_rgb_display.hx8353._PASET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10368 | adafruit_rgb_display.hx8353._RAMRD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10369 | adafruit_rgb_display.hx8353._RAMWR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10370 | adafruit_rgb_display.hx8353._SWRESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10371 | adafruit_rgb_display.hx8357.HX8357._COLUMN_SET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10372 | adafruit_rgb_display.hx8357.HX8357._ENCODE_PIXEL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10373 | adafruit_rgb_display.hx8357.HX8357._ENCODE_POS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10374 | adafruit_rgb_display.hx8357.HX8357._INIT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10375 | adafruit_rgb_display.hx8357.HX8357._PAGE_SET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10376 | adafruit_rgb_display.hx8357.HX8357._RAM_READ?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10377 | adafruit_rgb_display.hx8357.HX8357._RAM_WRITE?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10378 | adafruit_rgb_display.hx8357.HX8357?1(spi: busio.SPI, dc: digitalio.DigitalInOut, cs: digitalio.DigitalInOut, rst: Optional[digitalio.DigitalInOut] = None, width: int = 480, height: int = 320, baudrate: int = 16000000, polarity: int = 0, phase: int = 0, rotation: int = 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:
diff
changeset
|
10379 | adafruit_rgb_display.hx8357._CASET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10380 | adafruit_rgb_display.hx8357._COLMOD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10381 | adafruit_rgb_display.hx8357._DISPOFF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10382 | adafruit_rgb_display.hx8357._DISPON?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10383 | adafruit_rgb_display.hx8357._INVOFF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10384 | adafruit_rgb_display.hx8357._INVON?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10385 | adafruit_rgb_display.hx8357._MADCTL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10386 | adafruit_rgb_display.hx8357._NORON?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10387 | adafruit_rgb_display.hx8357._PASET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10388 | adafruit_rgb_display.hx8357._RAMRD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10389 | adafruit_rgb_display.hx8357._RAMWR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10390 | adafruit_rgb_display.hx8357._SETC?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10391 | adafruit_rgb_display.hx8357._SETCOM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10392 | adafruit_rgb_display.hx8357._SETCYC?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10393 | adafruit_rgb_display.hx8357._SETGAMMA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10394 | adafruit_rgb_display.hx8357._SETOSC?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10395 | adafruit_rgb_display.hx8357._SETPANEL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10396 | adafruit_rgb_display.hx8357._SETPWR1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10397 | adafruit_rgb_display.hx8357._SETRGB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10398 | adafruit_rgb_display.hx8357._SETSTBA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10399 | adafruit_rgb_display.hx8357._SLPOUT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10400 | adafruit_rgb_display.hx8357._SWRESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10401 | adafruit_rgb_display.hx8357._TEARLINE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10402 | adafruit_rgb_display.hx8357._TEON?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10403 | adafruit_rgb_display.ili9341.ILI9341._COLUMN_SET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10404 | adafruit_rgb_display.ili9341.ILI9341._DECODE_PIXEL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10405 | adafruit_rgb_display.ili9341.ILI9341._ENCODE_PIXEL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10406 | adafruit_rgb_display.ili9341.ILI9341._ENCODE_POS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10407 | adafruit_rgb_display.ili9341.ILI9341._INIT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10408 | adafruit_rgb_display.ili9341.ILI9341._PAGE_SET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10409 | adafruit_rgb_display.ili9341.ILI9341._RAM_READ?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10410 | adafruit_rgb_display.ili9341.ILI9341._RAM_WRITE?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10411 | adafruit_rgb_display.ili9341.ILI9341.scroll?4(dy: Optional[int] = None) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10412 | adafruit_rgb_display.ili9341.ILI9341?1(spi: busio.SPI, dc: digitalio.DigitalInOut, cs: digitalio.DigitalInOut, rst: Optional[digitalio.DigitalInOut] = None, width: int = 240, height: int = 320, baudrate: int = 16000000, polarity: int = 0, phase: int = 0, rotation: int = 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:
diff
changeset
|
10413 | adafruit_rgb_display.rgb.Display._DECODE_PIXEL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10414 | adafruit_rgb_display.rgb.Display._ENCODE_PIXEL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10415 | adafruit_rgb_display.rgb.Display._ENCODE_POS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10416 | adafruit_rgb_display.rgb.Display._X_START?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10417 | adafruit_rgb_display.rgb.Display._Y_START?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10418 | adafruit_rgb_display.rgb.Display._block?5(x0: int, y0: int, x1: int, y1: int, data: Optional[ByteString] = None) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10419 | adafruit_rgb_display.rgb.Display._decode_pixel?5(data: Union[bytes, Union[bytearray, memoryview]]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10420 | adafruit_rgb_display.rgb.Display._encode_pixel?5(color: Union[int, Tuple]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10421 | adafruit_rgb_display.rgb.Display._encode_pos?5(x: int, y: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10422 | adafruit_rgb_display.rgb.Display.fill?4(color: Union[int, Tuple] = 0) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10423 | adafruit_rgb_display.rgb.Display.fill_rectangle?4(x: int, y: int, width: int, height: int, color: Union[int, Tuple]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10424 | adafruit_rgb_display.rgb.Display.hline?4(x: int, y: int, width: int, color: Union[int, Tuple]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10425 | adafruit_rgb_display.rgb.Display.image?4(img: Image, rotation: Optional[int] = None, x: int = 0, y: int = 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:
diff
changeset
|
10426 | adafruit_rgb_display.rgb.Display.init?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10427 | adafruit_rgb_display.rgb.Display.pixel?4(x: int, y: int, color: Optional[Union[int, Tuple]] = None) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10428 | adafruit_rgb_display.rgb.Display.read?4(command: Optional[int] = None, count: int = 0) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10429 | adafruit_rgb_display.rgb.Display.rotation?4(val: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10430 | adafruit_rgb_display.rgb.Display.vline?4(x: int, y: int, height: int, color: Union[int, Tuple]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10431 | adafruit_rgb_display.rgb.Display.write?4(command: Optional[int] = None, data: Optional[ByteString] = None) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10432 | adafruit_rgb_display.rgb.Display?1(width: int, height: int, rotation: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10433 | adafruit_rgb_display.rgb.DisplaySPI.read?4(command: Optional[int] = None, count: int = 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:
diff
changeset
|
10434 | adafruit_rgb_display.rgb.DisplaySPI.reset?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10435 | adafruit_rgb_display.rgb.DisplaySPI.write?4(command: Optional[int] = None, data: Optional[ByteString] = None) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10436 | adafruit_rgb_display.rgb.DisplaySPI?1(spi: busio.SPI, dc: digitalio.DigitalInOut, cs: digitalio.DigitalInOut, rst: Optional[digitalio.DigitalInOut] = None, width: int = 1, height: int = 1, baudrate: int = 12000000, polarity: int = 0, phase: int = 0, *, x_offset: int = 0, y_offset: int = 0, rotation: int = 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:
diff
changeset
|
10437 | adafruit_rgb_display.rgb.DummyPin.deinit?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10438 | adafruit_rgb_display.rgb.DummyPin.direction?4(val: digitalio.Direction) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10439 | adafruit_rgb_display.rgb.DummyPin.pull?4(val: digitalio.Pull) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10440 | adafruit_rgb_display.rgb.DummyPin.switch_to_input?4(*, pull: Optional[digitalio.Pull] = None) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10441 | adafruit_rgb_display.rgb.DummyPin.switch_to_output?4(*, value: bool = False, drive_mode: Optional[digitalio.DriveMode] = None) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10442 | adafruit_rgb_display.rgb.DummyPin.value?4(val: digitalio.DigitalInOut) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10443 | adafruit_rgb_display.rgb._BUFFER_SIZE?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10444 | adafruit_rgb_display.rgb.color565?4(r: Union[int, Tuple[int, int, int], List[int]], g: int = 0, b: int = 0, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10445 | adafruit_rgb_display.rgb.image_to_data?4(image: Image) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10446 | adafruit_rgb_display.s6d02a1.S6D02A1._COLUMN_SET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10447 | adafruit_rgb_display.s6d02a1.S6D02A1._ENCODE_PIXEL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10448 | adafruit_rgb_display.s6d02a1.S6D02A1._ENCODE_POS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10449 | adafruit_rgb_display.s6d02a1.S6D02A1._INIT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10450 | adafruit_rgb_display.s6d02a1.S6D02A1._PAGE_SET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10451 | adafruit_rgb_display.s6d02a1.S6D02A1._RAM_READ?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10452 | adafruit_rgb_display.s6d02a1.S6D02A1._RAM_WRITE?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10453 | adafruit_rgb_display.s6d02a1.S6D02A1?1(spi: busio.SPI, dc: digitalio.DigitalInOut, cs: digitalio.DigitalInOut, rst: Optional[digitalio.DigitalInOut] = None, width: int = 128, height: int = 160, rotation: int = 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:
diff
changeset
|
10454 | adafruit_rgb_display.s6d02a1._CASET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10455 | adafruit_rgb_display.s6d02a1._COLMOD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10456 | adafruit_rgb_display.s6d02a1._DISPON?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10457 | adafruit_rgb_display.s6d02a1._MADCTL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10458 | adafruit_rgb_display.s6d02a1._PASET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10459 | adafruit_rgb_display.s6d02a1._RAMRD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10460 | adafruit_rgb_display.s6d02a1._RAMWR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10461 | adafruit_rgb_display.s6d02a1._SLEEPOUT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10462 | adafruit_rgb_display.s6d02a1._SWRESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10463 | adafruit_rgb_display.ssd1331.SSD1331._COLUMN_SET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10464 | adafruit_rgb_display.ssd1331.SSD1331._ENCODE_PIXEL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10465 | adafruit_rgb_display.ssd1331.SSD1331._ENCODE_POS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10466 | adafruit_rgb_display.ssd1331.SSD1331._INIT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10467 | adafruit_rgb_display.ssd1331.SSD1331._PAGE_SET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10468 | adafruit_rgb_display.ssd1331.SSD1331._RAM_READ?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10469 | adafruit_rgb_display.ssd1331.SSD1331._RAM_WRITE?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10470 | adafruit_rgb_display.ssd1331.SSD1331.write?4(command: Optional[int] = None, data: Optional[ByteString] = None) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10471 | adafruit_rgb_display.ssd1331.SSD1331?1(spi: busio.SPI, dc: digitalio.DigitalInOut, cs: digitalio.DigitalInOut, rst: Optional[digitalio.DigitalInOut] = None, width: int = 96, height: int = 64, baudrate: int = 16000000, polarity: int = 0, phase: int = 0, *, rotation: int = 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:
diff
changeset
|
10472 | adafruit_rgb_display.ssd1331._CLOCKDIV?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10473 | adafruit_rgb_display.ssd1331._CONTRASTA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10474 | adafruit_rgb_display.ssd1331._CONTRASTB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10475 | adafruit_rgb_display.ssd1331._CONTRASTC?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10476 | adafruit_rgb_display.ssd1331._DISPLAYALLOFF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10477 | adafruit_rgb_display.ssd1331._DISPLAYALLON?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10478 | adafruit_rgb_display.ssd1331._DISPLAYOFF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10479 | adafruit_rgb_display.ssd1331._DISPLAYOFFSET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10480 | adafruit_rgb_display.ssd1331._DISPLAYON?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10481 | adafruit_rgb_display.ssd1331._DRAWLINE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10482 | adafruit_rgb_display.ssd1331._DRAWRECT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10483 | adafruit_rgb_display.ssd1331._FILL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10484 | adafruit_rgb_display.ssd1331._INVERTDISPLAY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10485 | adafruit_rgb_display.ssd1331._LOCK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10486 | adafruit_rgb_display.ssd1331._MASTERCURRENT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10487 | adafruit_rgb_display.ssd1331._NORMALDISPLAY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10488 | adafruit_rgb_display.ssd1331._PHASEPERIOD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10489 | adafruit_rgb_display.ssd1331._POWERMODE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10490 | adafruit_rgb_display.ssd1331._PRECHARGE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10491 | adafruit_rgb_display.ssd1331._PRECHARGEA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10492 | adafruit_rgb_display.ssd1331._PRECHARGEB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10493 | adafruit_rgb_display.ssd1331._PRECHARGEC?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10494 | adafruit_rgb_display.ssd1331._PRECHARGELEVEL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10495 | adafruit_rgb_display.ssd1331._SETCOLUMN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10496 | adafruit_rgb_display.ssd1331._SETMASTER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10497 | adafruit_rgb_display.ssd1331._SETMULTIPLEX?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10498 | adafruit_rgb_display.ssd1331._SETREMAP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10499 | adafruit_rgb_display.ssd1331._SETROW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10500 | adafruit_rgb_display.ssd1331._STARTLINE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10501 | adafruit_rgb_display.ssd1331._VCOMH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10502 | adafruit_rgb_display.ssd1351.SSD1351._COLUMN_SET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10503 | adafruit_rgb_display.ssd1351.SSD1351._ENCODE_PIXEL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10504 | adafruit_rgb_display.ssd1351.SSD1351._ENCODE_POS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10505 | adafruit_rgb_display.ssd1351.SSD1351._INIT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10506 | adafruit_rgb_display.ssd1351.SSD1351._PAGE_SET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10507 | adafruit_rgb_display.ssd1351.SSD1351._RAM_READ?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10508 | adafruit_rgb_display.ssd1351.SSD1351._RAM_WRITE?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10509 | adafruit_rgb_display.ssd1351.SSD1351?1(spi: busio.SPI, dc: digitalio.DigitalInOut, cs: digitalio.DigitalInOut, rst: Optional[digitalio.DigitalInOut] = None, width: int = 128, height: int = 128, baudrate: int = 16000000, polarity: int = 0, phase: int = 0, *, x_offset: int = 0, y_offset: int = 0, rotation: int = 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:
diff
changeset
|
10510 | adafruit_rgb_display.ssd1351._CLOCKDIV?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10511 | adafruit_rgb_display.ssd1351._COMMANDLOCK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10512 | adafruit_rgb_display.ssd1351._CONTRASTABC?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10513 | adafruit_rgb_display.ssd1351._CONTRASTMASTER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10514 | adafruit_rgb_display.ssd1351._DISPLAYALLOFF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10515 | adafruit_rgb_display.ssd1351._DISPLAYALLON?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10516 | adafruit_rgb_display.ssd1351._DISPLAYENHANCE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10517 | adafruit_rgb_display.ssd1351._DISPLAYOFF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10518 | adafruit_rgb_display.ssd1351._DISPLAYOFFSET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10519 | adafruit_rgb_display.ssd1351._DISPLAYON?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10520 | adafruit_rgb_display.ssd1351._FUNCTIONSELECT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10521 | adafruit_rgb_display.ssd1351._HORIZSCROLL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10522 | adafruit_rgb_display.ssd1351._INVERTDISPLAY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10523 | adafruit_rgb_display.ssd1351._MUXRATIO?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10524 | adafruit_rgb_display.ssd1351._NORMALDISPLAY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10525 | adafruit_rgb_display.ssd1351._PRECHARGE2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10526 | adafruit_rgb_display.ssd1351._PRECHARGE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10527 | adafruit_rgb_display.ssd1351._PRECHARGELEVEL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10528 | adafruit_rgb_display.ssd1351._READRAM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10529 | adafruit_rgb_display.ssd1351._SETCOLUMN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10530 | adafruit_rgb_display.ssd1351._SETGPIO?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10531 | adafruit_rgb_display.ssd1351._SETGRAY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10532 | adafruit_rgb_display.ssd1351._SETREMAP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10533 | adafruit_rgb_display.ssd1351._SETROW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10534 | adafruit_rgb_display.ssd1351._SETVSL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10535 | adafruit_rgb_display.ssd1351._STARTLINE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10536 | adafruit_rgb_display.ssd1351._STARTSCROLL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10537 | adafruit_rgb_display.ssd1351._STOPSCROLL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10538 | adafruit_rgb_display.ssd1351._USELUT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10539 | adafruit_rgb_display.ssd1351._VCOMH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10540 | adafruit_rgb_display.ssd1351._WRITERAM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10541 | adafruit_rgb_display.st7735.ST7735._COLUMN_SET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10542 | adafruit_rgb_display.st7735.ST7735._ENCODE_PIXEL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10543 | adafruit_rgb_display.st7735.ST7735._ENCODE_POS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10544 | adafruit_rgb_display.st7735.ST7735._INIT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10545 | adafruit_rgb_display.st7735.ST7735._PAGE_SET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10546 | adafruit_rgb_display.st7735.ST7735._RAM_READ?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10547 | adafruit_rgb_display.st7735.ST7735._RAM_WRITE?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10548 | adafruit_rgb_display.st7735.ST7735?1(spi: busio.SPI, dc: digitalio.DigitalInOut, cs: digitalio.DigitalInOut, rst: Optional[digitalio.DigitalInOut] = None, width: int = 128, height: int = 128, baudrate: int = 16000000, polarity: int = 0, phase: int = 0, *, x_offset: int = 0, y_offset: int = 0, rotation: int = 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:
diff
changeset
|
10549 | adafruit_rgb_display.st7735.ST7735R._INIT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10550 | adafruit_rgb_display.st7735.ST7735R.init?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10551 | adafruit_rgb_display.st7735.ST7735R?1(spi: busio.SPI, dc: digitalio.DigitalInOut, cs: digitalio.DigitalInOut, rst: Optional[digitalio.DigitalInOut] = None, width: int = 128, height: int = 160, baudrate: int = 16000000, polarity: int = 0, phase: int = 0, *, x_offset: int = 0, y_offset: int = 0, rotation: int = 0, bgr: bool = False, invert: 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:
diff
changeset
|
10552 | adafruit_rgb_display.st7735.ST7735S._INIT?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10553 | adafruit_rgb_display.st7735.ST7735S?1(spi: busio.SPI, dc: digitalio.DigitalInOut, cs: digitalio.DigitalInOut, bl: digitalio.DigitalInOut, rst: Optional[digitalio.DigitalInOut] = None, width: int = 128, height: int = 160, baudrate: int = 16000000, polarity: int = 0, phase: int = 0, *, x_offset: int = 2, y_offset: int = 1, rotation: int = 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:
diff
changeset
|
10554 | adafruit_rgb_display.st7735._CASET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10555 | adafruit_rgb_display.st7735._COLMOD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10556 | adafruit_rgb_display.st7735._DISPOFF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10557 | adafruit_rgb_display.st7735._DISPON?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10558 | adafruit_rgb_display.st7735._DISSET5?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10559 | adafruit_rgb_display.st7735._FRMCTR1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10560 | adafruit_rgb_display.st7735._FRMCTR2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10561 | adafruit_rgb_display.st7735._FRMCTR3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10562 | adafruit_rgb_display.st7735._GMCTRN1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10563 | adafruit_rgb_display.st7735._GMCTRP1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10564 | adafruit_rgb_display.st7735._INVCTR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10565 | adafruit_rgb_display.st7735._INVOFF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10566 | adafruit_rgb_display.st7735._INVON?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10567 | adafruit_rgb_display.st7735._MADCTL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10568 | adafruit_rgb_display.st7735._NOP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10569 | adafruit_rgb_display.st7735._NORON?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10570 | adafruit_rgb_display.st7735._PTLAR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10571 | adafruit_rgb_display.st7735._PTLON?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10572 | adafruit_rgb_display.st7735._PWCTR1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10573 | adafruit_rgb_display.st7735._PWCTR2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10574 | adafruit_rgb_display.st7735._PWCTR3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10575 | adafruit_rgb_display.st7735._PWCTR4?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10576 | adafruit_rgb_display.st7735._PWCTR5?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10577 | adafruit_rgb_display.st7735._PWCTR6?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10578 | adafruit_rgb_display.st7735._RAMRD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10579 | adafruit_rgb_display.st7735._RAMWR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10580 | adafruit_rgb_display.st7735._RASET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10581 | adafruit_rgb_display.st7735._RDDID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10582 | adafruit_rgb_display.st7735._RDDST?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10583 | adafruit_rgb_display.st7735._RDID1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10584 | adafruit_rgb_display.st7735._RDID2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10585 | adafruit_rgb_display.st7735._RDID3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10586 | adafruit_rgb_display.st7735._RDID4?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10587 | adafruit_rgb_display.st7735._SLPIN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10588 | adafruit_rgb_display.st7735._SLPOUT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10589 | adafruit_rgb_display.st7735._SWRESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10590 | adafruit_rgb_display.st7735._VMCTR1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10591 | adafruit_rgb_display.st7789.ST7789._COLUMN_SET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10592 | adafruit_rgb_display.st7789.ST7789._INIT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10593 | adafruit_rgb_display.st7789.ST7789._PAGE_SET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10594 | adafruit_rgb_display.st7789.ST7789._RAM_READ?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10595 | adafruit_rgb_display.st7789.ST7789._RAM_WRITE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10596 | adafruit_rgb_display.st7789.ST7789.init?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10597 | adafruit_rgb_display.st7789.ST7789?1(spi: busio.SPI, dc: digitalio.DigitalInOut, cs: digitalio.DigitalInOut, rst: Optional[digitalio.DigitalInOut] = None, width: int = 240, height: int = 320, baudrate: int = 16000000, polarity: int = 0, phase: int = 0, *, x_offset: int = 0, y_offset: int = 0, rotation: int = 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:
diff
changeset
|
10598 | adafruit_rgb_display.st7789._CASET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10599 | adafruit_rgb_display.st7789._COLMOD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10600 | adafruit_rgb_display.st7789._DISPOFF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10601 | adafruit_rgb_display.st7789._DISPON?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10602 | adafruit_rgb_display.st7789._DISSET5?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10603 | adafruit_rgb_display.st7789._FRMCTR1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10604 | adafruit_rgb_display.st7789._FRMCTR2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10605 | adafruit_rgb_display.st7789._FRMCTR3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10606 | adafruit_rgb_display.st7789._GMCTRN1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10607 | adafruit_rgb_display.st7789._GMCTRP1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10608 | adafruit_rgb_display.st7789._INVCTR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10609 | adafruit_rgb_display.st7789._INVOFF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10610 | adafruit_rgb_display.st7789._INVON?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10611 | adafruit_rgb_display.st7789._MADCTL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10612 | adafruit_rgb_display.st7789._NOP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10613 | adafruit_rgb_display.st7789._NORON?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10614 | adafruit_rgb_display.st7789._PTLAR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10615 | adafruit_rgb_display.st7789._PTLON?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10616 | adafruit_rgb_display.st7789._PWCTR1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10617 | adafruit_rgb_display.st7789._PWCTR2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10618 | adafruit_rgb_display.st7789._PWCTR3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10619 | adafruit_rgb_display.st7789._PWCTR4?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10620 | adafruit_rgb_display.st7789._PWCTR5?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10621 | adafruit_rgb_display.st7789._PWCTR6?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10622 | adafruit_rgb_display.st7789._RAMRD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10623 | adafruit_rgb_display.st7789._RAMWR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10624 | adafruit_rgb_display.st7789._RASET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10625 | adafruit_rgb_display.st7789._RDDID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10626 | adafruit_rgb_display.st7789._RDDST?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10627 | adafruit_rgb_display.st7789._RDID1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10628 | adafruit_rgb_display.st7789._RDID2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10629 | adafruit_rgb_display.st7789._RDID3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10630 | adafruit_rgb_display.st7789._RDID4?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10631 | adafruit_rgb_display.st7789._SLPIN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10632 | adafruit_rgb_display.st7789._SLPOUT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10633 | adafruit_rgb_display.st7789._SWRESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10634 | adafruit_rgb_display.st7789._VMCTR1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10635 | adafruit_rgbled.RGBLED.color?4(value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10636 | adafruit_rgbled.RGBLED.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:
diff
changeset
|
10637 | adafruit_rgbled.RGBLED?1(red_pin, green_pin, blue_pin, invert_pwm=False) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10638 | adafruit_rockblock.RockBlock._transfer_buffer?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10639 | adafruit_rockblock.RockBlock._uart_xfer?5(cmd: str) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10640 | adafruit_rockblock.RockBlock.data_in?4(buf: bytes) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10641 | adafruit_rockblock.RockBlock.data_out?4(buf: bytes) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10642 | adafruit_rockblock.RockBlock.energy_monitor?4(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:
diff
changeset
|
10643 | adafruit_rockblock.RockBlock.geolocation?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10644 | adafruit_rockblock.RockBlock.model?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10645 | adafruit_rockblock.RockBlock.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:
diff
changeset
|
10646 | adafruit_rockblock.RockBlock.revision?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10647 | adafruit_rockblock.RockBlock.ring_alert?4(value: Union[int, bool]) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10648 | adafruit_rockblock.RockBlock.ring_indication?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10649 | adafruit_rockblock.RockBlock.satellite_transfer?4(location: str = 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:
diff
changeset
|
10650 | adafruit_rockblock.RockBlock.serial_number?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10651 | adafruit_rockblock.RockBlock.signal_quality?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10652 | adafruit_rockblock.RockBlock.status?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10653 | adafruit_rockblock.RockBlock.system_time?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10654 | adafruit_rockblock.RockBlock.text_in?4(text: bytes) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10655 | adafruit_rockblock.RockBlock.text_out?4(text: str) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10656 | adafruit_rockblock.RockBlock?1(uart: Union[UART, Serial], baudrate: int = 19200) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10657 | adafruit_rplidar.DEFAULT_MOTOR_PWM?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10658 | adafruit_rplidar.DESCRIPTOR_LEN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10659 | adafruit_rplidar.ExpressPacket.from_string?4(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:
diff
changeset
|
10660 | adafruit_rplidar.ExpressPacket.sign?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10661 | adafruit_rplidar.ExpressPacket.sync1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10662 | adafruit_rplidar.ExpressPacket.sync2?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10663 | adafruit_rplidar.GET_HEALTH_BYTE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10664 | adafruit_rplidar.GET_INFO_BYTE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10665 | adafruit_rplidar.HEALTH_LEN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10666 | adafruit_rplidar.HEALTH_TYPE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10667 | adafruit_rplidar.INFO_LEN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10668 | adafruit_rplidar.INFO_TYPE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10669 | adafruit_rplidar.MAX_MOTOR_PWM?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10670 | adafruit_rplidar.RESET_BYTE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10671 | adafruit_rplidar.RPLidar._control_motor?5(val: bool) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10672 | adafruit_rplidar.RPLidar._read_descriptor?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10673 | adafruit_rplidar.RPLidar._read_response?5(dsize: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10674 | adafruit_rplidar.RPLidar._send_cmd?5(cmd: bytes) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10675 | adafruit_rplidar.RPLidar._send_payload_cmd?5(cmd: bytes, payload: bytes) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10676 | adafruit_rplidar.RPLidar._serial_port?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10677 | adafruit_rplidar.RPLidar.baudrate?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10678 | adafruit_rplidar.RPLidar.clear_input?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10679 | adafruit_rplidar.RPLidar.connect?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10680 | adafruit_rplidar.RPLidar.descriptor_size?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10681 | adafruit_rplidar.RPLidar.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:
diff
changeset
|
10682 | adafruit_rplidar.RPLidar.express_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:
diff
changeset
|
10683 | adafruit_rplidar.RPLidar.express_frame?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10684 | adafruit_rplidar.RPLidar.express_old_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:
diff
changeset
|
10685 | adafruit_rplidar.RPLidar.health?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10686 | adafruit_rplidar.RPLidar.info?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10687 | adafruit_rplidar.RPLidar.iter_measurements?4(max_buf_meas: int = 500, scan_type: int = SCAN_TYPE_NORMAL) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10688 | adafruit_rplidar.RPLidar.iter_measurments?4(max_buf_meas: int = 500) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10689 | adafruit_rplidar.RPLidar.iter_scans?4(max_buf_meas: int = 500, min_len: int = 5) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10690 | adafruit_rplidar.RPLidar.log?4(level: str, msg: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10691 | adafruit_rplidar.RPLidar.log_bytes?4(level: str, msg: str, ba: bytes) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10692 | adafruit_rplidar.RPLidar.motor?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10693 | adafruit_rplidar.RPLidar.motor_pin?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10694 | adafruit_rplidar.RPLidar.port?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10695 | adafruit_rplidar.RPLidar.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:
diff
changeset
|
10696 | adafruit_rplidar.RPLidar.scan_type?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10697 | adafruit_rplidar.RPLidar.scanning?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10698 | adafruit_rplidar.RPLidar.set_pwm?4(pwm: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10699 | adafruit_rplidar.RPLidar.start?4(scan_type: int = SCAN_TYPE_NORMAL) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10700 | adafruit_rplidar.RPLidar.start_motor?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10701 | adafruit_rplidar.RPLidar.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:
diff
changeset
|
10702 | adafruit_rplidar.RPLidar.stop_motor?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10703 | adafruit_rplidar.RPLidar.timeout?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10704 | adafruit_rplidar.RPLidar?1(motor_pin: DigitalInOut, port: UART, baudrate: int = 115200, timeout: float = 1, logging: 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:
diff
changeset
|
10705 | adafruit_rplidar.SCAN_TYPE_EXPRESS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10706 | adafruit_rplidar.SCAN_TYPE_FORCE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10707 | adafruit_rplidar.SCAN_TYPE_NORMAL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10708 | adafruit_rplidar.SET_PWM_BYTE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10709 | adafruit_rplidar.STOP_BYTE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10710 | adafruit_rplidar.SYNC_BYTE2?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10711 | adafruit_rplidar.SYNC_BYTE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10712 | adafruit_rplidar._HEALTH_STATUSES?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10713 | adafruit_rplidar._SCAN_TYPES?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10714 | adafruit_rplidar._process_express_scan?5(data: "ExpressPacket", new_angle: float, frame: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10715 | adafruit_rplidar._process_scan?5(raw: bytes) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10716 | adafruit_rplidar.express_packet?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10717 | adafruit_rsa._compat.INTEGER_TYPES?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10718 | adafruit_rsa._compat.MAX_INT16?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10719 | adafruit_rsa._compat.MAX_INT32?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10720 | adafruit_rsa._compat.MAX_INT64?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10721 | adafruit_rsa._compat.MAX_INT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10722 | adafruit_rsa._compat.byte?4(num: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10723 | adafruit_rsa._compat.get_word_alignment?4(num: int, force_arch: int = 64, _machine_word_size: Literal[64, 32] = MACHINE_WORD_SIZE, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10724 | adafruit_rsa._compat.is_bytes?4(obj: Any) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10725 | adafruit_rsa._compat.is_integer?4(obj: Any) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10726 | adafruit_rsa._compat.write_to_stdout?4(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:
diff
changeset
|
10727 | adafruit_rsa._compat.xor_bytes?4(bytes_1: bytes, bytes_2: bytes) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10728 | adafruit_rsa.asn1.AsnPubKey.componentType?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10729 | adafruit_rsa.asn1.OpenSSLPubKey.componentType?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10730 | adafruit_rsa.asn1.OpenSSLPubKey.implicitTag?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10731 | adafruit_rsa.asn1.PubKeyHeader.componentType?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10732 | adafruit_rsa.common.NotRelativePrimeError?1(a: int, b: int, d: int, msg: 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:
diff
changeset
|
10733 | adafruit_rsa.common.bit_length?4(int_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:
diff
changeset
|
10734 | adafruit_rsa.common.bit_size?4(num: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10735 | adafruit_rsa.common.byte_size?4(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:
diff
changeset
|
10736 | adafruit_rsa.common.ceil_div?4(num: int, div: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10737 | adafruit_rsa.common.crt?4(a_values: Sequence[int], modulo_values: 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:
diff
changeset
|
10738 | adafruit_rsa.common.extended_gcd?4(a: int, b: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10739 | adafruit_rsa.common.inverse?4(x: int, 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:
diff
changeset
|
10740 | adafruit_rsa.core.assert_int?4(var: Any, name: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10741 | adafruit_rsa.core.decrypt_int?4(cyphertext: int, dkey: int, 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:
diff
changeset
|
10742 | adafruit_rsa.core.encrypt_int?4(message: int, ekey: int, 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:
diff
changeset
|
10743 | adafruit_rsa.core.fast_pow?4(x: int, e: int, 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:
diff
changeset
|
10744 | adafruit_rsa.key.AbstractKey._assert_format_exists?5(methods: Dict[str, Callable]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10745 | adafruit_rsa.key.AbstractKey._load_pkcs1_der?5(keyfile: bytes) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10746 | adafruit_rsa.key.AbstractKey._load_pkcs1_pem?5(keyfile: bytes) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10747 | adafruit_rsa.key.AbstractKey._save_pkcs1_der?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10748 | adafruit_rsa.key.AbstractKey._save_pkcs1_pem?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10749 | adafruit_rsa.key.AbstractKey.blind?4(message: int, r: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10750 | adafruit_rsa.key.AbstractKey.load_pkcs1?4(keyfile: bytes, format: Literal["PEM", "DER"] = "PEM") |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10751 | adafruit_rsa.key.AbstractKey.save_pkcs1?4(format: Literal["PEM", "DER"] = "PEM") |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10752 | adafruit_rsa.key.AbstractKey.unblind?4(blinded: int, r: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10753 | adafruit_rsa.key.AbstractKey?1(n: int, e: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10754 | adafruit_rsa.key.AsnPrivKey.componentType?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10755 | adafruit_rsa.key.DEFAULT_EXPONENT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10756 | adafruit_rsa.key.PrivateKey._load_pkcs1_der?5(keyfile: bytes) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10757 | adafruit_rsa.key.PrivateKey._load_pkcs1_pem?5(keyfile: bytes) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10758 | adafruit_rsa.key.PrivateKey._save_pkcs1_der?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10759 | adafruit_rsa.key.PrivateKey._save_pkcs1_pem?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10760 | adafruit_rsa.key.PrivateKey.blinded_decrypt?4(encrypted: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10761 | adafruit_rsa.key.PrivateKey.blinded_encrypt?4(message: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10762 | adafruit_rsa.key.PrivateKey?1(n: int, e: int, d: int, p: int, q: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10763 | adafruit_rsa.key.PublicKey._load_pkcs1_der?5(keyfile: bytes) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10764 | adafruit_rsa.key.PublicKey._load_pkcs1_pem?5(keyfile: bytes) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10765 | adafruit_rsa.key.PublicKey._save_pkcs1_der?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10766 | adafruit_rsa.key.PublicKey._save_pkcs1_pem?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10767 | adafruit_rsa.key.PublicKey.load_pkcs1_openssl_der?4(keyfile: bytes) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10768 | adafruit_rsa.key.PublicKey.load_pkcs1_openssl_pem?4(keyfile: bytes) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10769 | adafruit_rsa.key.calculate_keys?4(p: int, q: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10770 | adafruit_rsa.key.calculate_keys_custom_exponent?4(p: int, q: int, exponent: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10771 | adafruit_rsa.key.find_p_q?4(nbits: int, getprime_func: Callable[[int], int] = adafruit_rsa.prime.getprime, accurate: 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:
diff
changeset
|
10772 | adafruit_rsa.key.gen_keys?4(nbits: int, getprime_func: Callable[[int], int], accurate: bool = True, exponent: int = DEFAULT_EXPONENT, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10773 | adafruit_rsa.key.is_acceptable?4(p: int, q: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10774 | adafruit_rsa.key.log?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10775 | adafruit_rsa.key.newkeys?4(nbits: int, accurate: bool = True, poolsize: int = 1, exponent: int = DEFAULT_EXPONENT, log_level: str = "INFO", ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10776 | adafruit_rsa.machine_size.MAX_INT16?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10777 | adafruit_rsa.machine_size.MAX_INT32?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10778 | adafruit_rsa.machine_size.MAX_INT64?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10779 | adafruit_rsa.machine_size.MAX_INT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10780 | adafruit_rsa.machine_size.get_word_alignment?4(num: int, force_arch: int = 64, _machine_word_size: Literal[64, 32] = MACHINE_WORD_SIZE, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10781 | adafruit_rsa.pem._markers?5(pem_marker: Union[bytes, str]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10782 | adafruit_rsa.pem.load_pem?4(contents: Union[bytes, str], pem_marker: Union[bytes, str]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10783 | adafruit_rsa.pem.save_pem?4(contents: bytes, pem_marker: Union[bytes, str]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10784 | adafruit_rsa.pkcs1.HASH_ASN1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10785 | adafruit_rsa.pkcs1.HASH_METHODS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10786 | adafruit_rsa.pkcs1._FileLikeObject.read?4(blocksize: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10787 | adafruit_rsa.pkcs1._find_method_hash?5(clearsig: bytes) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10788 | adafruit_rsa.pkcs1._pad_for_encryption?5(message: bytes, target_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:
diff
changeset
|
10789 | adafruit_rsa.pkcs1._pad_for_signing?5(message: bytes, target_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:
diff
changeset
|
10790 | adafruit_rsa.pkcs1.compute_hash?4(message: Union[bytes, str, _FileLikeObject], method_name: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10791 | adafruit_rsa.pkcs1.decrypt?4(crypto: bytes, priv_key: PrivateKey) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10792 | adafruit_rsa.pkcs1.encrypt?4(message: bytes, pub_key: PublicKey) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10793 | adafruit_rsa.pkcs1.find_signature_hash?4(signature: bytes, pub_key: PublicKey) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10794 | adafruit_rsa.pkcs1.sign?4(message: Union[bytes, _FileLikeObject], priv_key: PrivateKey, hash_method: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10795 | adafruit_rsa.pkcs1.sign_hash?4(hash_value: Optional[bytes], priv_key: PrivateKey, hash_method: Literal["MD5", "SHA-1", "SHA-224", "SHA-256", "SHA-384", "SHA-512"], ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10796 | adafruit_rsa.pkcs1.verify?4(message: Union[bytes, _FileLikeObject], signature: bytes, pub_key: PublicKey) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10797 | adafruit_rsa.pkcs1.yield_fixedblocks?4(infile: _FileLikeObject, blocksize: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10798 | adafruit_rsa.prime.are_relatively_prime?4(a: int, b: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10799 | adafruit_rsa.prime.gcd?4(p: int, q: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10800 | adafruit_rsa.prime.get_primality_testing_rounds?4(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:
diff
changeset
|
10801 | adafruit_rsa.prime.getprime?4(nbits: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10802 | adafruit_rsa.prime.is_prime?4(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:
diff
changeset
|
10803 | adafruit_rsa.prime.miller_rabin_primality_testing?4(n: int, 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:
diff
changeset
|
10804 | adafruit_rsa.prime.pow_mod?4(x: int, y: int, z: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10805 | adafruit_rsa.randnum.randint?4(maxvalue: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10806 | adafruit_rsa.randnum.read_random_bits?4(nbits: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10807 | adafruit_rsa.randnum.read_random_int?4(nbits: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10808 | adafruit_rsa.randnum.read_random_odd_int?4(nbits: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10809 | adafruit_rsa.transform._int2bytes?5(number: int, block_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:
diff
changeset
|
10810 | adafruit_rsa.transform.bytes2int?4(raw_bytes: bytes) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10811 | adafruit_rsa.transform.bytes_leading?4(raw_bytes: bytes, needle: bytes = b"\x00") |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10812 | adafruit_rsa.transform.int2bytes?4(number: int, fill_size: Optional[int] = None, chunk_size: Optional[int] = None, overflow: 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:
diff
changeset
|
10813 | adafruit_rtttl.AUDIOIO_AVAILABLE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10814 | adafruit_rtttl.PIANO?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10815 | adafruit_rtttl.WAVEFORM_AVAILABLE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10816 | adafruit_rtttl._get_wave?5(tune: str, octave: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10817 | adafruit_rtttl._parse_note?5(note: str, duration: int = 2, octave: int = 6) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10818 | adafruit_rtttl._play_to_pin?5(tune: str, base_tone: Union[pwmio.PWMOut, AudioOut], min_freq: float, duration: int, octave: int, tempo: int, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10819 | adafruit_rtttl.play?4(pin, rtttl: str, octave: Optional[int] = None, duration: Optional[int] = None, tempo: 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:
diff
changeset
|
10820 | adafruit_scd30.SCD30.CO2?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10821 | adafruit_scd30.SCD30._check_crc?5(data_bytes: ReadableBuffer, crc: 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:
diff
changeset
|
10822 | adafruit_scd30.SCD30._crc8?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10823 | adafruit_scd30.SCD30._read_data?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10824 | adafruit_scd30.SCD30._read_register?5(reg_addr: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10825 | adafruit_scd30.SCD30._send_command?5(command: int, arguments: Optional[int] = None) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10826 | adafruit_scd30.SCD30.altitude?4(altitude: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10827 | adafruit_scd30.SCD30.ambient_pressure?4(pressure_mbar: 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:
diff
changeset
|
10828 | adafruit_scd30.SCD30.data_available?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10829 | adafruit_scd30.SCD30.forced_recalibration_reference?4(reference_value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10830 | adafruit_scd30.SCD30.measurement_interval?4(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:
diff
changeset
|
10831 | adafruit_scd30.SCD30.relative_humidity?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10832 | adafruit_scd30.SCD30.reset?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10833 | adafruit_scd30.SCD30.self_calibration_enabled?4(enabled: bool) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10834 | adafruit_scd30.SCD30.temperature?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10835 | adafruit_scd30.SCD30.temperature_offset?4(offset: Union[float, int]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10836 | adafruit_scd30.SCD30?1(i2c_bus: I2C, ambient_pressure: int = 0, address: int = SCD30_DEFAULT_ADDR) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10837 | adafruit_scd30.SCD30_DEFAULT_ADDR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10838 | adafruit_scd30._CMD_AUTOMATIC_SELF_CALIBRATION?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10839 | adafruit_scd30._CMD_CONTINUOUS_MEASUREMENT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10840 | adafruit_scd30._CMD_GET_DATA_READY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10841 | adafruit_scd30._CMD_READ_MEASUREMENT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10842 | adafruit_scd30._CMD_SET_ALTITUDE_COMPENSATION?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10843 | adafruit_scd30._CMD_SET_FORCED_RECALIBRATION_FACTOR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10844 | adafruit_scd30._CMD_SET_MEASUREMENT_INTERVAL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10845 | adafruit_scd30._CMD_SET_TEMPERATURE_OFFSET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10846 | adafruit_scd30._CMD_SOFT_RESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10847 | adafruit_scd4x.SCD4X.CO2?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10848 | adafruit_scd4x.SCD4X._check_buffer_crc?5(buf: bytearray) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10849 | adafruit_scd4x.SCD4X._crc8?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10850 | adafruit_scd4x.SCD4X._read_data?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10851 | adafruit_scd4x.SCD4X._read_reply?5(buff, num) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10852 | adafruit_scd4x.SCD4X._send_command?5(cmd: int, cmd_delay: float = 0) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10853 | adafruit_scd4x.SCD4X._set_command_value?5(cmd, value, cmd_delay=0) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10854 | adafruit_scd4x.SCD4X.altitude?4(height: 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:
diff
changeset
|
10855 | adafruit_scd4x.SCD4X.data_ready?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10856 | adafruit_scd4x.SCD4X.factory_reset?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10857 | adafruit_scd4x.SCD4X.force_calibration?4(target_co2: 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:
diff
changeset
|
10858 | adafruit_scd4x.SCD4X.persist_settings?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10859 | adafruit_scd4x.SCD4X.reinit?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10860 | adafruit_scd4x.SCD4X.relative_humidity?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10861 | adafruit_scd4x.SCD4X.self_calibration_enabled?4(enabled: bool) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10862 | adafruit_scd4x.SCD4X.self_test?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10863 | adafruit_scd4x.SCD4X.serial_number?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10864 | adafruit_scd4x.SCD4X.set_ambient_pressure?4(ambient_pressure: 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:
diff
changeset
|
10865 | adafruit_scd4x.SCD4X.start_low_periodic_measurement?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10866 | adafruit_scd4x.SCD4X.start_periodic_measurement?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10867 | adafruit_scd4x.SCD4X.stop_periodic_measurement?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10868 | adafruit_scd4x.SCD4X.temperature?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10869 | adafruit_scd4x.SCD4X.temperature_offset?4(offset: Union[int, float]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10870 | adafruit_scd4x.SCD4X?1(i2c_bus: I2C, address: int = SCD4X_DEFAULT_ADDR) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10871 | adafruit_scd4x.SCD4X_DEFAULT_ADDR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10872 | adafruit_scd4x._SCD4X_DATAREADY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10873 | adafruit_scd4x._SCD4X_FACTORYRESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10874 | adafruit_scd4x._SCD4X_FORCEDRECAL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10875 | adafruit_scd4x._SCD4X_GETALTITUDE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10876 | adafruit_scd4x._SCD4X_GETASCE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10877 | adafruit_scd4x._SCD4X_GETTEMPOFFSET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10878 | adafruit_scd4x._SCD4X_PERSISTSETTINGS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10879 | adafruit_scd4x._SCD4X_READMEASUREMENT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10880 | adafruit_scd4x._SCD4X_REINIT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10881 | adafruit_scd4x._SCD4X_SELFTEST?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10882 | adafruit_scd4x._SCD4X_SERIALNUMBER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10883 | adafruit_scd4x._SCD4X_SETALTITUDE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10884 | adafruit_scd4x._SCD4X_SETASCE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10885 | adafruit_scd4x._SCD4X_SETPRESSURE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10886 | adafruit_scd4x._SCD4X_SETTEMPOFFSET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10887 | adafruit_scd4x._SCD4X_STARTLOWPOWERPERIODICMEASUREMENT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10888 | adafruit_scd4x._SCD4X_STARTPERIODICMEASUREMENT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10889 | adafruit_scd4x._SCD4X_STOPPERIODICMEASUREMENT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10890 | adafruit_sdcard.CRC_TABLE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10891 | adafruit_sdcard.SDCard._block_cmd?5(card: SPI, cmd: int, block: int, crc: int, response_buf: Optional[WriteableBuffer] = None, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10892 | adafruit_sdcard.SDCard._cmd?5(card: SPI, cmd: int, arg: Union[int, ReadableBuffer] = 0, crc: int = 0, response_buf: Optional[WriteableBuffer] = None, data_block: bool = True, wait: 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:
diff
changeset
|
10893 | adafruit_sdcard.SDCard._cmd_nodata?5(card: SPI, cmd: int, response: int = 0xFF) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10894 | adafruit_sdcard.SDCard._init_card?5(chip_select: DigitalInOut) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10895 | adafruit_sdcard.SDCard._init_card_v1?5(card: SPI) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10896 | adafruit_sdcard.SDCard._init_card_v2?5(card: SPI) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10897 | adafruit_sdcard.SDCard._readinto?5(card: SPI, buf: WriteableBuffer, start: int = 0, 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:
diff
changeset
|
10898 | adafruit_sdcard.SDCard._wait_for_ready?5(card: SPI, timeout: float = 0.3) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10899 | adafruit_sdcard.SDCard._write?5(card: SPI, token: int, buf: ReadableBuffer, start: int = 0, 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:
diff
changeset
|
10900 | adafruit_sdcard.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:
diff
changeset
|
10901 | adafruit_sdcard.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:
diff
changeset
|
10902 | adafruit_sdcard.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:
diff
changeset
|
10903 | adafruit_sdcard.SDCard?1(spi: SPI, cs: DigitalInOut, baudrate: int = 1320000) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10904 | adafruit_sdcard._CMD_TIMEOUT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10905 | adafruit_sdcard._R1_IDLE_STATE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10906 | adafruit_sdcard._R1_ILLEGAL_COMMAND?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10907 | adafruit_sdcard._TOKEN_CMD25?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10908 | adafruit_sdcard._TOKEN_DATA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10909 | adafruit_sdcard._TOKEN_STOP_TRAN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10910 | adafruit_sdcard._calculate_crc_table?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10911 | adafruit_sdcard.calculate_crc?4(message: ReadableBuffer) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10912 | adafruit_seesaw.analoginput.AnalogInput.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:
diff
changeset
|
10913 | adafruit_seesaw.analoginput.AnalogInput.reference_voltage?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10914 | adafruit_seesaw.analoginput.AnalogInput.value?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10915 | adafruit_seesaw.analoginput.AnalogInput?1(seesaw, pin, delay=0.008) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10916 | adafruit_seesaw.attiny8x7.ATtiny8x7_Pinmap.analog_pins?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10917 | adafruit_seesaw.attiny8x7.ATtiny8x7_Pinmap.pwm_pins?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10918 | adafruit_seesaw.attiny8x7.ATtiny8x7_Pinmap.pwm_width?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10919 | adafruit_seesaw.attiny8x7.ATtiny8x7_Pinmap.touch_pins?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10920 | adafruit_seesaw.attinyx16.ATtinyx16_Pinmap.analog_pins?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10921 | adafruit_seesaw.attinyx16.ATtinyx16_Pinmap.pwm_pins?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10922 | adafruit_seesaw.attinyx16.ATtinyx16_Pinmap.pwm_width?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10923 | adafruit_seesaw.attinyx16.ATtinyx16_Pinmap.touch_pins?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:
diff
changeset
|
10924 | adafruit_seesaw.crickit.Crickit_Pinmap.analog_pins?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10925 | adafruit_seesaw.crickit.Crickit_Pinmap.pwm_pins?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10926 | adafruit_seesaw.crickit.Crickit_Pinmap.pwm_width?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10927 | adafruit_seesaw.crickit.Crickit_Pinmap.touch_pins?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10928 | adafruit_seesaw.crickit._CRICKIT_CAPTOUCH1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10929 | adafruit_seesaw.crickit._CRICKIT_CAPTOUCH2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10930 | adafruit_seesaw.crickit._CRICKIT_CAPTOUCH3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10931 | adafruit_seesaw.crickit._CRICKIT_CAPTOUCH4?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10932 | adafruit_seesaw.crickit._CRICKIT_DRIVE1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10933 | adafruit_seesaw.crickit._CRICKIT_DRIVE2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10934 | adafruit_seesaw.crickit._CRICKIT_DRIVE3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10935 | adafruit_seesaw.crickit._CRICKIT_DRIVE4?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10936 | adafruit_seesaw.crickit._CRICKIT_MOTOR1A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10937 | adafruit_seesaw.crickit._CRICKIT_MOTOR1B?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10938 | adafruit_seesaw.crickit._CRICKIT_MOTOR2A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10939 | adafruit_seesaw.crickit._CRICKIT_MOTOR2B?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10940 | adafruit_seesaw.crickit._CRICKIT_SERVO1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10941 | adafruit_seesaw.crickit._CRICKIT_SERVO2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10942 | adafruit_seesaw.crickit._CRICKIT_SERVO3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10943 | adafruit_seesaw.crickit._CRICKIT_SERVO4?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10944 | adafruit_seesaw.crickit._CRICKIT_SIGNAL1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10945 | adafruit_seesaw.crickit._CRICKIT_SIGNAL2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10946 | adafruit_seesaw.crickit._CRICKIT_SIGNAL3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10947 | adafruit_seesaw.crickit._CRICKIT_SIGNAL4?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10948 | adafruit_seesaw.crickit._CRICKIT_SIGNAL5?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10949 | adafruit_seesaw.crickit._CRICKIT_SIGNAL6?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10950 | adafruit_seesaw.crickit._CRICKIT_SIGNAL7?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10951 | adafruit_seesaw.crickit._CRICKIT_SIGNAL8?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10952 | adafruit_seesaw.crickit.const?4(x) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10953 | adafruit_seesaw.digitalio.DigitalIO.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:
diff
changeset
|
10954 | adafruit_seesaw.digitalio.DigitalIO.direction?4(value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10955 | adafruit_seesaw.digitalio.DigitalIO.drive_mode?4(mode) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10956 | adafruit_seesaw.digitalio.DigitalIO.pull?4(mode) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10957 | adafruit_seesaw.digitalio.DigitalIO.switch_to_input?4(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:
diff
changeset
|
10958 | adafruit_seesaw.digitalio.DigitalIO.switch_to_output?4(value=False, drive_mode=digitalio.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:
diff
changeset
|
10959 | adafruit_seesaw.digitalio.DigitalIO.value?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:
diff
changeset
|
10960 | adafruit_seesaw.digitalio.DigitalIO?1(seesaw, pin) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10961 | adafruit_seesaw.keypad.KeyEvent?1(num, edge) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10962 | adafruit_seesaw.keypad.Keypad.EDGE_FALLING?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10963 | adafruit_seesaw.keypad.Keypad.EDGE_HIGH?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10964 | adafruit_seesaw.keypad.Keypad.EDGE_LOW?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10965 | adafruit_seesaw.keypad.Keypad.EDGE_RISING?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10966 | adafruit_seesaw.keypad.Keypad.count?4(value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10967 | adafruit_seesaw.keypad.Keypad.interrupt_enabled?4(value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10968 | adafruit_seesaw.keypad.Keypad.read_keypad?4(num) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10969 | adafruit_seesaw.keypad.Keypad.set_event?4(key, edge, enable) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10970 | adafruit_seesaw.keypad.Keypad?1(i2c_bus, addr=0x49, drdy=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10971 | adafruit_seesaw.keypad._KEYPAD_BASE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10972 | adafruit_seesaw.keypad._KEYPAD_COUNT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10973 | adafruit_seesaw.keypad._KEYPAD_EVENT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10974 | adafruit_seesaw.keypad._KEYPAD_FIFO?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10975 | adafruit_seesaw.keypad._KEYPAD_INTENCLR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10976 | adafruit_seesaw.keypad._KEYPAD_INTENSET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10977 | adafruit_seesaw.keypad._KEYPAD_STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10978 | adafruit_seesaw.keypad.const?4(x) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10979 | adafruit_seesaw.neopixel.GRB?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10980 | adafruit_seesaw.neopixel.GRBW?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10981 | adafruit_seesaw.neopixel.NeoPixel._transmit?5(buffer: bytearray) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10982 | adafruit_seesaw.neopixel.NeoPixel.deinit?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10983 | adafruit_seesaw.neopixel.NeoPixel?1(seesaw, pin, n, *, bpp=None, brightness=1.0, auto_write=True, pixel_order="GRB") |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10984 | adafruit_seesaw.neopixel.RGB?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10985 | adafruit_seesaw.neopixel.RGBW?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10986 | adafruit_seesaw.neopixel._NEOPIXEL_BASE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10987 | adafruit_seesaw.neopixel._NEOPIXEL_BUF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10988 | adafruit_seesaw.neopixel._NEOPIXEL_BUF_LENGTH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10989 | adafruit_seesaw.neopixel._NEOPIXEL_PIN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10990 | adafruit_seesaw.neopixel._NEOPIXEL_SHOW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10991 | adafruit_seesaw.neopixel._NEOPIXEL_SPEED?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10992 | adafruit_seesaw.neopixel._NEOPIXEL_STATUS?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
10993 | adafruit_seesaw.neopixel._OUTPUT_BUFFER_SIZE?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:
diff
changeset
|
10994 | adafruit_seesaw.neopixel.const?4(x) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10995 | adafruit_seesaw.pwmout.PWMOut.duty_cycle?4(value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10996 | adafruit_seesaw.pwmout.PWMOut.fraction?4(value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10997 | adafruit_seesaw.pwmout.PWMOut.frequency?4(frequency) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10998 | adafruit_seesaw.pwmout.PWMOut?1(seesaw, pin) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10999 | adafruit_seesaw.robohat.MM1_Pinmap.analog_pins?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11000 | adafruit_seesaw.robohat.MM1_Pinmap.pwm_pins?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11001 | adafruit_seesaw.robohat.MM1_Pinmap.pwm_width?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11002 | adafruit_seesaw.robohat.MM1_Pinmap.touch_pins?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11003 | adafruit_seesaw.robohat._MM1_D0?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11004 | adafruit_seesaw.robohat._MM1_D10?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11005 | adafruit_seesaw.robohat._MM1_D11?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11006 | adafruit_seesaw.robohat._MM1_D12?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11007 | adafruit_seesaw.robohat._MM1_D13?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11008 | adafruit_seesaw.robohat._MM1_D14?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11009 | adafruit_seesaw.robohat._MM1_D1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11010 | adafruit_seesaw.robohat._MM1_D2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11011 | adafruit_seesaw.robohat._MM1_D3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11012 | adafruit_seesaw.robohat._MM1_D4?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11013 | adafruit_seesaw.robohat._MM1_D5?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11014 | adafruit_seesaw.robohat._MM1_D6?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11015 | adafruit_seesaw.robohat._MM1_D7?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11016 | adafruit_seesaw.robohat._MM1_D8?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11017 | adafruit_seesaw.robohat._MM1_D9?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11018 | adafruit_seesaw.robohat._MM1_RCH1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11019 | adafruit_seesaw.robohat._MM1_RCH2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11020 | adafruit_seesaw.robohat._MM1_RCH3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11021 | adafruit_seesaw.robohat._MM1_RCH4?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11022 | adafruit_seesaw.robohat._MM1_SERVO1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11023 | adafruit_seesaw.robohat._MM1_SERVO2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11024 | adafruit_seesaw.robohat._MM1_SERVO3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11025 | adafruit_seesaw.robohat._MM1_SERVO4?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11026 | adafruit_seesaw.robohat._MM1_SERVO5?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11027 | adafruit_seesaw.robohat._MM1_SERVO6?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11028 | adafruit_seesaw.robohat._MM1_SERVO7?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11029 | adafruit_seesaw.robohat._MM1_SERVO8?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11030 | adafruit_seesaw.robohat.const?4(x) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11031 | adafruit_seesaw.rotaryio.IncrementalEncoder.position?4(value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11032 | adafruit_seesaw.rotaryio.IncrementalEncoder?1(seesaw, encoder=0) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11033 | adafruit_seesaw.samd09.SAMD09_Pinmap.analog_pins?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11034 | adafruit_seesaw.samd09.SAMD09_Pinmap.pwm_pins?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11035 | adafruit_seesaw.samd09.SAMD09_Pinmap.pwm_width?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11036 | adafruit_seesaw.samd09.SAMD09_Pinmap.touch_pins?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11037 | adafruit_seesaw.samd09._ADC_INPUT_0_PIN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11038 | adafruit_seesaw.samd09._ADC_INPUT_1_PIN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11039 | adafruit_seesaw.samd09._ADC_INPUT_2_PIN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11040 | adafruit_seesaw.samd09._ADC_INPUT_3_PIN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11041 | adafruit_seesaw.samd09._PWM_0_PIN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11042 | adafruit_seesaw.samd09._PWM_1_PIN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11043 | adafruit_seesaw.samd09._PWM_2_PIN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11044 | adafruit_seesaw.samd09._PWM_3_PIN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11045 | adafruit_seesaw.samd09.const?4(x) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11046 | adafruit_seesaw.seesaw.Seesaw.INPUT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11047 | adafruit_seesaw.seesaw.Seesaw.INPUT_PULLDOWN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11048 | adafruit_seesaw.seesaw.Seesaw.INPUT_PULLUP?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11049 | adafruit_seesaw.seesaw.Seesaw.OUTPUT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11050 | adafruit_seesaw.seesaw.Seesaw._pin_mode_bulk_x?5(capacity, offset, pins, mode) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11051 | adafruit_seesaw.seesaw.Seesaw.analog_read?4(pin, delay=0.008) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11052 | adafruit_seesaw.seesaw.Seesaw.analog_write?4(pin, value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11053 | adafruit_seesaw.seesaw.Seesaw.digital_read?4(pin) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11054 | adafruit_seesaw.seesaw.Seesaw.digital_read_bulk?4(pins, delay=0.008) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11055 | adafruit_seesaw.seesaw.Seesaw.digital_read_bulk_b?4(pins, delay=0.008) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11056 | adafruit_seesaw.seesaw.Seesaw.digital_write?4(pin, value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11057 | adafruit_seesaw.seesaw.Seesaw.digital_write_bulk?4(pins, value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11058 | adafruit_seesaw.seesaw.Seesaw.digital_write_bulk_b?4(pins, value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11059 | adafruit_seesaw.seesaw.Seesaw.disable_encoder_interrupt?4(encoder=0) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11060 | adafruit_seesaw.seesaw.Seesaw.eeprom_read8?4(addr) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11061 | adafruit_seesaw.seesaw.Seesaw.eeprom_write8?4(addr, val) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11062 | adafruit_seesaw.seesaw.Seesaw.eeprom_write?4(addr, buf) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11063 | adafruit_seesaw.seesaw.Seesaw.enable_encoder_interrupt?4(encoder=0) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11064 | adafruit_seesaw.seesaw.Seesaw.encoder_delta?4(encoder=0) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11065 | adafruit_seesaw.seesaw.Seesaw.encoder_position?4(encoder=0) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11066 | adafruit_seesaw.seesaw.Seesaw.get_GPIO_interrupt_flag?4(delay=0.008) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11067 | adafruit_seesaw.seesaw.Seesaw.get_i2c_addr?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11068 | adafruit_seesaw.seesaw.Seesaw.get_options?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11069 | adafruit_seesaw.seesaw.Seesaw.get_temp?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11070 | adafruit_seesaw.seesaw.Seesaw.get_version?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11071 | adafruit_seesaw.seesaw.Seesaw.moisture_read?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11072 | adafruit_seesaw.seesaw.Seesaw.pin_mode?4(pin, mode) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11073 | adafruit_seesaw.seesaw.Seesaw.pin_mode_bulk?4(pins, mode) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11074 | adafruit_seesaw.seesaw.Seesaw.pin_mode_bulk_b?4(pins, mode) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11075 | adafruit_seesaw.seesaw.Seesaw.read8?4(reg_base, reg) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11076 | adafruit_seesaw.seesaw.Seesaw.read?4(reg_base, reg, buf, delay=0.008) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11077 | adafruit_seesaw.seesaw.Seesaw.set_GPIO_interrupts?4(pins, enabled) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11078 | adafruit_seesaw.seesaw.Seesaw.set_encoder_position?4(pos, encoder=0) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11079 | adafruit_seesaw.seesaw.Seesaw.set_i2c_addr?4(addr) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11080 | adafruit_seesaw.seesaw.Seesaw.set_pwm_freq?4(pin, freq) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11081 | adafruit_seesaw.seesaw.Seesaw.sw_reset?4(post_reset_delay=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:
diff
changeset
|
11082 | adafruit_seesaw.seesaw.Seesaw.touch_read?4(pin) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11083 | adafruit_seesaw.seesaw.Seesaw.uart_set_baud?4(baud) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11084 | adafruit_seesaw.seesaw.Seesaw.write8?4(reg_base, reg, value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11085 | adafruit_seesaw.seesaw.Seesaw.write?4(reg_base, reg, buf=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11086 | adafruit_seesaw.seesaw.Seesaw?1(i2c_bus, addr=0x49, drdy=None, reset=True) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11087 | adafruit_seesaw.seesaw._5681_PID?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11088 | adafruit_seesaw.seesaw._5690_PID?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:
diff
changeset
|
11089 | adafruit_seesaw.seesaw._ADC_BASE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11090 | adafruit_seesaw.seesaw._ADC_CHANNEL_OFFSET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11091 | adafruit_seesaw.seesaw._ADC_INTEN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11092 | adafruit_seesaw.seesaw._ADC_INTENCLR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11093 | adafruit_seesaw.seesaw._ADC_STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11094 | adafruit_seesaw.seesaw._ADC_WINMODE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11095 | adafruit_seesaw.seesaw._ADC_WINTHRESH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11096 | adafruit_seesaw.seesaw._ATTINY8X7_HW_ID_CODE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11097 | adafruit_seesaw.seesaw._CRICKIT_PID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11098 | adafruit_seesaw.seesaw._DAC_BASE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11099 | adafruit_seesaw.seesaw._DAP_BASE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11100 | adafruit_seesaw.seesaw._EEPROM_BASE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11101 | adafruit_seesaw.seesaw._EEPROM_I2C_ADDR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11102 | adafruit_seesaw.seesaw._ENCODER_BASE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11103 | adafruit_seesaw.seesaw._ENCODER_DELTA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11104 | adafruit_seesaw.seesaw._ENCODER_INTENCLR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11105 | adafruit_seesaw.seesaw._ENCODER_INTENSET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11106 | adafruit_seesaw.seesaw._ENCODER_POSITION?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11107 | adafruit_seesaw.seesaw._ENCODER_STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11108 | adafruit_seesaw.seesaw._GPIO_BASE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11109 | adafruit_seesaw.seesaw._GPIO_BULK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11110 | adafruit_seesaw.seesaw._GPIO_BULK_CLR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11111 | adafruit_seesaw.seesaw._GPIO_BULK_SET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11112 | adafruit_seesaw.seesaw._GPIO_BULK_TOGGLE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11113 | adafruit_seesaw.seesaw._GPIO_DIRCLR_BULK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11114 | adafruit_seesaw.seesaw._GPIO_DIRSET_BULK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11115 | adafruit_seesaw.seesaw._GPIO_INTENCLR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11116 | adafruit_seesaw.seesaw._GPIO_INTENSET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11117 | adafruit_seesaw.seesaw._GPIO_INTFLAG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11118 | adafruit_seesaw.seesaw._GPIO_PULLENCLR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11119 | adafruit_seesaw.seesaw._GPIO_PULLENSET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11120 | adafruit_seesaw.seesaw._INTERRUPT_BASE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11121 | adafruit_seesaw.seesaw._NEOPIXEL_BASE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11122 | adafruit_seesaw.seesaw._NEOPIXEL_BUF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11123 | adafruit_seesaw.seesaw._NEOPIXEL_BUF_LENGTH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11124 | adafruit_seesaw.seesaw._NEOPIXEL_PIN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11125 | adafruit_seesaw.seesaw._NEOPIXEL_SHOW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11126 | adafruit_seesaw.seesaw._NEOPIXEL_SPEED?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11127 | adafruit_seesaw.seesaw._NEOPIXEL_STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11128 | adafruit_seesaw.seesaw._ROBOHATMM1_PID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11129 | adafruit_seesaw.seesaw._SAMD09_HW_ID_CODE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11130 | adafruit_seesaw.seesaw._SERCOM0_BASE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11131 | adafruit_seesaw.seesaw._SERCOM_BAUD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11132 | adafruit_seesaw.seesaw._SERCOM_DATA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11133 | adafruit_seesaw.seesaw._SERCOM_INTEN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11134 | adafruit_seesaw.seesaw._SERCOM_INTENCLR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11135 | adafruit_seesaw.seesaw._SERCOM_STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11136 | adafruit_seesaw.seesaw._STATUS_BASE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11137 | adafruit_seesaw.seesaw._STATUS_HW_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11138 | adafruit_seesaw.seesaw._STATUS_OPTIONS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11139 | adafruit_seesaw.seesaw._STATUS_SWRST?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11140 | adafruit_seesaw.seesaw._STATUS_TEMP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11141 | adafruit_seesaw.seesaw._STATUS_VERSION?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11142 | adafruit_seesaw.seesaw._TIMER_BASE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11143 | adafruit_seesaw.seesaw._TIMER_FREQ?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11144 | adafruit_seesaw.seesaw._TIMER_PWM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11145 | adafruit_seesaw.seesaw._TIMER_STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11146 | adafruit_seesaw.seesaw._TOUCH_BASE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11147 | adafruit_seesaw.seesaw._TOUCH_CHANNEL_OFFSET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11148 | adafruit_seesaw.seesaw.const?4(x) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11149 | adafruit_seesaw.tftshield18.Buttons?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11150 | adafruit_seesaw.tftshield18.TFTShield18._BACKLIGHT_OFF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11151 | adafruit_seesaw.tftshield18.TFTShield18._BACKLIGHT_ON?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11152 | adafruit_seesaw.tftshield18.TFTShield18._button_mask?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11153 | adafruit_seesaw.tftshield18.TFTShield18.buttons?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11154 | adafruit_seesaw.tftshield18.TFTShield18.set_backlight?4(value) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11155 | adafruit_seesaw.tftshield18.TFTShield18.set_backlight_freq?4(freq) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11156 | adafruit_seesaw.tftshield18.TFTShield18.tft_reset?4(rst=True) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11157 | adafruit_seesaw.tftshield18.TFTShield18?1(i2c_bus=None, addr=0x2E) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11158 | adafruit_seesaw.tftshield18._BUTTON_A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11159 | adafruit_seesaw.tftshield18._BUTTON_B?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11160 | adafruit_seesaw.tftshield18._BUTTON_C?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11161 | adafruit_seesaw.tftshield18._BUTTON_DOWN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11162 | adafruit_seesaw.tftshield18._BUTTON_LEFT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11163 | adafruit_seesaw.tftshield18._BUTTON_RIGHT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11164 | adafruit_seesaw.tftshield18._BUTTON_SELECT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11165 | adafruit_seesaw.tftshield18._BUTTON_UP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11166 | adafruit_seesaw.tftshield18._TFTSHIELD_RESET_PIN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11167 | adafruit_seesaw.tftshield18._TIMER_BASE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11168 | adafruit_seesaw.tftshield18._TIMER_FREQ?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11169 | adafruit_seesaw.tftshield18._TIMER_PWM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11170 | adafruit_seesaw.tftshield18.const?4(x) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11171 | adafruit_servokit.ServoKit.continuous_servo?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11172 | adafruit_servokit.ServoKit.servo?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11173 | adafruit_servokit.ServoKit?1(*, channels: int, i2c: Optional[I2C] = None, address: int = 0x40, reference_clock_speed: int = 25000000, frequency: 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:
diff
changeset
|
11174 | adafruit_servokit._ContinuousServo?2(kit: ServoKit) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11175 | adafruit_servokit._Servo?2(kit: ServoKit) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11176 | adafruit_sgp30.Adafruit_SGP30.Ethanol?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11177 | adafruit_sgp30.Adafruit_SGP30.H2?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11178 | adafruit_sgp30.Adafruit_SGP30.TVOC?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11179 | adafruit_sgp30.Adafruit_SGP30._generate_crc?5(data: bytearray) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11180 | adafruit_sgp30.Adafruit_SGP30._i2c_read_words_from_cmd?5(command: List[int], delay: float, reply_size: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11181 | adafruit_sgp30.Adafruit_SGP30._run_profile?5(profile: Tuple[str, List[int], int, 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:
diff
changeset
|
11182 | adafruit_sgp30.Adafruit_SGP30.baseline_TVOC?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11183 | adafruit_sgp30.Adafruit_SGP30.baseline_eCO2?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11184 | adafruit_sgp30.Adafruit_SGP30.eCO2?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11185 | adafruit_sgp30.Adafruit_SGP30.get_iaq_baseline?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11186 | adafruit_sgp30.Adafruit_SGP30.iaq_init?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11187 | adafruit_sgp30.Adafruit_SGP30.iaq_measure?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11188 | adafruit_sgp30.Adafruit_SGP30.raw_measure?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11189 | adafruit_sgp30.Adafruit_SGP30.set_iaq_baseline?4(eCO2: int, TVOC: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11190 | adafruit_sgp30.Adafruit_SGP30.set_iaq_humidity?4(gramsPM3: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11191 | adafruit_sgp30.Adafruit_SGP30.set_iaq_relative_humidity?4(celsius: float, relative_humidity: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11192 | adafruit_sgp30.Adafruit_SGP30?1(i2c: I2C, address: int = _SGP30_DEFAULT_I2C_ADDR) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11193 | adafruit_sgp30._SGP30_CRC8_INIT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11194 | adafruit_sgp30._SGP30_CRC8_POLYNOMIAL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11195 | adafruit_sgp30._SGP30_DEFAULT_I2C_ADDR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11196 | adafruit_sgp30._SGP30_FEATURESETS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11197 | adafruit_sgp30._SGP30_WORD_LEN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11198 | adafruit_sgp40.SGP40._celsius_to_ticks?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11199 | adafruit_sgp40.SGP40._check_crc8?5(crc_buffer: ReadableBuffer, crc_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:
diff
changeset
|
11200 | adafruit_sgp40.SGP40._generate_crc?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11201 | adafruit_sgp40.SGP40._read_word_from_command?5(delay_ms: int = 10, readlen: Optional[int] = 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:
diff
changeset
|
11202 | adafruit_sgp40.SGP40._relative_humidity_to_ticks?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11203 | adafruit_sgp40.SGP40._reset?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11204 | adafruit_sgp40.SGP40.initialize?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11205 | adafruit_sgp40.SGP40.measure_index?4(temperature: float = 25, relative_humidity: float = 50) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11206 | adafruit_sgp40.SGP40.measure_raw?4(temperature: float = 25, relative_humidity: float = 50) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11207 | adafruit_sgp40.SGP40.raw?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11208 | adafruit_sgp40.SGP40?1(i2c: I2C, address: int = 0x59) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11209 | adafruit_sgp40._READ_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11210 | adafruit_sgp40._WORD_LEN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11211 | adafruit_sgp40.voc_algorithm.DFRobot_vocalgorithmParams?1() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11212 | adafruit_sgp40.voc_algorithm.VOCAlgorithm._f16?5(x: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11213 | adafruit_sgp40.voc_algorithm.VOCAlgorithm._fix16_cast_to_int?5(a: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11214 | adafruit_sgp40.voc_algorithm.VOCAlgorithm._fix16_div?5(a: float, b: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11215 | adafruit_sgp40.voc_algorithm.VOCAlgorithm._fix16_exp?5(x: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11216 | adafruit_sgp40.voc_algorithm.VOCAlgorithm._fix16_from_int?5(a: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11217 | adafruit_sgp40.voc_algorithm.VOCAlgorithm._fix16_mul?5(inarg0: float, inarg1: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11218 | adafruit_sgp40.voc_algorithm.VOCAlgorithm._fix16_sqrt?5(x: 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:
diff
changeset
|
11219 | adafruit_sgp40.voc_algorithm.VOCAlgorithm._vocalgorithm__adaptive_lowpass__init?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11220 | adafruit_sgp40.voc_algorithm.VOCAlgorithm._vocalgorithm__adaptive_lowpass__process?5(sample: 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:
diff
changeset
|
11221 | adafruit_sgp40.voc_algorithm.VOCAlgorithm._vocalgorithm__adaptive_lowpass__set_parameters?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11222 | adafruit_sgp40.voc_algorithm.VOCAlgorithm._vocalgorithm__init_instances?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11223 | adafruit_sgp40.voc_algorithm.VOCAlgorithm._vocalgorithm__mean_variance_estimator___calculate_gamma?5(voc_index_from_prior: 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:
diff
changeset
|
11224 | adafruit_sgp40.voc_algorithm.VOCAlgorithm._vocalgorithm__mean_variance_estimator___init_instances?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11225 | adafruit_sgp40.voc_algorithm.VOCAlgorithm._vocalgorithm__mean_variance_estimator___sigmoid__init?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11226 | adafruit_sgp40.voc_algorithm.VOCAlgorithm._vocalgorithm__mean_variance_estimator___sigmoid__process?5(sample: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11227 | adafruit_sgp40.voc_algorithm.VOCAlgorithm._vocalgorithm__mean_variance_estimator___sigmoid__set_parameters?5(L: float, X0: float, K: 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:
diff
changeset
|
11228 | adafruit_sgp40.voc_algorithm.VOCAlgorithm._vocalgorithm__mean_variance_estimator__get_mean?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11229 | adafruit_sgp40.voc_algorithm.VOCAlgorithm._vocalgorithm__mean_variance_estimator__get_std?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11230 | adafruit_sgp40.voc_algorithm.VOCAlgorithm._vocalgorithm__mean_variance_estimator__init?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11231 | adafruit_sgp40.voc_algorithm.VOCAlgorithm._vocalgorithm__mean_variance_estimator__process?5(sraw: int, voc_index_from_prior: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11232 | adafruit_sgp40.voc_algorithm.VOCAlgorithm._vocalgorithm__mean_variance_estimator__set_parameters?5(std_initial: int, tau_mean_variance_hours: int, gating_max_duration_minutes: int, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11233 | adafruit_sgp40.voc_algorithm.VOCAlgorithm._vocalgorithm__mean_variance_estimator__set_states?5(mean: int, std: int, uptime_gamma: 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:
diff
changeset
|
11234 | adafruit_sgp40.voc_algorithm.VOCAlgorithm._vocalgorithm__mox_model__init?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11235 | adafruit_sgp40.voc_algorithm.VOCAlgorithm._vocalgorithm__mox_model__process?5(sraw: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11236 | adafruit_sgp40.voc_algorithm.VOCAlgorithm._vocalgorithm__mox_model__set_parameters?5(SRAW_STD: int, SRAW_MEAN: 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:
diff
changeset
|
11237 | adafruit_sgp40.voc_algorithm.VOCAlgorithm._vocalgorithm__sigmoid_scaled__init?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11238 | adafruit_sgp40.voc_algorithm.VOCAlgorithm._vocalgorithm__sigmoid_scaled__process?5(sample: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11239 | adafruit_sgp40.voc_algorithm.VOCAlgorithm._vocalgorithm__sigmoid_scaled__set_parameters?5(offset: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11240 | adafruit_sgp40.voc_algorithm.VOCAlgorithm._vocalgorithm_get_states?5(state0: int, state1: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11241 | adafruit_sgp40.voc_algorithm.VOCAlgorithm._vocalgorithm_set_states?5(state0: int, state1: 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:
diff
changeset
|
11242 | adafruit_sgp40.voc_algorithm.VOCAlgorithm._vocalgorithm_set_tuning_parameters?5(voc_index_offset, learning_time_hours, gating_max_duration_minutes, std_initial, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11243 | adafruit_sgp40.voc_algorithm.VOCAlgorithm.vocalgorithm_init?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11244 | adafruit_sgp40.voc_algorithm.VOCAlgorithm.vocalgorithm_process?4(sraw: 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:
diff
changeset
|
11245 | adafruit_sgp40.voc_algorithm.VOCAlgorithm?1() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11246 | adafruit_sgp40.voc_algorithm._FIX16_MAXIMUM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11247 | adafruit_sgp40.voc_algorithm._FIX16_MINIMUM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11248 | adafruit_sgp40.voc_algorithm._FIX16_ONE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11249 | adafruit_sgp40.voc_algorithm._FIX16_OVERFLOW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11250 | adafruit_sgp40.voc_algorithm._VOCALGORITHM_GATING_MAX_DURATION_MINUTES?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11251 | adafruit_sgp40.voc_algorithm._VOCALGORITHM_GATING_MAX_RATIO?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11252 | adafruit_sgp40.voc_algorithm._VOCALGORITHM_GATING_THRESHOLD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11253 | adafruit_sgp40.voc_algorithm._VOCALGORITHM_GATING_THRESHOLD_INITIAL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11254 | adafruit_sgp40.voc_algorithm._VOCALGORITHM_GATING_THRESHOLD_TRANSITION?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11255 | adafruit_sgp40.voc_algorithm._VOCALGORITHM_INITIAL_BLACKOUT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11256 | adafruit_sgp40.voc_algorithm._VOCALGORITHM_INITI_DURATION_MEAN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11257 | adafruit_sgp40.voc_algorithm._VOCALGORITHM_INITI_DURATION_VARIANCE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11258 | adafruit_sgp40.voc_algorithm._VOCALGORITHM_INITI_TRANSITION_MEAN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11259 | adafruit_sgp40.voc_algorithm._VOCALGORITHM_INITI_TRANSITION_VARIANCE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11260 | adafruit_sgp40.voc_algorithm._VOCALGORITHM_LP_ALPHA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11261 | adafruit_sgp40.voc_algorithm._VOCALGORITHM_LP_TAU_FAST?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11262 | adafruit_sgp40.voc_algorithm._VOCALGORITHM_LP_TAU_SLOW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11263 | adafruit_sgp40.voc_algorithm._VOCALGORITHM_MEAN_VARIANCE_ESTIMATOR__FIX16_MAX?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11264 | adafruit_sgp40.voc_algorithm._VOCALGORITHM_MEAN_VARIANCE_ESTIMATOR__GAMMA_SCALING?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11265 | adafruit_sgp40.voc_algorithm._VOCALGORITHM_PERSISTENCE_UPTIME_GAMMA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11266 | adafruit_sgp40.voc_algorithm._VOCALGORITHM_SAMPLING_INTERVAL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11267 | adafruit_sgp40.voc_algorithm._VOCALGORITHM_SIGMOID_K?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11268 | adafruit_sgp40.voc_algorithm._VOCALGORITHM_SIGMOID_L?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11269 | adafruit_sgp40.voc_algorithm._VOCALGORITHM_SIGMOID_X0?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11270 | adafruit_sgp40.voc_algorithm._VOCALGORITHM_SRAW_STD_BONUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11271 | adafruit_sgp40.voc_algorithm._VOCALGORITHM_SRAW_STD_INITIAL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11272 | adafruit_sgp40.voc_algorithm._VOCALGORITHM_TAU_INITIAL_MEAN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11273 | adafruit_sgp40.voc_algorithm._VOCALGORITHM_TAU_INITIAL_VARIANCE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11274 | adafruit_sgp40.voc_algorithm._VOCALGORITHM_TAU_MEAN_VARIANCE_HOURS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11275 | adafruit_sgp40.voc_algorithm._VOCALGORITHM_VOC_INDEX_GAIN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11276 | adafruit_sgp40.voc_algorithm._VOCALGORITHM_VOC_INDEX_OFFSET_DEFAULT?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11277 | adafruit_sharpmemorydisplay.SharpMemoryDisplay.image?4(img: Image) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11278 | adafruit_sharpmemorydisplay.SharpMemoryDisplay.show?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11279 | adafruit_sharpmemorydisplay.SharpMemoryDisplay?1(spi: SPI, scs_pin: DigitalInOut, width: int, height: int, *, baudrate=2000000, ) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11280 | adafruit_sharpmemorydisplay._SHARPMEM_BIT_CLEAR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11281 | adafruit_sharpmemorydisplay._SHARPMEM_BIT_VCOM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11282 | adafruit_sharpmemorydisplay._SHARPMEM_BIT_WRITECMD?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11283 | adafruit_sharpmemorydisplay.reverse_bit?4(num: 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:
diff
changeset
|
11284 | adafruit_sht31d.FREQUENCY_0_5?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11285 | adafruit_sht31d.FREQUENCY_10?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11286 | adafruit_sht31d.FREQUENCY_1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11287 | adafruit_sht31d.FREQUENCY_2?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11288 | adafruit_sht31d.FREQUENCY_4?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11289 | adafruit_sht31d.MODE_PERIODIC?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11290 | adafruit_sht31d.MODE_SINGLE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11291 | adafruit_sht31d.REP_HIGH?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11292 | adafruit_sht31d.REP_LOW?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11293 | adafruit_sht31d.REP_MED?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11294 | adafruit_sht31d.SHT31D._command?5(command: 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:
diff
changeset
|
11295 | adafruit_sht31d.SHT31D._data?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11296 | adafruit_sht31d.SHT31D._periodic?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11297 | adafruit_sht31d.SHT31D._read?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11298 | adafruit_sht31d.SHT31D._reset?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11299 | adafruit_sht31d.SHT31D.art?4(value: bool) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11300 | adafruit_sht31d.SHT31D.clock_stretching?4(value: bool) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11301 | adafruit_sht31d.SHT31D.frequency?4(value: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11302 | adafruit_sht31d.SHT31D.heater?4(value: bool = False) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11303 | adafruit_sht31d.SHT31D.mode?4(value: Literal["Single", "Periodic"]) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11304 | adafruit_sht31d.SHT31D.relative_humidity?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11305 | adafruit_sht31d.SHT31D.repeatability?4(value: Literal["High", "Medium", "Low"]) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11306 | adafruit_sht31d.SHT31D.serial_number?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11307 | adafruit_sht31d.SHT31D.status?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11308 | adafruit_sht31d.SHT31D.temperature?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11309 | adafruit_sht31d.SHT31D?1(i2c_bus: I2C, address: int = _SHT31_DEFAULT_ADDRESS) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11310 | adafruit_sht31d._DELAY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11311 | adafruit_sht31d._PERIODIC_COMMANDS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11312 | adafruit_sht31d._SHT31_ADDRESSES?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11313 | adafruit_sht31d._SHT31_CLEARSTATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11314 | adafruit_sht31d._SHT31_DEFAULT_ADDRESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11315 | adafruit_sht31d._SHT31_FREQUENCIES?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11316 | adafruit_sht31d._SHT31_HEATER_DISABLE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11317 | adafruit_sht31d._SHT31_HEATER_ENABLE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11318 | adafruit_sht31d._SHT31_MODES?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11319 | adafruit_sht31d._SHT31_NOSLEEP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11320 | adafruit_sht31d._SHT31_PERIODIC_BREAK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11321 | adafruit_sht31d._SHT31_PERIODIC_FETCH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11322 | adafruit_sht31d._SHT31_READSERIALNBR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11323 | adafruit_sht31d._SHT31_READSTATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11324 | adafruit_sht31d._SHT31_REP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11325 | adafruit_sht31d._SHT31_SECONDARY_ADDRESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11326 | adafruit_sht31d._SHT31_SOFTRESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11327 | adafruit_sht31d._SINGLE_COMMANDS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11328 | adafruit_sht31d._crc?5(data) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11329 | adafruit_sht31d._unpack?5(data: ReadableBuffer) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11330 | adafruit_sht4x.CV.add_values?4(value_tuples: Tuple[str, int, str, float]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11331 | adafruit_sht4x.CV.is_valid?4(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:
diff
changeset
|
11332 | adafruit_sht4x.SHT4x._crc8?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11333 | adafruit_sht4x.SHT4x.measurements?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11334 | adafruit_sht4x.SHT4x.mode?4(new_mode: 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:
diff
changeset
|
11335 | adafruit_sht4x.SHT4x.relative_humidity?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11336 | adafruit_sht4x.SHT4x.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:
diff
changeset
|
11337 | adafruit_sht4x.SHT4x.serial_number?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11338 | adafruit_sht4x.SHT4x.temperature?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11339 | adafruit_sht4x.SHT4x?1(i2c_bus: I2C, address: int = _SHT4X_DEFAULT_ADDR) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11340 | adafruit_sht4x._SHT4X_DEFAULT_ADDR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11341 | adafruit_sht4x._SHT4X_READSERIAL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11342 | adafruit_sht4x._SHT4X_SOFTRESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11343 | adafruit_shtc3.SHTC3._crc8?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11344 | adafruit_shtc3.SHTC3._get_chip_id?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11345 | adafruit_shtc3.SHTC3._write_command?5(command: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11346 | adafruit_shtc3.SHTC3.low_power?4(low_power_enabled: bool) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11347 | adafruit_shtc3.SHTC3.measurements?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11348 | adafruit_shtc3.SHTC3.relative_humidity?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11349 | adafruit_shtc3.SHTC3.reset?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11350 | adafruit_shtc3.SHTC3.sleeping?4(sleep_enabled: bool) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11351 | adafruit_shtc3.SHTC3.temperature?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11352 | adafruit_shtc3.SHTC3?1(i2c_bus: I2C) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11353 | adafruit_shtc3._SHTC3_CHIP_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11354 | adafruit_shtc3._SHTC3_DEFAULT_ADDR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11355 | adafruit_shtc3._SHTC3_LOWPOW_MEAS_HFIRST?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11356 | adafruit_shtc3._SHTC3_LOWPOW_MEAS_HFIRST_STRETCH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11357 | adafruit_shtc3._SHTC3_LOWPOW_MEAS_TFIRST?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11358 | adafruit_shtc3._SHTC3_LOWPOW_MEAS_TFIRST_STRETCH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11359 | adafruit_shtc3._SHTC3_NORMAL_MEAS_HFIRST?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11360 | adafruit_shtc3._SHTC3_NORMAL_MEAS_HFIRST_STRETCH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11361 | adafruit_shtc3._SHTC3_NORMAL_MEAS_TFIRST?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11362 | adafruit_shtc3._SHTC3_NORMAL_MEAS_TFIRST_STRETCH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11363 | adafruit_shtc3._SHTC3_READID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11364 | adafruit_shtc3._SHTC3_SLEEP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11365 | adafruit_shtc3._SHTC3_SOFTRESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11366 | adafruit_shtc3._SHTC3_WAKEUP?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11367 | adafruit_si1145.SI1145._als_data?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11368 | adafruit_si1145.SI1145._aux_data?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11369 | adafruit_si1145.SI1145._device_info?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11370 | adafruit_si1145.SI1145._param_query?5(param: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11371 | adafruit_si1145.SI1145._param_set?5(param: int, value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11372 | adafruit_si1145.SI1145._read_register?5(register: int, length: int = 1) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11373 | adafruit_si1145.SI1145._send_command?5(command: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11374 | adafruit_si1145.SI1145._ucoeff_0?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11375 | adafruit_si1145.SI1145._ucoeff_1?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11376 | adafruit_si1145.SI1145._ucoeff_2?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11377 | adafruit_si1145.SI1145._ucoeff_3?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11378 | adafruit_si1145.SI1145._write_register?5(register: int, buffer: Union[int, bytes, bytearray]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11379 | adafruit_si1145.SI1145.als?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11380 | adafruit_si1145.SI1145.als_enabled?4(enable: bool) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11381 | adafruit_si1145.SI1145.clear_error?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11382 | adafruit_si1145.SI1145.device_info?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11383 | adafruit_si1145.SI1145.reset?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11384 | adafruit_si1145.SI1145.uv_index?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11385 | adafruit_si1145.SI1145.uv_index_enabled?4(enable: bool) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11386 | adafruit_si1145.SI1145?1(i2c: I2C, address: int = _DEFAULT_ADDRESS) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11387 | adafruit_si1145._ALS_VIS_DATA0?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11388 | adafruit_si1145._CMD_ALS_FORCE?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11389 | adafruit_si1145._CMD_NOP?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11390 | adafruit_si1145._CMD_PARAM_QUERY?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11391 | adafruit_si1145._CMD_PARAM_SET?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11392 | adafruit_si1145._CMD_RESET?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11393 | adafruit_si1145._COEFF_0?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11394 | adafruit_si1145._COEFF_1?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11395 | adafruit_si1145._COEFF_2?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11396 | adafruit_si1145._COEFF_3?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11397 | adafruit_si1145._COMMAND?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11398 | adafruit_si1145._DEFAULT_ADDRESS?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11399 | adafruit_si1145._HW_KEY?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11400 | adafruit_si1145._PARAM_RD?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11401 | adafruit_si1145._PARAM_WR?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11402 | adafruit_si1145._PART_ID?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11403 | adafruit_si1145._RAM_CHLIST?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11404 | adafruit_si1145._RESPONSE?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11405 | adafruit_si1145._UV_INDEX_DATA0?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:
diff
changeset
|
11406 | adafruit_si4713.SI4713._BUFFER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11407 | adafruit_si4713.SI4713._asq_status?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11408 | adafruit_si4713.SI4713._get_product_number?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11409 | adafruit_si4713.SI4713._poll_interrupt_status?5(expected: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11410 | adafruit_si4713.SI4713._read_into?5(buf: WriteableBuffer, count: Optional[int] = None) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11411 | adafruit_si4713.SI4713._read_u8?5(address: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11412 | adafruit_si4713.SI4713._set_property?5(prop: int, val: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11413 | adafruit_si4713.SI4713._set_rds_buffer?5(rds_buffer: ReadableBuffer) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11414 | adafruit_si4713.SI4713._set_rds_station?5(station: 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:
diff
changeset
|
11415 | adafruit_si4713.SI4713._tune_status?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11416 | adafruit_si4713.SI4713._write_from?5(buf: ReadableBuffer, count: 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:
diff
changeset
|
11417 | adafruit_si4713.SI4713.audio_signal_status?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11418 | adafruit_si4713.SI4713.configure_rds?4(program_id: int, station: Optional[ReadableBuffer] = None, rds_buffer: Optional[ReadableBuffer] = None, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11419 | adafruit_si4713.SI4713.gpio_control?4(gpio1: bool = False, gpio2: bool = False, gpio3: bool = False) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11420 | adafruit_si4713.SI4713.gpio_set?4(gpio1: bool = False, gpio2: bool = False, gpio3: 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:
diff
changeset
|
11421 | adafruit_si4713.SI4713.input_level?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11422 | adafruit_si4713.SI4713.interrupt_status?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11423 | adafruit_si4713.SI4713.rds_buffer?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11424 | adafruit_si4713.SI4713.rds_station?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11425 | adafruit_si4713.SI4713.received_noise_level?4(frequency_khz: int, antenna_capacitance: float = 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:
diff
changeset
|
11426 | adafruit_si4713.SI4713.reset?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11427 | adafruit_si4713.SI4713.set_tx_power_capacitance?4(tx_power: int, capacitance: 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:
diff
changeset
|
11428 | adafruit_si4713.SI4713.tx_antenna_capacitance?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11429 | adafruit_si4713.SI4713.tx_frequency_khz?4(val: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11430 | adafruit_si4713.SI4713.tx_power?4(val: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11431 | adafruit_si4713.SI4713?1(i2c: I2C, *, address: int = _SI4710_ADDR1, reset: Optional[DigitalInOut] = None, timeout_s: float = 0.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:
diff
changeset
|
11432 | adafruit_si4713._SI4710_ADDR0?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11433 | adafruit_si4713._SI4710_ADDR1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11434 | adafruit_si4713._SI4710_CMD_GET_INT_STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11435 | adafruit_si4713._SI4710_CMD_GET_PROPERTY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11436 | adafruit_si4713._SI4710_CMD_GET_REV?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11437 | adafruit_si4713._SI4710_CMD_GPO_CTL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11438 | adafruit_si4713._SI4710_CMD_GPO_SET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11439 | adafruit_si4713._SI4710_CMD_PATCH_ARGS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11440 | adafruit_si4713._SI4710_CMD_PATCH_DATA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11441 | adafruit_si4713._SI4710_CMD_POWER_DOWN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11442 | adafruit_si4713._SI4710_CMD_POWER_UP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11443 | adafruit_si4713._SI4710_CMD_SET_PROPERTY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11444 | adafruit_si4713._SI4710_CMD_TX_AGC_OVERRIDE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11445 | adafruit_si4713._SI4710_CMD_TX_ASQ_STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11446 | adafruit_si4713._SI4710_CMD_TX_RDS_BUFF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11447 | adafruit_si4713._SI4710_CMD_TX_RDS_PS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11448 | adafruit_si4713._SI4710_CMD_TX_TUNE_FREQ?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11449 | adafruit_si4713._SI4710_CMD_TX_TUNE_MEASURE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11450 | adafruit_si4713._SI4710_CMD_TX_TUNE_POWER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11451 | adafruit_si4713._SI4710_CMD_TX_TUNE_STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11452 | adafruit_si4713._SI4710_STATUS_CTS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11453 | adafruit_si4713._SI4713_PROP_DIGITAL_INPUT_FORMAT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11454 | adafruit_si4713._SI4713_PROP_DIGITAL_INPUT_SAMPLE_RATE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11455 | adafruit_si4713._SI4713_PROP_GPO_IEN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11456 | adafruit_si4713._SI4713_PROP_REFCLK_FREQ?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11457 | adafruit_si4713._SI4713_PROP_REFCLK_PRESCALE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11458 | adafruit_si4713._SI4713_PROP_TX_ACOMP_ENABLE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11459 | adafruit_si4713._SI4713_PROP_TX_ACOMP_GAIN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11460 | adafruit_si4713._SI4713_PROP_TX_ACOMP_THRESHOLD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11461 | adafruit_si4713._SI4713_PROP_TX_AQS_DURATION_HIGH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11462 | adafruit_si4713._SI4713_PROP_TX_AQS_LEVEL_HIGH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11463 | adafruit_si4713._SI4713_PROP_TX_ASQ_DURATION_LOW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11464 | adafruit_si4713._SI4713_PROP_TX_ASQ_INTERRUPT_SOURCE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11465 | adafruit_si4713._SI4713_PROP_TX_ASQ_LEVEL_LOW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11466 | adafruit_si4713._SI4713_PROP_TX_ATTACK_TIME?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11467 | adafruit_si4713._SI4713_PROP_TX_AUDIO_DEVIATION?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11468 | adafruit_si4713._SI4713_PROP_TX_COMPONENT_ENABLE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11469 | adafruit_si4713._SI4713_PROP_TX_LIMITER_RELEASE_TIME?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11470 | adafruit_si4713._SI4713_PROP_TX_LINE_INPUT_MUTE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11471 | adafruit_si4713._SI4713_PROP_TX_LINE_LEVEL_INPUT_LEVEL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11472 | adafruit_si4713._SI4713_PROP_TX_PILOT_DEVIATION?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11473 | adafruit_si4713._SI4713_PROP_TX_PILOT_FREQUENCY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11474 | adafruit_si4713._SI4713_PROP_TX_PREEMPHASIS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11475 | adafruit_si4713._SI4713_PROP_TX_RDS_DEVIATION?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11476 | adafruit_si4713._SI4713_PROP_TX_RDS_FIFO_SIZE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11477 | adafruit_si4713._SI4713_PROP_TX_RDS_INTERRUPT_SOURCE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11478 | adafruit_si4713._SI4713_PROP_TX_RDS_MESSAGE_COUNT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11479 | adafruit_si4713._SI4713_PROP_TX_RDS_PI?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11480 | adafruit_si4713._SI4713_PROP_TX_RDS_PS_AF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11481 | adafruit_si4713._SI4713_PROP_TX_RDS_PS_MISC?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11482 | adafruit_si4713._SI4713_PROP_TX_RDS_PS_MIX?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11483 | adafruit_si4713._SI4713_PROP_TX_RDS_PS_REPEAT_COUNT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11484 | adafruit_si4713._SI4713_PROP_TX_RELEASE_TIME?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11485 | adafruit_si5351.R_DIV_128?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11486 | adafruit_si5351.R_DIV_16?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11487 | adafruit_si5351.R_DIV_1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11488 | adafruit_si5351.R_DIV_2?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11489 | adafruit_si5351.R_DIV_32?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11490 | adafruit_si5351.R_DIV_4?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11491 | adafruit_si5351.R_DIV_64?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11492 | adafruit_si5351.R_DIV_8?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11493 | adafruit_si5351.SI5351._BUFFER?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11494 | adafruit_si5351.SI5351._read_u8?5(address: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11495 | adafruit_si5351.SI5351._write_u8?5(address: int, val: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11496 | adafruit_si5351.SI5351.outputs_enabled?4(val: bool) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11497 | adafruit_si5351.SI5351.reset_plls?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11498 | adafruit_si5351.SI5351?1(i2c: I2C, *, address: int = _SI5351_ADDRESS) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11499 | adafruit_si5351._Clock._configure_registers?5(p1: int, p2: int, p3: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11500 | adafruit_si5351._Clock.configure_fractional?4(pll: "PLL", divider: int, numerator: int, denominator: int, inverted: bool = False, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11501 | adafruit_si5351._Clock.configure_integer?4(pll: "PLL", divider: int, inverted: 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:
diff
changeset
|
11502 | adafruit_si5351._Clock.frequency?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11503 | adafruit_si5351._Clock.r_divider?4(divider: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11504 | adafruit_si5351._Clock?2(si5351: "SI5351", base_address: int, control_register: int, r_register: int, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11505 | adafruit_si5351._PLL._configure_registers?5(p1: int, p2: int, p3: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11506 | adafruit_si5351._PLL.configure_fractional?4(multiplier: int, numerator: int, denominator: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11507 | adafruit_si5351._PLL.configure_integer?4(multiplier: 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:
diff
changeset
|
11508 | adafruit_si5351._PLL.frequency?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11509 | adafruit_si5351._PLL?2(si5351: "SI5351", base_address: int, clock_control_enabled: bool) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11510 | adafruit_si5351._SI5351_ADDRESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11511 | adafruit_si5351._SI5351_CRYSTAL_FREQUENCY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11512 | adafruit_si5351._SI5351_READBIT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11513 | adafruit_si5351._SI5351_REGISTER_092_CLOCK_6_7_OUTPUT_DIVIDER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11514 | adafruit_si5351._SI5351_REGISTER_0_DEVICE_STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11515 | adafruit_si5351._SI5351_REGISTER_15_PLL_INPUT_SOURCE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11516 | adafruit_si5351._SI5351_REGISTER_165_CLK0_INITIAL_PHASE_OFFSET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11517 | adafruit_si5351._SI5351_REGISTER_166_CLK1_INITIAL_PHASE_OFFSET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11518 | adafruit_si5351._SI5351_REGISTER_167_CLK2_INITIAL_PHASE_OFFSET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11519 | adafruit_si5351._SI5351_REGISTER_168_CLK3_INITIAL_PHASE_OFFSET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11520 | adafruit_si5351._SI5351_REGISTER_169_CLK4_INITIAL_PHASE_OFFSET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11521 | adafruit_si5351._SI5351_REGISTER_16_CLK0_CONTROL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11522 | adafruit_si5351._SI5351_REGISTER_170_CLK5_INITIAL_PHASE_OFFSET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11523 | adafruit_si5351._SI5351_REGISTER_177_PLL_RESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11524 | adafruit_si5351._SI5351_REGISTER_17_CLK1_CONTROL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11525 | adafruit_si5351._SI5351_REGISTER_183_CRYSTAL_INTERNAL_LOAD_CAPACITANCE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11526 | adafruit_si5351._SI5351_REGISTER_18_CLK2_CONTROL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11527 | adafruit_si5351._SI5351_REGISTER_19_CLK3_CONTROL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11528 | adafruit_si5351._SI5351_REGISTER_1_INTERRUPT_STATUS_STICKY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11529 | adafruit_si5351._SI5351_REGISTER_20_CLK4_CONTROL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11530 | adafruit_si5351._SI5351_REGISTER_21_CLK5_CONTROL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11531 | adafruit_si5351._SI5351_REGISTER_22_CLK6_CONTROL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11532 | adafruit_si5351._SI5351_REGISTER_23_CLK7_CONTROL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11533 | adafruit_si5351._SI5351_REGISTER_24_CLK3_0_DISABLE_STATE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11534 | adafruit_si5351._SI5351_REGISTER_25_CLK7_4_DISABLE_STATE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11535 | adafruit_si5351._SI5351_REGISTER_2_INTERRUPT_STATUS_MASK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11536 | adafruit_si5351._SI5351_REGISTER_3_OUTPUT_ENABLE_CONTROL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11537 | adafruit_si5351._SI5351_REGISTER_42_MULTISYNTH0_PARAMETERS_1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11538 | adafruit_si5351._SI5351_REGISTER_43_MULTISYNTH0_PARAMETERS_2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11539 | adafruit_si5351._SI5351_REGISTER_44_MULTISYNTH0_PARAMETERS_3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11540 | adafruit_si5351._SI5351_REGISTER_45_MULTISYNTH0_PARAMETERS_4?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11541 | adafruit_si5351._SI5351_REGISTER_46_MULTISYNTH0_PARAMETERS_5?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11542 | adafruit_si5351._SI5351_REGISTER_47_MULTISYNTH0_PARAMETERS_6?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11543 | adafruit_si5351._SI5351_REGISTER_48_MULTISYNTH0_PARAMETERS_7?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11544 | adafruit_si5351._SI5351_REGISTER_49_MULTISYNTH0_PARAMETERS_8?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11545 | adafruit_si5351._SI5351_REGISTER_50_MULTISYNTH1_PARAMETERS_1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11546 | adafruit_si5351._SI5351_REGISTER_51_MULTISYNTH1_PARAMETERS_2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11547 | adafruit_si5351._SI5351_REGISTER_52_MULTISYNTH1_PARAMETERS_3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11548 | adafruit_si5351._SI5351_REGISTER_53_MULTISYNTH1_PARAMETERS_4?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11549 | adafruit_si5351._SI5351_REGISTER_54_MULTISYNTH1_PARAMETERS_5?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11550 | adafruit_si5351._SI5351_REGISTER_55_MULTISYNTH1_PARAMETERS_6?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11551 | adafruit_si5351._SI5351_REGISTER_56_MULTISYNTH1_PARAMETERS_7?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11552 | adafruit_si5351._SI5351_REGISTER_57_MULTISYNTH1_PARAMETERS_8?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11553 | adafruit_si5351._SI5351_REGISTER_58_MULTISYNTH2_PARAMETERS_1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11554 | adafruit_si5351._SI5351_REGISTER_59_MULTISYNTH2_PARAMETERS_2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11555 | adafruit_si5351._SI5351_REGISTER_60_MULTISYNTH2_PARAMETERS_3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11556 | adafruit_si5351._SI5351_REGISTER_61_MULTISYNTH2_PARAMETERS_4?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11557 | adafruit_si5351._SI5351_REGISTER_62_MULTISYNTH2_PARAMETERS_5?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11558 | adafruit_si5351._SI5351_REGISTER_63_MULTISYNTH2_PARAMETERS_6?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11559 | adafruit_si5351._SI5351_REGISTER_64_MULTISYNTH2_PARAMETERS_7?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11560 | adafruit_si5351._SI5351_REGISTER_65_MULTISYNTH2_PARAMETERS_8?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11561 | adafruit_si5351._SI5351_REGISTER_66_MULTISYNTH3_PARAMETERS_1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11562 | adafruit_si5351._SI5351_REGISTER_67_MULTISYNTH3_PARAMETERS_2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11563 | adafruit_si5351._SI5351_REGISTER_68_MULTISYNTH3_PARAMETERS_3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11564 | adafruit_si5351._SI5351_REGISTER_69_MULTISYNTH3_PARAMETERS_4?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11565 | adafruit_si5351._SI5351_REGISTER_70_MULTISYNTH3_PARAMETERS_5?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11566 | adafruit_si5351._SI5351_REGISTER_71_MULTISYNTH3_PARAMETERS_6?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11567 | adafruit_si5351._SI5351_REGISTER_72_MULTISYNTH3_PARAMETERS_7?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11568 | adafruit_si5351._SI5351_REGISTER_73_MULTISYNTH3_PARAMETERS_8?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11569 | adafruit_si5351._SI5351_REGISTER_74_MULTISYNTH4_PARAMETERS_1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11570 | adafruit_si5351._SI5351_REGISTER_75_MULTISYNTH4_PARAMETERS_2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11571 | adafruit_si5351._SI5351_REGISTER_76_MULTISYNTH4_PARAMETERS_3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11572 | adafruit_si5351._SI5351_REGISTER_77_MULTISYNTH4_PARAMETERS_4?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11573 | adafruit_si5351._SI5351_REGISTER_78_MULTISYNTH4_PARAMETERS_5?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11574 | adafruit_si5351._SI5351_REGISTER_79_MULTISYNTH4_PARAMETERS_6?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11575 | adafruit_si5351._SI5351_REGISTER_80_MULTISYNTH4_PARAMETERS_7?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11576 | adafruit_si5351._SI5351_REGISTER_81_MULTISYNTH4_PARAMETERS_8?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11577 | adafruit_si5351._SI5351_REGISTER_82_MULTISYNTH5_PARAMETERS_1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11578 | adafruit_si5351._SI5351_REGISTER_83_MULTISYNTH5_PARAMETERS_2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11579 | adafruit_si5351._SI5351_REGISTER_84_MULTISYNTH5_PARAMETERS_3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11580 | adafruit_si5351._SI5351_REGISTER_85_MULTISYNTH5_PARAMETERS_4?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11581 | adafruit_si5351._SI5351_REGISTER_86_MULTISYNTH5_PARAMETERS_5?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11582 | adafruit_si5351._SI5351_REGISTER_87_MULTISYNTH5_PARAMETERS_6?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11583 | adafruit_si5351._SI5351_REGISTER_88_MULTISYNTH5_PARAMETERS_7?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11584 | adafruit_si5351._SI5351_REGISTER_89_MULTISYNTH5_PARAMETERS_8?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11585 | adafruit_si5351._SI5351_REGISTER_90_MULTISYNTH6_PARAMETERS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11586 | adafruit_si5351._SI5351_REGISTER_91_MULTISYNTH7_PARAMETERS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11587 | adafruit_si5351._SI5351_REGISTER_9_OEB_PIN_ENABLE_CONTROL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11588 | adafruit_si7021.HUMIDITY?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11589 | adafruit_si7021.READ_HEATER_ENABLE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11590 | adafruit_si7021.READ_HEATER_LEVEL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11591 | adafruit_si7021.SI7021._command?5(command: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11592 | adafruit_si7021.SI7021._data?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11593 | adafruit_si7021.SI7021._get_device_info?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11594 | adafruit_si7021.SI7021._heater_enable?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11595 | adafruit_si7021.SI7021._heater_level?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11596 | adafruit_si7021.SI7021.device_identifier?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11597 | adafruit_si7021.SI7021.heater_enable?4(setting: bool) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11598 | adafruit_si7021.SI7021.heater_level?4(level: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11599 | adafruit_si7021.SI7021.relative_humidity?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11600 | adafruit_si7021.SI7021.serial_number?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11601 | adafruit_si7021.SI7021.start_measurement?4(what: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11602 | adafruit_si7021.SI7021.temperature?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11603 | adafruit_si7021.SI7021?1(i2c_bus: I2C, address: int = 0x40) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11604 | adafruit_si7021.TEMPERATURE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11605 | adafruit_si7021.WRITE_HEATER_ENABLE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11606 | adafruit_si7021.WRITE_HEATER_LEVEL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11607 | adafruit_si7021._ID1_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11608 | adafruit_si7021._ID2_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11609 | adafruit_si7021._READ_USER1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11610 | adafruit_si7021._RESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11611 | adafruit_si7021._USER1_VAL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11612 | adafruit_si7021._convert_to_integer?5(bytes_to_convert: bytearray) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11613 | adafruit_si7021._crc?5(data: bytearray) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11614 | adafruit_si7021._get_device_identifier?5(identifier_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:
diff
changeset
|
11615 | adafruit_si7021.i2c_bits._RWDifferentBit?2(read_register_address: int, write_register_address: int, bit: int, register_width: int = 1, lsb_first: 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:
diff
changeset
|
11616 | adafruit_si7021.i2c_bits._RWDifferentBits?2(num_bits: int, read_register_address: int, write_register_address: int, lowest_bit: int, register_width: int = 1, lsb_first: bool = True, signed: 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:
diff
changeset
|
11617 | adafruit_simple_text_display.SimpleTextDisplay.AMBER?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11618 | adafruit_simple_text_display.SimpleTextDisplay.AQUA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11619 | adafruit_simple_text_display.SimpleTextDisplay.BLACK?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11620 | adafruit_simple_text_display.SimpleTextDisplay.BLUE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11621 | adafruit_simple_text_display.SimpleTextDisplay.CYAN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11622 | adafruit_simple_text_display.SimpleTextDisplay.GOLD?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11623 | adafruit_simple_text_display.SimpleTextDisplay.GREEN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11624 | adafruit_simple_text_display.SimpleTextDisplay.JADE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11625 | adafruit_simple_text_display.SimpleTextDisplay.MAGENTA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11626 | adafruit_simple_text_display.SimpleTextDisplay.ORANGE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11627 | adafruit_simple_text_display.SimpleTextDisplay.PINK?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11628 | adafruit_simple_text_display.SimpleTextDisplay.PURPLE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11629 | adafruit_simple_text_display.SimpleTextDisplay.RED?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11630 | adafruit_simple_text_display.SimpleTextDisplay.SKY?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11631 | adafruit_simple_text_display.SimpleTextDisplay.TEAL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11632 | adafruit_simple_text_display.SimpleTextDisplay.VIOLET?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11633 | adafruit_simple_text_display.SimpleTextDisplay.WHITE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11634 | adafruit_simple_text_display.SimpleTextDisplay.YELLOW?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11635 | adafruit_simple_text_display.SimpleTextDisplay.add_text_line?4(color: Tuple[int, int, int] = (255, 255, 255)) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11636 | adafruit_simple_text_display.SimpleTextDisplay.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:
diff
changeset
|
11637 | adafruit_simple_text_display.SimpleTextDisplay.show_terminal?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11638 | adafruit_simple_text_display.SimpleTextDisplay?1(title: Optional[str] = None, title_color: Tuple[int, int, int] = (255, 255, 255), title_scale: int = 1, title_length: int = 0, text_scale: int = 1, font: Optional[FontProtocol] = None, colors: Optional[Tuple[Tuple[int, int, int], ...]] = None, display: Optional[displayio.Display] = 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:
diff
changeset
|
11639 | adafruit_simplemath.constrain?4(x: float, out_min: float, out_max: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11640 | adafruit_simplemath.map_range?4(x: float, in_min: float, in_max: float, out_min: float, out_max: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11641 | adafruit_simplemath.map_unconstrained_range?4(x: float, in_min: float, in_max: float, out_min: float, out_max: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11642 | adafruit_slideshow.HorizontalAlignment.CENTER?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11643 | adafruit_slideshow.HorizontalAlignment.LEFT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11644 | adafruit_slideshow.HorizontalAlignment.RIGHT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11645 | adafruit_slideshow.PlayBackDirection.BACKWARD?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11646 | adafruit_slideshow.PlayBackDirection.FORWARD?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11647 | adafruit_slideshow.PlayBackOrder.ALPHABETICAL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11648 | adafruit_slideshow.PlayBackOrder.RANDOM?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11649 | adafruit_slideshow.SlideShow._check_json_file?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11650 | adafruit_slideshow.SlideShow._create_label?5(file_name: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11651 | adafruit_slideshow.SlideShow._fade_down?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11652 | adafruit_slideshow.SlideShow._fade_up?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11653 | adafruit_slideshow.SlideShow._reorder_slides?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11654 | adafruit_slideshow.SlideShow._set_backlight?5(brightness: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11655 | adafruit_slideshow.SlideShow.advance?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11656 | adafruit_slideshow.SlideShow.brightness?4(brightness: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11657 | adafruit_slideshow.SlideShow.current_slide_name?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11658 | adafruit_slideshow.SlideShow.h_align?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11659 | adafruit_slideshow.SlideShow.order?4(order: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11660 | adafruit_slideshow.SlideShow.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:
diff
changeset
|
11661 | adafruit_slideshow.SlideShow.v_align?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11662 | adafruit_slideshow.SlideShow?1(display: displayio.Display, backlight_pwm: Optional[PWMOut] = None, *, folder: str = "/", order: int = PlayBackOrder.ALPHABETICAL, loop: bool = True, dwell: int = 3, fade_effect: bool = True, auto_advance: bool = True, direction: int = PlayBackDirection.FORWARD, h_align: int = HorizontalAlignment.LEFT, v_align: int = VerticalAlignment.TOP, ) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11663 | adafruit_slideshow.VerticalAlignment.BOTTOM?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11664 | adafruit_slideshow.VerticalAlignment.CENTER?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11665 | adafruit_slideshow.VerticalAlignment.TOP?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11666 | adafruit_spd1656.SPD1656?1(bus, **kwargs) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11667 | adafruit_spd1656._START_SEQUENCE?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11668 | adafruit_spd1656._STOP_SEQUENCE?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:
diff
changeset
|
11669 | adafruit_ssd1305.SET_AREA_COLOR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11670 | adafruit_ssd1305.SET_CHARGE_PUMP?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11671 | adafruit_ssd1305.SET_COL_ADDR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11672 | adafruit_ssd1305.SET_COMSCAN_DEC?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11673 | adafruit_ssd1305.SET_COM_OUT_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:
diff
changeset
|
11674 | adafruit_ssd1305.SET_COM_PIN_CFG?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11675 | adafruit_ssd1305.SET_CONTRAST?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11676 | adafruit_ssd1305.SET_DISP?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11677 | adafruit_ssd1305.SET_DISP_CLK_DIV?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11678 | adafruit_ssd1305.SET_DISP_OFFSET?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11679 | adafruit_ssd1305.SET_DISP_START_LINE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11680 | adafruit_ssd1305.SET_ENTIRE_ON?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11681 | adafruit_ssd1305.SET_LUT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11682 | adafruit_ssd1305.SET_MASTER_CONFIG?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11683 | adafruit_ssd1305.SET_MEM_ADDR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11684 | adafruit_ssd1305.SET_MUX_RATIO?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11685 | adafruit_ssd1305.SET_NORM_INV?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11686 | adafruit_ssd1305.SET_PAGE_ADDR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11687 | adafruit_ssd1305.SET_PRECHARGE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11688 | adafruit_ssd1305.SET_SEG_REMAP?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11689 | adafruit_ssd1305.SET_VCOM_DESEL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11690 | adafruit_ssd1305.SSD1305_I2C.write_cmd?4(cmd: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11691 | adafruit_ssd1305.SSD1305_I2C.write_framebuf?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11692 | adafruit_ssd1305.SSD1305_I2C?1(width: int, height: int, i2c: I2C, *, addr: int = 0x3C, external_vcc: bool = False, reset: Optional[DigitalInOut] = None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11693 | adafruit_ssd1305.SSD1305_SPI.write_cmd?4(cmd: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11694 | adafruit_ssd1305.SSD1305_SPI.write_framebuf?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11695 | adafruit_ssd1305.SSD1305_SPI?1(width: int, height: int, spi: SPI, dc: DigitalInOut, reset: DigitalInOut, cs: DigitalInOut, *, external_vcc: bool = False, baudrate: int = 8000000, 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:
diff
changeset
|
11696 | adafruit_ssd1305._SSD1305.contrast?4(contrast: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11697 | adafruit_ssd1305._SSD1305.init_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:
diff
changeset
|
11698 | adafruit_ssd1305._SSD1305.invert?4(invert: bool) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11699 | adafruit_ssd1305._SSD1305.poweroff?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11700 | adafruit_ssd1305._SSD1305.poweron?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11701 | adafruit_ssd1305._SSD1305.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:
diff
changeset
|
11702 | adafruit_ssd1305._SSD1305.write_cmd?4(cmd: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11703 | adafruit_ssd1305._SSD1305.write_framebuf?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11704 | adafruit_ssd1305._SSD1305?2(buffer: memoryview, width: int, height: int, *, external_vcc: bool, reset: Optional[DigitalInOut]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11705 | adafruit_ssd1306.SET_CHARGE_PUMP?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11706 | adafruit_ssd1306.SET_COL_ADDR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11707 | adafruit_ssd1306.SET_COM_OUT_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:
diff
changeset
|
11708 | adafruit_ssd1306.SET_COM_PIN_CFG?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11709 | adafruit_ssd1306.SET_CONTRAST?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11710 | adafruit_ssd1306.SET_DISP?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11711 | adafruit_ssd1306.SET_DISP_CLK_DIV?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11712 | adafruit_ssd1306.SET_DISP_OFFSET?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11713 | adafruit_ssd1306.SET_DISP_START_LINE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11714 | adafruit_ssd1306.SET_ENTIRE_ON?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11715 | adafruit_ssd1306.SET_IREF_SELECT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11716 | adafruit_ssd1306.SET_MEM_ADDR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11717 | adafruit_ssd1306.SET_MUX_RATIO?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11718 | adafruit_ssd1306.SET_NORM_INV?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11719 | adafruit_ssd1306.SET_PAGE_ADDR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11720 | adafruit_ssd1306.SET_PRECHARGE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11721 | adafruit_ssd1306.SET_SEG_REMAP?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11722 | adafruit_ssd1306.SET_VCOM_DESEL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11723 | adafruit_ssd1306.SSD1306_I2C.write_cmd?4(cmd: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11724 | adafruit_ssd1306.SSD1306_I2C.write_framebuf?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11725 | adafruit_ssd1306.SSD1306_I2C?1(width: int, height: int, i2c: busio.I2C, *, addr: int = 0x3C, external_vcc: bool = False, reset: Optional[digitalio.DigitalInOut] = None, page_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:
diff
changeset
|
11726 | adafruit_ssd1306.SSD1306_SPI.write_cmd?4(cmd: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11727 | adafruit_ssd1306.SSD1306_SPI.write_framebuf?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11728 | adafruit_ssd1306.SSD1306_SPI?1(width: int, height: int, spi: busio.SPI, dc: digitalio.DigitalInOut, reset: Optional[digitalio.DigitalInOut], cs: digitalio.DigitalInOut, *, external_vcc: bool = False, baudrate: int = 8000000, polarity: int = 0, phase: int = 0, page_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:
diff
changeset
|
11729 | adafruit_ssd1306._SSD1306.contrast?4(contrast: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11730 | adafruit_ssd1306._SSD1306.init_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:
diff
changeset
|
11731 | adafruit_ssd1306._SSD1306.invert?4(invert: bool) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11732 | adafruit_ssd1306._SSD1306.power?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11733 | adafruit_ssd1306._SSD1306.poweroff?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11734 | adafruit_ssd1306._SSD1306.poweron?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11735 | adafruit_ssd1306._SSD1306.rotate?4(rotate: bool) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11736 | adafruit_ssd1306._SSD1306.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:
diff
changeset
|
11737 | adafruit_ssd1306._SSD1306.write_cmd?4(cmd: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11738 | adafruit_ssd1306._SSD1306.write_framebuf?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11739 | adafruit_ssd1306._SSD1306?2(buffer: memoryview, width: int, height: int, *, external_vcc: bool, reset: Optional[digitalio.DigitalInOut], page_addressing: bool) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11740 | adafruit_ssd1322.SSD1322.is_awake?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11741 | adafruit_ssd1322.SSD1322.sleep?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11742 | adafruit_ssd1322.SSD1322.wake?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11743 | adafruit_ssd1322.SSD1322?1(bus: displayio.FourWire, **kwargs) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11744 | adafruit_ssd1322._INIT_SEQUENCE?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11745 | adafruit_ssd1325.SSD1325?1(bus: displayio.FourWire, **kwargs) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11746 | adafruit_ssd1325._INIT_SEQUENCE?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11747 | adafruit_ssd1327.SSD1327?1(bus: displayio.I2CDisplay, **kwargs) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11748 | adafruit_ssd1327._INIT_SEQUENCE?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11749 | adafruit_ssd1331.SSD1331?1(bus: displayio.FourWire, **kwargs) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11750 | adafruit_ssd1331._INIT_SEQUENCE?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11751 | adafruit_ssd1351.SSD1351?1(bus: displayio.FourWire, **kwargs) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11752 | adafruit_ssd1351._INIT_SEQUENCE?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11753 | adafruit_ssd1608.SSD1608?1(bus: displayio.FourWire, **kwargs) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11754 | adafruit_ssd1608._START_SEQUENCE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11755 | adafruit_ssd1608._STOP_SEQUENCE?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11756 | adafruit_ssd1675.SSD1675?1(bus: displayio.FourWire, **kwargs) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11757 | adafruit_ssd1675._START_SEQUENCE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11758 | adafruit_ssd1675._STOP_SEQUENCE?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11759 | adafruit_ssd1680.SSD1680?1(bus: displayio.Fourwire, **kwargs) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11760 | adafruit_ssd1680._START_SEQUENCE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11761 | adafruit_ssd1680._STOP_SEQUENCE?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11762 | adafruit_ssd1681.SSD1681?1(bus: displayio.FourWire, **kwargs) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11763 | adafruit_ssd1681._START_SEQUENCE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11764 | adafruit_ssd1681._STOP_SEQUENCE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11765 | adafruit_st7565.ST7565.CMD_DISPLAY_OFF?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11766 | adafruit_st7565.ST7565.CMD_DISPLAY_ON?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11767 | adafruit_st7565.ST7565.CMD_INTERNAL_RESET?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11768 | adafruit_st7565.ST7565.CMD_SET_ADC_NORMAL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11769 | adafruit_st7565.ST7565.CMD_SET_ADC_REVERSE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11770 | adafruit_st7565.ST7565.CMD_SET_ALLPTS_NORMAL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11771 | adafruit_st7565.ST7565.CMD_SET_ALLPTS_ON?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11772 | adafruit_st7565.ST7565.CMD_SET_BIAS_7?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11773 | adafruit_st7565.ST7565.CMD_SET_BIAS_9?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11774 | adafruit_st7565.ST7565.CMD_SET_COLUMN_LOWER?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11775 | adafruit_st7565.ST7565.CMD_SET_COLUMN_UPPER?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11776 | adafruit_st7565.ST7565.CMD_SET_COM_NORMAL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11777 | adafruit_st7565.ST7565.CMD_SET_COM_REVERSE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11778 | adafruit_st7565.ST7565.CMD_SET_DISP_NORMAL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11779 | adafruit_st7565.ST7565.CMD_SET_DISP_REVERSE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11780 | adafruit_st7565.ST7565.CMD_SET_DISP_START_LINE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11781 | adafruit_st7565.ST7565.CMD_SET_PAGE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11782 | adafruit_st7565.ST7565.CMD_SET_POWER_CONTROL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11783 | adafruit_st7565.ST7565.CMD_SET_RESISTOR_RATIO?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11784 | adafruit_st7565.ST7565.CMD_SET_STATIC_OFF?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11785 | adafruit_st7565.ST7565.CMD_SET_STATIC_ON?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11786 | adafruit_st7565.ST7565.CMD_SET_STATIC_REG?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11787 | adafruit_st7565.ST7565.CMD_SET_VOLUME_FIRST?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11788 | adafruit_st7565.ST7565.CMD_SET_VOLUME_SECOND?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11789 | adafruit_st7565.ST7565.LCDHEIGHT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11790 | adafruit_st7565.ST7565.LCDWIDTH?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11791 | adafruit_st7565.ST7565.contrast?4(val: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11792 | adafruit_st7565.ST7565.invert?4(val: bool) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11793 | adafruit_st7565.ST7565.pagemap?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11794 | adafruit_st7565.ST7565.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:
diff
changeset
|
11795 | adafruit_st7565.ST7565.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:
diff
changeset
|
11796 | adafruit_st7565.ST7565.start_bytes?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11797 | adafruit_st7565.ST7565.write_cmd?4(cmd: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11798 | adafruit_st7565.ST7565?1(spi: SPI, dc_pin: DigitalInOut, cs_pin: DigitalInOut, reset_pin: Optional[DigitalInOut] = None, *, contrast: int = 0, baudrate: int = 1000000) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11799 | adafruit_st7735.ST7735?1(bus: displayio.FourWire, **kwargs) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11800 | adafruit_st7735._INIT_SEQUENCE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11801 | adafruit_st7735r.ST7735R?1(bus: displayio.FourWire, *, bgr: bool = False, invert: bool = False, **kwargs: Any) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11802 | adafruit_st7735r._INIT_SEQUENCE?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11803 | adafruit_st7789.ST7789?1(bus: displayio.FourWire, **kwargs) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11804 | adafruit_st7789._INIT_SEQUENCE?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11805 | adafruit_stmpe610.Adafruit_STMPE610._read_byte?5(register: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11806 | adafruit_stmpe610.Adafruit_STMPE610._read_register?5(register: int, length: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11807 | adafruit_stmpe610.Adafruit_STMPE610._write_register_byte?5(register: 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:
diff
changeset
|
11808 | adafruit_stmpe610.Adafruit_STMPE610.buffer_empty?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11809 | adafruit_stmpe610.Adafruit_STMPE610.buffer_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:
diff
changeset
|
11810 | adafruit_stmpe610.Adafruit_STMPE610.get_point?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11811 | adafruit_stmpe610.Adafruit_STMPE610.get_version?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11812 | adafruit_stmpe610.Adafruit_STMPE610.read_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:
diff
changeset
|
11813 | adafruit_stmpe610.Adafruit_STMPE610.touched?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11814 | adafruit_stmpe610.Adafruit_STMPE610.touches?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11815 | adafruit_stmpe610.Adafruit_STMPE610?1() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11816 | adafruit_stmpe610.Adafruit_STMPE610_I2C._read_register?5(register: int, length: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11817 | adafruit_stmpe610.Adafruit_STMPE610_I2C._write_register_byte?5(register: 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:
diff
changeset
|
11818 | adafruit_stmpe610.Adafruit_STMPE610_I2C.touch_point?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11819 | adafruit_stmpe610.Adafruit_STMPE610_I2C?1(i2c: I2C, address: int = _STMPE_ADDR, calibration: Optional[Tuple[Tuple[int, int], Tuple[int, int]]] = None, size: Optional[Tuple[Tuple[int, int], Tuple[int, int]]] = None, disp_rotation: Literal[0, 90, 180, 270] = 0, touch_flip: Tuple[bool, bool] = (False, False), ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11820 | adafruit_stmpe610.Adafruit_STMPE610_SPI._read_register?5(register: int, length: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11821 | adafruit_stmpe610.Adafruit_STMPE610_SPI._write_register_byte?5(register: 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:
diff
changeset
|
11822 | adafruit_stmpe610.Adafruit_STMPE610_SPI.touch_point?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11823 | adafruit_stmpe610.Adafruit_STMPE610_SPI?1(spi: SPI, cs: Pin, baudrate: int = 1000000, calibration: Optional[Tuple[Tuple[int, int], Tuple[int, int]]] = None, size: Optional[Tuple[int, int]] = None, disp_rotation: Literal[0, 90, 180, 270] = 0, touch_flip: Tuple[bool, bool] = (False, 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:
diff
changeset
|
11824 | adafruit_stmpe610._STMPE_ADC_CTRL1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11825 | adafruit_stmpe610._STMPE_ADC_CTRL1_10BIT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11826 | adafruit_stmpe610._STMPE_ADC_CTRL1_12BIT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11827 | adafruit_stmpe610._STMPE_ADC_CTRL2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11828 | adafruit_stmpe610._STMPE_ADC_CTRL2_1_625MHZ?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11829 | adafruit_stmpe610._STMPE_ADC_CTRL2_3_25MHZ?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11830 | adafruit_stmpe610._STMPE_ADC_CTRL2_6_5MHZ?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11831 | adafruit_stmpe610._STMPE_ADDR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11832 | adafruit_stmpe610._STMPE_FIFO_SIZE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11833 | adafruit_stmpe610._STMPE_FIFO_STA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11834 | adafruit_stmpe610._STMPE_FIFO_STA_EMPTY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11835 | adafruit_stmpe610._STMPE_FIFO_STA_FULL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11836 | adafruit_stmpe610._STMPE_FIFO_STA_OFLOW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11837 | adafruit_stmpe610._STMPE_FIFO_STA_RESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11838 | adafruit_stmpe610._STMPE_FIFO_STA_THTRIG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11839 | adafruit_stmpe610._STMPE_FIFO_TH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11840 | adafruit_stmpe610._STMPE_GPIO_ALT_FUNCT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11841 | adafruit_stmpe610._STMPE_GPIO_CLR_PIN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11842 | adafruit_stmpe610._STMPE_GPIO_DIR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11843 | adafruit_stmpe610._STMPE_GPIO_SET_PIN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11844 | adafruit_stmpe610._STMPE_INT_CTRL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11845 | adafruit_stmpe610._STMPE_INT_CTRL_DISABLE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11846 | adafruit_stmpe610._STMPE_INT_CTRL_EDGE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11847 | adafruit_stmpe610._STMPE_INT_CTRL_ENABLE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11848 | adafruit_stmpe610._STMPE_INT_CTRL_LEVEL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11849 | adafruit_stmpe610._STMPE_INT_CTRL_POL_HIGH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11850 | adafruit_stmpe610._STMPE_INT_CTRL_POL_LOW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11851 | adafruit_stmpe610._STMPE_INT_EN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11852 | adafruit_stmpe610._STMPE_INT_EN_ADC?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11853 | adafruit_stmpe610._STMPE_INT_EN_FIFOEMPTY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11854 | adafruit_stmpe610._STMPE_INT_EN_FIFOFULL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11855 | adafruit_stmpe610._STMPE_INT_EN_FIFOOF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11856 | adafruit_stmpe610._STMPE_INT_EN_FIFOTH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11857 | adafruit_stmpe610._STMPE_INT_EN_GPIO?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11858 | adafruit_stmpe610._STMPE_INT_EN_TOUCHDET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11859 | adafruit_stmpe610._STMPE_INT_STA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11860 | adafruit_stmpe610._STMPE_INT_STA_TOUCHDET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11861 | adafruit_stmpe610._STMPE_SYS_CTRL1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11862 | adafruit_stmpe610._STMPE_SYS_CTRL1_RESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11863 | adafruit_stmpe610._STMPE_SYS_CTRL2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11864 | adafruit_stmpe610._STMPE_TSC_CFG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11865 | adafruit_stmpe610._STMPE_TSC_CFG_1SAMPLE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11866 | adafruit_stmpe610._STMPE_TSC_CFG_2SAMPLE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11867 | adafruit_stmpe610._STMPE_TSC_CFG_4SAMPLE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11868 | adafruit_stmpe610._STMPE_TSC_CFG_8SAMPLE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11869 | adafruit_stmpe610._STMPE_TSC_CFG_DELAY_100US?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11870 | adafruit_stmpe610._STMPE_TSC_CFG_DELAY_10MS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11871 | adafruit_stmpe610._STMPE_TSC_CFG_DELAY_10US?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11872 | adafruit_stmpe610._STMPE_TSC_CFG_DELAY_1MS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11873 | adafruit_stmpe610._STMPE_TSC_CFG_DELAY_500US?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11874 | adafruit_stmpe610._STMPE_TSC_CFG_DELAY_50MS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11875 | adafruit_stmpe610._STMPE_TSC_CFG_DELAY_50US?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11876 | adafruit_stmpe610._STMPE_TSC_CFG_DELAY_5MS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11877 | adafruit_stmpe610._STMPE_TSC_CFG_SETTLE_100MS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11878 | adafruit_stmpe610._STMPE_TSC_CFG_SETTLE_100US?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11879 | adafruit_stmpe610._STMPE_TSC_CFG_SETTLE_10MS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11880 | adafruit_stmpe610._STMPE_TSC_CFG_SETTLE_10US?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11881 | adafruit_stmpe610._STMPE_TSC_CFG_SETTLE_1MS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11882 | adafruit_stmpe610._STMPE_TSC_CFG_SETTLE_500US?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11883 | adafruit_stmpe610._STMPE_TSC_CFG_SETTLE_50MS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11884 | adafruit_stmpe610._STMPE_TSC_CFG_SETTLE_5MS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11885 | adafruit_stmpe610._STMPE_TSC_CTRL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11886 | adafruit_stmpe610._STMPE_TSC_CTRL_EN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11887 | adafruit_stmpe610._STMPE_TSC_CTRL_XY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11888 | adafruit_stmpe610._STMPE_TSC_CTRL_XYZ?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11889 | adafruit_stmpe610._STMPE_TSC_DATA_X?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11890 | adafruit_stmpe610._STMPE_TSC_DATA_Y?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11891 | adafruit_stmpe610._STMPE_TSC_FRACTION_Z?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11892 | adafruit_stmpe610._STMPE_TSC_I_DRIVE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11893 | adafruit_stmpe610._STMPE_TSC_I_DRIVE_20MA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11894 | adafruit_stmpe610._STMPE_TSC_I_DRIVE_50MA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11895 | adafruit_stmpe610._STMPE_VERSION?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11896 | adafruit_stmpe610.map_range?4(x: float, in_min: float, in_max: float, out_min: float, out_max: 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:
diff
changeset
|
11897 | adafruit_tc74.TC74._temperature?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11898 | adafruit_tc74.TC74.data_ready?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11899 | adafruit_tc74.TC74.shutdown?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11900 | adafruit_tc74.TC74.temperature?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11901 | adafruit_tc74.TC74?1(i2c_bus: I2C, address: int = TC74_DEFAULT_ADDRESS) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11902 | adafruit_tc74.TC74_DATA_READY_BIT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11903 | adafruit_tc74.TC74_DEFAULT_ADDRESS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11904 | adafruit_tc74.TC74_REGISTER_CONFIG?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11905 | adafruit_tc74.TC74_REGISTER_TEMP?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11906 | adafruit_tc74.TC74_SHUTDOWN_BIT?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11907 | adafruit_tca8418.DigitalInOut.direction?4(val: digitalio.Direction) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11908 | adafruit_tca8418.DigitalInOut.pull?4(val: Optional[Literal[digitalio.Pull.UP]]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11909 | adafruit_tca8418.DigitalInOut.switch_to_input?4(pull: Optional[digitalio.Pull] = None, **kwargs) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11910 | adafruit_tca8418.DigitalInOut.switch_to_output?4(value: bool = False, **kwargs) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11911 | adafruit_tca8418.DigitalInOut.value?4(val: bool) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11912 | adafruit_tca8418.DigitalInOut?1(pin_number: int, tca: "TCA8418") |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11913 | adafruit_tca8418.TCA8418.C0?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11914 | adafruit_tca8418.TCA8418.C1?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11915 | adafruit_tca8418.TCA8418.C2?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11916 | adafruit_tca8418.TCA8418.C3?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11917 | adafruit_tca8418.TCA8418.C4?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11918 | adafruit_tca8418.TCA8418.C5?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11919 | adafruit_tca8418.TCA8418.C6?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11920 | adafruit_tca8418.TCA8418.C7?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11921 | adafruit_tca8418.TCA8418.C8?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11922 | adafruit_tca8418.TCA8418.C9?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11923 | adafruit_tca8418.TCA8418.GPI_intenable?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11924 | adafruit_tca8418.TCA8418.R0?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11925 | adafruit_tca8418.TCA8418.R1?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11926 | adafruit_tca8418.TCA8418.R2?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11927 | adafruit_tca8418.TCA8418.R3?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11928 | adafruit_tca8418.TCA8418.R4?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11929 | adafruit_tca8418.TCA8418.R5?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11930 | adafruit_tca8418.TCA8418.R6?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11931 | adafruit_tca8418.TCA8418.R7?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11932 | adafruit_tca8418.TCA8418._get_gpio_register?5(reg_base_addr: int, pin_number: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11933 | adafruit_tca8418.TCA8418._get_reg_bit?5(addr: int, bitoffset: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11934 | adafruit_tca8418.TCA8418._read_reg?5(addr: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11935 | adafruit_tca8418.TCA8418._set_gpio_register?5(reg_base_addr: int, pin_number: int, value: bool) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11936 | adafruit_tca8418.TCA8418._set_reg_bit?5(addr: int, bitoffset: int, value: bool) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11937 | adafruit_tca8418.TCA8418._write_reg?5(addr: int, val: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11938 | adafruit_tca8418.TCA8418.cad_int?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11939 | adafruit_tca8418.TCA8418.events_count?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11940 | adafruit_tca8418.TCA8418.get_pin?4(pin: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11941 | adafruit_tca8418.TCA8418.gpi_event_while_locked?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11942 | adafruit_tca8418.TCA8418.gpi_int?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11943 | adafruit_tca8418.TCA8418.int_retrigger?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11944 | adafruit_tca8418.TCA8418.key_int?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11945 | adafruit_tca8418.TCA8418.key_intenable?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11946 | adafruit_tca8418.TCA8418.keylock_int?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11947 | adafruit_tca8418.TCA8418.keylock_intenable?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11948 | adafruit_tca8418.TCA8418.next_event?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11949 | adafruit_tca8418.TCA8418.overflow_int?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11950 | adafruit_tca8418.TCA8418.overflow_intenable?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11951 | adafruit_tca8418.TCA8418.overflow_mode?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11952 | adafruit_tca8418.TCA8418?1(i2c_bus: I2C, address: int = TCA8418_I2CADDR_DEFAULT) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11953 | adafruit_tca8418.TCA8418_register?1(tca: "TCA8418", base_addr: int, invert_value: bool = False, read_only: bool = False, initial_value: Optional[int] = None, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11954 | adafruit_tca8418._TCA8418_REG_CONFIG?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11955 | adafruit_tca8418._TCA8418_REG_DEBOUNCEDIS1?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11956 | adafruit_tca8418._TCA8418_REG_EVTMODE1?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11957 | adafruit_tca8418._TCA8418_REG_GPIODATOUT1?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11958 | adafruit_tca8418._TCA8418_REG_GPIODATSTAT1?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11959 | adafruit_tca8418._TCA8418_REG_GPIODIR1?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11960 | adafruit_tca8418._TCA8418_REG_GPIOINTSTAT1?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11961 | adafruit_tca8418._TCA8418_REG_GPIOPULL1?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11962 | adafruit_tca8418._TCA8418_REG_INTEN1?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11963 | adafruit_tca8418._TCA8418_REG_INTLVL1?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11964 | adafruit_tca8418._TCA8418_REG_INTSTAT?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11965 | adafruit_tca8418._TCA8418_REG_KEYEVENT?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11966 | adafruit_tca8418._TCA8418_REG_KEYLCKEC?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11967 | adafruit_tca8418._TCA8418_REG_KPGPIO1?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11968 | adafruit_tca9548a.PCA9546A?1(i2c: I2C, address: int = _DEFAULT_ADDRESS) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11969 | adafruit_tca9548a.TCA9548A?1(i2c: I2C, address: int = _DEFAULT_ADDRESS) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11970 | adafruit_tca9548a.TCA9548A_Channel.readfrom_into?4(address: int, buffer: ReadableBuffer, **kwargs) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11971 | adafruit_tca9548a.TCA9548A_Channel.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:
diff
changeset
|
11972 | adafruit_tca9548a.TCA9548A_Channel.try_lock?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11973 | adafruit_tca9548a.TCA9548A_Channel.unlock?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11974 | adafruit_tca9548a.TCA9548A_Channel.writeto?4(address: int, buffer: WriteableBuffer, **kwargs) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11975 | adafruit_tca9548a.TCA9548A_Channel.writeto_then_readfrom?4(address: int, buffer_out: WriteableBuffer, buffer_in: ReadableBuffer, **kwargs) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
11976 | adafruit_tca9548a.TCA9548A_Channel?1(tca: "TCA9548A", channel: 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:
diff
changeset
|
11977 | adafruit_tca9548a._DEFAULT_ADDRESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11978 | adafruit_tcs34725.TCS34725._BUFFER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11979 | adafruit_tcs34725.TCS34725._read_u16?5(address: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11980 | adafruit_tcs34725.TCS34725._read_u8?5(address: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11981 | adafruit_tcs34725.TCS34725._temperature_and_lux_dn40?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11982 | adafruit_tcs34725.TCS34725._valid?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11983 | adafruit_tcs34725.TCS34725._write_u16?5(address: int, val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11984 | adafruit_tcs34725.TCS34725._write_u8?5(address: int, val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11985 | adafruit_tcs34725.TCS34725.active?4(val: bool) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11986 | adafruit_tcs34725.TCS34725.color?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11987 | adafruit_tcs34725.TCS34725.color_raw?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11988 | adafruit_tcs34725.TCS34725.color_rgb_bytes?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11989 | adafruit_tcs34725.TCS34725.color_temperature?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11990 | adafruit_tcs34725.TCS34725.cycles?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11991 | adafruit_tcs34725.TCS34725.gain?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11992 | adafruit_tcs34725.TCS34725.glass_attenuation?4(value: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11993 | adafruit_tcs34725.TCS34725.integration_time?4(val: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11994 | adafruit_tcs34725.TCS34725.interrupt?4(val: bool) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11995 | adafruit_tcs34725.TCS34725.lux?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11996 | adafruit_tcs34725.TCS34725.max_value?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11997 | adafruit_tcs34725.TCS34725.min_value?4(val: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11998 | adafruit_tcs34725.TCS34725?1(i2c: I2C, address: int = 0x29) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11999 | adafruit_tcs34725._COMMAND_BIT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12000 | adafruit_tcs34725._CYCLES?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12001 | adafruit_tcs34725._ENABLE_AEN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12002 | adafruit_tcs34725._ENABLE_AIEN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12003 | adafruit_tcs34725._ENABLE_PON?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12004 | adafruit_tcs34725._ENABLE_WEN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12005 | adafruit_tcs34725._GAINS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12006 | adafruit_tcs34725._INTEGRATION_TIME_THRESHOLD_HIGH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12007 | adafruit_tcs34725._INTEGRATION_TIME_THRESHOLD_LOW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12008 | adafruit_tcs34725._REGISTER_AIHT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12009 | adafruit_tcs34725._REGISTER_AILT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12010 | adafruit_tcs34725._REGISTER_APERS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12011 | adafruit_tcs34725._REGISTER_ATIME?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12012 | adafruit_tcs34725._REGISTER_BDATA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12013 | adafruit_tcs34725._REGISTER_CDATA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12014 | adafruit_tcs34725._REGISTER_CONTROL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12015 | adafruit_tcs34725._REGISTER_ENABLE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12016 | adafruit_tcs34725._REGISTER_GDATA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12017 | adafruit_tcs34725._REGISTER_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12018 | adafruit_tcs34725._REGISTER_RDATA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12019 | adafruit_tcs34725._REGISTER_SENSORID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12020 | adafruit_tcs34725._REGISTER_STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12021 | adafruit_tfmini.MODE_LONG?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12022 | adafruit_tfmini.MODE_SHORT?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12023 | adafruit_tfmini.TFmini._set_config?5(command: 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:
diff
changeset
|
12024 | adafruit_tfmini.TFmini.distance?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12025 | adafruit_tfmini.TFmini.mode?4(newmode: Literal[2, 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:
diff
changeset
|
12026 | adafruit_tfmini.TFmini.strength?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12027 | adafruit_tfmini.TFmini?1(uart: UART, *, 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:
diff
changeset
|
12028 | adafruit_tfmini._CONFIGPARAM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12029 | adafruit_tfmini._ENDCONFIG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12030 | adafruit_tfmini._ENDREPLY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12031 | adafruit_tfmini._STARTCONFIG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12032 | adafruit_tfmini._STARTREPLY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12033 | adafruit_thermal_printer.get_printer_class?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:
diff
changeset
|
12034 | adafruit_thermal_printer.thermal_printer.JUSTIFY_CENTER?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12035 | adafruit_thermal_printer.thermal_printer.JUSTIFY_LEFT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12036 | adafruit_thermal_printer.thermal_printer.JUSTIFY_RIGHT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12037 | adafruit_thermal_printer.thermal_printer.SIZE_LARGE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12038 | adafruit_thermal_printer.thermal_printer.SIZE_MEDIUM?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12039 | adafruit_thermal_printer.thermal_printer.SIZE_SMALL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12040 | adafruit_thermal_printer.thermal_printer.ThermalPrinter.CODABAR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12041 | adafruit_thermal_printer.thermal_printer.ThermalPrinter.CODE128?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12042 | adafruit_thermal_printer.thermal_printer.ThermalPrinter.CODE39?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12043 | adafruit_thermal_printer.thermal_printer.ThermalPrinter.CODE93?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12044 | adafruit_thermal_printer.thermal_printer.ThermalPrinter.EAN13?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12045 | adafruit_thermal_printer.thermal_printer.ThermalPrinter.EAN8?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12046 | adafruit_thermal_printer.thermal_printer.ThermalPrinter.ITF?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12047 | adafruit_thermal_printer.thermal_printer.ThermalPrinter.UPC_A?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12048 | adafruit_thermal_printer.thermal_printer.ThermalPrinter.UPC_E?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12049 | adafruit_thermal_printer.thermal_printer.ThermalPrinter._print_bitmap?5(width: int, height: int, data: ReadableBuffer) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12050 | adafruit_thermal_printer.thermal_printer.ThermalPrinter._set_barcode_height?5(height: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12051 | adafruit_thermal_printer.thermal_printer.ThermalPrinter._set_charset?5(charset: int = 0) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12052 | adafruit_thermal_printer.thermal_printer.ThermalPrinter._set_code_page?5(code_page: int = 0) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12053 | adafruit_thermal_printer.thermal_printer.ThermalPrinter._set_inverse?5(inverse: bool) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12054 | adafruit_thermal_printer.thermal_printer.ThermalPrinter._set_justify?5(val: Literal[0, 1, 2]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12055 | adafruit_thermal_printer.thermal_printer.ThermalPrinter._set_line_height?5(height: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12056 | adafruit_thermal_printer.thermal_printer.ThermalPrinter._set_print_mode?5(mask: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12057 | adafruit_thermal_printer.thermal_printer.ThermalPrinter._set_size?5(val: Literal[0, 1, 2]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12058 | adafruit_thermal_printer.thermal_printer.ThermalPrinter._set_timeout?5(period_s: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12059 | adafruit_thermal_printer.thermal_printer.ThermalPrinter._set_underline?5(val: Optional[Literal[0, 1]]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12060 | adafruit_thermal_printer.thermal_printer.ThermalPrinter._set_up_down_mode?5(up_down_mode: bool) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12061 | adafruit_thermal_printer.thermal_printer.ThermalPrinter._unset_print_mode?5(mask: 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:
diff
changeset
|
12062 | adafruit_thermal_printer.thermal_printer.ThermalPrinter._wait_timeout?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12063 | adafruit_thermal_printer.thermal_printer.ThermalPrinter._write_char?5(char: str, *, encoding: str = "utf-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:
diff
changeset
|
12064 | adafruit_thermal_printer.thermal_printer.ThermalPrinter._write_print_mode?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12065 | adafruit_thermal_printer.thermal_printer.ThermalPrinter.bold?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12066 | adafruit_thermal_printer.thermal_printer.ThermalPrinter.double_height?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12067 | adafruit_thermal_printer.thermal_printer.ThermalPrinter.double_width?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12068 | adafruit_thermal_printer.thermal_printer.ThermalPrinter.feed?4(lines: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12069 | adafruit_thermal_printer.thermal_printer.ThermalPrinter.feed_rows?4(rows: 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:
diff
changeset
|
12070 | adafruit_thermal_printer.thermal_printer.ThermalPrinter.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:
diff
changeset
|
12071 | adafruit_thermal_printer.thermal_printer.ThermalPrinter.has_paper?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12072 | adafruit_thermal_printer.thermal_printer.ThermalPrinter.inverse?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12073 | adafruit_thermal_printer.thermal_printer.ThermalPrinter.justify?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12074 | adafruit_thermal_printer.thermal_printer.ThermalPrinter.offline?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12075 | adafruit_thermal_printer.thermal_printer.ThermalPrinter.online?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12076 | adafruit_thermal_printer.thermal_printer.ThermalPrinter.print?4(text: str, end: Optional[str] = "\n", *, encoding: str = "utf-8") |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12077 | adafruit_thermal_printer.thermal_printer.ThermalPrinter.print_barcode?4(text: str, barcode_type: 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:
diff
changeset
|
12078 | adafruit_thermal_printer.thermal_printer.ThermalPrinter.reset?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12079 | adafruit_thermal_printer.thermal_printer.ThermalPrinter.send_command?4(command: 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:
diff
changeset
|
12080 | adafruit_thermal_printer.thermal_printer.ThermalPrinter.set_defaults?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12081 | adafruit_thermal_printer.thermal_printer.ThermalPrinter.size?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12082 | adafruit_thermal_printer.thermal_printer.ThermalPrinter.strike?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12083 | adafruit_thermal_printer.thermal_printer.ThermalPrinter.tab?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12084 | adafruit_thermal_printer.thermal_printer.ThermalPrinter.test_page?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12085 | adafruit_thermal_printer.thermal_printer.ThermalPrinter.underline?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12086 | adafruit_thermal_printer.thermal_printer.ThermalPrinter.up_down_mode?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12087 | adafruit_thermal_printer.thermal_printer.ThermalPrinter.upside_down?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12088 | adafruit_thermal_printer.thermal_printer.ThermalPrinter.warm_up?4(heat_time: int = 120) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12089 | adafruit_thermal_printer.thermal_printer.ThermalPrinter?1(uart: UART, *, byte_delay_s: float = 0.00057346, dot_feed_s: float = 0.0021, dot_print_s: float = 0.03, auto_warm_up: 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:
diff
changeset
|
12090 | adafruit_thermal_printer.thermal_printer.UNDERLINE_THICK?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12091 | adafruit_thermal_printer.thermal_printer.UNDERLINE_THIN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12092 | adafruit_thermal_printer.thermal_printer._BOLD_MASK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12093 | adafruit_thermal_printer.thermal_printer._DOUBLE_HEIGHT_MASK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12094 | adafruit_thermal_printer.thermal_printer._DOUBLE_WIDTH_MASK?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12095 | adafruit_thermal_printer.thermal_printer._PrintModeBit?2(mask: 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:
diff
changeset
|
12096 | adafruit_thermal_printer.thermal_printer._STRIKE_MASK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12097 | adafruit_thermal_printer.thermal_printer._UPDOWN_MASK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12098 | adafruit_thermal_printer.thermal_printer_2168.ThermalPrinter.CODABAR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12099 | adafruit_thermal_printer.thermal_printer_2168.ThermalPrinter.CODE128?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12100 | adafruit_thermal_printer.thermal_printer_2168.ThermalPrinter.CODE39?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12101 | adafruit_thermal_printer.thermal_printer_2168.ThermalPrinter.CODE93?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12102 | adafruit_thermal_printer.thermal_printer_2168.ThermalPrinter.EAN13?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12103 | adafruit_thermal_printer.thermal_printer_2168.ThermalPrinter.EAN8?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12104 | adafruit_thermal_printer.thermal_printer_2168.ThermalPrinter.ITF?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12105 | adafruit_thermal_printer.thermal_printer_2168.ThermalPrinter.UPC_A?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12106 | adafruit_thermal_printer.thermal_printer_2168.ThermalPrinter.UPC_E?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12107 | adafruit_thermal_printer.thermal_printer_2168.ThermalPrinter.warm_up?4(heat_time: int = 120) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12108 | adafruit_thermal_printer.thermal_printer_2168.ThermalPrinter?1(uart: UART, byte_delay_s: float = 0.00057346, dot_feed_s: float = 0.0021, dot_print_s: float = 0.03, auto_warm_up: 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:
diff
changeset
|
12109 | adafruit_thermal_printer.thermal_printer_264.ThermalPrinter.CODABAR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12110 | adafruit_thermal_printer.thermal_printer_264.ThermalPrinter.CODE128?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12111 | adafruit_thermal_printer.thermal_printer_264.ThermalPrinter.CODE39?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12112 | adafruit_thermal_printer.thermal_printer_264.ThermalPrinter.CODE93?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12113 | adafruit_thermal_printer.thermal_printer_264.ThermalPrinter.EAN13?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12114 | adafruit_thermal_printer.thermal_printer_264.ThermalPrinter.EAN8?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12115 | adafruit_thermal_printer.thermal_printer_264.ThermalPrinter.ITF?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12116 | adafruit_thermal_printer.thermal_printer_264.ThermalPrinter.UPC_A?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12117 | adafruit_thermal_printer.thermal_printer_264.ThermalPrinter.UPC_E?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12118 | adafruit_thermal_printer.thermal_printer_264.ThermalPrinter.inverse?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12119 | adafruit_thermal_printer.thermal_printer_264.ThermalPrinter?1(uart: UART, byte_delay_s: float = 0.00057346, dot_feed_s: float = 0.0021, dot_print_s: float = 0.03, ) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12120 | adafruit_thermal_printer.thermal_printer_264._INVERSE_MASK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12121 | adafruit_thermal_printer.thermal_printer_legacy.ThermalPrinter.CODE11?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12122 | adafruit_thermal_printer.thermal_printer_legacy.ThermalPrinter.CODE128?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12123 | adafruit_thermal_printer.thermal_printer_legacy.ThermalPrinter.CODE39?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12124 | adafruit_thermal_printer.thermal_printer_legacy.ThermalPrinter.CODE93?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12125 | adafruit_thermal_printer.thermal_printer_legacy.ThermalPrinter.CODEBAR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12126 | adafruit_thermal_printer.thermal_printer_legacy.ThermalPrinter.EAN13?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12127 | adafruit_thermal_printer.thermal_printer_legacy.ThermalPrinter.EAN8?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12128 | adafruit_thermal_printer.thermal_printer_legacy.ThermalPrinter.I25?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12129 | adafruit_thermal_printer.thermal_printer_legacy.ThermalPrinter.MSI?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12130 | adafruit_thermal_printer.thermal_printer_legacy.ThermalPrinter.UPC_A?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12131 | adafruit_thermal_printer.thermal_printer_legacy.ThermalPrinter.UPC_E?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12132 | adafruit_thermal_printer.thermal_printer_legacy.ThermalPrinter.feed?4(lines: 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:
diff
changeset
|
12133 | adafruit_thermal_printer.thermal_printer_legacy.ThermalPrinter.has_paper?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12134 | adafruit_thermal_printer.thermal_printer_legacy.ThermalPrinter.inverse?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12135 | adafruit_thermal_printer.thermal_printer_legacy.ThermalPrinter.print_barcode?4(text: str, barcode_type: 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:
diff
changeset
|
12136 | adafruit_thermal_printer.thermal_printer_legacy.ThermalPrinter.reset?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12137 | adafruit_thermal_printer.thermal_printer_legacy.ThermalPrinter?1(uart: UART, byte_delay_s: float = 0.00057346, dot_feed_s: float = 0.0021, dot_print_s: float = 0.03, ) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12138 | adafruit_thermal_printer.thermal_printer_legacy._INVERSE_MASK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12139 | adafruit_thermistor.Thermistor.resistance?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12140 | adafruit_thermistor.Thermistor.temperature?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12141 | adafruit_thermistor.Thermistor?1(pin: microcontroller.Pin, series_resistor: int, nominal_resistance: int, nominal_temperature: int, b_coefficient: int, *, high_side: 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:
diff
changeset
|
12142 | adafruit_ticks._TICKS_HALFPERIOD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12143 | adafruit_ticks._TICKS_MAX?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12144 | adafruit_ticks._TICKS_PERIOD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12145 | adafruit_ticks.ticks_add?4(ticks: int, delta: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12146 | adafruit_ticks.ticks_diff?4(ticks1: int, ticks2: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12147 | adafruit_ticks.ticks_less?4(ticks1: int, ticks2: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12148 | adafruit_ticks.ticks_ms?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12149 | adafruit_tinylora.adafruit_tinylora.TTN.application_key?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12150 | adafruit_tinylora.adafruit_tinylora.TTN.country?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12151 | adafruit_tinylora.adafruit_tinylora.TTN.device_address?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12152 | adafruit_tinylora.adafruit_tinylora.TTN.network_key?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12153 | adafruit_tinylora.adafruit_tinylora.TTN?1(dev_address, net_key, app_key, country="US") |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12154 | adafruit_tinylora.adafruit_tinylora.TinyLoRa._BUFFER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12155 | adafruit_tinylora.adafruit_tinylora.TinyLoRa._read_into?5(address, buf, length=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12156 | adafruit_tinylora.adafruit_tinylora.TinyLoRa._read_u8?5(address) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12157 | adafruit_tinylora.adafruit_tinylora.TinyLoRa._write_u8?5(address, val) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12158 | adafruit_tinylora.adafruit_tinylora.TinyLoRa.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:
diff
changeset
|
12159 | adafruit_tinylora.adafruit_tinylora.TinyLoRa.send_data?4(data, data_length, frame_counter, timeout=2) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12160 | adafruit_tinylora.adafruit_tinylora.TinyLoRa.send_packet?4(lora_packet, packet_length, timeout) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12161 | adafruit_tinylora.adafruit_tinylora.TinyLoRa.set_channel?4(channel) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12162 | adafruit_tinylora.adafruit_tinylora.TinyLoRa.set_datarate?4(datarate) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12163 | adafruit_tinylora.adafruit_tinylora.TinyLoRa?1(spi, cs, irq, rst, ttn_config, channel=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12164 | adafruit_tinylora.adafruit_tinylora._FSTEP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12165 | adafruit_tinylora.adafruit_tinylora._MODE_LORA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12166 | adafruit_tinylora.adafruit_tinylora._MODE_SLEEP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12167 | adafruit_tinylora.adafruit_tinylora._MODE_STDBY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12168 | adafruit_tinylora.adafruit_tinylora._MODE_TX?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12169 | adafruit_tinylora.adafruit_tinylora._REG_DIO_MAPPING_1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12170 | adafruit_tinylora.adafruit_tinylora._REG_FEI_LSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12171 | adafruit_tinylora.adafruit_tinylora._REG_FEI_MSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12172 | adafruit_tinylora.adafruit_tinylora._REG_FIFO_BASE_ADDR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12173 | adafruit_tinylora.adafruit_tinylora._REG_FIFO_POINTER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12174 | adafruit_tinylora.adafruit_tinylora._REG_FRF_LSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12175 | adafruit_tinylora.adafruit_tinylora._REG_FRF_MID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12176 | adafruit_tinylora.adafruit_tinylora._REG_FRF_MSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12177 | adafruit_tinylora.adafruit_tinylora._REG_IMAGE_CAL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12178 | adafruit_tinylora.adafruit_tinylora._REG_MODEM_CONFIG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12179 | adafruit_tinylora.adafruit_tinylora._REG_NODE_ADDR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12180 | adafruit_tinylora.adafruit_tinylora._REG_OPERATING_MODE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12181 | adafruit_tinylora.adafruit_tinylora._REG_PAYLOAD_LENGTH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12182 | adafruit_tinylora.adafruit_tinylora._REG_PA_CONFIG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12183 | adafruit_tinylora.adafruit_tinylora._REG_PREAMBLE_DETECT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12184 | adafruit_tinylora.adafruit_tinylora._REG_PREAMBLE_LSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12185 | adafruit_tinylora.adafruit_tinylora._REG_PREAMBLE_MSB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12186 | adafruit_tinylora.adafruit_tinylora._REG_RSSI_COLLISION?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12187 | adafruit_tinylora.adafruit_tinylora._REG_RSSI_CONFIG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12188 | adafruit_tinylora.adafruit_tinylora._REG_TIMER1_COEF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12189 | adafruit_tinylora.adafruit_tinylora._REG_VERSION?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12190 | adafruit_tinylora.adafruit_tinylora._TRANSMIT_DIRECTION_UP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12191 | adafruit_tinylora.adafruit_tinylora_encryption.AES._aes_add_round_key?5(state) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12192 | adafruit_tinylora.adafruit_tinylora_encryption.AES._aes_calculate_key?5(num_round, round_key) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12193 | adafruit_tinylora.adafruit_tinylora_encryption.AES._aes_encrypt?5(data, key) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12194 | adafruit_tinylora.adafruit_tinylora_encryption.AES._aes_mix_columns?5(state) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12195 | adafruit_tinylora.adafruit_tinylora_encryption.AES._aes_shift_rows?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12196 | adafruit_tinylora.adafruit_tinylora_encryption.AES._aes_sub_byte?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12197 | adafruit_tinylora.adafruit_tinylora_encryption.AES._aes_sub_bytes?5(state) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12198 | adafruit_tinylora.adafruit_tinylora_encryption.AES._mic_generate_keys?5(key_1, key_2) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12199 | adafruit_tinylora.adafruit_tinylora_encryption.AES._mix_single_column?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12200 | adafruit_tinylora.adafruit_tinylora_encryption.AES._round_encrypt?5(state, key, num_round) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12201 | adafruit_tinylora.adafruit_tinylora_encryption.AES._shift_left?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12202 | adafruit_tinylora.adafruit_tinylora_encryption.AES._xor_data?5(old_data) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12203 | adafruit_tinylora.adafruit_tinylora_encryption.AES.calculate_mic?4(lora_packet, lora_packet_length, mic) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12204 | adafruit_tinylora.adafruit_tinylora_encryption.AES.encrypt?4(aes_data) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12205 | adafruit_tinylora.adafruit_tinylora_encryption.AES.encrypt_payload?4(data) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12206 | adafruit_tinylora.adafruit_tinylora_encryption.AES?1(device_address, app_key, network_key, frame_counter) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12207 | adafruit_tinylora.adafruit_tinylora_encryption.S_BOX?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12208 | adafruit_tinylora.adafruit_tinylora_encryption.xtime?4(col) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12209 | adafruit_tinylora.ttn_as.TTN_FREQS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12210 | adafruit_tinylora.ttn_au.TTN_FREQS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12211 | adafruit_tinylora.ttn_cn.TTN_FREQS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12212 | adafruit_tinylora.ttn_eu.TTN_FREQS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12213 | adafruit_tinylora.ttn_usa.TTN_FREQS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12214 | adafruit_tla202x.CV.add_values?4(value_tuples: Tuple[str, int, Union[float, str], Optional[float]]) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12215 | adafruit_tla202x.CV.is_valid?4(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:
diff
changeset
|
12216 | adafruit_tla202x.TLA2024._data_rate?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12217 | adafruit_tla202x.TLA2024._mode?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12218 | adafruit_tla202x.TLA2024._mux?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12219 | adafruit_tla202x.TLA2024._os?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12220 | adafruit_tla202x.TLA2024._pga?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12221 | adafruit_tla202x.TLA2024._raw_adc_read?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12222 | adafruit_tla202x.TLA2024._read_adc?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12223 | adafruit_tla202x.TLA2024._read_volts?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12224 | adafruit_tla202x.TLA2024.data_rate?4(rate: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12225 | adafruit_tla202x.TLA2024.input_channel?4(channel: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12226 | adafruit_tla202x.TLA2024.mode?4(mode: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12227 | adafruit_tla202x.TLA2024.mux?4(mux_connection: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12228 | adafruit_tla202x.TLA2024.range?4(measurement_range: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12229 | adafruit_tla202x.TLA2024.read?4(channel: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12230 | adafruit_tla202x.TLA2024.voltage?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12231 | adafruit_tla202x.TLA2024?1(i2c_bus: I2C, address: int = _TLA_DEFAULT_ADDRESS) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12232 | adafruit_tla202x._CONFIG_REG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12233 | adafruit_tla202x._DATA_REG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12234 | adafruit_tla202x._TLA_DEFAULT_ADDRESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12235 | adafruit_tla202x.analog_in.AnalogIn.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:
diff
changeset
|
12236 | adafruit_tla202x.analog_in.AnalogIn.reference_voltage?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12237 | adafruit_tla202x.analog_in.AnalogIn.value?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12238 | adafruit_tla202x.analog_in.AnalogIn.voltage?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12239 | adafruit_tla202x.analog_in.AnalogIn?1(tla, pin) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12240 | adafruit_tla202x.tla2024.A0?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12241 | adafruit_tla202x.tla2024.A1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12242 | adafruit_tla202x.tla2024.A2?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12243 | adafruit_tla202x.tla2024.A3?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12244 | adafruit_tla202x.tla2024.TLA2024.temp?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12245 | adafruit_tla202x.tla2024.TLA202x.temp?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12246 | adafruit_tlc5947.PWMOut.duty_cycle?4(val: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12247 | adafruit_tlc5947.PWMOut.frequency?4(val: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12248 | adafruit_tlc5947.PWMOut?1(tlc5947: "TLC5947", channel: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12249 | adafruit_tlc5947.TLC5947._get_gs_value?5(channel: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12250 | adafruit_tlc5947.TLC5947._set_gs_value?5(channel: int, val: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12251 | adafruit_tlc5947.TLC5947.create_pwm_out?4(channel: 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:
diff
changeset
|
12252 | adafruit_tlc5947.TLC5947.write?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12253 | adafruit_tlc5947.TLC5947?1(spi: SPI, latch: DigitalInOut, *, auto_write: bool = True, num_drivers: int = 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:
diff
changeset
|
12254 | adafruit_tlc5947._CHANNELS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12255 | adafruit_tlc5947._STOREBYTES?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12256 | adafruit_tlc59711.CHANNEL_PER_CHIP?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12257 | adafruit_tlc59711.COLORS_PER_PIXEL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12258 | adafruit_tlc59711.PIXEL_PER_CHIP?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12259 | adafruit_tlc59711.TLC59711._check_and_convert?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12260 | adafruit_tlc59711.TLC59711._chip_set_FunctionControl?5(chip_index: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12261 | adafruit_tlc59711.TLC59711._chip_set_WriteCommand?5(chip_index: 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:
diff
changeset
|
12262 | adafruit_tlc59711.TLC59711._convert_01_float_to_16bit_integer?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12263 | adafruit_tlc59711.TLC59711._convert_if_float?5(value: 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:
diff
changeset
|
12264 | adafruit_tlc59711.TLC59711._get_channel_16bit_value?5(channel_index) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12265 | adafruit_tlc59711.TLC59711._init_buffer?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12266 | adafruit_tlc59711.TLC59711._init_lookuptable?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12267 | adafruit_tlc59711.TLC59711._write?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12268 | adafruit_tlc59711.TLC59711.b0?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12269 | adafruit_tlc59711.TLC59711.b1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12270 | adafruit_tlc59711.TLC59711.b2?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12271 | adafruit_tlc59711.TLC59711.b3?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12272 | adafruit_tlc59711.TLC59711.calculate_BCData?4(Ioclmax: float = 18, IoutR: float = 17, IoutG: float = 15, IoutB: float = 9) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12273 | adafruit_tlc59711.TLC59711.calculate_Ioclmax?4(Riref: float = 2.48) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12274 | adafruit_tlc59711.TLC59711.calculate_Riref?4(Ioclmax: float = 20) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12275 | adafruit_tlc59711.TLC59711.chip_set_BCData?4(chip_index: int, bcr: int = 127, bcg: int = 127, bcb: int = 127) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12276 | adafruit_tlc59711.TLC59711.g0?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12277 | adafruit_tlc59711.TLC59711.g1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12278 | adafruit_tlc59711.TLC59711.g2?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12279 | adafruit_tlc59711.TLC59711.g3?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12280 | adafruit_tlc59711.TLC59711.r0?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12281 | adafruit_tlc59711.TLC59711.r1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12282 | adafruit_tlc59711.TLC59711.r2?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12283 | adafruit_tlc59711.TLC59711.r3?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12284 | adafruit_tlc59711.TLC59711.set_all_black?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12285 | adafruit_tlc59711.TLC59711.set_channel?4(channel_index: int, value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12286 | adafruit_tlc59711.TLC59711.set_chipheader_bits_in_buffer?4(*, chip_index: int = 0, part_bit_offset: int = 0, field: Optional[Dict[str, int]] = None, value: int = 0, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12287 | adafruit_tlc59711.TLC59711.set_pixel?4(pixel_index: int, value: Tuple[float, float, float], ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12288 | adafruit_tlc59711.TLC59711.set_pixel_16bit_color?4(pixel_index: int, color: Tuple[int, int, int]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12289 | adafruit_tlc59711.TLC59711.set_pixel_16bit_value?4(pixel_index: int, value_r: int, value_g: int, value_b: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12290 | adafruit_tlc59711.TLC59711.set_pixel_all?4(color: Tuple[float, float, float]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12291 | adafruit_tlc59711.TLC59711.set_pixel_all_16bit_value?4(value_r: int, value_g: int, value_b: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12292 | adafruit_tlc59711.TLC59711.set_pixel_float_color?4(pixel_index: int, color: Tuple[float, float, float]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12293 | adafruit_tlc59711.TLC59711.set_pixel_float_value?4(pixel_index: int, value_r: int, value_g: int, value_b: 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:
diff
changeset
|
12294 | adafruit_tlc59711.TLC59711.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:
diff
changeset
|
12295 | adafruit_tlc59711.TLC59711.update_BCData?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12296 | adafruit_tlc59711.TLC59711.update_fc?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12297 | adafruit_tlc59711.TLC59711?1(spi: SPI, *, pixel_count: 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:
diff
changeset
|
12298 | adafruit_tlc59711.TLC59711AutoShow.b0?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12299 | adafruit_tlc59711.TLC59711AutoShow.b1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12300 | adafruit_tlc59711.TLC59711AutoShow.b2?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12301 | adafruit_tlc59711.TLC59711AutoShow.b3?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12302 | adafruit_tlc59711.TLC59711AutoShow.g0?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12303 | adafruit_tlc59711.TLC59711AutoShow.g1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12304 | adafruit_tlc59711.TLC59711AutoShow.g2?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12305 | adafruit_tlc59711.TLC59711AutoShow.g3?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12306 | adafruit_tlc59711.TLC59711AutoShow.r0?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12307 | adafruit_tlc59711.TLC59711AutoShow.r1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12308 | adafruit_tlc59711.TLC59711AutoShow.r2?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12309 | adafruit_tlc59711.TLC59711AutoShow.r3?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12310 | adafruit_tlc59711.TLC59711AutoShow.set_all_black?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12311 | adafruit_tlc59711.TLC59711AutoShow.set_channel?4(channel_index: int, value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12312 | adafruit_tlc59711.TLC59711AutoShow.set_pixel?4(pixel_index: int, value: Tuple[float, float, float]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12313 | adafruit_tlc59711.TLC59711AutoShow.set_pixel_all?4(color: Tuple[float, float, float]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12314 | adafruit_tlc59711.TLC59711AutoShow?1(spi: SPI, pixel_count: 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:
diff
changeset
|
12315 | adafruit_tlc59711.WRITE_COMMAND?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12316 | adafruit_tlc59711._BC_BIT_COUNT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12317 | adafruit_tlc59711._BC_CHIP_BUFFER_BIT_OFFSET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12318 | adafruit_tlc59711._BC_FIELDS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12319 | adafruit_tlc59711._BUFFER_BYTES_PER_COLOR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12320 | adafruit_tlc59711._BUFFER_BYTES_PER_PIXEL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12321 | adafruit_tlc59711._CHIP_BUFFER_BYTE_COUNT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12322 | adafruit_tlc59711._CHIP_BUFFER_HEADER_BIT_COUNT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12323 | adafruit_tlc59711._CHIP_BUFFER_HEADER_BYTE_COUNT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12324 | adafruit_tlc59711._ChannelDirekt?2(channel) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12325 | adafruit_tlc59711._ChannelDirektAutoShow?2(channel) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12326 | adafruit_tlc59711._FC_BIT_COUNT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12327 | adafruit_tlc59711._FC_CHIP_BUFFER_BIT_OFFSET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12328 | adafruit_tlc59711._FC_FIELDS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12329 | adafruit_tlc59711._WC_BIT_COUNT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12330 | adafruit_tlc59711._WC_CHIP_BUFFER_BIT_OFFSET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12331 | adafruit_tlc59711._WC_FIELDS?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12332 | adafruit_tlv493d.TLV493D._get_read_key?5(key: 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:
diff
changeset
|
12333 | adafruit_tlv493d.TLV493D._read_i2c?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12334 | adafruit_tlv493d.TLV493D._set_write_key?5(key: str, 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:
diff
changeset
|
12335 | adafruit_tlv493d.TLV493D._setup_write_buffer?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12336 | adafruit_tlv493d.TLV493D._unpack_and_scale?5(bottom: 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:
diff
changeset
|
12337 | adafruit_tlv493d.TLV493D._write_i2c?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12338 | adafruit_tlv493d.TLV493D.magnetic?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12339 | adafruit_tlv493d.TLV493D.read_masks?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12340 | adafruit_tlv493d.TLV493D.write_masks?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12341 | adafruit_tlv493d.TLV493D?1(i2c_bus: I2C, address: int = _TLV493D_DEFAULT_ADDRESS, addr_reg: int = 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:
diff
changeset
|
12342 | adafruit_tlv493d._TLV493D_DEFAULT_ADDRESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12343 | adafruit_tmp006.CFG_16SAMPLE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12344 | adafruit_tmp006.CFG_1SAMPLE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12345 | adafruit_tmp006.CFG_2SAMPLE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12346 | adafruit_tmp006.CFG_4SAMPLE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12347 | adafruit_tmp006.CFG_8SAMPLE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12348 | adafruit_tmp006.TMP006._BUFFER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12349 | adafruit_tmp006.TMP006._data_ready?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12350 | adafruit_tmp006.TMP006._read_die_temperature?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12351 | adafruit_tmp006.TMP006._read_sensor_voltage?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12352 | adafruit_tmp006.TMP006._read_u16?5(address: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12353 | adafruit_tmp006.TMP006._write_u16?5(address: int, val: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12354 | adafruit_tmp006.TMP006.active?4(val: 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:
diff
changeset
|
12355 | adafruit_tmp006.TMP006.read_register?4(register) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12356 | adafruit_tmp006.TMP006.temperature?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12357 | adafruit_tmp006.TMP006?1(i2c: I2C, address: int = _TMP006_I2CADDR, samplerate: Literal[ |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12358 | CFG_1SAMPLE, CFG_2SAMPLE, CFG_4SAMPLE, CFG_8SAMPLE, CFG_16SAMPLE |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12359 | ] = CFG_16SAMPLE, ) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12360 | adafruit_tmp006._TMP006_CFG_DRDY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12361 | adafruit_tmp006._TMP006_CFG_DRDYEN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12362 | adafruit_tmp006._TMP006_CFG_MODEON?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12363 | adafruit_tmp006._TMP006_CFG_RESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12364 | adafruit_tmp006._TMP006_CONFIG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12365 | adafruit_tmp006._TMP006_DEVID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12366 | adafruit_tmp006._TMP006_I2CADDR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12367 | adafruit_tmp006._TMP006_MANUID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12368 | adafruit_tmp006._TMP006_TAMB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12369 | adafruit_tmp006._TMP006_VOBJ?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12370 | adafruit_tmp007.CFG_16SAMPLE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12371 | adafruit_tmp007.CFG_1SAMPLE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12372 | adafruit_tmp007.CFG_2SAMPLE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12373 | adafruit_tmp007.CFG_4SAMPLE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12374 | adafruit_tmp007.CFG_8SAMPLE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12375 | adafruit_tmp007.TMP007._BUFFER?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12376 | adafruit_tmp007.TMP007._read_bytes?5(address: int, count: int, buf: bytearray) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12377 | adafruit_tmp007.TMP007._read_u16?5(address: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12378 | adafruit_tmp007.TMP007._read_u8?5(address: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12379 | adafruit_tmp007.TMP007._write_u16?5(address: int, val: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12380 | adafruit_tmp007.TMP007._write_u8?5(address: int, val: 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:
diff
changeset
|
12381 | adafruit_tmp007.TMP007.die_temperature?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12382 | adafruit_tmp007.TMP007.raw_sensor_temperature?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12383 | adafruit_tmp007.TMP007.raw_voltage?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12384 | adafruit_tmp007.TMP007.read_register?4(register) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12385 | adafruit_tmp007.TMP007.sleep?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12386 | adafruit_tmp007.TMP007.temperature?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12387 | adafruit_tmp007.TMP007.wake?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12388 | adafruit_tmp007.TMP007?1(i2c: I2C, address: int = _TMP007_I2CADDR, samplerate: Literal[ |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12389 | CFG_1SAMPLE, CFG_2SAMPLE, CFG_4SAMPLE, CFG_8SAMPLE, CFG_16SAMPLE, ] = CFG_16SAMPLE, ) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12390 | adafruit_tmp007._TMP007_CFG_DRDY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12391 | adafruit_tmp007._TMP007_CFG_DRDYEN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12392 | adafruit_tmp007._TMP007_CFG_MODEON?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12393 | adafruit_tmp007._TMP007_CFG_RESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12394 | adafruit_tmp007._TMP007_CONFIG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12395 | adafruit_tmp007._TMP007_DEVID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12396 | adafruit_tmp007._TMP007_I2CADDR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12397 | adafruit_tmp007._TMP007_TAMB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12398 | adafruit_tmp007._TMP007_TOBJ?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12399 | adafruit_tmp007._TMP007_VOBJ?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12400 | adafruit_tmp117.AlertStatus?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12401 | adafruit_tmp117.CV.add_values?4(value_tuples: Sequence[Tuple[str, int, Union[int, str], Optional[int]]]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12402 | adafruit_tmp117.CV.is_valid?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:
diff
changeset
|
12403 | adafruit_tmp117.TMP117._alert_status_data_ready?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12404 | adafruit_tmp117.TMP117._data_ready_int_en?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12405 | adafruit_tmp117.TMP117._eeprom_busy?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12406 | adafruit_tmp117.TMP117._int_active_high?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12407 | adafruit_tmp117.TMP117._mode?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12408 | adafruit_tmp117.TMP117._part_id?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12409 | adafruit_tmp117.TMP117._raw_alert_mode?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12410 | adafruit_tmp117.TMP117._raw_averaged_measurements?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12411 | adafruit_tmp117.TMP117._raw_high_limit?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12412 | adafruit_tmp117.TMP117._raw_low_limit?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12413 | adafruit_tmp117.TMP117._raw_measurement_delay?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12414 | adafruit_tmp117.TMP117._raw_temperature?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12415 | adafruit_tmp117.TMP117._raw_temperature_offset?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12416 | adafruit_tmp117.TMP117._read_status?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12417 | adafruit_tmp117.TMP117._read_temperature?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12418 | adafruit_tmp117.TMP117._set_mode_and_wait_for_measurement?5(mode: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12419 | adafruit_tmp117.TMP117._soft_reset?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12420 | adafruit_tmp117.TMP117.alert_mode?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:
diff
changeset
|
12421 | adafruit_tmp117.TMP117.alert_status?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12422 | adafruit_tmp117.TMP117.averaged_measurements?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:
diff
changeset
|
12423 | adafruit_tmp117.TMP117.high_limit?4(value: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12424 | adafruit_tmp117.TMP117.initialize?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12425 | adafruit_tmp117.TMP117.low_limit?4(value: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12426 | adafruit_tmp117.TMP117.measurement_delay?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:
diff
changeset
|
12427 | adafruit_tmp117.TMP117.measurement_mode?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:
diff
changeset
|
12428 | adafruit_tmp117.TMP117.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:
diff
changeset
|
12429 | adafruit_tmp117.TMP117.serial_number?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12430 | adafruit_tmp117.TMP117.take_single_measurement?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12431 | adafruit_tmp117.TMP117.temperature?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12432 | adafruit_tmp117.TMP117.temperature_offset?4(value: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12433 | adafruit_tmp117.TMP117?1(i2c_bus: I2C, address: int = _I2C_ADDR) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12434 | adafruit_tmp117._CONFIGURATION?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12435 | adafruit_tmp117._CONTINUOUS_CONVERSION_MODE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12436 | adafruit_tmp117._DEVICE_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12437 | adafruit_tmp117._DEVICE_ID_VALUE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12438 | adafruit_tmp117._EEPROM1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12439 | adafruit_tmp117._EEPROM2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12440 | adafruit_tmp117._EEPROM3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12441 | adafruit_tmp117._EEPROM_UL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12442 | adafruit_tmp117._I2C_ADDR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12443 | adafruit_tmp117._ONE_SHOT_MODE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12444 | adafruit_tmp117._SHUTDOWN_MODE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12445 | adafruit_tmp117._TEMP_OFFSET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12446 | adafruit_tmp117._TEMP_RESULT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12447 | adafruit_tmp117._TMP117_RESOLUTION?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12448 | adafruit_tmp117._T_HIGH_LIMIT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12449 | adafruit_tmp117._T_LOW_LIMIT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12450 | adafruit_tmp117._convert_to_integer?5(bytes_to_convert: bytearray) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12451 | adafruit_touchscreen.Touchscreen.touch_point?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12452 | adafruit_touchscreen.Touchscreen?1(x1_pin: Pin, x2_pin: Pin, y1_pin: Pin, y2_pin: Pin, *, x_resistance: Optional[int] = None, samples: int = 4, z_threshold: int = 10000, calibration: Optional[Tuple[Tuple[int, int], Tuple[int, int]]] = None, size: Optional[Tuple[int, int]] = None, invert_pressure: bool = True) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12453 | adafruit_touchscreen.map_range?4(x: float, in_min: int, in_max: int, out_min: int, out_max: 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:
diff
changeset
|
12454 | adafruit_tpa2016.TPA2016.COMPRESSION_1_1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12455 | adafruit_tpa2016.TPA2016.COMPRESSION_2_1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12456 | adafruit_tpa2016.TPA2016.COMPRESSION_4_1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12457 | adafruit_tpa2016.TPA2016.COMPRESSION_8_1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12458 | adafruit_tpa2016.TPA2016.NOISE_GATE_10?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12459 | adafruit_tpa2016.TPA2016.NOISE_GATE_1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12460 | adafruit_tpa2016.TPA2016.NOISE_GATE_20?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12461 | adafruit_tpa2016.TPA2016.NOISE_GATE_4?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12462 | adafruit_tpa2016.TPA2016._attack_control?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12463 | adafruit_tpa2016.TPA2016._fixed_gain_control?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12464 | adafruit_tpa2016.TPA2016._hold_time_control?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12465 | adafruit_tpa2016.TPA2016._max_gain?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12466 | adafruit_tpa2016.TPA2016._output_limiter_level?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12467 | adafruit_tpa2016.TPA2016._release_control?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12468 | adafruit_tpa2016.TPA2016.amplifier_shutdown?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12469 | adafruit_tpa2016.TPA2016.attack_time?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:
diff
changeset
|
12470 | adafruit_tpa2016.TPA2016.compression_ratio?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12471 | adafruit_tpa2016.TPA2016.fixed_gain?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:
diff
changeset
|
12472 | adafruit_tpa2016.TPA2016.hold_time?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:
diff
changeset
|
12473 | adafruit_tpa2016.TPA2016.max_gain?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:
diff
changeset
|
12474 | adafruit_tpa2016.TPA2016.noise_gate_enable?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12475 | adafruit_tpa2016.TPA2016.noise_gate_threshold?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12476 | adafruit_tpa2016.TPA2016.output_limiter_disable?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12477 | adafruit_tpa2016.TPA2016.output_limiter_level?4(value: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12478 | adafruit_tpa2016.TPA2016.release_time?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:
diff
changeset
|
12479 | adafruit_tpa2016.TPA2016.reset_Fault_l?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12480 | adafruit_tpa2016.TPA2016.reset_fault_r?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12481 | adafruit_tpa2016.TPA2016.reset_thermal?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12482 | adafruit_tpa2016.TPA2016.speaker_enable_l?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12483 | adafruit_tpa2016.TPA2016.speaker_enable_r?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12484 | adafruit_tpa2016.TPA2016?1(i2c_bus: I2C) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12485 | adafruit_trellis.Trellis._is_pressed?5(button: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12486 | adafruit_trellis.Trellis._just_pressed?5(button: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12487 | adafruit_trellis.Trellis._just_released?5(button: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12488 | adafruit_trellis.Trellis._was_pressed?5(button: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12489 | adafruit_trellis.Trellis._write_cmd?5(byte: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12490 | adafruit_trellis.Trellis.auto_show?4(value: bool) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12491 | adafruit_trellis.Trellis.blink_rate?4(rate: Literal[0, 1, 2, 3]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12492 | adafruit_trellis.Trellis.brightness?4(brightness: 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:
diff
changeset
|
12493 | adafruit_trellis.Trellis.read_buttons?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12494 | adafruit_trellis.Trellis.show?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12495 | adafruit_trellis.Trellis?1(i2c: I2C, addresses: Optional[List[int]] = None) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12496 | adafruit_trellis.TrellisLEDs.fill?4(on: bool) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12497 | adafruit_trellis.TrellisLEDs?1(trellis_obj: "Trellis") |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12498 | adafruit_trellis._HT16K33_BLINK_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12499 | adafruit_trellis._HT16K33_BLINK_DISPLAYON?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12500 | adafruit_trellis._HT16K33_CMD_BRIGHTNESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12501 | adafruit_trellis._HT16K33_KEY_READ_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12502 | adafruit_trellis._HT16K33_OSCILATOR_ON?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12503 | adafruit_trellis.buttonLUT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12504 | adafruit_trellis.ledLUT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12505 | adafruit_trellism4.TrellisM4Express.pressed_keys?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12506 | adafruit_trellism4.TrellisM4Express?1(rotation: Literal[0, 90, 180, 270] = 0) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12507 | adafruit_trellism4._NeoPixelArray._calculate_pixel_offset?5(index: Tuple[int, int]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12508 | adafruit_trellism4._NeoPixelArray.auto_write?4(val: bool) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12509 | adafruit_trellism4._NeoPixelArray.brightness?4(brightness: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12510 | adafruit_trellism4._NeoPixelArray.fill?4(color: Union[Tuple[int, int, 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:
diff
changeset
|
12511 | adafruit_trellism4._NeoPixelArray.height?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12512 | adafruit_trellism4._NeoPixelArray.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:
diff
changeset
|
12513 | adafruit_trellism4._NeoPixelArray.width?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12514 | adafruit_trellism4._NeoPixelArray?2(pin: Pin, *, width: int, height: int, rotation: Literal[0, 90, 180, 270] = 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:
diff
changeset
|
12515 | adafruit_tsc2007.TSC2007.command?4(function, power, resolution) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12516 | adafruit_tsc2007.TSC2007.touch?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12517 | adafruit_tsc2007.TSC2007.touched?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12518 | adafruit_tsc2007.TSC2007?1(i2c, address=0x48, irq=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12519 | adafruit_tsc2007.TSC2007_ACTIVATE_X?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12520 | adafruit_tsc2007.TSC2007_ACTIVATE_Y?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12521 | adafruit_tsc2007.TSC2007_ACTIVATE_YPLUS_X?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12522 | adafruit_tsc2007.TSC2007_ADC_12BIT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12523 | adafruit_tsc2007.TSC2007_ADC_8BIT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12524 | adafruit_tsc2007.TSC2007_ADOFF_IRQON?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12525 | adafruit_tsc2007.TSC2007_ADON_IRQOFF?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12526 | adafruit_tsc2007.TSC2007_MEASURE_AUX?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12527 | adafruit_tsc2007.TSC2007_MEASURE_TEMP0?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12528 | adafruit_tsc2007.TSC2007_MEASURE_TEMP1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12529 | adafruit_tsc2007.TSC2007_MEASURE_X?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12530 | adafruit_tsc2007.TSC2007_MEASURE_Y?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12531 | adafruit_tsc2007.TSC2007_MEASURE_Z1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12532 | adafruit_tsc2007.TSC2007_MEASURE_Z2?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12533 | adafruit_tsc2007.TSC2007_POWERDOWN_IRQON?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12534 | adafruit_tsc2007.TSC2007_SETUP_COMMAND?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12535 | adafruit_tsl2561.TSL2561._compute_lux?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12536 | adafruit_tsl2561.TSL2561._disable?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12537 | adafruit_tsl2561.TSL2561._enable?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12538 | adafruit_tsl2561.TSL2561._read_broadband?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12539 | adafruit_tsl2561.TSL2561._read_infrared?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12540 | adafruit_tsl2561.TSL2561._read_register?5(reg: int, count: int = 1) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12541 | adafruit_tsl2561.TSL2561._write_control_register?5(reg: 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:
diff
changeset
|
12542 | adafruit_tsl2561.TSL2561.broadband?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12543 | adafruit_tsl2561.TSL2561.chip_id?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12544 | adafruit_tsl2561.TSL2561.clear_interrupt?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12545 | adafruit_tsl2561.TSL2561.cycles?4(value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12546 | adafruit_tsl2561.TSL2561.enabled?4(enable: bool) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12547 | adafruit_tsl2561.TSL2561.gain?4(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:
diff
changeset
|
12548 | adafruit_tsl2561.TSL2561.infrared?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12549 | adafruit_tsl2561.TSL2561.integration_time?4(value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12550 | adafruit_tsl2561.TSL2561.interrupt_mode?4(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:
diff
changeset
|
12551 | adafruit_tsl2561.TSL2561.luminosity?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12552 | adafruit_tsl2561.TSL2561.lux?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12553 | adafruit_tsl2561.TSL2561.threshold_high?4(value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12554 | adafruit_tsl2561.TSL2561.threshold_low?4(value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12555 | adafruit_tsl2561.TSL2561?1(i2c: I2C, address: int = _DEFAULT_ADDRESS) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12556 | adafruit_tsl2561._CLIP_THRESHOLD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12557 | adafruit_tsl2561._COMMAND_BIT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12558 | adafruit_tsl2561._CONTROL_POWEROFF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12559 | adafruit_tsl2561._CONTROL_POWERON?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12560 | adafruit_tsl2561._DEFAULT_ADDRESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12561 | adafruit_tsl2561._GAIN_SCALE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12562 | adafruit_tsl2561._REGISTER_CHAN0_LOW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12563 | adafruit_tsl2561._REGISTER_CHAN1_LOW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12564 | adafruit_tsl2561._REGISTER_CONTROL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12565 | adafruit_tsl2561._REGISTER_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12566 | adafruit_tsl2561._REGISTER_INT_CTRL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12567 | adafruit_tsl2561._REGISTER_TH_HIGH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12568 | adafruit_tsl2561._REGISTER_TH_LOW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12569 | adafruit_tsl2561._REGISTER_TIMING?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12570 | adafruit_tsl2561._TIME_SCALE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12571 | adafruit_tsl2561._WORD_BIT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12572 | adafruit_tsl2591.GAIN_HIGH?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12573 | adafruit_tsl2591.GAIN_LOW?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12574 | adafruit_tsl2591.GAIN_MAX?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12575 | adafruit_tsl2591.GAIN_MED?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12576 | adafruit_tsl2591.INTEGRATIONTIME_100MS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12577 | adafruit_tsl2591.INTEGRATIONTIME_200MS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12578 | adafruit_tsl2591.INTEGRATIONTIME_300MS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12579 | adafruit_tsl2591.INTEGRATIONTIME_400MS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12580 | adafruit_tsl2591.INTEGRATIONTIME_500MS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12581 | adafruit_tsl2591.INTEGRATIONTIME_600MS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12582 | adafruit_tsl2591.TSL2591._BUFFER?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12583 | adafruit_tsl2591.TSL2591._read_u16LE?5(address: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12584 | adafruit_tsl2591.TSL2591._read_u8?5(address: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12585 | adafruit_tsl2591.TSL2591._write_u8?5(address: int, val: 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:
diff
changeset
|
12586 | adafruit_tsl2591.TSL2591.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:
diff
changeset
|
12587 | adafruit_tsl2591.TSL2591.enable?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12588 | adafruit_tsl2591.TSL2591.full_spectrum?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12589 | adafruit_tsl2591.TSL2591.gain?4(val: 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:
diff
changeset
|
12590 | adafruit_tsl2591.TSL2591.infrared?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12591 | adafruit_tsl2591.TSL2591.integration_time?4(val: 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:
diff
changeset
|
12592 | adafruit_tsl2591.TSL2591.lux?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12593 | adafruit_tsl2591.TSL2591.raw_luminosity?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12594 | adafruit_tsl2591.TSL2591.visible?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12595 | adafruit_tsl2591.TSL2591?1(i2c: I2C, address: int = _TSL2591_ADDR) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12596 | adafruit_tsl2591._TSL2591_ADDR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12597 | adafruit_tsl2591._TSL2591_COMMAND_BIT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12598 | adafruit_tsl2591._TSL2591_ENABLE_AEN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12599 | adafruit_tsl2591._TSL2591_ENABLE_AIEN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12600 | adafruit_tsl2591._TSL2591_ENABLE_NPIEN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12601 | adafruit_tsl2591._TSL2591_ENABLE_POWEROFF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12602 | adafruit_tsl2591._TSL2591_ENABLE_POWERON?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12603 | adafruit_tsl2591._TSL2591_LUX_COEFB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12604 | adafruit_tsl2591._TSL2591_LUX_COEFC?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12605 | adafruit_tsl2591._TSL2591_LUX_COEFD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12606 | adafruit_tsl2591._TSL2591_LUX_DF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12607 | adafruit_tsl2591._TSL2591_MAX_COUNT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12608 | adafruit_tsl2591._TSL2591_MAX_COUNT_100MS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12609 | adafruit_tsl2591._TSL2591_REGISTER_CHAN0_LOW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12610 | adafruit_tsl2591._TSL2591_REGISTER_CHAN1_LOW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12611 | adafruit_tsl2591._TSL2591_REGISTER_CONTROL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12612 | adafruit_tsl2591._TSL2591_REGISTER_DEVICE_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12613 | adafruit_tsl2591._TSL2591_REGISTER_ENABLE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12614 | adafruit_tt21100.TT21100.touched?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12615 | adafruit_tt21100.TT21100.touches?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12616 | adafruit_tt21100.TT21100?1(i2c, address=0x24, irq_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:
diff
changeset
|
12617 | adafruit_turtle.Color.BLACK?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12618 | adafruit_turtle.Color.BLUE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12619 | adafruit_turtle.Color.BROWN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12620 | adafruit_turtle.Color.DARK_BLUE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12621 | adafruit_turtle.Color.DARK_GREEN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12622 | adafruit_turtle.Color.DARK_RED?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12623 | adafruit_turtle.Color.GRAY?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12624 | adafruit_turtle.Color.GREEN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12625 | adafruit_turtle.Color.LIGHT_GRAY?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12626 | adafruit_turtle.Color.ORANGE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12627 | adafruit_turtle.Color.PINK?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12628 | adafruit_turtle.Color.PURPLE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12629 | adafruit_turtle.Color.RED?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12630 | adafruit_turtle.Color.TURQUOISE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12631 | adafruit_turtle.Color.WHITE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12632 | adafruit_turtle.Color.YELLOW?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12633 | adafruit_turtle.Color.colors?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12634 | adafruit_turtle.Color?1() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12635 | adafruit_turtle.Vec2D.rotate?4(angle) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12636 | adafruit_turtle.Vec2D?1(x, y) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12637 | adafruit_turtle.turtle._GCD?5(a, b) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12638 | adafruit_turtle.turtle._color_to_pencolor?5(c) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12639 | adafruit_turtle.turtle._drawturtle?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12640 | adafruit_turtle.turtle._plot?5(x, y, c) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12641 | adafruit_turtle.turtle._setDegreesPerAU?5(fullcircle) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12642 | adafruit_turtle.turtle._turn?5(angle) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12643 | adafruit_turtle.turtle.back?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12644 | adafruit_turtle.turtle.backward?4(distance) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12645 | adafruit_turtle.turtle.bgcolor?4(c=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12646 | adafruit_turtle.turtle.bgpic?4(picname=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12647 | adafruit_turtle.turtle.bk?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12648 | adafruit_turtle.turtle.changeturtle?4(source=None, dimensions=(12, 12)) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12649 | adafruit_turtle.turtle.circle?4(radius, extent=None, steps=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12650 | adafruit_turtle.turtle.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:
diff
changeset
|
12651 | adafruit_turtle.turtle.clearstamp?4(stampid) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12652 | adafruit_turtle.turtle.clearstamps?4(n=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12653 | adafruit_turtle.turtle.degrees?4(fullcircle=360) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12654 | adafruit_turtle.turtle.distance?4(x1, y1=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12655 | adafruit_turtle.turtle.dot?4(size=None, color=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12656 | adafruit_turtle.turtle.down?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12657 | adafruit_turtle.turtle.fd?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12658 | adafruit_turtle.turtle.forward?4(distance) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12659 | adafruit_turtle.turtle.goto?4(x1, y1=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12660 | adafruit_turtle.turtle.heading?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12661 | adafruit_turtle.turtle.hideturtle?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12662 | adafruit_turtle.turtle.home?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12663 | adafruit_turtle.turtle.ht?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12664 | adafruit_turtle.turtle.isdown?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12665 | adafruit_turtle.turtle.isvisible?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12666 | adafruit_turtle.turtle.left?4(angle) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12667 | adafruit_turtle.turtle.lt?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12668 | adafruit_turtle.turtle.mode?4(mode=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12669 | adafruit_turtle.turtle.pd?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12670 | adafruit_turtle.turtle.pencolor?4(c=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12671 | adafruit_turtle.turtle.pendown?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12672 | adafruit_turtle.turtle.pensize?4(width=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12673 | adafruit_turtle.turtle.penup?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12674 | adafruit_turtle.turtle.pos?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12675 | adafruit_turtle.turtle.position?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12676 | adafruit_turtle.turtle.pu?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12677 | adafruit_turtle.turtle.radians?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12678 | adafruit_turtle.turtle.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:
diff
changeset
|
12679 | adafruit_turtle.turtle.right?4(angle) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12680 | adafruit_turtle.turtle.rt?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12681 | adafruit_turtle.turtle.seth?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12682 | adafruit_turtle.turtle.setheading?4(to_angle) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12683 | adafruit_turtle.turtle.setpos?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12684 | adafruit_turtle.turtle.setposition?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12685 | adafruit_turtle.turtle.setx?4(x) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12686 | adafruit_turtle.turtle.sety?4(y) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12687 | adafruit_turtle.turtle.showturtle?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12688 | adafruit_turtle.turtle.speed?4(speed=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12689 | adafruit_turtle.turtle.st?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12690 | adafruit_turtle.turtle.stamp?4(bitmap=None, palette=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12691 | adafruit_turtle.turtle.towards?4(x1, y1=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12692 | adafruit_turtle.turtle.up?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12693 | adafruit_turtle.turtle.width?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12694 | adafruit_turtle.turtle.window_height?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12695 | adafruit_turtle.turtle.window_width?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12696 | adafruit_turtle.turtle.xcor?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12697 | adafruit_turtle.turtle.ycor?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12698 | adafruit_turtle.turtle?1(display=None, scale=1) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12699 | adafruit_uc8151d.UC8151D?1(bus: displayio.FourWire, **kwargs) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12700 | adafruit_uc8151d._COLOR_START_SEQUENCE?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:
diff
changeset
|
12701 | adafruit_uc8151d._GRAYSCALE_START_SEQUENCE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12702 | adafruit_uc8151d._START_SEQUENCE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12703 | adafruit_uc8151d._STOP_SEQUENCE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12704 | adafruit_us100.US100.distance?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12705 | adafruit_us100.US100.temperature?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12706 | adafruit_us100.US100?1(uart: UART) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12707 | adafruit_vc0706.IMAGE_SIZE_160x120?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12708 | adafruit_vc0706.IMAGE_SIZE_320x240?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12709 | adafruit_vc0706.IMAGE_SIZE_640x480?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12710 | adafruit_vc0706.VC0706._read_response?5(result: circuitpython_typing.WriteableBuffer, numbytes: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12711 | adafruit_vc0706.VC0706._run_command?5(cmd: int, args: bytes, resplen: int, flush: 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:
diff
changeset
|
12712 | adafruit_vc0706.VC0706._send_command?5(cmd: int, args: Optional[circuitpython_typing.ReadableBuffer] = None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12713 | adafruit_vc0706.VC0706._verify_response?5(cmd: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12714 | adafruit_vc0706.VC0706.baudrate?4(baud: Literal[9600, 19200, 38400, 57600, 115200]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12715 | adafruit_vc0706.VC0706.frame_length?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12716 | adafruit_vc0706.VC0706.image_size?4(size: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12717 | adafruit_vc0706.VC0706.motion_detected?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12718 | adafruit_vc0706.VC0706.motion_detection?4(enabled: bool) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12719 | adafruit_vc0706.VC0706.read_picture_into?4(buf: circuitpython_typing.WriteableBuffer) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12720 | adafruit_vc0706.VC0706.resume_video?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12721 | adafruit_vc0706.VC0706.take_picture?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12722 | adafruit_vc0706.VC0706.version?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12723 | adafruit_vc0706.VC0706?1(uart: busio.UART, *, buffer_size: 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:
diff
changeset
|
12724 | adafruit_vc0706._ACTIVATEMOTION?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12725 | adafruit_vc0706._BAUDRATE_115200?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12726 | adafruit_vc0706._BAUDRATE_19200?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12727 | adafruit_vc0706._BAUDRATE_38400?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12728 | adafruit_vc0706._BAUDRATE_57600?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12729 | adafruit_vc0706._BAUDRATE_9600?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12730 | adafruit_vc0706._CAMERA_DELAY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12731 | adafruit_vc0706._COMM_MOTION_CTRL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12732 | adafruit_vc0706._COMM_MOTION_DETECTED?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12733 | adafruit_vc0706._COMM_MOTION_STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12734 | adafruit_vc0706._DOWNSIZE_CTRL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12735 | adafruit_vc0706._DOWNSIZE_STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12736 | adafruit_vc0706._FBUF_CTRL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12737 | adafruit_vc0706._GEN_VERSION?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12738 | adafruit_vc0706._GET_FBUF_LEN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12739 | adafruit_vc0706._MOTIONCONTROL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12740 | adafruit_vc0706._MOTION_CTRL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12741 | adafruit_vc0706._MOTION_STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12742 | adafruit_vc0706._OSD_ADD_CHAR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12743 | adafruit_vc0706._READ_DATA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12744 | adafruit_vc0706._READ_FBUF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12745 | adafruit_vc0706._RESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12746 | adafruit_vc0706._RESUMEFRAME?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12747 | adafruit_vc0706._SERIAL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12748 | adafruit_vc0706._SET_PORT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12749 | adafruit_vc0706._STEPFRAME?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12750 | adafruit_vc0706._STOPCURRENTFRAME?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12751 | adafruit_vc0706._STOPNEXTFRAME?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12752 | adafruit_vc0706._TVOUT_CTRL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12753 | adafruit_vc0706._UARTMOTION?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12754 | adafruit_vc0706._WRITE_DATA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12755 | adafruit_vcnl4010.FREQUENCY_1M5625?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12756 | adafruit_vcnl4010.FREQUENCY_390K625?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12757 | adafruit_vcnl4010.FREQUENCY_3M125?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12758 | adafruit_vcnl4010.FREQUENCY_781K25?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12759 | adafruit_vcnl4010.SAMPLERATE_125?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12760 | adafruit_vcnl4010.SAMPLERATE_16_625?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12761 | adafruit_vcnl4010.SAMPLERATE_1_95?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12762 | adafruit_vcnl4010.SAMPLERATE_250?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12763 | adafruit_vcnl4010.SAMPLERATE_31_25?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12764 | adafruit_vcnl4010.SAMPLERATE_3_90625?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12765 | adafruit_vcnl4010.SAMPLERATE_62_5?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12766 | adafruit_vcnl4010.SAMPLERATE_7_8125?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12767 | adafruit_vcnl4010.VCNL4010._BUFFER?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12768 | adafruit_vcnl4010.VCNL4010._read_u16BE?5(address: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12769 | adafruit_vcnl4010.VCNL4010._read_u8?5(address: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12770 | adafruit_vcnl4010.VCNL4010._write_u8?5(address: int, val: 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:
diff
changeset
|
12771 | adafruit_vcnl4010.VCNL4010.ambient?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12772 | adafruit_vcnl4010.VCNL4010.ambient_lux?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12773 | adafruit_vcnl4010.VCNL4010.frequency?4(val: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12774 | adafruit_vcnl4010.VCNL4010.led_current?4(val: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12775 | adafruit_vcnl4010.VCNL4010.led_current_mA?4(val: 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:
diff
changeset
|
12776 | adafruit_vcnl4010.VCNL4010.proximity?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12777 | adafruit_vcnl4010.VCNL4010.samplerate?4(val: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12778 | adafruit_vcnl4010.VCNL4010?1(i2c: I2C, address: int = _VCNL4010_I2CADDR_DEFAULT) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12779 | adafruit_vcnl4010._VCNL4010_AMBIENTDATA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12780 | adafruit_vcnl4010._VCNL4010_AMBIENTPARAMETER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12781 | adafruit_vcnl4010._VCNL4010_AMBIENTREADY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12782 | adafruit_vcnl4010._VCNL4010_AMBIENT_LUX_SCALE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12783 | adafruit_vcnl4010._VCNL4010_COMMAND?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12784 | adafruit_vcnl4010._VCNL4010_I2CADDR_DEFAULT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12785 | adafruit_vcnl4010._VCNL4010_INTCONTROL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12786 | adafruit_vcnl4010._VCNL4010_INTSTAT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12787 | adafruit_vcnl4010._VCNL4010_IRLED?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12788 | adafruit_vcnl4010._VCNL4010_MEASUREAMBIENT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12789 | adafruit_vcnl4010._VCNL4010_MEASUREPROXIMITY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12790 | adafruit_vcnl4010._VCNL4010_MODTIMING?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12791 | adafruit_vcnl4010._VCNL4010_PRODUCTID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12792 | adafruit_vcnl4010._VCNL4010_PROXIMITYADJUST?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12793 | adafruit_vcnl4010._VCNL4010_PROXIMITYDATA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12794 | adafruit_vcnl4010._VCNL4010_PROXIMITYREADY?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12795 | adafruit_vcnl4010._VCNL4010_PROXRATE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12796 | adafruit_vcnl4040.VCNL4040.ALS_160MS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12797 | adafruit_vcnl4040.VCNL4040.ALS_320MS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12798 | adafruit_vcnl4040.VCNL4040.ALS_640MS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12799 | adafruit_vcnl4040.VCNL4040.ALS_80MS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12800 | adafruit_vcnl4040.VCNL4040.ALS_IF_H?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12801 | adafruit_vcnl4040.VCNL4040.ALS_IF_L?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12802 | adafruit_vcnl4040.VCNL4040.LED_100MA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12803 | adafruit_vcnl4040.VCNL4040.LED_120MA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12804 | adafruit_vcnl4040.VCNL4040.LED_140MA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12805 | adafruit_vcnl4040.VCNL4040.LED_160MA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12806 | adafruit_vcnl4040.VCNL4040.LED_180MA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12807 | adafruit_vcnl4040.VCNL4040.LED_1_160?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12808 | adafruit_vcnl4040.VCNL4040.LED_1_320?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12809 | adafruit_vcnl4040.VCNL4040.LED_1_40?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12810 | adafruit_vcnl4040.VCNL4040.LED_1_80?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12811 | adafruit_vcnl4040.VCNL4040.LED_200MA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12812 | adafruit_vcnl4040.VCNL4040.LED_50MA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12813 | adafruit_vcnl4040.VCNL4040.LED_75MA?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12814 | adafruit_vcnl4040.VCNL4040.PS_1T?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12815 | adafruit_vcnl4040.VCNL4040.PS_1_5T?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12816 | adafruit_vcnl4040.VCNL4040.PS_2T?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12817 | adafruit_vcnl4040.VCNL4040.PS_2_5T?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12818 | adafruit_vcnl4040.VCNL4040.PS_3T?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12819 | adafruit_vcnl4040.VCNL4040.PS_3_5T?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12820 | adafruit_vcnl4040.VCNL4040.PS_4T?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12821 | adafruit_vcnl4040.VCNL4040.PS_8T?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12822 | adafruit_vcnl4040.VCNL4040.PS_IF_AWAY?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12823 | adafruit_vcnl4040.VCNL4040.PS_IF_CLOSE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12824 | adafruit_vcnl4040.VCNL4040.PS_INT_AWAY?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12825 | adafruit_vcnl4040.VCNL4040.PS_INT_CLOSE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12826 | adafruit_vcnl4040.VCNL4040.PS_INT_CLOSE_AWAY?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12827 | adafruit_vcnl4040.VCNL4040.PS_INT_DISABLE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12828 | adafruit_vcnl4040.VCNL4040._device_id?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12829 | adafruit_vcnl4040.VCNL4040._get_and_clear_cached_interrupt_state?5(interrupt_offset: 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:
diff
changeset
|
12830 | adafruit_vcnl4040.VCNL4040._light_integration_time?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12831 | adafruit_vcnl4040.VCNL4040._raw_white?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12832 | adafruit_vcnl4040.VCNL4040._update_interrupt_state?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12833 | adafruit_vcnl4040.VCNL4040.interrupt_state?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12834 | adafruit_vcnl4040.VCNL4040.led_current?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12835 | adafruit_vcnl4040.VCNL4040.led_duty_cycle?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12836 | adafruit_vcnl4040.VCNL4040.light?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12837 | adafruit_vcnl4040.VCNL4040.light_high_interrupt?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12838 | adafruit_vcnl4040.VCNL4040.light_high_threshold?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12839 | adafruit_vcnl4040.VCNL4040.light_integration_time?4(new_it: 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:
diff
changeset
|
12840 | adafruit_vcnl4040.VCNL4040.light_interrupt?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12841 | adafruit_vcnl4040.VCNL4040.light_low_interrupt?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12842 | adafruit_vcnl4040.VCNL4040.light_low_threshold?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12843 | adafruit_vcnl4040.VCNL4040.light_shutdown?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12844 | adafruit_vcnl4040.VCNL4040.lux?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12845 | adafruit_vcnl4040.VCNL4040.proximity?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12846 | adafruit_vcnl4040.VCNL4040.proximity_bits?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12847 | adafruit_vcnl4040.VCNL4040.proximity_high_interrupt?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12848 | adafruit_vcnl4040.VCNL4040.proximity_high_threshold?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12849 | adafruit_vcnl4040.VCNL4040.proximity_integration_time?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12850 | adafruit_vcnl4040.VCNL4040.proximity_interrupt?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12851 | adafruit_vcnl4040.VCNL4040.proximity_low_interrupt?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12852 | adafruit_vcnl4040.VCNL4040.proximity_low_threshold?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12853 | adafruit_vcnl4040.VCNL4040.proximity_shutdown?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12854 | adafruit_vcnl4040.VCNL4040.white?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12855 | adafruit_vcnl4040.VCNL4040.white_shutdown?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12856 | adafruit_vcnl4040.VCNL4040?1(i2c: I2C, address: int = 0x60) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12857 | adafruit_veml6070.VEML6070.ack?4(new_ack: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12858 | adafruit_veml6070.VEML6070.ack_threshold?4(new_ack_thd: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12859 | adafruit_veml6070.VEML6070.get_index?4(_raw: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12860 | adafruit_veml6070.VEML6070.integration_time?4(new_it: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12861 | adafruit_veml6070.VEML6070.sleep?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12862 | adafruit_veml6070.VEML6070.uv_raw?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12863 | adafruit_veml6070.VEML6070.wake?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12864 | adafruit_veml6070.VEML6070?1(i2c_bus: I2C, _veml6070_it: str = "VEML6070_1_T", ack: 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:
diff
changeset
|
12865 | adafruit_veml6070._VEML6070_ADDR_ARA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12866 | adafruit_veml6070._VEML6070_ADDR_CMD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12867 | adafruit_veml6070._VEML6070_ADDR_HIGH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12868 | adafruit_veml6070._VEML6070_ADDR_LOW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12869 | adafruit_veml6070._VEML6070_INTEGRATION_TIME?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12870 | adafruit_veml6070._VEML6070_RISK_LEVEL?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12871 | adafruit_veml6075.VEML6075._read_register?5(register: 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:
diff
changeset
|
12872 | adafruit_veml6075.VEML6075._take_reading?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12873 | adafruit_veml6075.VEML6075._write_register?5(register: int, value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12874 | adafruit_veml6075.VEML6075.integration_time?4(val: 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:
diff
changeset
|
12875 | adafruit_veml6075.VEML6075.uv_index?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12876 | adafruit_veml6075.VEML6075.uva?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12877 | adafruit_veml6075.VEML6075.uvb?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12878 | adafruit_veml6075.VEML6075?1(i2c_bus: I2C, *, integration_time: int = 50, high_dynamic: bool = True, uva_a_coef: float = 2.22, uva_b_coef: float = 1.33, uvb_c_coef: float = 2.95, uvb_d_coef: float = 1.74, uva_response: float = 0.001461, uvb_response: float = 0.002591, ) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12879 | adafruit_veml6075._REG_CONF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12880 | adafruit_veml6075._REG_DARK?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12881 | adafruit_veml6075._REG_UVA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12882 | adafruit_veml6075._REG_UVB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12883 | adafruit_veml6075._REG_UVCOMP1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12884 | adafruit_veml6075._REG_UVCOMP2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12885 | adafruit_veml6075._REV_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12886 | adafruit_veml6075._VEML6075_ADDR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12887 | adafruit_veml6075._VEML6075_UV_IT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12888 | adafruit_veml7700.VEML7700.ALS_100MS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12889 | adafruit_veml7700.VEML7700.ALS_200MS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12890 | adafruit_veml7700.VEML7700.ALS_25MS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12891 | adafruit_veml7700.VEML7700.ALS_400MS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12892 | adafruit_veml7700.VEML7700.ALS_50MS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12893 | adafruit_veml7700.VEML7700.ALS_800MS?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12894 | adafruit_veml7700.VEML7700.ALS_GAIN_1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12895 | adafruit_veml7700.VEML7700.ALS_GAIN_1_4?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12896 | adafruit_veml7700.VEML7700.ALS_GAIN_1_8?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12897 | adafruit_veml7700.VEML7700.ALS_GAIN_2?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12898 | adafruit_veml7700.VEML7700.gain_value?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12899 | adafruit_veml7700.VEML7700.gain_values?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12900 | adafruit_veml7700.VEML7700.integration_time_value?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12901 | adafruit_veml7700.VEML7700.integration_time_values?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12902 | adafruit_veml7700.VEML7700.light?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12903 | adafruit_veml7700.VEML7700.light_gain?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12904 | adafruit_veml7700.VEML7700.light_high_threshold?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12905 | adafruit_veml7700.VEML7700.light_integration_time?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12906 | adafruit_veml7700.VEML7700.light_interrupt?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12907 | adafruit_veml7700.VEML7700.light_interrupt_high?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12908 | adafruit_veml7700.VEML7700.light_interrupt_low?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12909 | adafruit_veml7700.VEML7700.light_low_threshold?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12910 | adafruit_veml7700.VEML7700.light_shutdown?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12911 | adafruit_veml7700.VEML7700.lux?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12912 | adafruit_veml7700.VEML7700.resolution?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12913 | adafruit_veml7700.VEML7700.white?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12914 | adafruit_veml7700.VEML7700?1(i2c_bus: I2C, address: int = 0x10) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12915 | adafruit_vl53l0x.VL53L0X._BUFFER?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12916 | adafruit_vl53l0x.VL53L0X._continuous_mode?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12917 | adafruit_vl53l0x.VL53L0X._get_sequence_step_enables?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12918 | adafruit_vl53l0x.VL53L0X._get_sequence_step_timeouts?5(pre_range: 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:
diff
changeset
|
12919 | adafruit_vl53l0x.VL53L0X._get_spad_info?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12920 | adafruit_vl53l0x.VL53L0X._get_vcsel_pulse_period?5(vcsel_period_type: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12921 | adafruit_vl53l0x.VL53L0X._perform_single_ref_calibration?5(vhv_init_byte: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12922 | adafruit_vl53l0x.VL53L0X._read_u16?5(address: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12923 | adafruit_vl53l0x.VL53L0X._read_u8?5(address: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12924 | adafruit_vl53l0x.VL53L0X._write_u16?5(address: int, val: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12925 | adafruit_vl53l0x.VL53L0X._write_u8?5(address: int, val: 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:
diff
changeset
|
12926 | adafruit_vl53l0x.VL53L0X.continuous_mode?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12927 | adafruit_vl53l0x.VL53L0X.data_ready?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12928 | adafruit_vl53l0x.VL53L0X.distance?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12929 | adafruit_vl53l0x.VL53L0X.do_range_measurement?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12930 | adafruit_vl53l0x.VL53L0X.is_continuous_mode?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12931 | adafruit_vl53l0x.VL53L0X.measurement_timing_budget?4(budget_us: 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:
diff
changeset
|
12932 | adafruit_vl53l0x.VL53L0X.range?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12933 | adafruit_vl53l0x.VL53L0X.read_range?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12934 | adafruit_vl53l0x.VL53L0X.set_address?4(new_address: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12935 | adafruit_vl53l0x.VL53L0X.signal_rate_limit?4(val: 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:
diff
changeset
|
12936 | adafruit_vl53l0x.VL53L0X.start_continuous?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12937 | adafruit_vl53l0x.VL53L0X.stop_continuous?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12938 | adafruit_vl53l0x.VL53L0X?1(i2c: I2C, address: int = 41, io_timeout_s: float = 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:
diff
changeset
|
12939 | adafruit_vl53l0x._ALGO_PART_TO_PART_RANGE_OFFSET_MM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12940 | adafruit_vl53l0x._ALGO_PHASECAL_CONFIG_TIMEOUT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12941 | adafruit_vl53l0x._ALGO_PHASECAL_LIM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12942 | adafruit_vl53l0x._CROSSTALK_COMPENSATION_PEAK_RATE_MCPS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12943 | adafruit_vl53l0x._DYNAMIC_SPAD_NUM_REQUESTED_REF_SPAD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12944 | adafruit_vl53l0x._DYNAMIC_SPAD_REF_EN_START_OFFSET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12945 | adafruit_vl53l0x._FINAL_RANGE_CONFIG_MIN_COUNT_RATE_RTN_LIMIT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12946 | adafruit_vl53l0x._FINAL_RANGE_CONFIG_MIN_SNR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12947 | adafruit_vl53l0x._FINAL_RANGE_CONFIG_TIMEOUT_MACROP_HI?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12948 | adafruit_vl53l0x._FINAL_RANGE_CONFIG_TIMEOUT_MACROP_LO?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12949 | adafruit_vl53l0x._FINAL_RANGE_CONFIG_VALID_PHASE_HIGH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12950 | adafruit_vl53l0x._FINAL_RANGE_CONFIG_VALID_PHASE_LOW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12951 | adafruit_vl53l0x._FINAL_RANGE_CONFIG_VCSEL_PERIOD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12952 | adafruit_vl53l0x._GLOBAL_CONFIG_REF_EN_START_SELECT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12953 | adafruit_vl53l0x._GLOBAL_CONFIG_SPAD_ENABLES_REF_0?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12954 | adafruit_vl53l0x._GLOBAL_CONFIG_SPAD_ENABLES_REF_1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12955 | adafruit_vl53l0x._GLOBAL_CONFIG_SPAD_ENABLES_REF_2?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12956 | adafruit_vl53l0x._GLOBAL_CONFIG_SPAD_ENABLES_REF_3?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12957 | adafruit_vl53l0x._GLOBAL_CONFIG_SPAD_ENABLES_REF_4?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12958 | adafruit_vl53l0x._GLOBAL_CONFIG_SPAD_ENABLES_REF_5?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12959 | adafruit_vl53l0x._GLOBAL_CONFIG_VCSEL_WIDTH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12960 | adafruit_vl53l0x._GPIO_HV_MUX_ACTIVE_HIGH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12961 | adafruit_vl53l0x._HISTOGRAM_CONFIG_INITIAL_PHASE_SELECT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12962 | adafruit_vl53l0x._HISTOGRAM_CONFIG_READOUT_CTRL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12963 | adafruit_vl53l0x._I2C_SLAVE_DEVICE_ADDRESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12964 | adafruit_vl53l0x._IDENTIFICATION_MODEL_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12965 | adafruit_vl53l0x._IDENTIFICATION_REVISION_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12966 | adafruit_vl53l0x._MSRC_CONFIG_CONTROL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12967 | adafruit_vl53l0x._MSRC_CONFIG_TIMEOUT_MACROP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12968 | adafruit_vl53l0x._OSC_CALIBRATE_VAL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12969 | adafruit_vl53l0x._POWER_MANAGEMENT_GO1_POWER_FORCE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12970 | adafruit_vl53l0x._PRE_RANGE_CONFIG_MIN_SNR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12971 | adafruit_vl53l0x._PRE_RANGE_CONFIG_SIGMA_THRESH_HI?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12972 | adafruit_vl53l0x._PRE_RANGE_CONFIG_SIGMA_THRESH_LO?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12973 | adafruit_vl53l0x._PRE_RANGE_CONFIG_TIMEOUT_MACROP_HI?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12974 | adafruit_vl53l0x._PRE_RANGE_CONFIG_TIMEOUT_MACROP_LO?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12975 | adafruit_vl53l0x._PRE_RANGE_CONFIG_VALID_PHASE_HIGH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12976 | adafruit_vl53l0x._PRE_RANGE_CONFIG_VALID_PHASE_LOW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12977 | adafruit_vl53l0x._PRE_RANGE_CONFIG_VCSEL_PERIOD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12978 | adafruit_vl53l0x._PRE_RANGE_MIN_COUNT_RATE_RTN_LIMIT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12979 | adafruit_vl53l0x._RESULT_CORE_AMBIENT_WINDOW_EVENTS_REF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12980 | adafruit_vl53l0x._RESULT_CORE_AMBIENT_WINDOW_EVENTS_RTN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12981 | adafruit_vl53l0x._RESULT_CORE_RANGING_TOTAL_EVENTS_REF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12982 | adafruit_vl53l0x._RESULT_CORE_RANGING_TOTAL_EVENTS_RTN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12983 | adafruit_vl53l0x._RESULT_INTERRUPT_STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12984 | adafruit_vl53l0x._RESULT_PEAK_SIGNAL_RATE_REF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12985 | adafruit_vl53l0x._RESULT_RANGE_STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12986 | adafruit_vl53l0x._SOFT_RESET_GO2_SOFT_RESET_N?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12987 | adafruit_vl53l0x._SYSRANGE_START?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12988 | adafruit_vl53l0x._SYSTEM_HISTOGRAM_BIN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12989 | adafruit_vl53l0x._SYSTEM_INTERMEASUREMENT_PERIOD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12990 | adafruit_vl53l0x._SYSTEM_INTERRUPT_CLEAR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12991 | adafruit_vl53l0x._SYSTEM_INTERRUPT_CONFIG_GPIO?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12992 | adafruit_vl53l0x._SYSTEM_RANGE_CONFIG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12993 | adafruit_vl53l0x._SYSTEM_SEQUENCE_CONFIG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12994 | adafruit_vl53l0x._SYSTEM_THRESH_HIGH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12995 | adafruit_vl53l0x._SYSTEM_THRESH_LOW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12996 | adafruit_vl53l0x._VCSEL_PERIOD_FINAL_RANGE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12997 | adafruit_vl53l0x._VCSEL_PERIOD_PRE_RANGE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12998 | adafruit_vl53l0x._VHV_CONFIG_PAD_SCL_SDA__EXTSUP_HV?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
12999 | adafruit_vl53l0x._decode_timeout?5(val: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13000 | adafruit_vl53l0x._encode_timeout?5(timeout_mclks: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13001 | adafruit_vl53l0x._timeout_mclks_to_microseconds?5(timeout_period_mclks: int, vcsel_period_pclks: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13002 | adafruit_vl53l0x._timeout_microseconds_to_mclks?5(timeout_period_us: int, vcsel_period_pclks: 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:
diff
changeset
|
13003 | adafruit_vl53l1x.TB_LONG_DIST?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13004 | adafruit_vl53l1x.TB_SHORT_DIST?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13005 | adafruit_vl53l1x.VL53L1X._interrupt_polarity?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13006 | adafruit_vl53l1x.VL53L1X._read_register?5(address, length=1) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13007 | adafruit_vl53l1x.VL53L1X._sensor_init?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13008 | adafruit_vl53l1x.VL53L1X._write_register?5(address, data, length=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13009 | adafruit_vl53l1x.VL53L1X.clear_interrupt?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13010 | adafruit_vl53l1x.VL53L1X.data_ready?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13011 | adafruit_vl53l1x.VL53L1X.distance?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13012 | adafruit_vl53l1x.VL53L1X.distance_mode?4(mode) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13013 | adafruit_vl53l1x.VL53L1X.model_info?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13014 | adafruit_vl53l1x.VL53L1X.set_address?4(new_address) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13015 | adafruit_vl53l1x.VL53L1X.start_ranging?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13016 | adafruit_vl53l1x.VL53L1X.stop_ranging?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13017 | adafruit_vl53l1x.VL53L1X.timing_budget?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:
diff
changeset
|
13018 | adafruit_vl53l1x.VL53L1X?1(i2c, address=41) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13019 | adafruit_vl53l1x._GPIO_HV_MUX__CTRL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13020 | adafruit_vl53l1x._GPIO__TIO_HV_STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13021 | adafruit_vl53l1x._PHASECAL_CONFIG__TIMEOUT_MACROP?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13022 | adafruit_vl53l1x._RANGE_CONFIG__TIMEOUT_MACROP_A_HI?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13023 | adafruit_vl53l1x._RANGE_CONFIG__TIMEOUT_MACROP_B_HI?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13024 | adafruit_vl53l1x._RANGE_CONFIG__VALID_PHASE_HIGH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13025 | adafruit_vl53l1x._RANGE_CONFIG__VCSEL_PERIOD_A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13026 | adafruit_vl53l1x._RANGE_CONFIG__VCSEL_PERIOD_B?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13027 | adafruit_vl53l1x._SD_CONFIG__INITIAL_PHASE_SD0?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13028 | adafruit_vl53l1x._SD_CONFIG__WOI_SD0?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13029 | adafruit_vl53l1x._SYSTEM__INTERRUPT_CLEAR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13030 | adafruit_vl53l1x._SYSTEM__MODE_START?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13031 | adafruit_vl53l1x._VL53L1X_I2C_SLAVE_DEVICE_ADDRESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13032 | adafruit_vl53l1x._VL53L1X_IDENTIFICATION__MODEL_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13033 | adafruit_vl53l1x._VL53L1X_RESULT__FINAL_CROSSTALK_CORRECTED_RANGE_MM_SD0?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13034 | adafruit_vl53l1x._VL53L1X_RESULT__RANGE_STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13035 | adafruit_vl53l1x._VL53L1X_VHV_CONFIG__TIMEOUT_MACROP_LOOP_BOUND?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13036 | adafruit_vl53l4cd.VL53L4CD._interrupt_polarity?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13037 | adafruit_vl53l4cd.VL53L4CD._read_register?5(address, length=1) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13038 | adafruit_vl53l4cd.VL53L4CD._sensor_init?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13039 | adafruit_vl53l4cd.VL53L4CD._start_vhv?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13040 | adafruit_vl53l4cd.VL53L4CD._wait_for_boot?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13041 | adafruit_vl53l4cd.VL53L4CD._write_register?5(address, data, length=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13042 | adafruit_vl53l4cd.VL53L4CD.clear_interrupt?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13043 | adafruit_vl53l4cd.VL53L4CD.data_ready?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13044 | adafruit_vl53l4cd.VL53L4CD.distance?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13045 | adafruit_vl53l4cd.VL53L4CD.inter_measurement?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:
diff
changeset
|
13046 | adafruit_vl53l4cd.VL53L4CD.model_info?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13047 | adafruit_vl53l4cd.VL53L4CD.set_address?4(new_address) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13048 | adafruit_vl53l4cd.VL53L4CD.start_ranging?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13049 | adafruit_vl53l4cd.VL53L4CD.stop_ranging?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13050 | adafruit_vl53l4cd.VL53L4CD.timing_budget?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:
diff
changeset
|
13051 | adafruit_vl53l4cd.VL53L4CD?1(i2c, address=41) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13052 | adafruit_vl53l4cd._VL53L4CD_FIRMWARE_SYSTEM_STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13053 | adafruit_vl53l4cd._VL53L4CD_GPIO_HV_MUX_CTRL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13054 | adafruit_vl53l4cd._VL53L4CD_GPIO_TIO_HV_STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13055 | adafruit_vl53l4cd._VL53L4CD_I2C_FAST_MODE_PLUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13056 | adafruit_vl53l4cd._VL53L4CD_I2C_SLAVE_DEVICE_ADDRESS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13057 | adafruit_vl53l4cd._VL53L4CD_IDENTIFICATION_MODEL_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13058 | adafruit_vl53l4cd._VL53L4CD_INNER_OFFSET_MM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13059 | adafruit_vl53l4cd._VL53L4CD_INTERMEASUREMENT_MS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13060 | adafruit_vl53l4cd._VL53L4CD_MIN_COUNT_RATE_RTN_LIMIT_MCPS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13061 | adafruit_vl53l4cd._VL53L4CD_OUTER_OFFSET_MM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13062 | adafruit_vl53l4cd._VL53L4CD_RANGE_CONFIG_A?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13063 | adafruit_vl53l4cd._VL53L4CD_RANGE_CONFIG_B?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13064 | adafruit_vl53l4cd._VL53L4CD_RANGE_CONFIG_SIGMA_THRESH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13065 | adafruit_vl53l4cd._VL53L4CD_RANGE_OFFSET_MM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13066 | adafruit_vl53l4cd._VL53L4CD_RESULT_AMBIENT_RATE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13067 | adafruit_vl53l4cd._VL53L4CD_RESULT_DISTANCE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13068 | adafruit_vl53l4cd._VL53L4CD_RESULT_OSC_CALIBRATE_VAL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13069 | adafruit_vl53l4cd._VL53L4CD_RESULT_RANGE_STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13070 | adafruit_vl53l4cd._VL53L4CD_RESULT_SIGMA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13071 | adafruit_vl53l4cd._VL53L4CD_RESULT_SIGNAL_RATE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13072 | adafruit_vl53l4cd._VL53L4CD_RESULT_SPAD_NB?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13073 | adafruit_vl53l4cd._VL53L4CD_SOFT_RESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13074 | adafruit_vl53l4cd._VL53L4CD_SYSTEM_INTERRUPT?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13075 | adafruit_vl53l4cd._VL53L4CD_SYSTEM_INTERRUPT_CLEAR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13076 | adafruit_vl53l4cd._VL53L4CD_SYSTEM_START?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13077 | adafruit_vl53l4cd._VL53L4CD_THRESH_HIGH?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13078 | adafruit_vl53l4cd._VL53L4CD_THRESH_LOW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13079 | adafruit_vl53l4cd._VL53L4CD_VHV_CONFIG_TIMEOUT_MACROP_LOOP_BOUND?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13080 | adafruit_vl53l4cd._VL53L4CD_XTALK_PLANE_OFFSET_KCPS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13081 | adafruit_vl53l4cd._VL53L4CD_XTALK_X_PLANE_GRADIENT_KCPS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13082 | adafruit_vl53l4cd._VL53L4CD_XTALK_Y_PLANE_GRADIENT_KCPS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13083 | adafruit_vl6180x.ALS_GAIN_10?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13084 | adafruit_vl6180x.ALS_GAIN_1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13085 | adafruit_vl6180x.ALS_GAIN_1_25?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13086 | adafruit_vl6180x.ALS_GAIN_1_67?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13087 | adafruit_vl6180x.ALS_GAIN_20?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13088 | adafruit_vl6180x.ALS_GAIN_2_5?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13089 | adafruit_vl6180x.ALS_GAIN_40?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13090 | adafruit_vl6180x.ALS_GAIN_5?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13091 | adafruit_vl6180x.ERROR_ECEFAIL?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13092 | adafruit_vl6180x.ERROR_NOCONVERGE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13093 | adafruit_vl6180x.ERROR_NONE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13094 | adafruit_vl6180x.ERROR_RANGEIGNORE?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13095 | adafruit_vl6180x.ERROR_RANGEOFLOW?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13096 | adafruit_vl6180x.ERROR_RANGEUFLOW?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13097 | adafruit_vl6180x.ERROR_RAWOFLOW?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13098 | adafruit_vl6180x.ERROR_RAWUFLOW?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13099 | adafruit_vl6180x.ERROR_SNR?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13100 | adafruit_vl6180x.ERROR_SYSERR_1?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13101 | adafruit_vl6180x.ERROR_SYSERR_5?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13102 | adafruit_vl6180x.VL6180X._load_settings?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13103 | adafruit_vl6180x.VL6180X._read_16?5(address: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13104 | adafruit_vl6180x.VL6180X._read_8?5(address: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13105 | adafruit_vl6180x.VL6180X._read_range_continuous?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13106 | adafruit_vl6180x.VL6180X._read_range_single?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13107 | adafruit_vl6180x.VL6180X._write_16?5(address: int, data: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13108 | adafruit_vl6180x.VL6180X._write_8?5(address: int, data: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13109 | adafruit_vl6180x.VL6180X.continuous_mode_enabled?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13110 | adafruit_vl6180x.VL6180X.offset?4(offset: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13111 | adafruit_vl6180x.VL6180X.range?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13112 | adafruit_vl6180x.VL6180X.range_from_history?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13113 | adafruit_vl6180x.VL6180X.range_history_enabled?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13114 | adafruit_vl6180x.VL6180X.range_status?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13115 | adafruit_vl6180x.VL6180X.ranges_from_history?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13116 | adafruit_vl6180x.VL6180X.read_lux?4(gain: int) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13117 | adafruit_vl6180x.VL6180X.start_range_continuous?4(period: 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:
diff
changeset
|
13118 | adafruit_vl6180x.VL6180X.stop_range_continuous?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13119 | adafruit_vl6180x.VL6180X?1(i2c: I2C, address: int = _VL6180X_DEFAULT_I2C_ADDR, 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:
diff
changeset
|
13120 | adafruit_vl6180x._VL6180X_DEFAULT_I2C_ADDR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13121 | adafruit_vl6180x._VL6180X_REG_IDENTIFICATION_MODEL_ID?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13122 | adafruit_vl6180x._VL6180X_REG_RESULT_ALS_VAL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13123 | adafruit_vl6180x._VL6180X_REG_RESULT_HISTORY_BUFFER_0?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13124 | adafruit_vl6180x._VL6180X_REG_RESULT_INTERRUPT_STATUS_GPIO?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13125 | adafruit_vl6180x._VL6180X_REG_RESULT_RANGE_STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13126 | adafruit_vl6180x._VL6180X_REG_RESULT_RANGE_VAL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13127 | adafruit_vl6180x._VL6180X_REG_SYSALS_ANALOGUE_GAIN?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13128 | adafruit_vl6180x._VL6180X_REG_SYSALS_INTEGRATION_PERIOD_HI?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13129 | adafruit_vl6180x._VL6180X_REG_SYSALS_INTEGRATION_PERIOD_LO?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13130 | adafruit_vl6180x._VL6180X_REG_SYSALS_START?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13131 | adafruit_vl6180x._VL6180X_REG_SYSRANGE_INTERMEASUREMENT_PERIOD?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13132 | adafruit_vl6180x._VL6180X_REG_SYSRANGE_PART_TO_PART_RANGE_OFFSET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13133 | adafruit_vl6180x._VL6180X_REG_SYSRANGE_START?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13134 | adafruit_vl6180x._VL6180X_REG_SYSTEM_FRESH_OUT_OF_RESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13135 | adafruit_vl6180x._VL6180X_REG_SYSTEM_HISTORY_CTRL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13136 | adafruit_vl6180x._VL6180X_REG_SYSTEM_INTERRUPT_CLEAR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13137 | adafruit_vl6180x._VL6180X_REG_SYSTEM_INTERRUPT_CONFIG?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13138 | adafruit_vs1053.VS1053._SCI_SPI_BUFFER?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13139 | adafruit_vs1053.VS1053._sci_read?5(address: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13140 | adafruit_vs1053.VS1053._sci_write?5(address: 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:
diff
changeset
|
13141 | adafruit_vs1053.VS1053.byte_rate?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13142 | adafruit_vs1053.VS1053.decode_time?4(value: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13143 | adafruit_vs1053.VS1053.play_data?4(data_buffer: ReadableBuffer, start: int = 0, end: 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:
diff
changeset
|
13144 | adafruit_vs1053.VS1053.ready_for_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:
diff
changeset
|
13145 | adafruit_vs1053.VS1053.reset?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13146 | adafruit_vs1053.VS1053.set_volume?4(left: int, right: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13147 | adafruit_vs1053.VS1053.sine_test?4(n: int, seconds: 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:
diff
changeset
|
13148 | adafruit_vs1053.VS1053.soft_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:
diff
changeset
|
13149 | adafruit_vs1053.VS1053.start_playback?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13150 | adafruit_vs1053.VS1053.stop_playback?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13151 | adafruit_vs1053.VS1053.version?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13152 | adafruit_vs1053.VS1053?1(spi: SPI, cs: Pin, xdcs: Pin, dreq: 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:
diff
changeset
|
13153 | adafruit_vs1053._COMMAND_BAUDRATE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13154 | adafruit_vs1053._DATA_BAUDRATE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13155 | adafruit_vs1053._VS1053_GPIO_DDR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13156 | adafruit_vs1053._VS1053_GPIO_IDATA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13157 | adafruit_vs1053._VS1053_GPIO_ODATA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13158 | adafruit_vs1053._VS1053_INT_ENABLE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13159 | adafruit_vs1053._VS1053_MODE_SM_ADPCM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13160 | adafruit_vs1053._VS1053_MODE_SM_CANCEL?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13161 | adafruit_vs1053._VS1053_MODE_SM_CLKRANGE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13162 | adafruit_vs1053._VS1053_MODE_SM_DIFF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13163 | adafruit_vs1053._VS1053_MODE_SM_EARSPKLO?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13164 | adafruit_vs1053._VS1053_MODE_SM_LAYER12?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13165 | adafruit_vs1053._VS1053_MODE_SM_LINE1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13166 | adafruit_vs1053._VS1053_MODE_SM_RESET?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13167 | adafruit_vs1053._VS1053_MODE_SM_SDINEW?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13168 | adafruit_vs1053._VS1053_MODE_SM_STREAM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13169 | adafruit_vs1053._VS1053_MODE_SM_TESTS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13170 | adafruit_vs1053._VS1053_REG_AUDATA?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13171 | adafruit_vs1053._VS1053_REG_BASS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13172 | adafruit_vs1053._VS1053_REG_CLOCKF?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13173 | adafruit_vs1053._VS1053_REG_DECODETIME?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13174 | adafruit_vs1053._VS1053_REG_HDAT0?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13175 | adafruit_vs1053._VS1053_REG_HDAT1?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13176 | adafruit_vs1053._VS1053_REG_MODE?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13177 | adafruit_vs1053._VS1053_REG_STATUS?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13178 | adafruit_vs1053._VS1053_REG_VOLUME?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13179 | adafruit_vs1053._VS1053_REG_WRAM?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13180 | adafruit_vs1053._VS1053_REG_WRAMADDR?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13181 | adafruit_vs1053._VS1053_SCI_READ?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13182 | adafruit_vs1053._VS1053_SCI_WRITE?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13183 | adafruit_wave.Chunk.close?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13184 | adafruit_wave.Chunk.getname?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13185 | adafruit_wave.Chunk.getsize?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13186 | adafruit_wave.Chunk.isatty?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13187 | adafruit_wave.Chunk.read?4(size=-1) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13188 | adafruit_wave.Chunk.seek?4(pos, whence=0) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13189 | adafruit_wave.Chunk.skip?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13190 | adafruit_wave.Chunk.tell?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13191 | adafruit_wave.Chunk?1(file, align=True, bigendian=True, inclheader=False) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13192 | adafruit_wave.WAVE_FORMAT_PCM?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13193 | adafruit_wave.Wave_read._read_fmt_chunk?5(chunk) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13194 | adafruit_wave.Wave_read.close?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13195 | adafruit_wave.Wave_read.getfp?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13196 | adafruit_wave.Wave_read.getframerate?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13197 | adafruit_wave.Wave_read.getnchannels?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13198 | adafruit_wave.Wave_read.getnframes?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13199 | adafruit_wave.Wave_read.getsampwidth?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13200 | adafruit_wave.Wave_read.initfp?4(file) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13201 | adafruit_wave.Wave_read.readframes?4(nframes) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13202 | adafruit_wave.Wave_read.rewind?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13203 | adafruit_wave.Wave_read.setpos?4(pos) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13204 | adafruit_wave.Wave_read.tell?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13205 | adafruit_wave.Wave_read?1(f) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13206 | adafruit_wave.Wave_write._ensure_header_written?5(datasize) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13207 | adafruit_wave.Wave_write._patchheader?5() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13208 | adafruit_wave.Wave_write._write_header?5(initlength) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13209 | adafruit_wave.Wave_write.close?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13210 | adafruit_wave.Wave_write.getframerate?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13211 | adafruit_wave.Wave_write.getnchannels?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13212 | adafruit_wave.Wave_write.getnframes?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13213 | adafruit_wave.Wave_write.getsampwidth?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13214 | adafruit_wave.Wave_write.initfp?4(file) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13215 | adafruit_wave.Wave_write.setframerate?4(framerate) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13216 | adafruit_wave.Wave_write.setnchannels?4(nchannels) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13217 | adafruit_wave.Wave_write.setnframes?4(nframes) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13218 | adafruit_wave.Wave_write.setparams?4(params) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13219 | adafruit_wave.Wave_write.setsampwidth?4(sampwidth) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13220 | adafruit_wave.Wave_write.tell?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13221 | adafruit_wave.Wave_write.writeframes?4(data) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13222 | adafruit_wave.Wave_write.writeframesraw?4(data) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13223 | adafruit_wave.Wave_write?1(f) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13224 | adafruit_wave._array_fmts?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13225 | adafruit_wave._wave_params?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13226 | adafruit_wave.open?4(f, mode=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:
diff
changeset
|
13227 | adafruit_waveform.sine.sine_wave?4(sample_frequency: float, pitch: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13228 | adafruit_waveform.square.square_wave?4(sample_length: int = 2) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13229 | adafruit_wii_classic.Wii_Classic._Buttons?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13230 | adafruit_wii_classic.Wii_Classic._D_Pad?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13231 | adafruit_wii_classic.Wii_Classic._Joystick_L?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13232 | adafruit_wii_classic.Wii_Classic._Joystick_R?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13233 | adafruit_wii_classic.Wii_Classic._L_Shoulder_Analog?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13234 | adafruit_wii_classic.Wii_Classic._R_Shoulder_Analog?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13235 | adafruit_wii_classic.Wii_Classic._Values?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13236 | adafruit_wii_classic.Wii_Classic._buttons?5(do_read: bool = True) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13237 | adafruit_wii_classic.Wii_Classic._d_pad?5(do_read: bool = True) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13238 | adafruit_wii_classic.Wii_Classic._joystick_l?5(do_read: bool = True) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13239 | adafruit_wii_classic.Wii_Classic._joystick_r?5(do_read: bool = True) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13240 | adafruit_wii_classic.Wii_Classic._l_shoulder?5(do_read: bool = True) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13241 | adafruit_wii_classic.Wii_Classic._r_shoulder?5(do_read: bool = True) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13242 | adafruit_wii_classic.Wii_Classic._read_data?5() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13243 | adafruit_wii_classic.Wii_Classic._read_register?5(address) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13244 | adafruit_wii_classic.Wii_Classic.buttons?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13245 | adafruit_wii_classic.Wii_Classic.d_pad?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13246 | adafruit_wii_classic.Wii_Classic.joystick_l?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13247 | adafruit_wii_classic.Wii_Classic.joystick_r?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13248 | adafruit_wii_classic.Wii_Classic.l_shoulder?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13249 | adafruit_wii_classic.Wii_Classic.r_shoulder?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13250 | adafruit_wii_classic.Wii_Classic.values?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13251 | adafruit_wii_classic.Wii_Classic?1(i2c: I2C, address: int = 0x52, i2c_read_delay: float = 0.002) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13252 | adafruit_wii_classic._I2C_INIT_DELAY?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:
diff
changeset
|
13253 | adafruit_wiznet5k.adafruit_wiznet5k.SNIR_DISCON?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13254 | adafruit_wiznet5k.adafruit_wiznet5k.SNIR_TIMEOUT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13255 | adafruit_wiznet5k.adafruit_wiznet5k.SNMR_UDP?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13256 | adafruit_wiznet5k.adafruit_wiznet5k.SNSR_SOCK_CLOSED?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13257 | adafruit_wiznet5k.adafruit_wiznet5k.SNSR_SOCK_CLOSE_WAIT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13258 | adafruit_wiznet5k.adafruit_wiznet5k.SNSR_SOCK_ESTABLISHED?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13259 | adafruit_wiznet5k.adafruit_wiznet5k.SNSR_SOCK_FIN_WAIT?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13260 | adafruit_wiznet5k.adafruit_wiznet5k.SNSR_SOCK_LISTEN?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13261 | adafruit_wiznet5k.adafruit_wiznet5k.SNSR_SOCK_SYNRECV?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13262 | adafruit_wiznet5k.adafruit_wiznet5k.SNSR_SOCK_TIME_WAIT?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13263 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K._TCP_MODE?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13264 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K._TLS_MODE?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13265 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K._UDP_MODE?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13266 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K._detect_and_reset_w5100s?5() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13267 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K._detect_and_reset_w5500?5() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13268 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K._get_rx_rcv_size?5(sock: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13269 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K._get_tx_free_size?5(sock: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13270 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K._ip_address_in_use?5(socknum, local_ip) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13271 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K._read_mr?5() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13272 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K._read_sndipr?5(sock) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13273 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K._read_snmr?5(sock: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13274 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K._read_snrx_rd?5(sock: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13275 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K._read_snrx_rsr?5(sock: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13276 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K._read_sntx_fsr?5(sock: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13277 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K._read_sntx_wr?5(sock: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13278 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K._read_socket?5(sock: int, address: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13279 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K._send_socket_cmd?5(socket: int, cmd: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13280 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K._sockets_reserved?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13281 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K._w5xxx_init?5() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13282 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K._write_mr?5(data: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13283 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K._write_snrx_rd?5(sock: int, data: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13284 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K._write_sntx_wr?5(sock: int, data: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13285 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K._write_socket?5(sock: int, address: int, data: 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:
diff
changeset
|
13286 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K.chip?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13287 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K.get_host_by_name?4(hostname: str) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13288 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K.get_socket?4(*, reserve_socket=False) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13289 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K.ifconfig?4(params: Tuple[bytearray, bytearray, bytearray, Tuple[int, int, 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:
diff
changeset
|
13290 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K.ip_address?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13291 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K.link_status?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13292 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K.mac_address?4(address: Tuple[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:
diff
changeset
|
13293 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K.maintain_dhcp_lease?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13294 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K.max_sockets?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13295 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K.pretty_ip?4(ip: bytearray, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13296 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K.pretty_mac?4(mac: bytearray, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13297 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K.rcr?4(retry_count: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13298 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K.read?4(addr: int, callback: int, length: int = 1, buffer: Optional[WriteableBuffer] = None, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13299 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K.read_sncr?4(sock: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13300 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K.read_snir?4(sock: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13301 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K.read_snsr?4(sock: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13302 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K.read_udp?4(socket_num: int, length: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13303 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K.release_socket?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13304 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K.remote_ip?4(socket_num: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13305 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K.remote_port?4(socket_num: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13306 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K.rtr?4(retry_count: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13307 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K.set_dhcp?4(hostname: Optional[str] = None) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13308 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K.socket_accept?4(socket_num: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13309 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K.socket_available?4(socket_num: int, sock_type: int = _SNMR_TCP) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13310 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K.socket_close?4(socket_num: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13311 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K.socket_connect?4(socket_num: int, dest: Union[bytes, bytearray], port: int, conn_mode: int = _SNMR_TCP, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13312 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K.socket_disconnect?4(socket_num: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13313 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K.socket_listen?4(socket_num: int, port: int, conn_mode: int = _SNMR_TCP) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13314 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K.socket_open?4(socket_num: int, conn_mode: int = _SNMR_TCP) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13315 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K.socket_read?4(socket_num: int, length: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13316 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K.socket_status?4(socket_num: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13317 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K.socket_write?4(socket_num: int, buffer: bytearray, timeout: float = 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:
diff
changeset
|
13318 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K.sw_reset?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13319 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K.unpretty_ip?4(ip: str, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13320 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K.write?4(addr: int, callback: int, data: Union[int, Sequence[Union[int, bytes]]]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13321 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K.write_sncr?4(sock: int, data: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13322 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K.write_sndipr?4(sock: int, ip_addr: bytearray) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13323 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K.write_sndport?4(sock: int, port: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13324 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K.write_snir?4(sock: int, data: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13325 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K.write_snmr?4(sock: int, protocol: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13326 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K.write_sock_port?4(sock: int, port: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13327 | adafruit_wiznet5k.adafruit_wiznet5k.WIZNET5K?1(spi_bus: busio.SPI, cs: digitalio.DigitalInOut, reset: Optional[digitalio.DigitalInOut] = None, is_dhcp: bool = True, mac: Union[List[int], Tuple[int]] = _DEFAULT_MAC, hostname: Optional[str] = None, debug: bool = False, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13328 | adafruit_wiznet5k.adafruit_wiznet5k._CH_SIZE?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13329 | adafruit_wiznet5k.adafruit_wiznet5k._CMD_SOCK_CLOSE?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13330 | adafruit_wiznet5k.adafruit_wiznet5k._CMD_SOCK_CONNECT?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13331 | adafruit_wiznet5k.adafruit_wiznet5k._CMD_SOCK_DISCON?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13332 | adafruit_wiznet5k.adafruit_wiznet5k._CMD_SOCK_LISTEN?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13333 | adafruit_wiznet5k.adafruit_wiznet5k._CMD_SOCK_OPEN?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13334 | adafruit_wiznet5k.adafruit_wiznet5k._CMD_SOCK_RECV?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13335 | adafruit_wiznet5k.adafruit_wiznet5k._CMD_SOCK_SEND?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13336 | adafruit_wiznet5k.adafruit_wiznet5k._CMD_SOCK_SEND_KEEP?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13337 | adafruit_wiznet5k.adafruit_wiznet5k._CMD_SOCK_SEND_MAC?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13338 | adafruit_wiznet5k.adafruit_wiznet5k._DEFAULT_MAC?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13339 | adafruit_wiznet5k.adafruit_wiznet5k._LOCAL_PORT?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13340 | adafruit_wiznet5k.adafruit_wiznet5k._MAX_PACKET?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13341 | adafruit_wiznet5k.adafruit_wiznet5k._MR_RST?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13342 | adafruit_wiznet5k.adafruit_wiznet5k._REG_GAR?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13343 | adafruit_wiznet5k.adafruit_wiznet5k._REG_MR?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13344 | adafruit_wiznet5k.adafruit_wiznet5k._REG_PHYCFGR?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13345 | adafruit_wiznet5k.adafruit_wiznet5k._REG_PHYCFGR_W5100S?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13346 | adafruit_wiznet5k.adafruit_wiznet5k._REG_RCR_5100s?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13347 | adafruit_wiznet5k.adafruit_wiznet5k._REG_RCR_5500?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13348 | adafruit_wiznet5k.adafruit_wiznet5k._REG_RTR_5100s?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13349 | adafruit_wiznet5k.adafruit_wiznet5k._REG_RTR_5500?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13350 | adafruit_wiznet5k.adafruit_wiznet5k._REG_SHAR?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13351 | adafruit_wiznet5k.adafruit_wiznet5k._REG_SIPR?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13352 | adafruit_wiznet5k.adafruit_wiznet5k._REG_SNCR?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13353 | adafruit_wiznet5k.adafruit_wiznet5k._REG_SNDIPR?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13354 | adafruit_wiznet5k.adafruit_wiznet5k._REG_SNDPORT?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13355 | adafruit_wiznet5k.adafruit_wiznet5k._REG_SNIR?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13356 | adafruit_wiznet5k.adafruit_wiznet5k._REG_SNMR?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13357 | adafruit_wiznet5k.adafruit_wiznet5k._REG_SNPORT?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13358 | adafruit_wiznet5k.adafruit_wiznet5k._REG_SNRX_RD?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13359 | adafruit_wiznet5k.adafruit_wiznet5k._REG_SNRX_RSR?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13360 | adafruit_wiznet5k.adafruit_wiznet5k._REG_SNSR?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13361 | adafruit_wiznet5k.adafruit_wiznet5k._REG_SNTX_FSR?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13362 | adafruit_wiznet5k.adafruit_wiznet5k._REG_SNTX_WR?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13363 | adafruit_wiznet5k.adafruit_wiznet5k._REG_SUBR?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13364 | adafruit_wiznet5k.adafruit_wiznet5k._REG_VERSIONR_W5100S?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13365 | adafruit_wiznet5k.adafruit_wiznet5k._REG_VERSIONR_W5500?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13366 | adafruit_wiznet5k.adafruit_wiznet5k._SNIR_CON?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13367 | adafruit_wiznet5k.adafruit_wiznet5k._SNIR_RECV?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13368 | adafruit_wiznet5k.adafruit_wiznet5k._SNIR_SEND_OK?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13369 | adafruit_wiznet5k.adafruit_wiznet5k._SNMR_CLOSE?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13370 | adafruit_wiznet5k.adafruit_wiznet5k._SNMR_IPRAW?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13371 | adafruit_wiznet5k.adafruit_wiznet5k._SNMR_MACRAW?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13372 | adafruit_wiznet5k.adafruit_wiznet5k._SNMR_PPPOE?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13373 | adafruit_wiznet5k.adafruit_wiznet5k._SNMR_TCP?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13374 | adafruit_wiznet5k.adafruit_wiznet5k._SNSR_SOCK_CLOSING?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13375 | adafruit_wiznet5k.adafruit_wiznet5k._SNSR_SOCK_INIT?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13376 | adafruit_wiznet5k.adafruit_wiznet5k._SNSR_SOCK_IPRAW?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13377 | adafruit_wiznet5k.adafruit_wiznet5k._SNSR_SOCK_LAST_ACK?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13378 | adafruit_wiznet5k.adafruit_wiznet5k._SNSR_SOCK_MACRAW?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13379 | adafruit_wiznet5k.adafruit_wiznet5k._SNSR_SOCK_PPPOE?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13380 | adafruit_wiznet5k.adafruit_wiznet5k._SNSR_SOCK_SYNSENT?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13381 | adafruit_wiznet5k.adafruit_wiznet5k._SNSR_SOCK_UDP?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13382 | adafruit_wiznet5k.adafruit_wiznet5k._SOCKET_INVALID?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13383 | adafruit_wiznet5k.adafruit_wiznet5k._SOCK_MASK?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13384 | adafruit_wiznet5k.adafruit_wiznet5k._SOCK_SIZE?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13385 | adafruit_wiznet5k.adafruit_wiznet5k._SRC_PORTS?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13386 | adafruit_wiznet5k.adafruit_wiznet5k._W5100_MAX_SOCK_NUM?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13387 | adafruit_wiznet5k.adafruit_wiznet5k._W5200_W5500_MAX_SOCK_NUM?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13388 | adafruit_wiznet5k.adafruit_wiznet5k_debug._hexdump?5(src: bytes) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13389 | adafruit_wiznet5k.adafruit_wiznet5k_debug.debug_msg?4(message: Union[Exception, str, bytes, bytearray], debugging: bool) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13390 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp.DHCP._dhcp_connection_setup?5(timeout: float = 5.0) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13391 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp.DHCP._dhcp_state_machine?5(*, blocking: bool = False) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13392 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp.DHCP._dsm_reset?5() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13393 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp.DHCP._generate_dhcp_message?5(*, message_type: int, broadcast: bool = False, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13394 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp.DHCP._handle_dhcp_message?5() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13395 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp.DHCP._increment_transaction_id?5() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13396 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp.DHCP._next_retry_time?5(*, attempt: int, interval: int = 4) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13397 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp.DHCP._parse_dhcp_response?5() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13398 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp.DHCP._process_messaging_states?5(*, message_type: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13399 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp.DHCP._receive_dhcp_response?5(timeout: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13400 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp.DHCP._socket_release?5() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13401 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp.DHCP.maintain_dhcp_lease?4(blocking: bool = False) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13402 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp.DHCP.option_reader?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13403 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp.DHCP.option_writer?4(option_code: int, option_data: Union[Tuple[int, ...], bytes]) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13404 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp.DHCP.request_dhcp_lease?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13405 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp.DHCP?1(eth: WIZNET5K, mac_address: bytes, hostname: Optional[str] = None, debug: bool = False, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13406 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp._BROADCAST_SERVER_ADDR?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:
diff
changeset
|
13407 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp._BUFF?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13408 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp._BUFF_LENGTH?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13409 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp._DHCP_ACK?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13410 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp._DHCP_BOOT_REPLY?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13411 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp._DHCP_BOOT_REQUEST?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13412 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp._DHCP_DECLINE?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13413 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp._DHCP_DISCOVER?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13414 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp._DHCP_HLENETHERNET?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13415 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp._DHCP_HOPS?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13416 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp._DHCP_HTYPE100MB?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13417 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp._DHCP_HTYPE10MB?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13418 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp._DHCP_INFORM?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13419 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp._DHCP_NAK?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13420 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp._DHCP_OFFER?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13421 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp._DHCP_RELEASE?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13422 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp._DHCP_REQUEST?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13423 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp._DHCP_SERVER_ID?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13424 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp._DHCP_SERVER_PORT?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13425 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp._DNS_SERVERS?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13426 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp._LEASE_TIME?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13427 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp._MAGIC_COOKIE?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13428 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp._MAX_DHCP_OPT?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13429 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp._MSG_TYPE?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13430 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp._OPT_END?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13431 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp._ROUTERS_ON_SUBNET?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13432 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp._SNMR_UDP?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13433 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp._STATE_BOUND?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13434 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp._STATE_INIT?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13435 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp._STATE_REBINDING?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13436 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp._STATE_RENEWING?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13437 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp._STATE_REQUESTING?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13438 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp._STATE_SELECTING?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13439 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp._SUBNET_MASK?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13440 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp._T1_VAL?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13441 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp._T2_VAL?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13442 | adafruit_wiznet5k.adafruit_wiznet5k_dhcp._UNASSIGNED_IP_ADDR?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13443 | adafruit_wiznet5k.adafruit_wiznet5k_dns.DNS.gethostbyname?4(hostname: bytes) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13444 | adafruit_wiznet5k.adafruit_wiznet5k_dns.DNS?1(iface: WIZNET5K, dns_address: Union[str, Tuple[int, int, int, int]], debug: bool = False, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13445 | adafruit_wiznet5k.adafruit_wiznet5k_dns._CLASS_IN?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13446 | adafruit_wiznet5k.adafruit_wiznet5k_dns._DATA_LEN?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13447 | adafruit_wiznet5k.adafruit_wiznet5k_dns._DNS_PORT?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13448 | adafruit_wiznet5k.adafruit_wiznet5k_dns._INVALID_RESPONSE?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13449 | adafruit_wiznet5k.adafruit_wiznet5k_dns._INVALID_SERVER?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13450 | adafruit_wiznet5k.adafruit_wiznet5k_dns._OPCODE_STANDARD_QUERY?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13451 | adafruit_wiznet5k.adafruit_wiznet5k_dns._QUERY_FLAG?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13452 | adafruit_wiznet5k.adafruit_wiznet5k_dns._RECURSION_DESIRED_FLAG?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13453 | adafruit_wiznet5k.adafruit_wiznet5k_dns._SUCCESS?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13454 | adafruit_wiznet5k.adafruit_wiznet5k_dns._TIMED_OUT?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13455 | adafruit_wiznet5k.adafruit_wiznet5k_dns._TRUNCATED?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13456 | adafruit_wiznet5k.adafruit_wiznet5k_dns._TYPE_A?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13457 | adafruit_wiznet5k.adafruit_wiznet5k_dns._build_dns_query?5(domain: bytes) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13458 | adafruit_wiznet5k.adafruit_wiznet5k_dns._debug_print?5(*, debug: bool, message: str) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13459 | adafruit_wiznet5k.adafruit_wiznet5k_dns._parse_dns_response?5(*, response: bytearray, query_id: int, query_length: int, debug: bool) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13460 | adafruit_wiznet5k.adafruit_wiznet5k_ntp.NTP.get_time?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13461 | adafruit_wiznet5k.adafruit_wiznet5k_ntp.NTP?1(iface: WIZNET5K, ntp_address: str, utc: float, debug: 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:
diff
changeset
|
13462 | adafruit_wiznet5k.adafruit_wiznet5k_socket.AF_INET?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13463 | adafruit_wiznet5k.adafruit_wiznet5k_socket.SOCK_DGRAM?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13464 | adafruit_wiznet5k.adafruit_wiznet5k_socket.SOCK_STREAM?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13465 | adafruit_wiznet5k.adafruit_wiznet5k_socket._SOCKET_INVALID?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13466 | adafruit_wiznet5k.adafruit_wiznet5k_socket._TCP_MODE?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13467 | adafruit_wiznet5k.adafruit_wiznet5k_socket._default_socket_timeout?8 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13468 | adafruit_wiznet5k.adafruit_wiznet5k_socket._is_ipv4_string?5(ipv4_address: str) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13469 | adafruit_wiznet5k.adafruit_wiznet5k_socket.getaddrinfo?4(host: str, port: int, family: int = 0, type: int = 0, proto: int = 0, flags: int = 0, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13470 | adafruit_wiznet5k.adafruit_wiznet5k_socket.getdefaulttimeout?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13471 | adafruit_wiznet5k.adafruit_wiznet5k_socket.gethostbyname?4(hostname: str) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13472 | adafruit_wiznet5k.adafruit_wiznet5k_socket.htonl?4(x: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13473 | adafruit_wiznet5k.adafruit_wiznet5k_socket.htons?4(x: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13474 | adafruit_wiznet5k.adafruit_wiznet5k_socket.inet_aton?4(ip_address: str) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13475 | adafruit_wiznet5k.adafruit_wiznet5k_socket.inet_ntoa?4(ip_address: Union[bytes, bytearray]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13476 | adafruit_wiznet5k.adafruit_wiznet5k_socket.set_interface?4(iface: WIZNET5K) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13477 | adafruit_wiznet5k.adafruit_wiznet5k_socket.setdefaulttimeout?4(timeout: Optional[float]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13478 | adafruit_wiznet5k.adafruit_wiznet5k_socket.socket._available?5() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13479 | adafruit_wiznet5k.adafruit_wiznet5k_socket.socket._bind?5(address: Tuple[Optional[str], int]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13480 | adafruit_wiznet5k.adafruit_wiznet5k_socket.socket._check_socket_closed?5() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13481 | adafruit_wiznet5k.adafruit_wiznet5k_socket.socket._connected?5() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13482 | adafruit_wiznet5k.adafruit_wiznet5k_socket.socket._disconnect?5() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13483 | adafruit_wiznet5k.adafruit_wiznet5k_socket.socket._embed_recv?5(bufsize: int = 0, flags: int = 0) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13484 | adafruit_wiznet5k.adafruit_wiznet5k_socket.socket._readline?5() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13485 | adafruit_wiznet5k.adafruit_wiznet5k_socket.socket._status?5() |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13486 | adafruit_wiznet5k.adafruit_wiznet5k_socket.socket.accept?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13487 | adafruit_wiznet5k.adafruit_wiznet5k_socket.socket.bind?4(address: Tuple[Optional[str], 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:
diff
changeset
|
13488 | adafruit_wiznet5k.adafruit_wiznet5k_socket.socket.close?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13489 | adafruit_wiznet5k.adafruit_wiznet5k_socket.socket.connect?4(address: Tuple[str, int]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13490 | adafruit_wiznet5k.adafruit_wiznet5k_socket.socket.family?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13491 | adafruit_wiznet5k.adafruit_wiznet5k_socket.socket.getblocking?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:
diff
changeset
|
13492 | adafruit_wiznet5k.adafruit_wiznet5k_socket.socket.getpeername?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13493 | adafruit_wiznet5k.adafruit_wiznet5k_socket.socket.gettimeout?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13494 | adafruit_wiznet5k.adafruit_wiznet5k_socket.socket.listen?4(backlog: int = 0) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13495 | adafruit_wiznet5k.adafruit_wiznet5k_socket.socket.proto?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13496 | adafruit_wiznet5k.adafruit_wiznet5k_socket.socket.recv?4(bufsize: int, flags: int = 0, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13497 | adafruit_wiznet5k.adafruit_wiznet5k_socket.socket.recv_into?4(buffer: bytearray, nbytes: int = 0, flags: int = 0) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13498 | adafruit_wiznet5k.adafruit_wiznet5k_socket.socket.recvfrom?4(bufsize: int, flags: int = 0) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13499 | adafruit_wiznet5k.adafruit_wiznet5k_socket.socket.recvfrom_into?4(buffer: bytearray, nbytes: int = 0, flags: int = 0) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13500 | adafruit_wiznet5k.adafruit_wiznet5k_socket.socket.send?4(data: Union[bytes, bytearray]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13501 | adafruit_wiznet5k.adafruit_wiznet5k_socket.socket.sendto?4(data: bytearray, *flags_and_or_address: any) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13502 | adafruit_wiznet5k.adafruit_wiznet5k_socket.socket.setblocking?4(flag: bool) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13503 | adafruit_wiznet5k.adafruit_wiznet5k_socket.socket.settimeout?4(value: Optional[float]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13504 | adafruit_wiznet5k.adafruit_wiznet5k_socket.socket.type?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13505 | adafruit_wiznet5k.adafruit_wiznet5k_socket.socket.wrapper?4(*args, **kwargs) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13506 | adafruit_wiznet5k.adafruit_wiznet5k_socket.socket?1(family: int = AF_INET, type: int = SOCK_STREAM, proto: int = 0, fileno: Optional[int] = None, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13507 | adafruit_wiznet5k.adafruit_wiznet5k_wsgiserver.WSGIServer._get_environ?5(client: socket.socket) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13508 | adafruit_wiznet5k.adafruit_wiznet5k_wsgiserver.WSGIServer._start_response?5(status: str, response_headers: List[Tuple[str, str]]) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13509 | adafruit_wiznet5k.adafruit_wiznet5k_wsgiserver.WSGIServer.finish_response?4(result: str, client: socket.socket) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13510 | adafruit_wiznet5k.adafruit_wiznet5k_wsgiserver.WSGIServer.start?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13511 | adafruit_wiznet5k.adafruit_wiznet5k_wsgiserver.WSGIServer.update_poll?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13512 | adafruit_wiznet5k.adafruit_wiznet5k_wsgiserver.WSGIServer?1(port: int = 80, debug: bool = False, application: Optional[callable] = None, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13513 | adafruit_wiznet5k.adafruit_wiznet5k_wsgiserver.set_interface?4(iface: WIZNET5K) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13514 | adafruit_ws2801.WS2801._ds_writebytes?5(buf: bytearray) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13515 | adafruit_ws2801.WS2801._set_item?5(index: int, value: Union[Tuple[int, ...], int]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13516 | adafruit_ws2801.WS2801.brightness?4(brightness: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13517 | adafruit_ws2801.WS2801.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:
diff
changeset
|
13518 | adafruit_ws2801.WS2801.fill?4(color: Union[Tuple[int, ...], int]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13519 | adafruit_ws2801.WS2801.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:
diff
changeset
|
13520 | adafruit_ws2801.WS2801?1(clock: Pin, data: Pin, n: int, *, brightness: float = 1.0, auto_write: 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:
diff
changeset
|
13521 | adafruit_wsgi.request.Request.body?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13522 | adafruit_wsgi.request.Request.headers?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13523 | adafruit_wsgi.request.Request.method?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13524 | adafruit_wsgi.request.Request.path?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13525 | adafruit_wsgi.request.Request.query_params?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13526 | adafruit_wsgi.request.Request.wsgi_environ?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13527 | adafruit_wsgi.request.Request?1(environ: Dict[str, str]) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13528 | adafruit_wsgi.wsgi_app.WSGIApp._match_route?5(path: str, method: str) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13529 | adafruit_wsgi.wsgi_app.WSGIApp.on_request?4(methods: List[str], rule: str, request_handler: Callable) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13530 | adafruit_wsgi.wsgi_app.WSGIApp.route?4(rule: str, methods: Optional[List[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:
diff
changeset
|
13531 | adafruit_wsgi.wsgi_app.WSGIApp?1() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13532 | asyncio._attrs?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13533 | asyncio.core.IOQueue._dequeue?5(s) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13534 | asyncio.core.IOQueue._enqueue?5(s, idx) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13535 | asyncio.core.IOQueue.queue_read?4(s) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13536 | asyncio.core.IOQueue.queue_write?4(s) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13537 | asyncio.core.IOQueue.remove?4(task) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13538 | asyncio.core.IOQueue.wait_io_event?4(dt) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13539 | asyncio.core.IOQueue?1() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13540 | asyncio.core.Loop._exc_handler?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13541 | asyncio.core.Loop.call_exception_handler?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13542 | asyncio.core.Loop.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:
diff
changeset
|
13543 | asyncio.core.Loop.create_task?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13544 | asyncio.core.Loop.default_exception_handler?4(context) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13545 | asyncio.core.Loop.get_exception_handler?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13546 | asyncio.core.Loop.run_forever?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13547 | asyncio.core.Loop.run_until_complete?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13548 | asyncio.core.Loop.set_exception_handler?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13549 | asyncio.core.Loop.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:
diff
changeset
|
13550 | asyncio.core.SingletonGenerator?1() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13551 | asyncio.core._NeverSingletonGenerator?2() |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13552 | asyncio.core._exc_context?8 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13553 | asyncio.core._never?5(sgen=_NeverSingletonGenerator()) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13554 | asyncio.core._promote_to_task?5(aw) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13555 | asyncio.core._stop_task?8 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13556 | asyncio.core._stopper?5() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13557 | asyncio.core.create_task?4(coro) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13558 | asyncio.core.current_task?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13559 | asyncio.core.get_event_loop?4(runq_len=0, waitq_len=0) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13560 | asyncio.core.new_event_loop?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13561 | asyncio.core.run?4(coro) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13562 | asyncio.core.run_until_complete?4(main_task=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13563 | asyncio.core.sleep?4(t) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13564 | asyncio.core.sleep_ms?4(t, sgen=SingletonGenerator()) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13565 | asyncio.event.Event.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:
diff
changeset
|
13566 | asyncio.event.Event.is_set?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13567 | asyncio.event.Event.set?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13568 | asyncio.event.Event.wait?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13569 | asyncio.event.Event?1() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13570 | asyncio.event.ThreadSafeFlag.ioctl?4(req, flags) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13571 | asyncio.event.ThreadSafeFlag.set?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13572 | asyncio.event.ThreadSafeFlag.wait?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13573 | asyncio.event.ThreadSafeFlag?1() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13574 | asyncio.funcs.gather?4(*aws, return_exceptions=False) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13575 | asyncio.funcs.runner?4(waiter, aw) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13576 | asyncio.funcs.wait_for?4(aw, timeout, sleep=core.sleep) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13577 | asyncio.funcs.wait_for_ms?4(aw, timeout) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13578 | asyncio.lock.Lock.acquire?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13579 | asyncio.lock.Lock.locked?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13580 | asyncio.lock.Lock.release?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13581 | asyncio.lock.Lock?1() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13582 | asyncio.stream.Server._serve?5(s, cb) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13583 | asyncio.stream.Server.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:
diff
changeset
|
13584 | asyncio.stream.Server.wait_closed?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13585 | asyncio.stream.Stream.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:
diff
changeset
|
13586 | asyncio.stream.Stream.drain?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13587 | asyncio.stream.Stream.get_extra_info?4(v) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13588 | asyncio.stream.Stream.read?4(n) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13589 | asyncio.stream.Stream.readexactly?4(n) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13590 | asyncio.stream.Stream.readinto?4(buf) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13591 | asyncio.stream.Stream.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:
diff
changeset
|
13592 | asyncio.stream.Stream.wait_closed?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13593 | asyncio.stream.Stream.write?4(buf) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13594 | asyncio.stream.Stream?1(s, e={}) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13595 | asyncio.stream.StreamReader?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13596 | asyncio.stream.StreamWriter?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13597 | asyncio.stream.open_connection?4(host, port) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13598 | asyncio.stream.start_server?4(cb, host, port, backlog=5) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13599 | asyncio.stream.stream_awrite?4(self, buf, off=0, sz=-1) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13600 | asyncio.task.Task.cancel?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13601 | asyncio.task.Task.done?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13602 | asyncio.task.Task?1(coro, globals=None) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13603 | asyncio.task.TaskQueue.peek?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13604 | asyncio.task.TaskQueue.pop_head?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13605 | asyncio.task.TaskQueue.push_head?4(v) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13606 | asyncio.task.TaskQueue.push_sorted?4(v, key) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13607 | asyncio.task.TaskQueue.remove?4(v) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13608 | asyncio.task.TaskQueue?1() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13609 | asyncio.task.ph_delete?4(heap, node) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13610 | asyncio.task.ph_meld?4(h1, h2) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13611 | asyncio.task.ph_pairing?4(child) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13612 | clock.Clock.CLOCKOUT_FREQ_1HZ?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13613 | clock.Clock.CLOCKOUT_FREQ_1KHZ?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13614 | clock.Clock.CLOCKOUT_FREQ_32HZ?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13615 | clock.Clock.CLOCKOUT_FREQ_32KHZ?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13616 | clock.Clock.clockout_enabled?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13617 | clock.Clock.clockout_frequency?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13618 | clock.Clock?1(i2c: Union[I2C, I2CDevice]) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13619 | colorsys.ONE_SIXTH?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13620 | colorsys.ONE_THIRD?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13621 | colorsys.TWO_THIRD?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13622 | colorsys._v?5(chroma1: float, chroma2: float, hue: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13623 | colorsys.hls_to_rgb?4(hue: float, light: float, sat: float) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13624 | colorsys.hsv_to_rgb?4(hue: float, sat: float, val: float) |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13625 | font_maker.out?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13626 | font_maker.text_dict?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13627 | gfx.GFX._fill_rect?5(x0, y0, width, height, *args, **kwargs) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13628 | gfx.GFX._place_char?5(x0, y0, char, size, *args, **kwargs) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13629 | gfx.GFX._slow_hline?5(x0, y0, width, *args, **kwargs) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13630 | gfx.GFX._slow_vline?5(x0, y0, height, *args, **kwargs) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13631 | gfx.GFX._very_slow_text?5(x0, y0, string, size, *args, **kwargs) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13632 | gfx.GFX.circle?4(x0, y0, radius, *args, **kwargs) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13633 | gfx.GFX.fill_circle?4(x0, y0, radius, *args, **kwargs) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13634 | gfx.GFX.fill_round_rect?4(x0, y0, width, height, radius, *args, **kwargs) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13635 | gfx.GFX.fill_triangle?4(x0, y0, x1, y1, x2, y2, *args, **kwargs) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13636 | gfx.GFX.line?4(x0, y0, x1, y1, *args, **kwargs) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13637 | gfx.GFX.pixel?4(x0, y0, *args, **kwargs) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13638 | gfx.GFX.rect?4(x0, y0, width, height, *args, **kwargs) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13639 | gfx.GFX.round_rect?4(x0, y0, width, height, radius, *args, **kwargs) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13640 | gfx.GFX.set_text_background?4(*args, **kwargs) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13641 | gfx.GFX.triangle?4(x0, y0, x1, y1, x2, y2, *args, **kwargs) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13642 | gfx.GFX?1(width, height, pixel, hline=None, vline=None, fill_rect=None, text=None, font=None, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13643 | gfx_standard_font_01.text_dict?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:
diff
changeset
|
13644 | neopixel.GRB?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13645 | neopixel.GRBW?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13646 | neopixel.NeoPixel._transmit?5(buffer: bytearray) |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13647 | neopixel.NeoPixel.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:
diff
changeset
|
13648 | neopixel.NeoPixel.n?4() |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13649 | neopixel.NeoPixel.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:
diff
changeset
|
13650 | neopixel.NeoPixel?1(pin: microcontroller.Pin, n: int, *, bpp: int = 3, brightness: float = 1.0, auto_write: bool = True, pixel_order: 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:
diff
changeset
|
13651 | neopixel.RGB?7 |
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13652 | neopixel.RGBW?7 |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13653 | neopixel_spi.NeoPixel_SPI._transmit?5(buffer: bytearray) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13654 | neopixel_spi.NeoPixel_SPI._transmogrify?5(buffer: bytearray) |
55
2fde8fbab230
Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13655 | neopixel_spi.NeoPixel_SPI.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:
diff
changeset
|
13656 | neopixel_spi.NeoPixel_SPI.n?4() |
61
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13657 | neopixel_spi.NeoPixel_SPI?1(spi: SPI, n: int, *, bpp: int = 3, brightness: float = 1.0, auto_write: bool = True, pixel_order: Optional[Union[str, Tuple[int, ...]]] = None, frequency: int = 6400000, reset_time: float = 80e-6, bit0: int = 0b11000000, bit1: int = 0b11110000) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13658 | pcf8563.PCF8563.alarm?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13659 | pcf8563.PCF8563.alarm_interrupt?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13660 | pcf8563.PCF8563.alarm_status?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13661 | pcf8563.PCF8563.clockout_enabled?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13662 | pcf8563.PCF8563.datetime?4(value: time.struct_time) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13663 | pcf8563.PCF8563.datetime_compromised?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13664 | pcf8563.PCF8563.datetime_register?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13665 | pcf8563.PCF8563.lost_power?4() |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13666 | pcf8563.PCF8563?1(i2c_bus: I2C) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13667 | simpleio.DigitalIn.value?4(value: bool) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13668 | simpleio.DigitalIn?1(pin: Pin, **kwargs: Any) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13669 | simpleio.DigitalOut.value?4(value: bool) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13670 | simpleio.DigitalOut?1(pin: Pin, **kwargs: Any) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13671 | simpleio.bitWrite?4(x: int, n: int, b: int) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13672 | simpleio.map_range?4(x: float, in_min: float, in_max: float, out_min: float, out_max: float) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13673 | simpleio.shift_in?4(data_pin: digitalio.DigitalInOut, clock: digitalio.DigitalInOut, msb_first: bool = True, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13674 | simpleio.shift_out?4(data_pin: digitalio.DigitalInOut, clock: digitalio.DigitalInOut, value: int, msb_first: bool = True, bitcount: int = 8, ) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13675 | simpleio.tone?4(pin: Pin, frequency: float, duration: int = 1, length: float = 100) |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13676 | timer.Timer.TIMER_FREQ_1HZ?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13677 | timer.Timer.TIMER_FREQ_1_60HZ?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13678 | timer.Timer.TIMER_FREQ_4KHZ?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13679 | timer.Timer.TIMER_FREQ_64HZ?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13680 | timer.Timer.timer_enabled?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13681 | timer.Timer.timer_frequency?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13682 | timer.Timer.timer_interrupt?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13683 | timer.Timer.timer_pulsed?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13684 | timer.Timer.timer_status?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13685 | timer.Timer.timer_value?7 |
c3ff08a62f7f
Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
13686 | timer.Timer?1(i2c: Union[I2C, I2CDevice]) |