Chris BAYLEY / Mbed 2 deprecated SPI-2-USB

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers MySPI.h Source File

MySPI.h

00001 #include "mbed.h"
00002 
00003 #ifndef MY_SPI_H
00004 #define MY_SPI_H
00005 
00006 class MySPI : public SPI
00007 {
00008 public:
00009     void puts(char * s);
00010     //void putc(char c);
00011 };
00012 
00013 #endif