Skip to main content

Questions tagged [makefile]

0 votes
1 answer
3k views

This is my structure program/ src/ Makefile main.ino test.h ... lib/ i2c.h In main.ino I include test.h and in test.h I'm trying to include i2c.h but it is just not working, I ...
php_nub_qq's user avatar
1 vote
1 answer
137 views

There's no end to my frustration trying to figure out how the arduino build system works -- despite my best efforts I just can't seem to grok it. Anyhow, I did this: ALTERNATE_CORE_PATH=/path/to/...
smbaker's user avatar
  • 19
1 vote
1 answer
2k views

I just can't wrap my head around on how to properly work with multiple files. My code has been getting quite big so I decided to split all the classes into one file each. So I'm left with 6 files: ...
Cowboy_Patrick's user avatar
-1 votes
1 answer
2k views

I just started to move from the Arduino firmware to the esp-idf firmware. I read that link. I learn that I have to include libraries creating a component files, with a component.mk file, *.c, *.cpp ...
BuzzRage's user avatar
5 votes
0 answers
2k views

I am trying to setup CLion as my workspace for my arduino. I have installed the two Arduino plugins for CLion, generated a new sketch project, but I am getting cmake errors on opening the project. ...
John Snow's user avatar
  • 151
0 votes
1 answer
178 views

I'm currently using a Makefile for the Arduino Due I've found on Github (with some modifications). It's useful to me cause it allows me to add a static library for cryptographic functions I need and I ...
Jéssica Carneiro's user avatar
1 vote
2 answers
2k views

Hi i am new to Arduino and I want to know if it is possible to read the data from a sensor that it is connected to the Arduino, I am using the Arduino mega 2560, which is already working, as I have a ...
Miguel Sanz Narrillos's user avatar
0 votes
1 answer
385 views

I'm trying to compare the int number 18 with strcmp but give to me wrong result, the program looking for char 18 and not for integer 18, how i can look for an integer with strcmp? /* SD card read/...
Francesco Valla's user avatar
0 votes
2 answers
5k views

it's possible to read value from a file inside sd card? I'm trying to start with the sample code /* SD card read/write This example shows how to read and write data to and from an SD card file ...
Francesco Valla's user avatar
1 vote
1 answer
285 views

I'm using Arduino Makefile to compile sketches for Uno and Mega boards. I'm now trying to compile a sketch for an Arduino Uno Pro, which is an Uno with a replaced chip to give it features more like a ...
Cerin's user avatar
  • 1,698