nrf/examples: Update ssd1306 modification example to import correct class.

This commit is contained in:
Glenn Ruben Bakke 2017-06-08 23:36:26 +02:00
parent 5d28a99114
commit 708571834a
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
# Example usage of SSD1306_I2C on pca10040
#
# from machine import Pin, I2C
# from ssd1306 import SSD1306_I2C
# from ssd1306_mod import SSD1306_I2C_Mod
# i2c = I2C(0, Pin.board.PA3, Pin.board.PA4)
# disp = SSD1306_I2C_Mod(128, 64, i2c)