NUCLEO-F401RE + BlueNRG shield client test (TI Sensortag reading)

Dependencies:   mbed-src

it.c

Committer:
ostapsky
Date:
2014-08-16
Revision:
0:aa1e012ec210

File content as of revision 0:aa1e012ec210:

#include "bluenrg_shield_bsp.h"

void SysTick_Handler(void)
{
  HAL_SYSTICK_IRQHandler();
}

void EXTI0_IRQHandler(void)
{
  HAL_GPIO_EXTI_IRQHandler(BNRG_SPI_EXTI_PIN);
}