Skip to content

A collection of interfaces and abstractions for embedded peripherals and devices using modern C++

License

Notifications You must be signed in to change notification settings

stanczyk4/libhal

 
 

Repository files navigation



🚚 portable 🦾 flexible 📦 accessible 🍰 easy to use

✅CI coverage Codacy Badge GitHub stars GitHub forks GitHub issues Latest Version ConanCenter Version

📥 Install

conanfile.txt

Add the following line to your conanfile.txt file under the [requires] section:

libhal/[x]

Replace [x] with the appropriate version number.

conanfile.py

Add the following to your def requirements(self): function.

self.requires("libhal/[x]")

Replace [x] with the appropriate version number.

👥 Contributing

See CONTRIBUTING.md for details.

License

Apache 2.0; see LICENSE for details.

Disclaimer

This project is not an official Google project. It is not supported by Google and Google specifically disclaims all warranties as to its quality, merchantability, or fitness for a particular purpose.

About

A collection of interfaces and abstractions for embedded peripherals and devices using modern C++

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.9%
  • Python 4.6%
  • CMake 2.5%