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:
- 5:df89be97e11a
- Parent:
- 2:bed6b204e64c
- Child:
- 6:bb86e2999be0
--- a/spi_nucleo.h Fri Mar 25 04:21:52 2016 +0000 +++ b/spi_nucleo.h Fri Apr 01 05:52:10 2016 +0000 @@ -2,6 +2,8 @@ #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;