oled initialization with ssd1306
oled-main with structure ssd1306 initialization
This commit is contained in:
@@ -8,10 +8,11 @@ set(INCLUDE_DIRS
|
||||
)
|
||||
|
||||
set(SRCS
|
||||
|
||||
../../oled/oled.c
|
||||
helpers/src/mock_i2c.c
|
||||
)
|
||||
|
||||
add_definitions(-DTEST)
|
||||
add_executable(${TEST_NAME} ${SRCS})
|
||||
|
||||
target_include_directories(${TEST_NAME} PUBLIC ${INCLUDE_DIR})
|
||||
target_include_directories(${TEST_NAME} PUBLIC ${INCLUDE_DIRS})
|
||||
Reference in New Issue
Block a user