Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: iC_MU.cpp
- Revision:
- 1:ae562ccce5bd
- Parent:
- 0:ed3c161e6715
diff -r ed3c161e6715 -r ae562ccce5bd iC_MU.cpp
--- 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