Skip to content

Commit

Permalink
wip ADNS5050
Browse files Browse the repository at this point in the history
  • Loading branch information
hasumikin committed Sep 2, 2023
1 parent ca87733 commit ae975ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Expand Up @@ -15,6 +15,7 @@ add_definitions(
-DMAX_SYMBOLS_COUNT=1800
-DMRBC_CONVERT_CRLF
-DMRBC_USE_MATH
-DMRBC_USE_FLOAT=2
-DPICORBC_PTR_SIZE=4
-DNO_CLOCK_GETTIME=1
)
Expand Down Expand Up @@ -58,6 +59,7 @@ add_executable(${PROJECT_NAME}
${CMAKE_SOURCE_DIR}/lib/picoruby/mrbgems/picoruby-i2c/ports/rp2040/i2c.c
${CMAKE_SOURCE_DIR}/lib/picoruby/mrbgems/picoruby-spi/ports/rp2040/spi.c
${CMAKE_SOURCE_DIR}/lib/picoruby/mrbgems/picoruby-adc/ports/rp2040/adc.c
${CMAKE_SOURCE_DIR}/lib/picoruby/mrbgems/picoruby-adns5050/ports/rp2040/adns5050.c
)

set(PICORBC ${CMAKE_SOURCE_DIR}/lib/picoruby/bin/picorbc)
Expand Down

0 comments on commit ae975ec

Please sign in to comment.