https://github.com/barabadzhi/libbrick
Simple Lego Mindstorms EV3 brick library based on ev3dev-c
https://github.com/barabadzhi/libbrick
abstraction c ev3dev library
Last synced: 6 months ago
JSON representation
Simple Lego Mindstorms EV3 brick library based on ev3dev-c
- Host: GitHub
- URL: https://github.com/barabadzhi/libbrick
- Owner: barabadzhi
- License: mit
- Created: 2016-11-12T10:09:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-18T19:32:07.000Z (almost 9 years ago)
- Last Synced: 2025-02-08T14:30:46.347Z (8 months ago)
- Topics: abstraction, c, ev3dev, library
- Language: C
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libbrick
Simple Lego Mindstorms EV3 brick library based on ev3dev-c
### Building
You should have [ev3dev-c](https://github.com/in4lio/ev3dev-c) library installed properly.
```
$ make
```