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-05-11
- Revision:
- 7:9ab8809f9693
- Parent:
- 5:a37e3a15444b
- Child:
- 12:a45a9c65dc03
File content as of revision 7:9ab8809f9693:
#ifndef _GLOBAL_H_
#define _GLOBAL_H_
#include "UartReceiver.h"
#include "CommandParser.h"
#include "TimeManager.h"
#include "SDDataStore.h"
#include "DeviceRepeater.h"
extern TimeManager *pTM;
extern CommandParser *pCP;
extern UartReceiver *pUR;
extern SDDataStore *pSds;
extern DeviceRepeater *pDevRept;
/* define command rules */
extern CmdParseRule rules[];
extern int getNumOfRules;
#endif /* _GLOBAL_H_ */