SCA61T Example

Dependencies:   mbed SCA61T

Files at this revision

API Documentation at this revision

Comitter:
Veino
Date:
Thu Mar 10 16:08:42 2011 +0000
Parent:
0:da4b7bd0b350
Commit message:
v1.1, typo fix

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Feb 24 10:51:05 2011 +0000
+++ b/main.cpp	Thu Mar 10 16:08:42 2011 +0000
@@ -1,7 +1,7 @@
 #include "mbed.h"
 #include "SCA61T.h"
 
-SCA61T sca61t(p11,p12,p13,p21,0);                   // MOSI, MISO, SCLK, CBS, device selection
+SCA61T sca61t(p11,p12,p13,p21,0);                   // MOSI, MISO, SCLK, CSB, device selection
                                                     // 0=SCA61T-FAHH1G, 1=SCA61T-FA1H1G 
 Serial pc(USBTX, USBRX);