Updates to allow Arduino IDE direct compiling.

- Only minor changes were required to make the Arduino IDE compile all
of the Grbl’s source code (correctly using the C-compiler). Tested in
Windows and Mac and with the normal USB upload and with a programmer.
This commit is contained in:
Sonny Jeon
2014-07-26 15:11:42 -06:00
parent 3aeb5d3d06
commit 299c09d177
2 changed files with 32 additions and 30 deletions

View File

@ -13,6 +13,8 @@ Grbl includes full acceleration management with look ahead. That means the contr
* For more information and help, check out our **[Wiki pages!](https://github.com/grbl/grbl/wiki)** If you find that the information is out-dated, please to help us keep it updated by editing it or notifying our community! Thanks!
* Grbl may now be easily compiled and installed directly through the Arduino IDE! See the Wiki to learn how to do it.
* Lead Developers: Sonny Jeon, Ph.D. (2011-2014) and Simen Svale Skogsrud, a.k.a the O.G. (2009-2011)
##Downloads (Right-Click and Save-Link-As):