-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
# Fill out as many of these as you can, and delete the rest. | ||
# Text on a line after a "#" is a comment and is ignored for the published page. | ||
|
||
author: [ "@xgames123" ] # your GitHub user name | ||
# or make a list if there is more than one author | ||
# author: [ "@person1", "@person2", "person without GitHub account" ] | ||
|
||
programming_language: "python" # The programming language used in this project | ||
|
||
youtube_video_id: g0dI3Tlzhqg # The video ID of the YouTube video to be displayed with this post | ||
# thumbnail_override: "/images/projects/my-project/my-image.png" # If you don't have a YouTube video (or the video thumbnail isn't good) you can uncomment this line to set your own image for the project. | ||
|
||
# project_homepage_url: "https://github.com/Xgames123/evdrive" # Homepage for this project | ||
source_code_url: "https://github.com/Xgames123/evdrive" # Provide a link to your code | ||
# building_instructions_url: "http://example.com/building-instructions.pdf" # how to build the model out of LEGO (*not* how to build the source code) | ||
|
||
excerpt: "steering wheel + pedals made with lego ev3" # A short summary of your project. This can be a sentence or a paragraph, but it's recommended to keep it under 3 sentences. | ||
--- | ||
**Steering wheel + pedals made with lego ev3.** | ||
|
||
Code and build instructions on [github](https://github.com/Xgames123/evdrive) | ||
|
||
## Known Issues | ||
- It simulates an xbox controller so It probably won't work on some driving games that don't support controllers | ||
- Force feedback doesn't work yet |