Mercurial > public > ostc4
comparison Discovery/Inc/tComm.h @ 397:1db721dda682 ImproveBluetooth
Added missing enum for configuration states
| author | ideenmodellierer |
|---|---|
| date | Sun, 01 Dec 2019 19:55:15 +0100 |
| parents | 5f11787b4f42 |
| children | 7bcbbaa42cbf |
comparison
equal
deleted
inserted
replaced
| 396:effa6fb9eb89 | 397:1db721dda682 |
|---|---|
| 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_DISABLE_EVENT, | |
| 45 BM_CONFIG_DONE | |
| 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 */ |
