1 / 4

Getting the software

Getting the software. Install Fantom driver http://mindstorms.lego.com/en-us/support/files/default.aspx#Driver Download latest test release http://bricxcc.sourceforge.net/ Comes with NBC. Update firmware?. Templates, default New Double click Programs, task. task main() {

Télécharger la présentation

Getting the software

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Getting the software Install Fantom driver http://mindstorms.lego.com/en-us/support/files/default.aspx#Driver Download latest test release http://bricxcc.sourceforge.net/ Comes with NBC Update firmware?

  2. Templates, default New Double click Programs, task task main() { TextOut(15, LCD_LINE1, "Hello, World!", true); Wait(2000); }

  3. Glossary • NXT-G – the graphical thing for wimps • NQC – Not Quite C, for older RCX bricks • NBC – Next Byte Code, 1) name of language (like assembly language), 2) name of compiler that supports both NBC language and NXC language • NXC – Not eXactly C, name of language We’ll program in this language. It get compiled by the NBC compiler. This is the tutorial to read!

More Related