Write driver for 7-segment display
This commit is contained in:
5
components/display/CMakeLists.txt
Normal file
5
components/display/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
idf_component_register(
|
||||
SRCS "display_driver.c"
|
||||
INCLUDE_DIRS "."
|
||||
REQUIRES driver fatal
|
||||
)
|
||||
Reference in New Issue
Block a user