Go to the source code of this file.
|
| char * | descr [] = {"SCK - MISO", "MOSI - MISO", "CS - MISO", "IO2 - AD0", "IO3~ - AD1", "IO4 - AD2", "IO5 - AD3"} |
| |
| const uint8_t | stimulus [7] = {13, 11, QUIKEVAL_CS, 2, 3, 4, 5} |
| |
| const uint8_t | readback [7] = {12, 12, 12 , 0, 1, 2, 3} |
| |
◆ loop()
| static void loop |
( |
void |
| ) |
|
|
static |
◆ print_title()
| static void print_title |
( |
void |
| ) |
|
|
static |
◆ setup()
| static void setup |
( |
void |
| ) |
|
|
static |
◆ SW_I2C_FREQUENCY
| #define SW_I2C_FREQUENCY 400 |
◆ descr
| char* descr[] = {"SCK - MISO", "MOSI - MISO", "CS - MISO", "IO2 - AD0", "IO3~ - AD1", "IO4 - AD2", "IO5 - AD3"} |
◆ readback
| const uint8_t readback[7] = {12, 12, 12 , 0, 1, 2, 3} |
◆ stimulus
| const uint8_t stimulus[7] = {13, 11, QUIKEVAL_CS, 2, 3, 4, 5} |