Fix broken link to Adafruit tutorial in README

The Adafruit link in the README points to a missing page, this replaces
it with a current version of the Python/CircuitPython tutorial for
SSD1306.
pull/3/head
Nicolas Favre-Felix 2021-09-07 15:24:20 -07:00
rodzic 9582998cd8
commit e4b28e8925
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: C04E7AA8B6F73372
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -49,4 +49,4 @@ Now we can also write some text:
>>> oled.show()
Find more information on how to use the SSD1306 on the great [tutorial about
the OLED featherwing from Adafruit](https://learn.adafruit.com/adafruit-oled-featherwing/circuitpython#usage-6-4).
the OLED featherwing from Adafruit](https://learn.adafruit.com/adafruit-oled-featherwing/python-usage).