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
- Host: GitHub
- URL: https://github.com/arttu-software/common
- Owner: ARTTU-Software
- Created: 2026-04-03T08:48:28.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-05-26T21:30:24.000Z (about 1 month ago)
- Last Synced: 2026-05-26T23:21:04.269Z (about 1 month ago)
- Topics: dbc, drivers
- Language: C
- Size: 251 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.