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

Dependencies:   mbed-src

Fork of NUCLEO_BLUENRG by Ostap Ostapsky

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers role_type.h Source File

role_type.h

00001 #ifndef _ROLE_TYPE_H_
00002 #define _ROLE_TYPE_H_
00003 
00004 typedef enum {
00005   CLIENT,
00006   SERVER
00007 } BLE_RoleTypeDef;
00008 
00009 #endif /* _ROLE_TYPE_H_ */