Justin Akira Blaber

Avatar
  • Total activity 2
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1
  • Justin Akira Blaber created a post,

    Serial Monitor plugin issue

    Running a raspberry pi pico with a debug probe. I am running the following program:```#include <stdio.h>#include "pico/stdlib.h"int main() {    stdio_init_all();    printf("Hello, world!\n");    re...