Skip to content

edgeimpulse/example-hr-lib-arm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

example-hr-lib-arm

Example of building SDK with hr library. Unzip the exported contents into the root of this repo to build.

Key changes from example-standalone-*

  • You must define macro EI_CLASSIFIER_HR_LIB=1
    • In this example, this is done in the CMakeLists file
  • You must pass libhr.a into the linker
    • In CMake here, this is done via: target_link_libraries(${PROJECT_N} PRIVATE ${CMAKE_SOURCE_DIR}/libhr.a)

About

Example of building SDK with hr library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •