This commit is contained in:
flo 2017-02-25 14:53:19 +01:00
parent c47158af0c
commit d27b18f8d3
3 changed files with 16 additions and 0 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/*.bin
/*.elf
/*.g1a
/*.txt

BIN
icon.bmp

Binary file not shown.

Before

Width:  |  Height:  |  Size: 206 B

View File

@ -10,6 +10,21 @@
unsigned char bincod[25] = {0};
unsigned char place = 0;
static struct {
int freq;
int length_ms;
} seq[] = {
{ 352, 500 },
{ 412, 375 },
{ 352, 250 },
{ 352, 125 },
{ 475, 250 },
{ 352, 250 },
{ 316, 250 },
{ -1, -1 },
};
void lect()
{
static unsigned char range = 0;