ADC까지, 신호 확인 필요(반사 신호 약함 or 뒤쪽을 찍고 있음)

This commit is contained in:
2026-05-08 18:09:04 +09:00
parent 17a78d4418
commit d7c5b34da3
23 changed files with 1992 additions and 83 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "nrf-connect",
"request": "launch",
"name": "Launch blinky/build/blinky",
"config": "${workspaceFolder}/build/blinky",
"runToEntryPoint": "main"
}
]
}
+5
View File
@@ -0,0 +1,5 @@
{
"nrf-connect.debugging.bindings": {
"${workspaceFolder}/build/blinky": "Launch blinky/build/blinky"
}
}