Add #include BLOCKS and initials configs
This commit is contained in:
parent
c47eb6ea73
commit
33bb80d30e
5 changed files with 179 additions and 132 deletions
26
Core/Src/pansi.c
Normal file
26
Core/Src/pansi.c
Normal 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);
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue