Repetier-Firmware-4-Davinci/src
luc lebosse edd3f5721f Change to ide 1.8.0 in travis-ci and readme 2016-12-31 18:25:27 +01:00
..
ArduinoAVR Initial Commit 2014-11-08 19:25:51 +08:00
ArduinoDUE Change to ide 1.8.0 in travis-ci and readme 2016-12-31 18:25:27 +01:00
README.txt Initial Commit 2014-11-08 19:25:51 +08:00
repetier communication protocol.txt Protocol V3 and Code Formating 2015-02-26 13:18:48 +08:00

README.txt

The firmware now allows hardware abstraction. That way it is possible to
port the code to other boards not using Arduino/AVR.

If you have a normal 8 bit Arduino board, use the ArduinoAVR folder to compile.

If you have a Arduino Due based board, use the ArduinoDUE folder. It contains the
adjusted HAL files from John Silvia. It requires Arduino 1.5 or higher to compile.
Upload and connect through the programming port near the power jack.
Status: Beta and work in progress.