40 likes | 169 Views
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() {
E N D
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() { TextOut(15, LCD_LINE1, "Hello, World!", true); Wait(2000); }
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!