Skip to content

Commit

Permalink
Update environment variable defaults in README
Browse files Browse the repository at this point in the history
  • Loading branch information
nasser committed Dec 30, 2011
1 parent 6b3c459 commit 4aa7e8a
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Expand Up @@ -38,15 +38,15 @@ Textmate > Preferences > Advanced > Shell Variables
</tr>
<tr>
<td>ARDUINO_PORT</td>
<td>The serial port to upload from (defaults to <code>/dev/tty.usbserial-*</code>)</td>
<td>The serial port to upload from (defaults to <code>/dev/tty.usbmodem*</code>)</td>
</tr>
<tr>
<td>ARDUINO_UPLOAD_RATE</td>
<td>The baud rate to upload at (defaults to <code>57600</code>)</td>
<td>The baud rate to upload at (defaults to <code>115200</code>)</td>
</tr>
<tr>
<td>ARDUINO_AVRDUDE_PROGRAMMER</td>
<td>The programmer to use (defaults to <code>stk500v1</code>)</td>
<td>The programmer to use (defaults to <code>arduino</code>)</td>
</tr>
<tr>
<td>ARDUINO_MCU</td>
Expand All @@ -56,12 +56,16 @@ Textmate > Preferences > Advanced > Shell Variables
<td>ARDUINO_F_CPU</td>
<td>The clock speed of the Atmel chip (defaults to <code>16000000</code>)</td>
</tr>
</table>

<tr>
<td>ARDUINO_VARIANT</td>
Todo
====
* Useful error messages (relative to the .ino file, not the generated .cpp file)

<td>The Arduino variant being used. Can be one of <code>standard</code>, <code>micro</code>, <code>mega</code>, <code>leonardo</code>, or <code>eightanaloginputs</code>. (defaults to <code>standard</code>)</td>
</tr>
</table>

Bleeding Edge
=============
For the adventurous
Expand Down

0 comments on commit 4aa7e8a

Please sign in to comment.