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

31
Core/Inc/pansi.h Normal file
View file

@ -0,0 +1,31 @@
/**
******************************************************************************
* @file pansi.h
* @brief Fanculo
******************************************************************************
* @attention
*
* Copyright (c) 2025 PANSI21.xyz .
* All rights reserved.
*
******************************************************************************
*/
/* USER CODE END Header */
#ifndef __PANSI_H__
#define __PANSI_H__
#ifdef __cplusplus
extern "C" {
#endif
/* Includes ------------------------------------------------------------------*/
#include "main.h"
void MOTD_init(void);
#ifdef __cplusplus
}
#endif
#endif /* __PANSI_H__ */