+1
blinky is running on Calliope Mini
with tiny modification because there is no LED directly connected to a single
GPIO
the LED matrix needs so set two GPIOs ( same on BBC Microbit )
Maybe future version of blinky should handle this with #if
sysinit();
hal_gpio_init_out(14, 1);
g_led_pin = 6;
