LOM2M  0.8.0
keys.h
Go to the documentation of this file.
1 // keys.h
2 #ifndef KEYS_H_
3 #define KEYS_H_
4 
5 extern char* CERT; // Declare these variables to
6 extern char* CA; // Declare these variables to
7 extern char* PRI_KEY; // be accessible by the sketch
8 
9 #endif
char * CA
char * CERT
char * PRI_KEY