SPIMemory
3.2.0
  • About SPIMemory
  • Installation
  • Compatibility

SPIFlash

  • About SPIFlash
  • API and Usage
    • Library structure
    • Constructor Mandatory
    • Library Instantiation
    • Chip ID
    • Read functions
      • Data type-independent read function
      • Data type-dependent read functions
        • Single variable read functions
        • Array read functions
      • Related Errors CHIPISPOWEREDDOWN CALLBEGIN OUTOFBOUNDS CHIPBUSY
      • Advanced use fastRead
    • Write functions
      • Data type-independent write function
      • Data type-dependent write functions
        • Single variable write functions
        • Array write functions
      • Related Errors CHIPISPOWEREDDOWN CALLBEGIN OUTOFBOUNDS CHIPBUSY PREVWRITTEN
      • Advanced use errorCheck HIGHSPEED

Miscellaneous

  • Contribute
  • Support
  • License
  • Source Code
  • Index
SPIMemory
  • Docs »
  • API and Usage
  • View page source
Next Previous

API and UsageΒΆ

Contents

  • Constructor Mandatory
  • Library Instantiation
    • begin() Mandatory
    • setClock() Advanced use only: Use with care
  • Chip ID
    • getManID()
    • getJEDECID()
    • getUniqueID() Memory IC dependent
    • getCapacity()
    • getMaxPage()
  • Read functions
    • Data type-independent read function
    • Data type-dependent read functions
    • Related Errors CHIPISPOWEREDDOWN CALLBEGIN OUTOFBOUNDS CHIPBUSY
    • Advanced use fastRead
  • Write functions
    • Data type-independent write function
    • Data type-dependent write functions
    • Related Errors CHIPISPOWEREDDOWN CALLBEGIN OUTOFBOUNDS CHIPBUSY PREVWRITTEN
    • Advanced use errorCheck HIGHSPEED
Next Previous

© Copyright 2018, Prajwal Bhattaram.

Built with Sphinx using a theme provided by Read the Docs.