Repetier-Firmware-4-Davinci/src
Alejandro Romero 670327f979 Fix Spanish language failling to compile due to a missing coma (,) 2023-10-08 23:45:06 -06:00
..
ArduinoAVR testing 2019-04-23 20:40:47 -06:00
ArduinoDUE Fix Spanish language failling to compile due to a missing coma (,) 2023-10-08 23:45:06 -06: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.