sketchbook
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
wiringPiSPI.h
Go to the documentation of this file.
1 /*
2  * wiringPiSPI.h:
3  * Simplified SPI access routines
4  * Copyright (c) 2012-2015 Gordon Henderson
5  ***********************************************************************
6  * This file is part of wiringPi:
7  * https://projects.drogon.net/raspberry-pi/wiringpi/
8  *
9  * wiringPi is free software: you can redistribute it and/or modify
10  * it under the terms of the GNU Lesser General Public License as
11  * published by the Free Software Foundation, either version 3 of the
12  * License, or (at your option) any later version.
13  *
14  * wiringPi is distributed in the hope that it will be useful,
15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17  * GNU Lesser General Public License for more details.
18  *
19  * You should have received a copy of the GNU Lesser General Public
20  * License along with wiringPi.
21  * If not, see <http://www.gnu.org/licenses/>.
22  ***********************************************************************
23  */
24 
25 #ifdef __cplusplus
26 extern "C" {
27 #endif
28 
29 int wiringPiSPIGetFd (int channel) ;
30 int wiringPiSPIDataRW (int channel, unsigned char *data, int len) ;
31 int wiringPiSPISetupMode (int channel, int speed, int mode) ;
32 int wiringPiSPISetup (int channel, int speed) ;
33 
34 #ifdef __cplusplus
35 }
36 #endif
int wiringPiSPISetup(int channel, int speed)
Definition: wiringPiSPI.c:141
int wiringPiSPISetupMode(int channel, int speed, int mode)
Definition: wiringPiSPI.c:102
int wiringPiSPIGetFd(int channel)
Definition: wiringPiSPI.c:59
tuple data
Definition: ser-mon-AS7265X.py:40
int wiringPiSPIDataRW(int channel, unsigned char *data, int len)
Definition: wiringPiSPI.c:74
mode
Definition: onewire.c:520