25. Lektion: I2C: Difference between revisions
Jump to navigation
Jump to search
Created page with "=== Das Protokoll=== === I2C Objekt erzeugen=== === I2C Objekt benutzen=== === SSD1306 Display mit I2C benutzen=== * TCA9548a ** https://github.com/mcauser/microphyton-..." |
No edit summary |
||
| Line 8: | Line 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 | ||
Revision as of 21:59, 19 November 2023
Das Protokoll
I2C Objekt erzeugen
I2C Objekt benutzen
SSD1306 Display mit I2C benutzen
- Display anschließen