mirror of
https://github.com/mytechnotalent/Embedded-Hacking.git
synced 2026-08-18 17:07:15 +02:00
Updated book
This commit is contained in:
+6
-1
@@ -36,5 +36,10 @@
|
|||||||
"raspberry-pi-pico.cmakeAutoConfigure": true,
|
"raspberry-pi-pico.cmakeAutoConfigure": true,
|
||||||
"raspberry-pi-pico.useCmakeTools": false,
|
"raspberry-pi-pico.useCmakeTools": false,
|
||||||
"raspberry-pi-pico.cmakePath": "${HOME}/.pico-sdk/cmake/v3.31.5/bin/cmake",
|
"raspberry-pi-pico.cmakePath": "${HOME}/.pico-sdk/cmake/v3.31.5/bin/cmake",
|
||||||
"raspberry-pi-pico.ninjaPath": "${HOME}/.pico-sdk/ninja/v1.12.1/ninja"
|
"raspberry-pi-pico.ninjaPath": "${HOME}/.pico-sdk/ninja/v1.12.1/ninja",
|
||||||
|
"files.associations": {
|
||||||
|
"addressmap.h": "c",
|
||||||
|
"resets.h": "c",
|
||||||
|
"pads_bank0.h": "c"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "pico/stdlib.h"
|
#include "pico/stdlib.h"
|
||||||
|
|
||||||
#define LED_PIN 25
|
#define LED_PIN 16
|
||||||
|
|
||||||
int main(void) {
|
int main(void) {
|
||||||
uint8_t age;
|
uint8_t age;
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user