Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 301 Bytes

README.adoc

File metadata and controls

9 lines (6 loc) · 301 Bytes

Basic building blocks to access hardware from cpp

Gerneral usage

Inside the libraries folder are folders with reusable interfaces.

Inside the folders the main interface is allways named Abstract<Name>.h and is an abstract class. The other source files are implementations of that interface.