This repository has been archived on 2024-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
justhomework/MCU/Final_Design/snake.c
2022-05-07 13:56:47 +08:00

8 lines
No EOL
72 B
C

#include "snake.h"
Body head[40]={{0,0},0,-1};
void snake_init()
{
}