Initial commit for blinky

This commit is contained in:
2026-04-03 14:25:55 +08:00
commit 9f7a6a5b6c
8 changed files with 203 additions and 0 deletions

View File

@@ -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>;
};