Thanks to visit codestin.com
Credit goes to github.com
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
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 }}
jiangzhonghui
/
ev3dev-lang-python
Public
forked from
ev3dev/ev3dev-lang-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 24, 2016
Error on non-existing arguments/parameters (#278)
Show description for 4a85fd2
pepijndevos
authored and
ddemidov
committed
4a85fd2
View commit details
Copy full SHA for 4a85fd2
Browse repository at this point
Commits on Dec 1, 2016
Move HTTP code in helper.py to a separate file (#271)
Show description for 488b89f
dwalton76
authored
488b89f
View commit details
Copy full SHA for 488b89f
Browse repository at this point
Remove kociemba and rubiks_rgb_solver.py from MINDCUB3R demo (#272)
Show description for 2f2bc7a
dwalton76
authored
2f2bc7a
View commit details
Copy full SHA for 2f2bc7a
Browse repository at this point
Commits on Nov 29, 2016
Update RPYC tutorial based on @ndward's input (#268)
ddemidov
authored
68c7d27
View commit details
Copy full SHA for 68c7d27
Browse repository at this point
Commits on Nov 28, 2016
Fix an error in RPYC tutorial
Show description for 29eb6d1
ddemidov
committed
29eb6d1
View commit details
Copy full SHA for 29eb6d1
Browse repository at this point
Fix typo in demo README
WasabiFan
authored
8d87c99
View commit details
Copy full SHA for 8d87c99
Browse repository at this point
Commits on Nov 27, 2016
Add note about demo code location
WasabiFan
authored
e43b104
View commit details
Copy full SHA for e43b104
Browse repository at this point
Merge pull request #267 from dwalton76/develop-misc
Show description for 34dee5e
dwalton76
authored
34dee5e
View commit details
Copy full SHA for 34dee5e
Browse repository at this point
Update move_motor.py to python3, make it work for all motors
dwalton76
committed
151110a
View commit details
Copy full SHA for 151110a
Browse repository at this point
Update stop_all_motors.py to python3
dwalton76
committed
627fdfe
View commit details
Copy full SHA for 627fdfe
Browse repository at this point
Commits on Nov 26, 2016
Implement Sound.get_volume() (#266)
Show description for e06b7ff
ddemidov
authored
e06b7ff
View commit details
Copy full SHA for e06b7ff
Browse repository at this point
Commits on Nov 21, 2016
Document list_device_names(), list_devices(), list_motors()
Show description for 281101f
ddemidov
committed
281101f
View commit details
Copy full SHA for 281101f
Browse repository at this point
Commits on Nov 19, 2016
Replace google.ru with google.com in a link
ddemidov
committed
994637a
View commit details
Copy full SHA for 994637a
Browse repository at this point
Replace dead link in Sound.beep() documentation
ddemidov
committed
f39f531
View commit details
Copy full SHA for f39f531
Browse repository at this point
Documentation formatting
ddemidov
committed
d5275b2
View commit details
Copy full SHA for d5275b2
Browse repository at this point
Fix a couple of documentation issues
Show description for e95eed5
ddemidov
committed
e95eed5
View commit details
Copy full SHA for e95eed5
Browse repository at this point
Provide Sound.set_volume(pct) (#259)
Show description for 04681c9
ddemidov
authored
04681c9
View commit details
Copy full SHA for 04681c9
Browse repository at this point
Provide meaningful error on attempt to load non-existent font (#261)
Show description for ef6c6ea
ddemidov
authored and
WasabiFan
committed
ef6c6ea
View commit details
Copy full SHA for ef6c6ea
Browse repository at this point
Commits on Nov 14, 2016
Merge branch 'develop' of https://github.com/dwalton76/ev3dev-lang-python into develop-misc
dwalton76
committed
790c2cf
View commit details
Copy full SHA for 790c2cf
Browse repository at this point
Commits on Nov 13, 2016
Fix wording in motor warning
WasabiFan
authored
8f33b80
View commit details
Copy full SHA for 8f33b80
Browse repository at this point
Commits on Nov 10, 2016
Added README for EV3D4 (#254)
Show description for cbf801a
dwalton76
authored and
ddemidov
committed
cbf801a
View commit details
Copy full SHA for cbf801a
Browse repository at this point
Commits on Nov 9, 2016
Added README for EV3D4 (keep lines under 80 characters)
dwalton76
committed
e40637d
View commit details
Copy full SHA for e40637d
Browse repository at this point
Added README for EV3D4 (fix backticks)
dwalton76
committed
23c4b60
View commit details
Copy full SHA for 23c4b60
Browse repository at this point
Added README for EV3D4 (address comments from code review)
dwalton76
committed
1be48c6
View commit details
Copy full SHA for 1be48c6
Browse repository at this point
Commits on Nov 8, 2016
Use speed instead of duty cycle in EXPLOR3R/auto-drive.py (#250)
DrClick
authored and
WasabiFan
committed
a263ce9
View commit details
Copy full SHA for a263ce9
Browse repository at this point
Added README for EV3D4
dwalton76
committed
3776c26
View commit details
Copy full SHA for 3776c26
Browse repository at this point
Commits on Nov 7, 2016
Suggest using "--only-upgrade" flag (#249)
WasabiFan
authored and
ddemidov
committed
1f783c3
View commit details
Copy full SHA for 1f783c3
Browse repository at this point
Commits on Nov 5, 2016
Fix missing letter and add FAQ section to README (#247)
WasabiFan
authored
0ca889e
View commit details
Copy full SHA for 0ca889e
Browse repository at this point
Add FAQ page with info on line endings (#246)
WasabiFan
authored
251b3a7
View commit details
Copy full SHA for 251b3a7
Browse repository at this point
Commits on Nov 4, 2016
Use warning directive for warning clauses
ddemidov
committed
a8bc3a5
View commit details
Copy full SHA for a8bc3a5
Browse repository at this point
Add warning to documentation about waiting for "stalled" state (#244)
WasabiFan
authored and
ddemidov
committed
78c54de
View commit details
Copy full SHA for 78c54de
Browse repository at this point
Commits on Nov 3, 2016
Sign the changelog
ddemidov
committed
a62b7b7
View commit details
Copy full SHA for a62b7b7
Browse repository at this point
Update changelog for v0.8.0 (#233)
Show description for d1aa2d3
WasabiFan
authored
d1aa2d3
View commit details
Copy full SHA for d1aa2d3
Browse repository at this point
Commits on Oct 31, 2016
Replace autogenerated properties for trigger, delay_on/off with custom ones (#243)
Show description for a36879b
ddemidov
authored
a36879b
View commit details
Copy full SHA for a36879b
Browse repository at this point
Commits on Oct 30, 2016
Make use of polling functionality in 16-ev3dev kernel (#241)
Show description for 61b5439
ddemidov
authored
61b5439
View commit details
Copy full SHA for 61b5439
Browse repository at this point
Previous
Next
You can’t perform that action at this time.