Carbon Fibre / iC_MU

Files at this revision

API Documentation at this revision

Comitter:
ms523
Date:
Thu Apr 02 07:33:39 2015 +0000
Parent:
0:ed3c161e6715
Commit message:
Working on small NAB PCBs

Changed in this revision

iC_MU.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/iC_MU.cpp	Wed Feb 04 14:19:14 2015 +0000
+++ b/iC_MU.cpp	Thu Apr 02 07:33:39 2015 +0000
@@ -4,7 +4,7 @@
 iC_MU::iC_MU(PinName MOSI, PinName MISO, PinName CLK, PinName nCS) : _spi(MOSI, MISO, CLK), _ncs(nCS) {
 
     // Set up the SPI port...
-    _spi.frequency(10000000);           // 10MHz is the fastest mbed frequency supported by the iC_MU
+    _spi.frequency(5000000);           // 10MHz is the fastest mbed frequency supported by the iC_MU
     _spi.format(16,3);                  // Set for mode 3 16_bits
     
     // To start with I need the chip select high and wait 1ms after powering up