Skip to content

kober-systems/carbon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.