-
C:\Program Files (x86)\Arduino\libraries\EEPROMex/EEPROMex.h:23:20: fatal error: EEPROM.h: No such file or directory
#include
^
compilation terminated.
Error compiling.
If I inc…
-
EEPROMex can no longer be built using newer versions of gcc. It builds successefully on the Arduino-supplied avr-gcc 4.3, however building it using arduino-mk on a gcc 4.7 fails. GCC complains about c…
-
I cannot compile my code for the arduino every board. I only included the library to see if it would compile and it does not. Help.
This is the compiler output.
`E:\programata za arduino IDE e tuka\…
-
Hi, I really enjoy with your read/write templates. But when I tried to reuse your library I stuck with many restrictions:
1. I need to change "cpp" source to disable `#define _EEPROMEX_DEBUG`. IMHO be…
-
#include
AT24C32 EepromRTC(0x57);
void setup()
{
EepromRTC.writeFloat(2,4.56);
EepromRTC.writeInt(8, 0);
EepromRTC.writeLong(13, 560);
EepromRTC.writeFloat(19, 5.56)…
-
I was wondering if it was possible to solve this issue of using the EEPROMex library with an ESP8266 device (such as node MCU) when I try to compile the code I get an error saying Avr/EEPROM.h no such…
-
i'm trying to make your fabulous project but i've a problem with code.
i've try many ide versions but i've still "Erreur de compilation pour la carte Teensy 3.5"
in english "copilation error for t…
-
### Description
Recently added a TinyRTC board to my growing project. I downloaded TimeLib.h and DS1307RTC.
The examples of SET TIME and READ TIME work as described.
When I added just the 2 foll…
-
J'essai de téléverser sur une CArte Adruino Uno mais j'ai cette erreur :
C:\Users\Chris\Documents\Arduino\libraries\LightSaberOS-LSOS-1.5_GravityColorBlend\LightSaberOS\LightSaberOS\LightSaberOS\Ligh…
-
I've been trying to compile tests for a library that is supposed to run on Arduino-like devices (thus with `#include `). And so far I'm stuck on `error: cast from pointer to smaller type 'uint32_t' (a…