sync notes(auto)
Some checks are pending
Build and Test / build-and-test (macos-latest) (push) Waiting to run
Build and Test / build-and-test (ubuntu-latest) (push) Waiting to run
Build and Test / build-and-test (windows-latest) (push) Waiting to run
Build and Test / publish-tag (push) Waiting to run
/ test (push) Waiting to run
Deploy Quartz site to GitHub Pages / build (push) Waiting to run
Deploy Quartz site to GitHub Pages / deploy (push) Blocked by required conditions

This commit is contained in:
Kaz Saita(raspi5) 2024-10-10 12:00:05 +09:00
parent da63e0133e
commit 92aba7c016

View file

@ -18,7 +18,7 @@ void setup()
Serial.begin(115200);
fdevopen( &my_putc, 0);
// 以降printfが使える。例↓
print("Hello world! A0 = %d\n", analogRead(0));
printf("Hello world! A0 = %d\n", analogRead(0));
}
void loop()