Added author and version of document
This commit is contained in:
parent
b178252eb9
commit
2778fa9aa0
|
|
@ -1,6 +1,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
|
* @author 3d-gussner
|
||||||
*/
|
*/
|
||||||
/** \ingroup eeprom_table */
|
/** \ingroup eeprom_table */
|
||||||
//! _This is a EEPROM table of currently implemented in Prusa firmware (dynamically generated from doxygen)._
|
//! _This is a EEPROM table of currently implemented in Prusa firmware (dynamically generated from doxygen)._
|
||||||
|
|
@ -54,6 +55,8 @@ static_assert(sizeof(Sheets) == EEPROM_SHEETS_SIZEOF, "Sizeof(Sheets) is not EEP
|
||||||
|
|
||||||
### !!! D-codes are case sensitive so please don't use upper case A,C or X in the address you want to read !!!
|
### !!! D-codes are case sensitive so please don't use upper case A,C or X in the address you want to read !!!
|
||||||
|
|
||||||
|
Version 0.9
|
||||||
|
|
||||||
---------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue