kopia lustrzana https://github.com/luigifcruz/pico-stuff
Add UART check before proceeding.
rodzic
bfabf02146
commit
693e12f0af
|
@ -5,7 +5,11 @@
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
stdio_init_all();
|
stdio_init_all();
|
||||||
sleep_ms(5000);
|
|
||||||
|
while (getchar_timeout_us(0) != 'X') {
|
||||||
|
sleep_ms(10);
|
||||||
|
}
|
||||||
|
|
||||||
printf("Hello from Pi Pico!\n");
|
printf("Hello from Pi Pico!\n");
|
||||||
|
|
||||||
bmp_t bmp;
|
bmp_t bmp;
|
||||||
|
|
Ładowanie…
Reference in New Issue