Программа считывает показания датчиков и управляет сервомашинками.

Dependencies:   mbed-src

Fork of NUCLEO_BLUENRG by Ostap Ostapsky

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers cube_hal.h Source File

cube_hal.h

00001 #ifndef _CUBE_HAL_H_
00002 #define _CUBE_HAL_H_
00003 
00004 #include "stm32f4xx_hal.h"
00005 /* Exported functions --------------------------------------------------------*/
00006 void SystemClock_Config(void);
00007 
00008 #endif //_CUBE_HAL_H_