cc

Dependencies:   mbed TextLCD

Revision:
0:4651c5d6ca1e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Partie_9/Exercice_2.cpp	Thu Jun 25 16:30:18 2020 +0000
@@ -0,0 +1,8 @@
+/*#include "mbed.h"
+SPI spi(p11,p12,p13); //mosi miso sclk
+DigitalOut CS(p10);
+int main()
+{
+    spi.format(8.1);
+    spi.frequency(500000);
+}*/
\ No newline at end of file