with one warning !!

Dependencies:   mbed

Fork of testing_rtc by WarLord Rocks

Committer:
z3on
Date:
Sat Dec 20 10:30:39 2014 +0000
Revision:
1:620887c20cee
testing rtc with one error of pointer being returned of a local variable of a function

Who changed what in which revision?

UserRevisionLine numberNew contents of line
z3on 1:620887c20cee 1 #include "mbed.h"
z3on 1:620887c20cee 2 #include "string.h"
z3on 1:620887c20cee 3
z3on 1:620887c20cee 4 char* getname(int,int,int,int,int,int,int);
z3on 1:620887c20cee 5 int hexint(int);
z3on 1:620887c20cee 6 char* Getts();