Changes for page BASIC Atom Pro Programming Tutorial
Last modified by Eric Nantel on 2023/01/24 07:46
Change comment: There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -4,7 +4,7 @@ 4 4 <td valign="top" align="left" colspan="2"><b><font face="Verdana" size="2">BASIC Atom Pro Programming Tutorial.</font></b> 5 5 <p><b><font face="Verdana" size="2">Updated <!--webbot bot="Timestamp" startspan s-type="EDITED" s-format="%m/%d/%Y" -->06/10/2009<!--webbot 6 6 bot="Timestamp" i-checksum="12514" endspan -->.</font></b></p> 7 - <p><b><font face="Verdana" size="2">Safety first!</font></b><font face="Verdana" size=" 1"> Wear eye protection and never touch a powered robot!</font></p>7 + <p><b><font face="Verdana" size="2">Safety first!</font></b><font face="Verdana" size="2"> Wear eye protection and never touch a powered robot!</font></p> 8 8 <p><font face="Verdana" size="2"><b>Note:</b> The purpose of this tutorial is to illustrate how to download a BASIC program onto the BASIC Atom 9 9 Pro processor, and test the functionality of the Bot Board II.</font></p> 10 10 <font face="Verdana" size="2"> </font></td> ... ... @@ -42,7 +42,7 @@ 42 42 <tr> 43 43 <td valign="top" align="left"><font face="Verdana" size="2"><b>Step 2.</b><br> 44 44 Download and install the latest version of the BASIC Atom Pro IDE.</font> 45 - <p><font face="Verdana" size="2">Download the <a href="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/support/basic-atom-pro-programming/WebHome/aprotut1. bas">sample BASIC Atom Pro program</a>, and save it on45 + <p><font face="Verdana" size="2">Download the <a href="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/support/basic-atom-pro-programming/WebHome/aprotut1.zip">sample BASIC Atom Pro program</a>, and save it on 46 46 your computer, somewhere you will be able to easily find it.</font></p> 47 47 <p><font face="Verdana" size="2">Open the IDE (double-click the desktop icon, or use the Start menu), then load up the sample program by 48 48 clicking on File -> Open.</font></p></td> ... ... @@ -52,10 +52,10 @@ 52 52 <table border="1" width="324" bordercolor="#FFFFFF"> 53 53 <tbody><tr> 54 54 <td width="320" bordercolor="#808080" bgcolor="#C0C0C0"> 55 - <p align="center"><font size=" 1" face="Verdana, Helvetica, sans-serif">Sample BASIC Atom Pro Program</font></p></td>55 + <p align="center"><font size="2" face="Verdana, Helvetica, sans-serif">Sample BASIC Atom Pro Program</font></p></td> 56 56 </tr> 57 57 <tr> 58 - <td width="320" bordercolor="#C0C0C0" align="left" valign="middle"><font size=" 1" face="Courier New"><font color="#808080">;The compiler58 + <td width="320" bordercolor="#C0C0C0" align="left" valign="middle"><font size="2" face="Courier New"><font color="#808080">;The compiler 59 59 will ignore any commands<br> 60 60 ;or text after a ; or '</font><br> 61 61 <br> ... ... @@ -163,7 +163,7 @@ 163 163 </tr> 164 164 <tr> 165 165 <td valign="top" align="left" colspan="2"><font face="Verdana" size="2"><b>Step 9.</b><br> 166 - If you would like to fully test the Bot Board II and Atom Pro, download the <a href="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/support/basic-atom-pro-programming/WebHome/bb2tst01. bas">Bot Board II testing166 + If you would like to fully test the Bot Board II and Atom Pro, download the <a href="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/support/basic-atom-pro-programming/WebHome/bb2tst01.zip">Bot Board II testing 167 167 program</a>, and save it on your computer, somewhere you will be able to easily find it. Program the Atom Pro with this code.</font> 168 168 <p><font face="Verdana" size="2">When the program is running, you can test the ABC buttons and LEDs. Pressing the A button will add one to a 169 169 binary count that is visible on the LEDs. Pressing the B button will subtract one. The C button will clear the count.</font></p>