Rev 1712 | Rev 1857 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1712 | Rev 1713 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | /*
|
1 | /*
|
2 | * delay.h
|
2 | * delay.h
|
3 | * DIN Is Noise is copyright (c) 2006-2021 Jagannathan Sampath
|
3 | * DIN Is Noise is copyright (c) 2006-2021 Jagannathan Sampath
|
- | 4 | * DIN Is Noise is released under GNU Public License 2.0
|
|
4 | * For more information, please visit https://dinisnoise.org/
|
5 | * For more information, please visit https://dinisnoise.org/
|
5 | */
|
6 | */
|
6 | 7 | ||
7 | #ifndef __delay
|
8 | #ifndef __delay
|
8 | #define __delay
|
9 | #define __delay
|