Projet3i4

Committer:
fabienlepoutre
Date:
Mon Apr 23 14:40:40 2012 +0000
Revision:
0:f0c9c47e4edd

        

Who changed what in which revision?

UserRevisionLine numberNew contents of line
fabienlepoutre 0:f0c9c47e4edd 1 #include "mbed.h"
fabienlepoutre 0:f0c9c47e4edd 2 #include <iostream>
fabienlepoutre 0:f0c9c47e4edd 3 #include "rtos.h"
fabienlepoutre 0:f0c9c47e4edd 4
fabienlepoutre 0:f0c9c47e4edd 5 #define TERMINATE 53
fabienlepoutre 0:f0c9c47e4edd 6
fabienlepoutre 0:f0c9c47e4edd 7 //Fonctions de test des connections SPI
fabienlepoutre 0:f0c9c47e4edd 8
fabienlepoutre 0:f0c9c47e4edd 9 void v_InitSPI();
fabienlepoutre 0:f0c9c47e4edd 10 void v_TestComSPI();
fabienlepoutre 0:f0c9c47e4edd 11 void v_threadSPISlave(void const*);
fabienlepoutre 0:f0c9c47e4edd 12 void v_threadSPIMaster(void const*);