-
Couldn't `EEPROM.length()` be static constexpr? I wanted to use `.length()` in a class static, like:
```
class EEPROM_User {
// works even if actual eeprom < 3k, i.e. wrap-around
constexpr sta…
-
Any idea how to fix it?
Here's error messages:
Arduino: 1.8.19 (Mac OS X), Board: "Arduino Mega or Mega 2560, ATmega1280"
/Users/tritone/Documents/Arduino/muxlicer/functions.ino: In function 'v…
-
https://github.com/arduino/Arduino/blob/master/hardware/arduino/avr/libraries/EEPROM/examples/eeprom_clear/eeprom_clear.ino#L30
I think the message is clear, the fix simple. Anything against that?
-
### Subject of the issue
DetectSettings examples appear to mis-identify 512Kbit i2c breakout board.
I recently purchased (1) "SparkFun Qwiic EEPROM Breakout - 512Kbit" ( https://www.sparkfun.com/p…
-
Arduino: 1.8.12 (Windows 10), TD: 1.51, Board: "Arduino Nano, ATmega328P (Old Bootloader)"
C:\Program Files (x86)\Arduino\arduino-builder -dump-prefs -logger=machine -hardware C:\Program Files (x86…
-
```warning: 'EEPROM' defined but not used [-Wunused-variable]```
This warning occurs because EEPROM.h declares the EEPROM variable as follows:
```static EEPROMClass EEPROM;```
This means that…
-
@Mixiaoxiao ,formatting homekit storage at 0x3fb000,使用esp01板,要如何何修改flash size呢?在ArduinoIDE的工具中-Flase size修改成Maping defined by hardware and sketch,但會在編譯時出現錯誤訊息,
c:/users/hung/appdata/local/arduino15/p…
-
hi there, treid to compile today using the Arduino IDE but gut this error:
```
\RFID522-Door-Unlock-master\EEPROM\EEPROM.ino: In function 'boolean checkTwo(byte*, byte*)':
\RFID522-Door-Unlock-ma…
-
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…
-
A couple of issues that I've found whilst trying to install the sketch and libraries:
1. It would probably be better to put the `babuino/babuino.ino` sketch in a directory called `examples` in the …