Repetier-Firmware-4-Davinci/src
luc lebosse a1d7816570 Fix version for last release before 0.92.10 2016-08-29 10:32:26 +02:00
..
ArduinoAVR Initial Commit 2014-11-08 19:25:51 +08:00
ArduinoDUE Fix version for last release before 0.92.10 2016-08-29 10:32:26 +02: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.