MiaoUI/HARDWARE/application/AirPlane.h

15 lines
253 B
C
Raw Normal View History

2023-07-13 15:32:01 +00:00
#ifndef _AirPlane_H
#define _AirPlane_H
#include "main.h"
2023-07-13 15:32:01 +00:00
#include "FreeRTOS.h"
#include "task.h"
#include <stdio.h>
#include <string.h>
#include <stdbool.h>
#include <stdlib.h> // rand
2024-02-06 09:38:48 +00:00
#include "application.h"
2023-07-13 15:32:01 +00:00
void AirPlane_Run(xpItem item);
2023-07-13 15:32:01 +00:00
#endif