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.
Dependents: DISCO_IOT-wifi_client
Fork of stm-spirit1-rf-driver by
Diff: source/SimpleSpirit1.cpp
- Revision:
- 60:956afcef7ef7
- Parent:
- 57:8cc871dc6cac
- Child:
- 64:28ef790e4ef7
--- a/source/SimpleSpirit1.cpp Mon May 15 16:19:21 2017 +0200 +++ b/source/SimpleSpirit1.cpp Wed May 31 09:30:04 2017 +0200 @@ -51,7 +51,7 @@ /* configure spi */ _spi.format(8, 0); /* 8-bit, mode = 0, [order = SPI_MSB] only available in mbed3 */ - _spi.frequency(1000000); // 1MHz // betzw: heuristic value // betzw - NOTE: high frequencies lead to instability of Spirit1 + _spi.frequency(10000000); // 10MHz (i.e. max speed allowed for Spirit1) /* install irq handler */ _irq.mode(PullUp);
