Add #include BLOCKS and initials configs

This commit is contained in:
PanSi21 2025-10-30 11:47:47 +01:00
parent c47eb6ea73
commit 33bb80d30e
Signed by untrusted user who does not match committer: PanSi21
GPG key ID: 198E46F625BADD13
5 changed files with 179 additions and 132 deletions

26
Core/Src/pansi.c Normal file
View file

@ -0,0 +1,26 @@
/**
******************************************************************************
* @file pansi.c
* @brief ST-MERDA.
******************************************************************************
* @attention
*
* Copyright (c) 2025 PANSI21.xyz.
* All rights reserved.
*
******************************************************************************
*/
/* USER CODE END Header */
/* Includes ------------------------------------------------------------------*/
#include "pansi.h"
#include "stm32h7xx_hal.h"
#include <stdint.h>
void MOTD_init (void) {
HAL_Delay((uint32_t)1000);
}