from machine import mem32,Pin
from time import sleep_ms
import array as arr
Pinout=[0,1,2,3,4,5,6]
count=0
for x in range(0,7):
 Pinout[x]=Pin(Pinout[x],Pin.OUT)
 a=[0x40,0x70,0x24,0x30,0x19,0x12,0x02,0x78,0x00,0x10]
 addrSIO=0xd0000000
 i=0
 while(1):
  for x in range(10):
    mem32[addrSIO+0x010]=a[x]
    sleep_ms(500)
    mem32[addrSIO+0x010]=0xff
    sleep_ms(500)
$abcdeabcde151015202530fghijfghij
BOOTSELLED1239USBRaspberryPiPico©2020RP2-8020/21P64M15.00TTT