MiaoUI/example/STM32F103C8T6/MultMenu/application/AirPlane.h
2024-07-10 20:15:39 +08:00

14 lines
218 B
C

#ifndef _AirPlane_H
#define _AirPlane_H
#include "stm32f10x.h"
#include <stdio.h>
#include <string.h>
#include <stdbool.h>
#include <stdlib.h> // rand
#include "menuConfig.h"
void AirPlane_Run(xpMenu Menu);
#endif