Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 761 → Rev 762

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