cc

Dependencies:   mbed TextLCD

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Exercice_2.cpp Source File

Exercice_2.cpp

00001 /*#include "mbed.h"
00002 SPI spi(p11,p12,p13); //mosi miso sclk
00003 DigitalOut CS(p10);
00004 int main()
00005 {
00006     spi.format(8.1);
00007     spi.frequency(500000);
00008 }*/