mirror of
https://github.com/mytechnotalent/Embedded-Hacking.git
synced 2026-08-29 22:30:44 +02:00
added Chapter 8
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#include <stdio.h>
|
||||
#include "pico/stdlib.h"
|
||||
#include "pico/cyw43_arch.h"
|
||||
|
||||
int main(void)
|
||||
{
|
||||
uint8_t age;
|
||||
|
||||
stdio_init_all();
|
||||
|
||||
while (true)
|
||||
{
|
||||
printf("age: %d\r\n", age);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user