Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 762 → Rev 761

/C-OSD/trunk/spi.h
18,9 → 18,6
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
****************************************************************************/
 
#ifndef _SPI_H
#define _SPI_H
 
/*
* structs 'n union for easy SPI transfer
*/
66,5 → 63,3
* send next command through spi
*/
void spi_send_next();
 
#endif