Skip to content

Commit 410dee0

Browse files
tassosblackgdlech
andauthored
Add new project (#434)
* Create 2021-04-29-ev3c_LFOA.md * Update 2021-04-29-ev3c_LFOA.md project description ev3c_lfoa * Update 2021-04-29-ev3c_LFOA.md * Rename 2021-04-29-ev3c_LFOA.md to 2021-04-29-ev3c-LFOA.md * Update 2021-04-29-ev3c-LFOA.md Co-authored-by: David Lechner <[email protected]>
1 parent e9db419 commit 410dee0

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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

Comments
 (0)