Add a note on EEPROM todo
This commit is contained in:
parent
19991e269b
commit
4ef627d79f
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@
|
||||||
/**
|
/**
|
||||||
* Description: functions for I2C connected external EEPROM.
|
* Description: functions for I2C connected external EEPROM.
|
||||||
* Not platform dependent.
|
* Not platform dependent.
|
||||||
|
*
|
||||||
|
* TODO: Some platform Arduino libraries define these functions
|
||||||
|
* so Marlin needs to add a glue layer to prevent the conflict.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../inc/MarlinConfig.h"
|
#include "../../inc/MarlinConfig.h"
|
||||||
|
|
Reference in a new issue