Skip to content

File main.cpp

FileList > examples > QSPI_ReadAndWrite > main.cpp

Go to the source code of this file

  • #include "daisy_seed.h"
  • #include <cmath>

Public Attributes

Type Name
DaisySeed hw

Public Static Attributes

Type Name
constexpr size_t kTestSize = 0x1000
uint8_t workspace

Public Functions

Type Name
int main (void)

Public Attributes Documentation

variable hw

DaisySeed hw;

Public Static Attributes Documentation

variable kTestSize

constexpr size_t kTestSize;

4kB for fast test


variable workspace

uint8_t workspace[kTestSize];

statically allocated workspace for creation/validation of data


Public Functions Documentation

function main

int main (
    void
) 


The documentation for this class was generated from the following file external-docs/libDaisy/examples/QSPI_ReadAndWrite/main.cpp