Trim trailing whitespace from example Micropython code

pull/76/head
Andrew Scheller 2024-08-16 16:14:11 +01:00
rodzic 712964b1d9
commit 609ab9c79f
9 zmienionych plików z 19 dodań i 21 usunięć

Wyświetl plik

@ -3,7 +3,6 @@ from machine import I2C, ADC
from sh1106 import SH1106_I2C
import framebuf
WIDTH = 128 # oled display width
HEIGHT = 128 # oled display height

Wyświetl plik

@ -71,7 +71,6 @@ def wheel(pos):
pos -= 170
return (pos * 3, 0, 255 - pos * 3)
def rainbow_cycle(wait):
for j in range(255):
for i in range(NUM_LEDS):