Revert barometer test to main.

pull/7/head
Luigi F. Cruz 2023-01-28 15:09:56 -08:00
rodzic d0ac7f0766
commit 03749a0081
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: CEB689C74D220F93
1 zmienionych plików z 4 dodań i 11 usunięć

Wyświetl plik

@ -5,19 +5,12 @@
int main() {
stdio_init_all();
sleep_ms(5000);
printf("Hello from Pi Pico!\n");
while(!stdio_usb_connected())
{
sleep_ms(100);
while (getchar_timeout_us(0) != 'X') {
sleep_ms(10);
}
printf("stdio_usb_connected()\n");
char str[50];
printf("Enter a string: ");
gets(str);
printf("You entered: %s", str);
printf("Hello from Pi Pico!\n");
bmp_t bmp;
bmp.oss = 5;