This website works better with JavaScript.
Home
Help
Sign In
hendrik
/
wordclock
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
pcb and initial code from
https://github.com/das-labor/borgware-2d.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
231
Commits
3
Branches
0
Tags
3.7 MiB
Tree:
d4ae78fee3
feature/2015
feature/2017
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'd4ae78fee3'
${ noResults }
wordclock
/
animations
/
snake.h
7 lines
86 B
Raw
Normal View
History
renamed project because it is to cool for stupid name
16 years ago
#
ifndef SNAKE_H_
#
define SNAKE_H_
consolidated both snake trees, saving ~950 bytes
14 years ago
void
snake_animation
(
void
)
;
renamed project because it is to cool for stupid name
16 years ago
#
endif
/* SNAKE_H_ */