-
Notifications
You must be signed in to change notification settings - Fork 0
/
Readme.txt
35 lines (27 loc) · 1.02 KB
/
Readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Group 8 Project: Visual Programming Environment for Firebird V.
----------------------------------------------------------------------------------------
Team
-----------
Akshar 09305909
Shweta 10305914
Dependancies.
-----------------------
Install the following software
1. Java Netbean IDE with JDK 1.6 or above
2. AVR studio 4.
Execution Instructions
1. Open Netbeans IDE
2. Go to the folder JAva Code/OpenblocksProject_1/ Open the project.
3. Run the file Controller.WorkspaceController.java
4. This will bring up the Visual Programming Environment.
5. Write programs.
6. Click on Save to save your program.
7. Click on 'Get C Code' to generate a file containing C Code.
8. Save the c code file appropriately.
9. Open AVR studio
10. Create new project.
11. Copy paste the contents of the C file you saved to th project C file.
12. Copy the header file "firebird.h" from 'C Code'to the AVR Studio Project folder.
13. Compile and burn the C program on the robot.
Documentation
Find all relevant documentation in Documentation folder.