add i2c led

This commit is contained in:
wmano
2025-08-21 23:32:18 +08:00
parent 0bd2a89669
commit fa22805dc6
281 changed files with 508 additions and 242 deletions
+10
View File
@@ -0,0 +1,10 @@
from building import *
import os
src = []
cwd = GetCurrentDir()
path = [os.path.join(cwd, 'Include')]
group = DefineGroup('CMSIS-Core', src, depend = ['PKG_USING_CMSIS_CORE'], CPPPATH = path)
Return('group')