Add Magnetic card emulation for C-Netz
Emulation can be done with a coil connected to sound card. Alternatively an Attiny85 can be used to control a coil.
This commit is contained in:
32
src/magnetic/image.c
Normal file
32
src/magnetic/image.c
Normal file
@@ -0,0 +1,32 @@
|
||||
#ifndef ARDUINO
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
const char *aaimage[] = {
|
||||
"@w",
|
||||
" @r___@g___",
|
||||
" @WC-Netz @r/ _@g_ \\",
|
||||
" @WMagnetstreifen- @r/ / @g \\ \\",
|
||||
" @WEmulator @r/ / @g \\ \\",
|
||||
" @r\\ \\ @g / /",
|
||||
" @B ________________________@r\\ \\@B__@g/ /@B____________",
|
||||
" @B|@y_________________________@r\\ \\@g/ /@y_____________@B|",
|
||||
" @B|@y / / / / / / / / / / / / /@r\\_|@g|_/@y / / / / / / /@B|",
|
||||
" @B|@y / / / / / / / / / / / / / / / / / / / / / / /@B|",
|
||||
" @B|@y______________________________________________@B|",
|
||||
" @B| |",
|
||||
" @B| @w ____ ____ @B|",
|
||||
" @B| @w/ \\ / \\ @B|",
|
||||
" @B| @w\\____/ \\____/ @B|",
|
||||
" @B| @w|----^ |----^ Die Servicenummer @B|",
|
||||
" @B| @w . / \\ @B|",
|
||||
" @B| @w|---\\| \\_/\\_/ rund um die Uhr -----\\ @B|",
|
||||
" @B| @w ' / \\ @B/ \\ @w\\ @B|",
|
||||
" @B| @w|----^ \\____/ @B\\ / @w/ @B|",
|
||||
" @B| @w -----/ @B|",
|
||||
" @B|______________________________________________|",
|
||||
"",
|
||||
NULL
|
||||
};
|
||||
|
||||
#endif /* ARDUINO */
|
Reference in New Issue
Block a user