View Full Version : pic: intelitek's present to you.....a sneak peek at easyC PRO!
Jessica Boucher
29-12-2006, 11:18
[cdm-description=photo]26099[/cdm-description]
Jessica Boucher
29-12-2006, 11:29
As you can see, the interface is very similar to that of the original versions of easyC, but with a few tweaks...
Michelle Celio
29-12-2006, 11:47
Banana Sensor?!:ahh: IT'S A HINT!
(so that's what easyC looks like....no wonder the programmers like it so much)
It looks photoshoped to me
Steve S.
29-12-2006, 11:55
looks like the last 4 items under input are photoshoped :confused:
http://images.google.com/images?hl=en&q=banana%20sensor&btnG=Google+Search&ie=UTF-8&oe=UTF-8&sa=N&tab=wi
Well, I can rule out banana sensor as a legitimate sensor that I had just never heard off. Now the to see if its photoshoped. I have never used EasyC but can you add new sensors. If so maybe its just an added "dummy" sensor that is nothing more than a name in the list.
TubaMorg
29-12-2006, 12:20
Ha! The last four inputs may very well be "red herrings" but they DO exist and comply with the many rumors flying around. The depth sensor and sonar emitter are very much water based types of sensors, but can also be used on dry land. The banana sensor (try Google) can actually be used to detect bending...perhaps an interesting addition to this years kit? In any event, I am always pleased to see the attention to detail CD members have! One more week to go to kickoff!
Rosiebotboss
29-12-2006, 12:26
Now, Jess.........that's just cruel!!
Sonar Emitter?
Depth Sensor?
Banana Sensor?
Must mean we're dealing with water.......submarines anyone??
Did Dan give Shawn a beta copy of this code ? :D
Arkorobotics
29-12-2006, 12:28
looks like the last 4 items under input are photoshoped :confused:
Good call! I looked at it zoomed up, your right the last 4 items do look photoshoped. I have to admit the names are very creative. Banana Sensor! What an awesome name!! :D
Now, Jess.........that's just cruel!!
Sonar Emitter?
Depth Sensor?
Banana Sensor?
Must mean we're dealing with water.......submarines anyone??
Did Dan give Shawn a beta copy of this code ? :D
I just thought of this. Bananas are yellow and subs go in water and The Beatles sung Yellow Submarine. Maybe that means something. :confused:
I've never touched easyC, so I don't know this. I know a lot of flowchart -> code programs work nicely, in that direction. Say I take my hand written code and paste it into the code box. Will it make a flowchart?
Tom Bottiglieri
29-12-2006, 13:46
I've had a chance to beta test easyC Pro, and I must say I am very impressed with the functionality. They've added more sensor support, which is cool. The camera support is done very well. There's alot of cool new things you can do with the camera in this version of easyC, but I will keep my mouth shut about that... :cool:
Kingofl337
29-12-2006, 14:11
easyC writes C code with drag and drop blocks. This makes a flow chart of your program. In easyC Pro you can convert these flow charts to a .c file.
artdutra04
29-12-2006, 14:57
Ahh, so that's what the GetBanana.h file is used for... ;)
http://img122.imageshack.us/img122/1213/getbananady4.png
easyC writes C code with drag and drop blocks. This makes a flow chart of your program. In easyC Pro you can convert these flow charts to a .c file.
I realize that, but can I convert my .c files into flowcharts?
Kingofl337
29-12-2006, 15:04
Mike: No easyC can't do that, but its a very good idea.
art: Yep, thats exactly what thats for. :D
You should check out API.h I'm sure you can find some calls in there. :p
unsigned int GetSonar(unsigned char echo, unsigned char ping);
void StartSonar(unsigned char echo, unsigned char ping);
void StopSonar(unsigned char echo, unsigned char ping);
unsigned int GetBanana(unsigned char port);
As you can see, the interface is very similar to that of the original versions of easyC, but with a few tweaks...
Awww, Jess, you weren't supposed to start giving away all the surprises yet. Well, at least you didn't mention anything about the altimeter.
Oooops.
-dave :)
Jimmy Cao
29-12-2006, 17:55
easyC writes C code with drag and drop blocks. This makes a flow chart of your program. In easyC Pro you can convert these flow charts to a .c file.
The ability to convert into .c files would be nice... ^.^
I think it'll be nice to program simple stuff here in easy-c pro, and then add in advanced stuff with normal coding. That's just my personal opinion though.
Kingofl337
30-12-2006, 00:08
easyC Pro now has a full featured C editor with syntax highlighting.
Schnabel
30-12-2006, 10:37
I want a skip it counter! That is soooooooooo cool!
Crazy Ivan
31-12-2006, 14:40
A new device for the kit of parts??? <_< >_>
http://www.youtube.com/watch?v=3sLkFO5OkL8
Bob22341
02-01-2007, 12:13
easyC Pro now has a full featured C editor with syntax highlighting.
Does this mean we will be able to type in our own code without going through all of the menus?
p.s. A timer function would be really nice to have.
Jessica Boucher
02-01-2007, 12:27
I think it'll be nice to program simple stuff here in easy-c pro, and then add in advanced stuff with normal coding. That's just my personal opinion though.
That's exactly what we were going for. Beginners can still use the blocks, and more advanced programmers can quickly drop in the major components, switch to C, and then customize it any way they like. This makes the programming process much faster.
It also allows for a graduation of programmers from using easyC blocks to writing their own code. easyC isn't a replacement for C code, but it makes the process of learning and programming much easier.
Francis-134
02-01-2007, 14:06
Does this mean we will be able to type in our own code without going through all of the menus?
p.s. A timer function would be really nice to have.
easyC has had a timer function since version 1.0. If you look under program flow, one of the blocks says "timers". Simply drag it in, start the timer and drag another timer block into your program when you wish to retrieve a value from it. A plethora of information can be found about timers in the help file. Of course, timers will also be available if you wish to write your own code in the easyC C code editor.
vBulletin® v3.6.4, Copyright ©2000-2017, Jelsoft Enterprises Ltd.