An open API service indexing awesome lists of open source software.

https://github.com/arttu-software/common

Common repo for math, drivers, etc
https://github.com/arttu-software/common

dbc drivers

Last synced: about 1 month ago
JSON representation

Common repo for math, drivers, etc

Awesome Lists containing this project

README

          

# common/

Shared libraries and helpers used across boards and software stacks.

### Subfolders
- [common/drivers/README.md](drivers/README.md)
- [common/math/README.md](math/README.md)
- [common/utils/README.md](utils/README.md)

### Guidelines
- Put platform-agnostic algorithms (filters, control math) in common.
- Drivers should ONLY expose small, testable interfaces used by board code. Keep code uncluttered.