|
@ -5,7 +5,7 @@ from time import sleep |
|
|
from machine import Pin, UART |
|
|
from machine import Pin, UART |
|
|
import _thread |
|
|
import _thread |
|
|
|
|
|
|
|
|
sleep(3) |
|
|
sleep(1) |
|
|
|
|
|
|
|
|
#-------------------------OBJETOS BARRA Y DRIVER------------------------------------------ |
|
|
#-------------------------OBJETOS BARRA Y DRIVER------------------------------------------ |
|
|
barra = Barra16(18,19,20,21,27) |
|
|
barra = Barra16(18,19,20,21,27) |
|
|