Uploading multiple files to arduino uno

Hi all,

I am trying to understand exactly what files i need to upload to my arduino from the rep rap package (Contraptor / Code / [r57] /trunk/firmware/reprap_new_firmware)

reading through some of the guide, it just say upload the code, however i am not sure if i just upload the the reprap_new_firmware.pde file or do i open each one in the Arduino IDE and then click upload for each file.

Any help would be appreciated.

Regards,

Anu

You would probably be better off asking this question on the Reprap forum.

You can only load one file onto an Arduino.

...R

anurag1932:
Hi all,

I am trying to understand exactly what files i need to upload to my arduino from the rep rap package (Contraptor / Code / [r57] /trunk/firmware/reprap_new_firmware)

reading through some of the guide, it just say upload the code, however i am not sure if i just upload the the reprap_new_firmware.pde file or do i open each one in the Arduino IDE and then click upload for each file.

Any help would be appreciated.

Regards,

Anu

Check out the Header file attached in main program. reprap_new_firmware.pde is main program and reprap_new_firmware.h header file. SO you can download these two program and try to upload it , It might solve your issue