https://github.com/blueandi/zumohalinterfaces
Zumo C++ Interfaces for abstract hardware abstraction layer.
https://github.com/blueandi/zumohalinterfaces
zumo zumo-robot
Last synced: 3 months ago
JSON representation
Zumo C++ Interfaces for abstract hardware abstraction layer.
- Host: GitHub
- URL: https://github.com/blueandi/zumohalinterfaces
- Owner: BlueAndi
- License: mit
- Created: 2024-05-17T14:54:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-16T11:36:47.000Z (9 months ago)
- Last Synced: 2025-02-23T23:22:44.387Z (3 months ago)
- Topics: zumo, zumo-robot
- Language: C++
- Homepage: https://blueandi.github.io/ZumoHALInterfaces/
- Size: 262 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ZumoHALInterfaces
[](http://choosealicense.com/licenses/mit/)
[](https://www.repostatus.org/#wip)
[](https://github.com/BlueAndi/ZumoHALInterfaces/releases)C++ interfaces of the Hardware abstraction layer for the Pololu Zumo32U4 robot (see https://www.pololu.com/category/129/zumo-robots-and-accessories).
## Table of content
* [Architecture](#architecture)
* [The Principle](#the-principle)
* [Detail](#detail)
* [Issues, Ideas And Bugs](#issues-ideas-and-bugs)
* [License](#license)
* [Contribution](#contribution)# Architecture
## The Principle
## Detail
# Issues, Ideas And Bugs
If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/ZumoHALInterfaces/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.# License
The whole source code is published under the [MIT license](http://choosealicense.com/licenses/mit/).
Consider the different licenses of the used third party libraries too!# Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, shall be licensed as above, without any
additional terms or conditions.