Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed SDFileSystem
include/global.h
- Committer:
- Inscape_ao
- Date:
- 2019-04-23
- Revision:
- 2:a694440145e9
- Parent:
- 0:c347f602596d
- Child:
- 5:a37e3a15444b
File content as of revision 2:a694440145e9:
#ifndef _GLOBAL_H_
#define _GLOBAL_H_
#include "UartReceiver.h"
#include "CommandParser.h"
#include "TimeManager.h"
extern TimeManager *pTM;
extern CommandParser *pCP;
extern UartReceiver *pUR;
/* define command rules */
extern CmdParseRule rules[];
extern int getNumOfRules;
#endif /* _GLOBAL_H_ */