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.
Revision 1:ae562ccce5bd, committed 2015-04-02
- 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