Skip to content

nickyivyca/lib-mbed-ltc681x

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lib-mbed-ltc681x

lib-mbed-ltc681x is a library for interfacing with LTC681x chips using Arm Mbed.

Installation

lib-mbed-ltc681x can be added to any existing Mbed 6 project by creating a lib-mbed-ltc681x.lib in the source tree with the following inside:

https://github.com/formulaslug/lib-mbed-ltc681x#main

Then, tell Mbed to update all dependencies

mbed-tools deploy

Once it is installed, you can add lib-mbed-ltc681x as a library to be built in your CMakeLists.txt file

# Tell CMake to build lib-mbed-ltc681x
add_subdirectory(lib-mbed-ltc681x)

and add lib-mbed-ltc681x to the link libraries for your executable

target_link_libraries(${APP_TARGET}
    mbed-os
    lib-mbed-ltc681x
    ...
)

Usage

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

Library for interfacing with LTC681x chips using Arm Mbed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.9%
  • CMake 2.1%