mirror of
https://github.com/m5stack/StackChan.git
synced 2026-04-28 19:34:23 +00:00
5001b7081b
* add firmware source code
13 lines
189 B
CMake
13 lines
189 B
CMake
idf_component_register(
|
|
SRCS
|
|
"src/SCS.cpp"
|
|
"src/SCSCL.cpp"
|
|
"src/SCSerial.cpp"
|
|
INCLUDE_DIRS
|
|
"src"
|
|
REQUIRES
|
|
driver
|
|
esp_timer
|
|
)
|
|
|