APIs/MicroPython/adafruit_circuitpython.bas

Wed, 28 Sep 2022 17:44:38 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 28 Sep 2022 17:44:38 +0200
branch
eric7
changeset 57
67e7ac09e569
parent 55
2fde8fbab230
child 61
c3ff08a62f7f
permissions
-rw-r--r--

Added platform specific MicroPython API file
- ESP32
- ESP8266
- RP2 (Raspberry Pi Pico, RP2040 chip)
- STM32

55
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
1 ADS1015 ADS1x15
2fde8fbab230 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 ADS1115 ADS1x15
2fde8fbab230 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 ADXL343 ADXL345
2fde8fbab230 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 ADXL375 adafruit_adxl34x.ADXL345
2fde8fbab230 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 AS726x_I2C AS726x
2fde8fbab230 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 AS726x_UART AS726x
2fde8fbab230 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 AWS_IOT_ERROR 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
8 AccelDLPFFreq CV
2fde8fbab230 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 AccelHPF CV
2fde8fbab230 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 AccelRange CV
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
11 AccelerometerPacket _XYZPacket
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
12 AccelerometerService AdafruitService
2fde8fbab230 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 AdafruitColor Advertisement
2fde8fbab230 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 AdafruitIO_MQTTError 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
15 AdafruitIO_RequestError 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
16 AdafruitIO_ThrottleError 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
17 AdafruitSensorMeasurement Advertisement
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
18 AdafruitServerAdvertisement Advertisement
2fde8fbab230 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 AdafruitService 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
20 Adafruit_BME280_Advanced Adafruit_BME280
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
21 Adafruit_BME280_I2C Adafruit_BME280_Advanced
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
22 Adafruit_BME280_SPI Adafruit_BME280_Advanced
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
23 Adafruit_BME680_I2C Adafruit_BME680
2fde8fbab230 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_BME680_SPI Adafruit_BME680
2fde8fbab230 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_BMP280_I2C Adafruit_BMP280
2fde8fbab230 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_BMP280_SPI Adafruit_BMP280
2fde8fbab230 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_IL0373 Adafruit_EPD
2fde8fbab230 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_IL0398 Adafruit_EPD
2fde8fbab230 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_IL91874 Adafruit_EPD
2fde8fbab230 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_RGBMatrixQT IS31FL3741_colorXY
2fde8fbab230 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_SSD1608 Adafruit_EPD
2fde8fbab230 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_SSD1675 Adafruit_EPD
2fde8fbab230 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_SSD1675B Adafruit_EPD
2fde8fbab230 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_SSD1680 Adafruit_EPD
2fde8fbab230 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_SSD1681 Adafruit_EPD
2fde8fbab230 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_STMPE610_I2C Adafruit_STMPE610
2fde8fbab230 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_STMPE610_SPI Adafruit_STMPE610
2fde8fbab230 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_UC8151D Adafruit_EPD
2fde8fbab230 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 AddressablePixelService AdafruitService
2fde8fbab230 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 AdvertisingFlags AdvertisingDataField
2fde8fbab230 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 AlertMode CV
2fde8fbab230 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 AlphaNumFeatherWing Segments
2fde8fbab230 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 AnimateOnce AnimationSequence
2fde8fbab230 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 AppearanceCharacteristic StructCharacteristic
2fde8fbab230 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 AppleMediaService 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
46 AppleNotificationCenterService 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
47 AsnPrivKey univ.Sequence
2fde8fbab230 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 AsnPubKey univ.Sequence
2fde8fbab230 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 AverageCount CV
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
50 BCDDigits max7219.MAX7219
2fde8fbab230 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 BDF GlyphCache
2fde8fbab230 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 BMP3XX_I2C BMP3XX
2fde8fbab230 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 BMP3XX_SPI BMP3XX
2fde8fbab230 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 BNO055_I2C BNO055
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
55 BNO055_UART BNO055
2fde8fbab230 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 BNO08X_I2C BNO08X
2fde8fbab230 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 BNO08X_SPI BNO08X
2fde8fbab230 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 BNO08X_UART BNO08X
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
59 BarometricPressureService AdafruitService
2fde8fbab230 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 BatteryService 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
61 BerryMedPulseOximeterService TransparentUARTService
2fde8fbab230 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 Bicolor24 HT16K33
2fde8fbab230 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 BigSeg7x4 _AbstractSeg7x4
2fde8fbab230 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 Blink ColorCycle
2fde8fbab230 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 Bluefruit CircuitPlaygroundBase
2fde8fbab230 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 BusyError 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
67 Button Debouncer
2fde8fbab230 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 ButtonPacket 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
69 ButtonService AdafruitService
2fde8fbab230 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 CAP1188_I2C CAP1188
2fde8fbab230 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 CAP1188_SPI CAP1188
2fde8fbab230 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 CPB_Gizmo PyBadgerBase
2fde8fbab230 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 CancelledError BaseException
2fde8fbab230 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 Cartesian Widget
2fde8fbab230 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 ChainableMAX7219 MAX7219
2fde8fbab230 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 ChannelPressure MIDIMessage
2fde8fbab230 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 Character_LCD_I2C Character_LCD_Mono
2fde8fbab230 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 Character_LCD_Mono Character_LCD
2fde8fbab230 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 Character_LCD_RGB Character_LCD
2fde8fbab230 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 Character_LCD_RGB_I2C Character_LCD_RGB
2fde8fbab230 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 Character_LCD_SPI Character_LCD_Mono
2fde8fbab230 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 CharlieBonnet IS31FL3731
2fde8fbab230 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 CharlieWing IS31FL3731
2fde8fbab230 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 Chase 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
85 Circle RoundRect
2fde8fbab230 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 CircuitPythonService 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
87 CircuitPythonSocketType CommonCircuitPythonSocketType Protocol SupportsRecvInto SupportsRecvWithFlags
2fde8fbab230 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 CircuitPythonUUID VendorUUID
2fde8fbab230 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 Clue PyBadgerBase
2fde8fbab230 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 ColorCycle 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
91 ColorPacket 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
92 ColorSensorService AdafruitService
2fde8fbab230 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 Comet 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
94 CommonCircuitPythonSocketType CommonSocketType Protocol
2fde8fbab230 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 CommonSocketType Protocol
2fde8fbab230 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 Continue MIDIMessage
2fde8fbab230 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 ContinuousServo _BaseServo
2fde8fbab230 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 ControlChange MIDIMessage
2fde8fbab230 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 ConversionRate CV
2fde8fbab230 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 CryptoError 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
101 CurrentTimeService 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
102 CustomColorChase Chase
2fde8fbab230 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 CustomMatrix max7219.ChainableMAX7219
2fde8fbab230 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 CyclingSpeedAndCadenceService 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
105 DHT11 DHTBase
2fde8fbab230 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 DHT21 DHTBase
2fde8fbab230 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 DHT22 DHTBase
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
108 DPS310_Advanced DPS310
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
109 DataRate CV
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
110 DebouncedCursorManager CursorManager
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
111 DecryptionError CryptoError
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
112 DeviceInfoService 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
113 DeviceRegistrationError 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
114 DisplaySPI 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
115 DotStar adafruit_pixelbuf.PixelBuf
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
116 DotStarFeatherWing PixelMatrix
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
117 EEPROM_I2C EEPROM
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
118 EInk_Gizmo IL0373
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
119 EInk_HD_Gizmo SSD1681
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
120 EMC2101_LUT EMC2101
2fde8fbab230 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 ESP32S2TFT PortalBase
2fde8fbab230 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 EddystoneAdvertisement Advertisement
2fde8fbab230 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 EddystoneFrameStruct EddystoneFrameBytes
2fde8fbab230 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 EddystoneUID EddystoneAdvertisement
2fde8fbab230 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 EddystoneURL EddystoneAdvertisement
2fde8fbab230 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 EndOfData 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
127 Error 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
128 Express CircuitPlaygroundBase
2fde8fbab230 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 ExpressPacket express_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
130 FONA3G 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
131 FRAM_I2C FRAM
2fde8fbab230 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 FRAM_SPI FRAM
2fde8fbab230 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 FailedToDecode 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
134 FileHandler StreamHandler
2fde8fbab230 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 FixedStringCharacteristic Characteristic
2fde8fbab230 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 FlipInput Control Widget
2fde8fbab230 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 FloatCharacteristic StructCharacteristic
2fde8fbab230 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 FrameBuffer1 FrameBuffer
2fde8fbab230 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 Frequency CV
2fde8fbab230 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 FunHouse PortalBase
2fde8fbab230 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 GPS_GtopI2C GPS
2fde8fbab230 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 Gain CV
2fde8fbab230 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 GenericAccess 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
144 GenericAttribute 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
145 GestureService AdafruitService
2fde8fbab230 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 Graphics GraphicsBase
2fde8fbab230 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 GridLayout displayio.Group
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
148 GyroDLPFFreq CV
2fde8fbab230 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 GyroPacket _XYZPacket
2fde8fbab230 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 GyroRange CV
2fde8fbab230 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 GyroscopeService AdafruitService
2fde8fbab230 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 H3LIS331 LIS331
2fde8fbab230 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 H3LIS331Range CV
2fde8fbab230 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 HIDService 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
155 HX8353 DisplaySPI
2fde8fbab230 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 HX8357 DisplaySPI
2fde8fbab230 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 HeartRateService 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
158 HorizontalProgressBar ProgressBarBase
2fde8fbab230 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 HttpError 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
160 HumidityResolution CV
2fde8fbab230 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 HumidityService AdafruitService
2fde8fbab230 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 I2C _BitBangIO
2fde8fbab230 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 IBBQService 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
164 ICM20649 ICM20X
2fde8fbab230 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 ICM20948 ICM20X
2fde8fbab230 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 IL0373 displayio.EPaperDisplay
2fde8fbab230 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 IL0398 displayio.EPaperDisplay
2fde8fbab230 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 IL91874 displayio.EPaperDisplay
2fde8fbab230 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 ILI9341 DisplaySPI
2fde8fbab230 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 IRDecodeException 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
171 IRNECRepeatException 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
172 IS31FL3741_PixelBuf adafruit_pixelbuf
2fde8fbab230 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 IS31FL3741_colorXY IS31FL3741
2fde8fbab230 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 ISM330DHCX LSM6DS
2fde8fbab230 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 ISSI_EVB IS31FL3741_colorXY
2fde8fbab230 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 IconAnimated IconWidget
2fde8fbab230 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 IconWidget Control Widget
2fde8fbab230 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 Int16Characteristic IntCharacteristic
2fde8fbab230 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 Int32Characteristic IntCharacteristic
2fde8fbab230 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 Int8Characteristic IntCharacteristic
2fde8fbab230 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 IntCharacteristic StructCharacteristic
2fde8fbab230 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 InterfaceType Protocol
2fde8fbab230 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 IoTCentralDevice IoTMQTTCallback
2fde8fbab230 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 IoTError 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
185 IoTHubDevice IoTMQTTCallback
2fde8fbab230 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 JSONCharacteristic Characteristic
2fde8fbab230 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 KeyboardFeatherwing TFTFeatherWing
2fde8fbab230 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 KeyboardLayoutUS 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
189 Keybow2040 IS31FL3731
2fde8fbab230 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 Keypad 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
191 L3GD20_I2C L3GD20
2fde8fbab230 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 L3GD20_SPI L3GD20
2fde8fbab230 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 LED_Glasses IS31FL3741_colorXY
2fde8fbab230 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 LIS331HH LIS331
2fde8fbab230 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 LIS331HHRange CV
2fde8fbab230 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 LIS3DH_I2C LIS3DH
2fde8fbab230 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 LIS3DH_SPI LIS3DH
2fde8fbab230 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 LPS22 LPS2X
2fde8fbab230 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 LPS25 LPS2X
2fde8fbab230 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 LSM6DS3 LSM6DS
2fde8fbab230 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 LSM6DS33 LSM6DS
2fde8fbab230 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 LSM6DS3TRC LSM6DS
2fde8fbab230 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 LSM6DSO32 LSM6DS
2fde8fbab230 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 LSM6DSOX LSM6DS
2fde8fbab230 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 LSM9DS0_I2C LSM9DS0
2fde8fbab230 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 LSM9DS0_SPI LSM9DS0
2fde8fbab230 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 LSM9DS1_I2C LSM9DS1
2fde8fbab230 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 LSM9DS1_SPI LSM9DS1
2fde8fbab230 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 LYWSD03MMCService 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
210 Label LabelBase
2fde8fbab230 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 LabelBase 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
212 LazyObjectField AdvertisingDataField
2fde8fbab230 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 LedShim IS31FL3731
2fde8fbab230 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 Left_Ring BaseRing
2fde8fbab230 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 LegacyCircuitPythonSocketType CommonCircuitPythonSocketType Protocol
2fde8fbab230 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 LightSensorService AdafruitService
2fde8fbab230 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 Line Polygon
2fde8fbab230 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 LocationPacket 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
219 MCP23008 MCP230XX
2fde8fbab230 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 MCP23016 MCP230XX
2fde8fbab230 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 MCP23017 MCP230XX
2fde8fbab230 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 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
223 MCP23S08 MCP23SXX
2fde8fbab230 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 MCP23S17 MCP23SXX
2fde8fbab230 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 MCP23SXX 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
226 MCP3002 MCP3xxx
2fde8fbab230 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 MCP3004 MCP3xxx
2fde8fbab230 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 MCP3008 MCP3xxx
2fde8fbab230 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 MIDIBadEvent MIDIMessage
2fde8fbab230 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 MIDIService 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
231 MIDIUnknownEvent MIDIMessage
2fde8fbab230 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 MMQTTException 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
233 MQTT_API_ERROR 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
234 MagDataRate CV
2fde8fbab230 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 MagTag PyBadgerBase
2fde8fbab230 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 MagicLightService 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
237 MagnetometerPacket _XYZPacket
2fde8fbab230 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 MagnetometerService AdafruitService
2fde8fbab230 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 ManufacturerData AdvertisingDataField
2fde8fbab230 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 Matrix IS31FL3731
2fde8fbab230 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 Matrix11x7 IS31FL3731
2fde8fbab230 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 Matrix16x8 Matrix8x8
2fde8fbab230 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 Matrix8x8 max7219.MAX7219
2fde8fbab230 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 Matrix8x8x2 Matrix8x8
2fde8fbab230 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 MatrixBackpack16x8 Matrix16x8
2fde8fbab230 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 MatrixFeatherWing AutoWriteable
2fde8fbab230 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 MatrixPortal PortalBase
2fde8fbab230 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 MatrixRain Rain
2fde8fbab230 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 MeasurementDelay CV
2fde8fbab230 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 MeasurementMode CV
2fde8fbab230 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 MicrophoneService AdafruitService
2fde8fbab230 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 MidiIOCharacteristic Characteristic
2fde8fbab230 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 MidiService 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
254 Mode CV
2fde8fbab230 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 MtcQuarterFrame MIDIMessage
2fde8fbab230 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 Mux CV
2fde8fbab230 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 NeoKey1x4 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
258 NeoPixel adafruit_pixelbuf
2fde8fbab230 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 NeoPixelFeatherWing PixelMatrix
2fde8fbab230 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 NeoPixel_SPI adafruit_pixelbuf
2fde8fbab230 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 NeoTrellis Keypad
2fde8fbab230 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 Network NetworkBase
2fde8fbab230 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 NotRelativePrimeError ValueError
2fde8fbab230 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 NoteOff MIDIMessage
2fde8fbab230 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 NoteOn MIDIMessage
2fde8fbab230 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 NotificationFree displayio.Group
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
267 NullHandler 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
268 OKError 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
269 OSR CV
2fde8fbab230 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 OV2640 _SCCBCameraBase
2fde8fbab230 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 OV5640 _SCCB16CameraBase
2fde8fbab230 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 OneWireError 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
273 OpenSSLPubKey univ.Sequence
2fde8fbab230 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 OperationMode CV
2fde8fbab230 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 OutOfRetries 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
276 PCD8544 framebuf.FrameBuffer
2fde8fbab230 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 PCF GlyphCache
2fde8fbab230 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 PM25_I2C PM25
2fde8fbab230 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 PM25_UART PM25
2fde8fbab230 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 PN532_I2C PN532
2fde8fbab230 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 PN532_SPI PN532
2fde8fbab230 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 PN532_UART PN532
2fde8fbab230 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 PackSize CV
2fde8fbab230 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 PacketError 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
285 PageLayout displayio.Group
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
286 PerformanceMode CV
2fde8fbab230 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 PewPewM4 PyBadgerBase
2fde8fbab230 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 PitchBend MIDIMessage
2fde8fbab230 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 PixelFramebuffer adafruit_framebuf
2fde8fbab230 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 PixelMatrix AutoWriteable
2fde8fbab230 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 PixelSubset PixelMap
2fde8fbab230 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 PlainNotification displayio.Group
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
293 Polygon displayio.TileGrid
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
294 PolyphonicKeyPressure MIDIMessage
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
295 PowerMode CV
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
296 PressureResolution CV
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
297 PrivateKey AbstractKey
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
298 ProgramChange MIDIMessage
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
299 ProgressBar HorizontalProgressBar
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
300 ProgressBarBase displayio.TileGrid
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
301 ProvideServicesAdvertisement Advertisement
2fde8fbab230 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 ProximityService AdafruitService
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
303 PubKeyHeader univ.Sequence
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
304 PublicKey AbstractKey
2fde8fbab230 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 Pulse 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
306 PyBadge PyBadgerBase
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
307 PyGamer PyBadgerBase
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
308 PyPortal PortalBase
2fde8fbab230 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 QuaternionPacket _XYZPacket
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
310 QuaternionService AdafruitService
2fde8fbab230 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 Quoter defaultdict
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
312 RA8875 RA8875Display
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
313 RA8875Display RA8875_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
314 RGBmatrix5x5 IS31FL3731
2fde8fbab230 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 ROBit RWBit
2fde8fbab230 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 ROBits RWBits
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
317 ROUnaryStruct UnaryStruct
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
318 RPLidarException 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
319 RVCReadTimeoutError 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
320 Rain 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
321 Rainbow 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
322 RainbowChase Chase
2fde8fbab230 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 RainbowComet Comet
2fde8fbab230 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 RainbowRain Rain
2fde8fbab230 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 RainbowSparkle 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
326 Range CV
2fde8fbab230 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 Rate CV
2fde8fbab230 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 RateDivisor CV
2fde8fbab230 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 RawTextPacket 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
330 Rect displayio.TileGrid
2fde8fbab230 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 Resolution CV
2fde8fbab230 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 Right_Ring BaseRing
2fde8fbab230 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 RoundRect displayio.TileGrid
2fde8fbab230 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 S6D02A1 DisplaySPI
2fde8fbab230 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 SH1106 displayio.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
336 SH1107 displayio.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
337 SMUX_IN CV
2fde8fbab230 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 SMUX_OUT CV
2fde8fbab230 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 SPI _BitBangIO
2fde8fbab230 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 SSD1305 displayio.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
341 SSD1305_I2C _SSD1305
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
342 SSD1305_SPI _SSD1305
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
343 SSD1306 displayio.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
344 SSD1306_I2C _SSD1306
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
345 SSD1306_SPI _SSD1306
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
346 SSD1322 displayio.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
347 SSD1325 displayio.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
348 SSD1327 displayio.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
349 SSD1331 DisplaySPI
2fde8fbab230 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 SSD1351 DisplaySPI
2fde8fbab230 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 SSD1608 displayio.EPaperDisplay
2fde8fbab230 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 SSD1675 displayio.EPaperDisplay
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
353 SSD1680 displayio.EPaperDisplay
2fde8fbab230 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 SSD1681 displayio.EPaperDisplay
2fde8fbab230 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 ST7565 framebuf.FrameBuffer
2fde8fbab230 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 ST7735 DisplaySPI
2fde8fbab230 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 ST7735R ST7735
2fde8fbab230 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 ST7735S ST7735
2fde8fbab230 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 ST7789 DisplaySPI
2fde8fbab230 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 SampleCount CV
2fde8fbab230 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 ScrollPhatHD IS31FL3731
2fde8fbab230 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 ScrollingLabel bitmap_label.Label
2fde8fbab230 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 Seg14x4 HT16K33
2fde8fbab230 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 Seg7x4 _AbstractSeg7x4
2fde8fbab230 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 ServiceData AdvertisingDataField
2fde8fbab230 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 ServiceList AdvertisingDataField
2fde8fbab230 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 Servo _BaseServo
2fde8fbab230 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 SevenSegmentFeatherWing Segments
2fde8fbab230 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 SharpMemoryDisplay adafruit_framebuf
2fde8fbab230 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 SolicitServicesAdvertisement Advertisement
2fde8fbab230 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 Solid ColorCycle
2fde8fbab230 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 Sparkle 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
373 SparklePulse Sparkle
2fde8fbab230 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 Sparkline displayio.Group
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
375 SpheroService 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
376 SpinupDrive CV
2fde8fbab230 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 SpinupTime CV
2fde8fbab230 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 StandardPythonSocketType CommonSocketType Protocol SupportsRecvInto SupportsRecvWithFlags
2fde8fbab230 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 StandardUUID UUID
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
380 Start MIDIMessage
2fde8fbab230 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 Stop MIDIMessage
2fde8fbab230 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 StreamHandler 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
383 StreamIn ComplexCharacteristic
2fde8fbab230 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 StreamOut ComplexCharacteristic
2fde8fbab230 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 String AdvertisingDataField
2fde8fbab230 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 StringCharacteristic Characteristic
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
387 Struct AdvertisingDataField
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
388 StructCharacteristic Characteristic
2fde8fbab230 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 SupportsRecvInto Protocol
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
390 SupportsRecvWithFlags Protocol
2fde8fbab230 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 SwitchRound Control Widget
2fde8fbab230 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 SystemExclusive MIDIMessage
2fde8fbab230 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 TFTFeatherWing24 TFTFeatherWing
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
394 TFTFeatherWing35 TFTFeatherWing
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
395 TFTShield18 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
396 TFT_Gizmo ST7789
2fde8fbab230 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 TLA2024 TLA202x
2fde8fbab230 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 TLC59711AutoShow TLC59711
2fde8fbab230 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 TabLayout displayio.Group
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
400 TemperatureService AdafruitService
2fde8fbab230 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 ThermalPrinter thermal_printer.ThermalPrinter
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
402 ThreadSafeFlag uio.IOBase
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
403 TimeoutError 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
404 TimingClock MIDIMessage
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
405 ToneService AdafruitService
2fde8fbab230 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 TransparentUARTService 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
407 Triangle Polygon
2fde8fbab230 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 UARTService 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
409 UC8151D displayio.EPaperDisplay
2fde8fbab230 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 Uint16Characteristic IntCharacteristic
2fde8fbab230 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 Uint32Characteristic IntCharacteristic
2fde8fbab230 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 Uint8Characteristic IntCharacteristic
2fde8fbab230 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 UnalignedStruct Struct
2fde8fbab230 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 UnsupportedCommand 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
415 Vec2D 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
416 VendorUUID UUID
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
417 VerificationError CryptoError
2fde8fbab230 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 VerticalProgressBar HorizontalProgressBar
2fde8fbab230 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 Vref CV
2fde8fbab230 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 Widget displayio.Group
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
421 WriteableStream Protocol
2fde8fbab230 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 _AbstractSeg7x4 Seg14x4
2fde8fbab230 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 _CSCMeasurement ComplexCharacteristic
2fde8fbab230 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 _EddystoneFrame ServiceData
2fde8fbab230 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 _EncodedEddystoneUrl EddystoneFrameBytes
2fde8fbab230 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 _EntityAttribute Characteristic
2fde8fbab230 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 _EntityUpdate ComplexCharacteristic
2fde8fbab230 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 _FileLikeObject Protocol
2fde8fbab230 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 _HeartRateMeasurement ComplexCharacteristic
2fde8fbab230 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 _MidiCharacteristic ComplexCharacteristic
2fde8fbab230 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 _ModeStruct Struct
2fde8fbab230 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 _PixelPacket ComplexCharacteristic
2fde8fbab230 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 _RadioAdvertisement Advertisement
2fde8fbab230 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 _ReadOnlyUnaryStruct UnaryStruct
2fde8fbab230 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 _Readings ComplexCharacteristic
2fde8fbab230 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 _RealtimeData ComplexCharacteristic
2fde8fbab230 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 _RemoteCommand ComplexCharacteristic
2fde8fbab230 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 _SSD1305 framebuf.FrameBuffer
2fde8fbab230 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 _SSD1306 framebuf.FrameBuffer
2fde8fbab230 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 _ScaledReadOnlyStruct Struct
2fde8fbab230 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 _SettingsResult ComplexCharacteristic
2fde8fbab230 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 _TonePacket ComplexCharacteristic
2fde8fbab230 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 _XYZPacket 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
444 datetime 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
445 timezone tzinfo

eric ide

mercurial