Elmaddin Guliyev / Mbed 2 deprecated ADS1299

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers spi_slave.h Source File

spi_slave.h

00001 #ifndef _SPI_SLAVE_h
00002 #define _SPI_SLAVE_h
00003 
00004 
00005 
00006 void SLV_INIT();
00007 void SLV_SEND(char a, char b, char c);
00008 
00009 
00010 #endif