The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

Committer:
AnnaBridge
Date:
Thu Nov 08 11:45:42 2018 +0000
Revision:
171:3a7713b1edbc
Parent:
TARGET_SAMR21G18A/TARGET_Atmel/TARGET_SAM_CortexM0P/config/TARGET_SAMR21/conf_spi.h@111:4336505e4b1c
mbed library. Release version 164

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Kojto 111:4336505e4b1c 1 #ifndef CONF_SPI_H_INCLUDED
Kojto 111:4336505e4b1c 2 # define CONF_SPI_H_INCLUDED
Kojto 111:4336505e4b1c 3
Kojto 111:4336505e4b1c 4 # define CONF_SPI_MASTER_ENABLE true
Kojto 111:4336505e4b1c 5 # define CONF_SPI_SLAVE_ENABLE false
Kojto 111:4336505e4b1c 6 # define CONF_SPI_TIMEOUT 10000
Kojto 111:4336505e4b1c 7
Kojto 111:4336505e4b1c 8 #endif /* CONF_SPI_H_INCLUDED */
Kojto 111:4336505e4b1c 9