mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/driver-w25qxxx.git
synced 2025-08-02 12:31:54 +00:00
Updated comments and one delay
This commit is contained in:
parent
d88de338e9
commit
0c749626eb
@ -86,14 +86,14 @@ namespace sta
|
|||||||
AddressMode getAddressMode();
|
AddressMode getAddressMode();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Get the Chip I D object
|
* @brief Get the chip ID
|
||||||
*
|
*
|
||||||
* @return uint8_t
|
* @return uint8_t
|
||||||
*/
|
*/
|
||||||
uint8_t getChipID();
|
uint8_t getChipID();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Get the Manufacturer I D object
|
* @brief Get the flash chip's manufacturer ID.
|
||||||
*
|
*
|
||||||
* @return uint8_t
|
* @return uint8_t
|
||||||
*/
|
*/
|
||||||
|
@ -19,7 +19,7 @@ namespace sta
|
|||||||
uint8_t W25Qxx::init()
|
uint8_t W25Qxx::init()
|
||||||
{
|
{
|
||||||
powerDown();
|
powerDown();
|
||||||
delay_(3);
|
delay_(5);
|
||||||
|
|
||||||
if (!releasePowerDown())
|
if (!releasePowerDown())
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user