-
Could you add a getDataPtr method that returns _eeprom.data to the FlashAsEEPROM class?
This would make the lib more compatible to the esp8266 EEPROM class. See https://github.com/esp8266/Arduino/bl…
-
**Describe the problem you have/What new integration you would like**
Since ESPHome invites to upgrade from Arduino framework to esp-idf framework, it would be a lot easier if it was possible t…
-
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…
-
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\…
-
It could save a measurement every hour, to save space.
https://www.arduino.cc/en/Tutorial/EEPROMWrite
It could also output all the data quickly on startup (over serial) so that when it's plugge…
-
Hi.
It would be nice to provide the [official EEPROM header](https://www.arduino.cc/en/Reference/EEPROM) to be used in ATtiny families, commonly present in [Digispark boards](http://digistump.com/p…
-
The workflow has to be able to handle the following features:
- Arduino ports configuration (Input, Output, Analogic, PWM). May be necessary to reserve some ports according to arduino features
- Sto…
-
### Basic Infos
- [x] This issue complies with the [issue POLICY doc](https://github.com/esp8266/Arduino/blob/master/POLICY.md).
- [x] I have read the documentation at [readthedocs](https://ardu…
-
It seems that _SPIFFS_end will not be defined in future versions of esp8266 arduino,
and has been replaced with _FS_end (as well as other declarations):
https://github.com/esp8266/Arduino/commit/a38…
-
Hello, I really liked your project! I want to collect a couple of such artnet gates. I don't know much about programming and connection, can you provide me with an arduino and w5500 connection diagram…