25. Lektion: I2C: Unterschied zwischen den Versionen

Aus Attraktor Wiki

Wechseln zu: Navigation, Suche
(Created page with "=== Das Protokoll=== === I2C Objekt erzeugen=== === I2C Objekt benutzen=== === SSD1306 Display mit I2C benutzen=== * TCA9548a ** https://github.com/mcauser/microphyton-...")
 
Zeile 8: Zeile 8:
  
 
=== SSD1306 Display mit I2C benutzen===
 
=== SSD1306 Display mit I2C benutzen===
 
+
<br>
 +
* Display anschließen
 +
** https://docs.micropython.org/en/latest/esp8266/tutorial/ssd1306.html
 +
** https://github.com/TimAEllis/ssd1306-py/blob/master/ssd1306.py
 +
** https://www.grzesina.de/az/blog_robotcar/ssd1306.py
  
 
* TCA9548a
 
* TCA9548a
 
** https://github.com/mcauser/microphyton-tca9548a
 
** https://github.com/mcauser/microphyton-tca9548a

Version vom 19. November 2023, 20:59 Uhr

Das Protokoll

I2C Objekt erzeugen

I2C Objekt benutzen

SSD1306 Display mit I2C benutzen