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.
Dependencies: mbed
Diff: spi_nucleo.h
- Revision:
- 6:bb86e2999be0
- Parent:
- 5:df89be97e11a
- Child:
- 7:4f5cd0051db0
--- a/spi_nucleo.h Fri Apr 01 05:52:10 2016 +0000 +++ b/spi_nucleo.h Fri Apr 01 05:58:11 2016 +0000 @@ -2,8 +2,6 @@ #define SPI_NUCLEO_H #include "pin_file.h" #include <string.h> -SPISlave from_mbed(mosi_m, miso_m, sclk_m, ssel_m); -SPISlave from_gyro(mosi_g, miso_g, sclk_g, ssel_m); //SPI mbed bool RR;