Carlo Collodi / kangaroo

Dependencies:   QEI mbed

Committer:
sherryxy
Date:
Tue Nov 12 20:28:46 2013 +0000
Revision:
12:99c0f833a7de
Parent:
10:e52a6e1bbb48
Child:
13:8f54a702b9aa
SPI device

Who changed what in which revision?

UserRevisionLine numberNew contents of line
sherryxy 12:99c0f833a7de 1 #include "mbed.h"
sherryxy 12:99c0f833a7de 2 #include "SPI.h"
sherryxy 12:99c0f833a7de 3
sherryxy 12:99c0f833a7de 4 SPI device(p1, p2, p3); //mosi, miso, sclk;
sherryxy 12:99c0f833a7de 5
sherryxy 12:99c0f833a7de 6