-
-
Hi Petr!
I am trying to compile the files on an arduino but I get this error, in the src folder there is no SoftwareSerial.h or EEPROM.h
Is there a way to fix it?
Thank you very much in advance…
-
Hi, i cannot find any link to the code used on eeproms & arduino. Please help
-
The library has no support for the logic sense differences between pulldown and pullup.
-
I opened the project in the latest Arduino IDE and I'm getting these errors:
/Users/$USERNAME/Downloads/BLE-Scanner-main/BLE-Scanner/eeprom.cpp: In function 'void EepromInit(int)':
/Users/$USER…
-
I'm trying to compile and upload the firmware from Arduino IDE to an IdeaSpark esp8266 (`NodeMCU 1.0 (ESP-12E Module)`) device (not sure if it's supported in the first place).
First problem encount…
-
### Describe the problem
An Arduino IDE editor tab can be in one of two states:
- **Saved**: the contents of the file on disk matches the content in the editor buffer
- The editor will always…
-
We must implement the EEPROM library to keep it compatible with standard AVR Arduino.
Where the EEPROM library implementation does not even have actual EEPROM, it should work with various non-volatil…
-
The PCF8563_RTC will not compile in the arduino IDE,
Around line 270 in the pcf8563.cpp the following code exists.
void PCF8563Class::initialize (void)
{
INTERNAL_EEPROM_PORT.begin();
…
-
Idea is to have dictionaries extend in EEPROM rather than RAM -
- [ ] JS: extend the Mem classes to have an EEPROM reserved write area
- [x] C: extend code that decides ROM v RAM to have EEPROM ar…