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

Dependencies:   mbed-src

Committer:
ostapsky
Date:
Sat Aug 16 11:00:04 2014 +0000
Revision:
0:aa1e012ec210
CLIENT mode first revision

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ostapsky 0:aa1e012ec210 1 #ifndef _CUBE_HAL_H_
ostapsky 0:aa1e012ec210 2 #define _CUBE_HAL_H_
ostapsky 0:aa1e012ec210 3
ostapsky 0:aa1e012ec210 4 #include "stm32f4xx_hal.h"
ostapsky 0:aa1e012ec210 5 /* Exported functions --------------------------------------------------------*/
ostapsky 0:aa1e012ec210 6 void SystemClock_Config(void);
ostapsky 0:aa1e012ec210 7
ostapsky 0:aa1e012ec210 8 #endif //_CUBE_HAL_H_