Add C++ Bus class for the physical layer interface

This commit is contained in:
Allen Hill
2026-06-25 20:40:10 -07:00
parent 67ba8e774c
commit d98cc8acad
7 changed files with 344 additions and 202 deletions
+1
View File
@@ -35,6 +35,7 @@ add_library(avclan STATIC
src/avclan/avclan_protocol.c
src/avclan/cdchanger.c
src/avclan/peripheral.cc
src/avclan/bus.cc
)
# avclan exports its public generic headers (src/avclan) to consumers and