We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a71796f commit db67033Copy full SHA for db67033
examples/NonReg/BufferedEEPROM/BufferedEEPROM.ino
@@ -1,3 +1,5 @@
1
+#include <EEPROM.h>
2
+
3
#if defined(DATA_EEPROM_BASE)
4
#warning "STM32 devices have an integrated EEPROM. No buffered API available."
5
@@ -8,8 +10,6 @@ void loop() {
8
10
}
9
11
12
#else
-#include <EEPROM.h>
-
13
/**
14
Most STM32 devices don't have an integrated EEPROM.
15
To emulate a EEPROM, the STM32 Arduino core emulated
0 commit comments