|
| 1 | +--- |
| 2 | +# Fill out as many of these as you can, and delete the rest. |
| 3 | +# Text on a line after a "#" is a comment and is ignored for the published page. |
| 4 | + |
| 5 | +author: [ "@tassosblackg" ] # your GitHub user name |
| 6 | + |
| 7 | + |
| 8 | +programming_language: "C" # The programming language used in this project |
| 9 | + |
| 10 | +youtube_video_id: tBDIUVG0XUg # The video ID of the YouTube video to be displayed with this post |
| 11 | + |
| 12 | + |
| 13 | +# project_homepage_url: "http://example.com/my-super-cool-project" # Homepage for this project |
| 14 | +source_code_url: "https://github.com/tassosblackg/ev3c_LFOA" # Provide a link to your code |
| 15 | +# building_instructions_url: "http://example.com/building-instructions.pdf" # how to build the model out of LEGO (*not* how to build the source code) |
| 16 | + |
| 17 | +excerpt: "A base code for MINDSTORMS EV3 using C, and HiTechnic Motors Kit." |
| 18 | +--- |
| 19 | +More info: |
| 20 | +- It was implemented for line following and obstacle avoidance exhibition purposes. |
| 21 | +- There are two modules one for DC & Servo motors and one for Lego sensor like IR sensor. |
| 22 | +- There is also a test case of code lfoa.c as a guideline on how to use the above modules in order to build your own application. |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | +Details: |
| 27 | + |
| 28 | +- **Your name:** TassosK |
| 29 | +- **Location:** SKG,Greece |
| 30 | +- **Year:** 2017 (time when project was developed) |
| 31 | +- **Pictures and media:** "https://github.com/tassosblackg/ev3c_LFOA/tree/master/media-files" |
| 32 | +- **Feedback:** through github project's discussions page "https://github.com/tassosblackg/ev3c_LFOA/discussions/1" |
| 33 | + |
| 34 | +- **For more you can see this:** "https://github.com/tassosblackg/ev3c_LFOA/blob/master/Project%20Description-(Greek).pdf", sorry it's in greek but there are the schemas that will help you understand the structure. |
| 35 | +- **You can also check this Block diagrams :** "https://github.com/tassosblackg/ev3c_LFOA/tree/master/BlockDiagrams". |
| 36 | +- **And there is the HiTechnic documentations here:** "https://github.com/tassosblackg/ev3c_LFOA/tree/master/HitechnicDoc" |
0 commit comments