You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each is now maintained individually. The repositories were named ev3dev-lang-* for historical reasons because they were split out of this repo.
If you're looking to implement a new library, I suggest you put it in a new repo that you own and maintain it there. We have a page on ev3dev.org which lists programming language libraries and we can add yours to that list if you implement one.
As far as documentation goes, the docs for the ev3dev hardware drivers live here: http://docs.ev3dev.org/projects/lego-linux-drivers/en/ev3dev-jessie/. That gives you all of the information needed to interface with ev3dev-stretch hardware. I'd suggest you ignore ev3dev-jessie and switch to the next version of ev3dev (currently a stable beta), called ev3dev-stretch. You can switch the documentation version from that page.
Also, you can always reference the other library implementations (e.g. Python).
Dear all,
Is this project active? The description of the project states: "(deprecated) language bindings for ev3dev sensors, motors, LEDs, etc."
Is this project superseded by another project?
I was planning to start implementing a Haskell binding for ev3dev, but now I am not sure where to look for documentation to implement the binding.
Just for clarification, I started reading https://ev3dev-lang.readthedocs.io/en/latest/ and then got to this repository on Github to check if the project is alive.
The text was updated successfully, but these errors were encountered: