Skip to content

Instantly share code, notes, and snippets.

View meta1203's full-sized avatar
💭
Apparently GitHub has statuses now

meta1203

💭
Apparently GitHub has statuses now
View GitHub Profile
@sqrtroot
sqrtroot / main.cpp
Created August 22, 2021 20:44
Did you get sick of unplugging and replugging your raspberry pi pico. Repurpose the bootsel button, hold it for ~500ms and it will restart into usb boot mode!
#include <cstdio>
#include <hardware/gpio.h>
#include <hardware/regs/psm.h>
#include <hardware/structs/ioqspi.h>
#include <hardware/structs/sio.h>
#include <hardware/sync.h>
#include <pico/bootrom.h>
#include <pico/critical_section.h>
#include <pico/stdlib.h>