Initial commit for blinky

This commit is contained in:
jhChun
2026-04-09 17:11:41 +09:00
commit 750f2d139e
8 changed files with 203 additions and 0 deletions
@@ -0,0 +1,9 @@
/*
* Copyright (c) 2024 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
*/
&led0 {
gpios = <&hpf_gpio 9 GPIO_ACTIVE_HIGH>;
};