Initial commit for buzzer

This commit is contained in:
2026-02-19 12:26:12 +01:00
commit 627fad8bc1
4 changed files with 14 additions and 0 deletions

6
CMakeLists.txt Normal file
View File

@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.20.0)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(buzzer)
target_sources(app PRIVATE src/main.c)