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

8 lines
72 B
C
Raw Normal View History

2022-05-07 05:56:47 +00:00
#include "snake.h"
Body head[40]={{0,0},0,-1};
void snake_init()
{
}