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
{{ message }}
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.
I think everyone might think this project is dead, but of course not. Haha, I just so busy, even it is summer holiday :(
Old version downloads are no longer available, unless you compile them yourself.
The project is currently actively developing on the branch develop. Snapshot (Nightly) builds and releases here and some can be even be fetched from Maven Central with group id org.ev3dev and artifact ev3dev-lang-java.
Mostly completed. Just missing documents, tutorials and other sensors/motors drivers
Here's a list of TODO:
Device class getAttributeshould get value from hardwareName instead of subClassName
Move static final fields / constants back to classes. The Def class contains lots of default property values of the classes. It needs to be moved back to the classes respectively.
Improve variables names (Improving)
Perform checks on non-ev3dev devices
Support for Kernel Version 11 (Add features/drivers) [Link]
New Driver: mindsensor pressure sensor --> as optional driver
Support for Kernel Version 12 (Add features/drivers) [Link]
No new features
Support for Kernel Version 13 (Add features/drivers) [Link]
I'd recommend having the CI server tag releases less frequently. If you have a release for every push, eventually you'll get to the point where you have a real release, but you won't be able to find it among the hundreds of other builds. Maybe only when you push to master?
Hi,
I think everyone might think this project is dead, but of course not. Haha, I just so busy, even it is summer holiday :(
Mostly completed. Just missing documents, tutorials and other sensors/motors drivers
Here's a list of TODO:
Device
classgetAttribute
should get value fromhardwareName
instead ofsubClassName
Def
class contains lots of default property values of the classes. It needs to be moved back to the classes respectively.If there's more problems with this library, please post them below. Thanks.
Best regards,
mob41
The text was updated successfully, but these errors were encountered: