irsan julfikar / Others
Committer:
irsanjul
Date:
Sun Oct 11 10:44:41 2015 +0000
Revision:
0:c8162f0b59f2
for my others

Who changed what in which revision?

UserRevisionLine numberNew contents of line
irsanjul 0:c8162f0b59f2 1 #ifndef DATA_H
irsanjul 0:c8162f0b59f2 2 #define DATA_H
irsanjul 0:c8162f0b59f2 3
irsanjul 0:c8162f0b59f2 4 #include "mbed.h"
irsanjul 0:c8162f0b59f2 5 #include <sstream>
irsanjul 0:c8162f0b59f2 6
irsanjul 0:c8162f0b59f2 7 #define Tek1 "+6285718463463"
irsanjul 0:c8162f0b59f2 8 #define Tek2 "+6285624024971"
irsanjul 0:c8162f0b59f2 9
irsanjul 0:c8162f0b59f2 10 #define CH1 "+6285871593738"
irsanjul 0:c8162f0b59f2 11 #define CH2 "+6285871593738"
irsanjul 0:c8162f0b59f2 12 #define CH3 "+6285871593738"
irsanjul 0:c8162f0b59f2 13 #define CH4 "+6285871593738"
irsanjul 0:c8162f0b59f2 14 #define CH5 "+6285871593738"
irsanjul 0:c8162f0b59f2 15 #define CH6 "+6285871593738"
irsanjul 0:c8162f0b59f2 16 #define CH7 "+6285871593738"
irsanjul 0:c8162f0b59f2 17 #define CH8 "+6285871593738"
irsanjul 0:c8162f0b59f2 18 #define CH9 "+6285871593738"
irsanjul 0:c8162f0b59f2 19 #define CH10 "+6285871593738"
irsanjul 0:c8162f0b59f2 20 #define CH11 "+6285871593738"
irsanjul 0:c8162f0b59f2 21 #define CH12 "+6285871593738"
irsanjul 0:c8162f0b59f2 22 #define CH13 "+6285871593738"
irsanjul 0:c8162f0b59f2 23 #define CH14 "+6285871593738"
irsanjul 0:c8162f0b59f2 24 #define CH15 "+6285871593738"
irsanjul 0:c8162f0b59f2 25 #define CH16 "+6285871593738"
irsanjul 0:c8162f0b59f2 26 #define CH17 "+6285871593738"
irsanjul 0:c8162f0b59f2 27 #define CH18 "+6285871593738"
irsanjul 0:c8162f0b59f2 28 #define CH19 "+6285871593738"
irsanjul 0:c8162f0b59f2 29 #define CH20 "+6285871593738"
irsanjul 0:c8162f0b59f2 30 #define CH21 "+6285871593738"
irsanjul 0:c8162f0b59f2 31 #define CH22 "+6285871593738"
irsanjul 0:c8162f0b59f2 32 #define CH23 "+6285871593738"
irsanjul 0:c8162f0b59f2 33 #define CH24 "+6285871593738"
irsanjul 0:c8162f0b59f2 34 #define CH25 "+6285871593738"
irsanjul 0:c8162f0b59f2 35 #define CH26 "+6285871593738"
irsanjul 0:c8162f0b59f2 36 #define CH27 "+6285871593738"
irsanjul 0:c8162f0b59f2 37 #define CH28 "+6285871593738"
irsanjul 0:c8162f0b59f2 38 #define CH29 "+6285871593738"
irsanjul 0:c8162f0b59f2 39 #define CH30 "+6285871593738"
irsanjul 0:c8162f0b59f2 40 #define CH31 "+6285871593738"
irsanjul 0:c8162f0b59f2 41 #define CH32 "+6285871593738"
irsanjul 0:c8162f0b59f2 42
irsanjul 0:c8162f0b59f2 43 #define SIMPIN NULL
irsanjul 0:c8162f0b59f2 44 #define APN "telkomsel"
irsanjul 0:c8162f0b59f2 45 #define USERNAME "wap"
irsanjul 0:c8162f0b59f2 46 #define PASSWORD "wap123"
irsanjul 0:c8162f0b59f2 47
irsanjul 0:c8162f0b59f2 48 #define FREE 0
irsanjul 0:c8162f0b59f2 49 #define CALL 1
irsanjul 0:c8162f0b59f2 50 #define END 2
irsanjul 0:c8162f0b59f2 51 #define ANS 3
irsanjul 0:c8162f0b59f2 52
irsanjul 0:c8162f0b59f2 53 uint8_t sigImg[] = {0x60, 0x50, 0x7f, 0x50, 0x60};
irsanjul 0:c8162f0b59f2 54 #endif