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.
spi_functions.h
- Committer:
- PaoloB
- Date:
- 2016-06-24
- Revision:
- 0:15d9f9050d21
- Child:
- 2:ac580453441f
File content as of revision 0:15d9f9050d21:
#include "mbed.h" int sendConfiguration(Serial &serialOut, SPI &dac_port, DigitalOut &sync); int sendTransfer(unsigned short data, SPI &dac_port, DigitalOut &sync); int mySPISend( unsigned short data, SPI &dac_port, DigitalOut &sync);