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.
243
Commits
3
Branches
0
Tags
3.7 MiB
Tree:
610f62a4f5
feature/2015
feature/2017
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '610f62a4f5'
${ noResults }
wordclock
/
animations
/
mherweg.h
7 lines
80 B
Raw
Normal View
History
put Martin Herwegs source code into separate files
14 years ago
#
ifndef MHERWEG_H_
#
define MHERWEG_H_
streamlined M. Herweg's animations: now using Bresenham's line algorithm, removed obvious bugs, added some comments, saving 232 bytes
13 years ago
void
mherweg
(
)
;
put Martin Herwegs source code into separate files
14 years ago
#
endif
/* MHERWEG_H_ */