I want to upload a program "Makefile" in an arduino uno, but I can't
How can I upload a makefile in arduino uno, then it has to be uploaded in an attiny 85 but the latter is not a problem, I've already done it successfully
Who can help me please
a makefile is used to build code on a laptop.
Can you explain exactly what you want to do, without using the word makefile?
Example :
I want to upload code to an ATTINY85 with an Arduino UNO, without using a computer, just by pressing a button.
This is the file I want to use ( Windows 8.1 and Arduino 1.8.13 )
I want to upload this in an Attiny 85 with an Arduino Uno
I have already uploaded several programs with extension "ino" in an Attiny85 with success, but never uploaded a Makefile
So my question is how do I do that, the explanation that is there is difficult for me to understand. Can you help me please
A makefile is not code that a chip can run, it's a list of instructions (more a list of settings) to allow human readable code to be turned into the code a chip can run. Hope this helps.
Andrea
Then how can I build this project, what more do I need ???
not clear that these games will work on an Arduino. it's not clear what the input and output devices are
but if they are, then all the files need to be copied into a directory on your laptop. I don't know which file contains rgb_led_on(), for example
since i assume you would use the Arduino IDE, the directory name and name of the .ino file need to be the same, presumably ZombieBadge/ and ZombieBadge.ino
if all the files are there and there's no unusual commands, it may build successfully and load onto the Arduino.
not sure what I/O it would use for buttons or leds
From the readme file in the download!!!
It's all okay, I was focused on the makefile but the file called rgb.c that was the file I needed to upload in the arduino, it can be that simple, now it works
Thanks anyway for any help
This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.