Mercurial > public > ostc4
comparison Discovery/Inc/tComm.h @ 402:44cb4e858643
Merged in Ideenmodellierer/ostc4/ImproveBluetooth (pull request #36)
ImproveBluetooth
author | heinrichsweikamp <bitbucket@heinrichsweikamp.com> |
---|---|
date | Sun, 05 Jan 2020 14:57:50 +0000 |
parents | 7bcbbaa42cbf |
children | 5e027b0f7475 |
comparison
equal
deleted
inserted
replaced
390:cad6f8dfacab | 402:44cb4e858643 |
---|---|
29 #define TCOMM_H | 29 #define TCOMM_H |
30 | 30 |
31 /* Includes ------------------------------------------------------------------*/ | 31 /* Includes ------------------------------------------------------------------*/ |
32 #include <stdint.h> | 32 #include <stdint.h> |
33 | 33 |
34 | |
35 /* types */ | |
36 typedef enum | |
37 { | |
38 BM_CONFIG_OFF = 0, | |
39 BM_CONFIG_ECHO, | |
40 BM_CONFIG_ESCAPE_DELAY, | |
41 BM_CONFIG_SIGNAL_POLL, | |
42 BM_CONFIG_BAUD, | |
43 BM_CONFIG_SILENCE, | |
44 BM_CONFIG_DONE, | |
45 BM_CONFIG_RETRY | |
46 } BlueModTmpConfig_t; | |
47 | |
34 /* Exported functions --------------------------------------------------------*/ | 48 /* Exported functions --------------------------------------------------------*/ |
35 | 49 |
36 void tComm_init(void); | 50 void tComm_init(void); |
37 uint8_t tComm_control(void); | 51 uint8_t tComm_control(void); |
38 void tComm_refresh(void); | 52 void tComm_refresh(void); |
39 void tComm_exit(void); | 53 void tComm_exit(void); |
40 void tComm_verlauf(uint8_t percentage_complete); | 54 void tComm_verlauf(uint8_t percentage_complete); |
41 uint8_t tComm_Set_Bluetooth_Name(uint8_t force); | 55 uint8_t tComm_Set_Bluetooth_Name(uint8_t force); |
56 void tComm_StartBlueModConfig(void); | |
57 void tComm_RequestBluetoothStrength(void); | |
42 | 58 |
43 #endif /* TCOMM_H */ | 59 #endif /* TCOMM_H */ |