Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
ev3dev-lang-java
/
ev3dev-lang-java
Public
Notifications
You must be signed in to change notification settings
Fork
44
Star
107
Code
Issues
21
Pull requests
4
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
ev3dev-lang-java
src
main
java
ev3dev
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 12, 2024
Adding codespaces support; Fixing checkstyle (#823)
Show description for da29af7
jabrena
authored
da29af7
View commit details
Copy full SHA for da29af7
View code at this point
Browse repository at this point
Sound cleanup and extensions (#810)
Show description for 72f1375
suffieldacademy
and
Jason Healy
authored
72f1375
View commit details
Copy full SHA for 72f1375
View code at this point
Browse repository at this point
Commits on Apr 16, 2022
Added @Deprecated tag to prevent compiler warning.
Jason Healy
committed
596dbf0
View commit details
Copy full SHA for 596dbf0
View code at this point
Browse repository at this point
Commits on Jan 8, 2021
Improving implementation for NXT Temperature Sensor
Show description for 74edd0c
jabrena
committed
74edd0c
View commit details
Copy full SHA for 74edd0c
View code at this point
Browse repository at this point
Commits on Jan 7, 2021
Passing Checkstyle
jabrena
committed
708971b
View commit details
Copy full SHA for 708971b
View code at this point
Browse repository at this point
Commits on Jan 6, 2021
Initial implementation for NXT Temperature Sensor
jabrena
committed
145d8c4
View commit details
Copy full SHA for 145d8c4
View code at this point
Browse repository at this point
Commits on Dec 27, 2020
Fixing some issues with Checkstyle
Show description for 14671d8
jabrena
committed
14671d8
View commit details
Copy full SHA for 14671d8
View code at this point
Browse repository at this point
Minor change to increase the readibility
jabrena
committed
19d18ee
View commit details
Copy full SHA for 19d18ee
View code at this point
Browse repository at this point
Minor change to not import any class due to the description in Javadocs
jabrena
committed
a10915d
View commit details
Copy full SHA for a10915d
View code at this point
Browse repository at this point
Cleaning the branch in order to merge in master
jabrena
committed
2ff973a
View commit details
Copy full SHA for 2ff973a
View code at this point
Browse repository at this point
Commits on Dec 25, 2020
Uploading JMH results
Show description for d36cc72
jabrena
committed
d36cc72
View commit details
Copy full SHA for d36cc72
View code at this point
Browse repository at this point
Commits on Dec 23, 2020
Removing files from previous alternatives.
Show description for f435da7
jabrena
committed
f435da7
View commit details
Copy full SHA for f435da7
View code at this point
Browse repository at this point
Commits on Dec 11, 2020
Added the reusable DataChannelRereader and used it as filling for getString in Sysfs2.
dwalend
committed
95505c8
View commit details
Copy full SHA for 95505c8
View code at this point
Browse repository at this point
Commits on Dec 10, 2020
There's potentially 27 bytes to read. Increasing buffer size to 32.
dwalend
committed
51c5c4e
View commit details
Copy full SHA for 51c5c4e
View code at this point
Browse repository at this point
Commits on Dec 9, 2020
stray import removed
dwalend
committed
57403cb
View commit details
Copy full SHA for 57403cb
View code at this point
Browse repository at this point
All Sysfs2.java unit tests pass for the minimal java read string optimization
dwalend
committed
3340b73
View commit details
Copy full SHA for 3340b73
View code at this point
Browse repository at this point
Reading the short is definitely faster. Not sure about how to interpret it.
dwalend
committed
31079af
View commit details
Copy full SHA for 31079af
View code at this point
Browse repository at this point
Commits on Dec 7, 2020
Changed the all-java optimization in Sysfs2.java to not be hard-coded /sys/class/lego-sensor/sensor0/value0 . From a primitive measurement it's a boost of about 2x
dwalend
committed
8a9a9cf
View commit details
Copy full SHA for 8a9a9cf
View code at this point
Browse repository at this point
Merge pull request #753 from JakubVanek/sysfs_perf_doc
Show description for 9920aa5
jabrena
authored
9920aa5
View commit details
Copy full SHA for 9920aa5
View code at this point
Browse repository at this point
Uploading preliminar results with JMH
Show description for f943cbe
jabrena
committed
f943cbe
View commit details
Copy full SHA for f943cbe
View code at this point
Browse repository at this point
Commits on Dec 6, 2020
docs: add ILibc documentation
Show description for 76c0384
JakubVanek
committed
76c0384
View commit details
Copy full SHA for 76c0384
View code at this point
Browse repository at this point
add lru-cached jna sysfs
JakubVanek
committed
854e953
View commit details
Copy full SHA for 854e953
View code at this point
Browse repository at this point
drop FastIOUtil completely from JNA2
JakubVanek
committed
9e005e2
View commit details
Copy full SHA for 9e005e2
View code at this point
Browse repository at this point
Commits on Dec 5, 2020
Adding initial ideas to improve performance of Sysfs from @dwalend & @JakubVanek
Show description for 900020f
jabrena
committed
900020f
View commit details
Copy full SHA for 900020f
View code at this point
Browse repository at this point
Commits on May 10, 2020
The whole package ev3dev/sensors pass checkstyle
jabrena
committed
0bc94bd
View commit details
Copy full SHA for 0bc94bd
View code at this point
Browse repository at this point
The whole package ev3dev/robotics pass checkstyle
jabrena
committed
fa64a27
View commit details
Copy full SHA for fa64a27
View code at this point
Browse repository at this point
The whole package ev3dev/actuators pass checkstyle
jabrena
committed
0f48009
View commit details
Copy full SHA for 0f48009
View code at this point
Browse repository at this point
The whole package ev3dev/hardware pass checkstyle
jabrena
committed
6c1eaa2
View commit details
Copy full SHA for 6c1eaa2
View code at this point
Browse repository at this point
Enabled Checkstyle in the project
Show description for 36dc5c6
jabrena
committed
36dc5c6
View commit details
Copy full SHA for 36dc5c6
View code at this point
Browse repository at this point
Better checkstyle support
Show description for c6bac3f
jabrena
committed
c6bac3f
View commit details
Copy full SHA for c6bac3f
View code at this point
Browse repository at this point
Commits on May 9, 2020
Better checkstyle support
Show description for 16ed09a
jabrena
committed
16ed09a
View commit details
Copy full SHA for 16ed09a
View code at this point
Browse repository at this point
Commits on Dec 2, 2019
Merge pull request #667 from ev3dev-lang-java/actuallyStop
Show description for 07abb65
jabrena
authored
07abb65
View commit details
Copy full SHA for 07abb65
View code at this point
Browse repository at this point
Merge pull request #689 from ev3dev-lang-java/fixTachoCount2
Show description for 0c95178
jabrena
authored
0c95178
View commit details
Copy full SHA for 0c95178
View code at this point
Browse repository at this point
Commits on Dec 1, 2019
fix(sensors): do not truncate negative values for gyro
Show description for bd5540d
JakubVanek
committed
bd5540d
View commit details
Copy full SHA for bd5540d
View code at this point
Browse repository at this point
Commits on Sep 25, 2019
Fix tacho count inversion problems by avoiding INVERSED attribute
JakubVanek
committed
fa580d8
View commit details
Copy full SHA for fa580d8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.