xrocusOS_ADXL355 version

Dependencies:   mbed SDFileSystem

Committer:
Inscape_ao
Date:
Sat Apr 20 09:23:39 2019 +0000
Revision:
0:c347f602596d
Child:
2:a694440145e9
create UartReceiver, CommandParser

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Inscape_ao 0:c347f602596d 1 #ifndef _GLOBAL_H_
Inscape_ao 0:c347f602596d 2 #define _GLOBAL_H_
Inscape_ao 0:c347f602596d 3
Inscape_ao 0:c347f602596d 4 #include "UartReceiver.h"
Inscape_ao 0:c347f602596d 5 #include "CommandParser.h"
Inscape_ao 0:c347f602596d 6
Inscape_ao 0:c347f602596d 7 extern CommandParser *pCP;
Inscape_ao 0:c347f602596d 8 extern UartReceiver *pUR;
Inscape_ao 0:c347f602596d 9
Inscape_ao 0:c347f602596d 10 #endif /* _GLOBAL_H_ */