|
sketchbook
|
#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <stdint.h>#include <string.h>#include <errno.h>#include <wiringPi.h>#include <wiringPiSPI.h>Macros | |
| #define | TRUE (1==1) |
| #define | FALSE (!TRUE) |
| #define | SPI_CHAN 0 |
| #define | NUM_TIMES 100 |
| #define | MAX_SIZE (1024*1024) |
Functions | |
| void | spiSetup (int speed) |
| int | main (void) |
| #define FALSE (!TRUE) |
| #define MAX_SIZE (1024*1024) |
| #define NUM_TIMES 100 |
| #define SPI_CHAN 0 |
| #define TRUE (1==1) |
| int main | ( | void | ) |
| void spiSetup | ( | int | speed | ) |
1.8.6