Merge pull request #57 from sdalu/ble400

define CTS/RTS for BLE400 board
This commit is contained in:
Fabio Utzig 2016-04-17 08:59:50 -03:00
commit e128f88588
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@
#define LED4 22
#define UART_TX 9
#define UART_RX 11
#define UART_RTS 8
#define UART_CTS 10
#define SPI_SCK 25
#define SPI_MOSI 24
#define SPI_MISO 23