mirror of
https://github.com/esp8266/Arduino.git
synced 2025-11-28 17:36:39 +03:00
flash-size agnostic builds (#6690)
* flash: mapping definition by sketch at runtime depending on flash chip size and user configuration
This commit is contained in:
@@ -186,6 +186,9 @@ void attachInterrupt(uint8_t pin, void (*)(void), int mode);
|
||||
void detachInterrupt(uint8_t pin);
|
||||
void attachInterruptArg(uint8_t pin, void (*)(void*), void* arg, int mode);
|
||||
|
||||
#if FLASH_MAP_SUPPORT
|
||||
#include "flash_hal.h"
|
||||
#endif
|
||||
void preinit(void);
|
||||
void setup(void);
|
||||
void loop(void);
|
||||
|
||||
Reference in New Issue
Block a user