浏览代码

modified: CMakeLists.txt

yoneda 1 年之前
父节点
当前提交
28b61ddeac
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      CMakeLists.txt

+ 1 - 0
CMakeLists.txt

@@ -10,6 +10,7 @@ project(ADRS2040U_i2c)
 pico_sdk_init()
 
 add_executable(${PROJECT_NAME}
+	adc_driver.hpp
 	main.cpp
 )