fixed and adaptions

This commit is contained in:
2024-02-06 01:54:06 +01:00
parent ff6fcb75f0
commit 86c0cf9666
8 changed files with 191 additions and 59 deletions

View File

@@ -55,7 +55,7 @@
/* Private variables ---------------------------------------------------------*/
/* USER CODE BEGIN PV */
uint8_t gCLS_DEVICE_ADDRESS = 0b10001;
/* USER CODE END PV */
/* Private function prototypes -----------------------------------------------*/
@@ -125,6 +125,7 @@ int main(void)
MX_RNG_Init();
/* USER CODE BEGIN 2 */
HAL_GPIO_WritePin(Periph_Power_GPIO_Port,Periph_Power_Pin,GPIO_PIN_RESET);
gCLS_DEVICE_ADDRESS = 0b10001;
/* USER CODE END 2 */
/* Init scheduler */