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: Commands charQueue esp8266-driver
Positioning/positioning.h
- Committer:
- williampeers
- Date:
- 2017-08-23
- Revision:
- 0:91703b1eb29e
File content as of revision 0:91703b1eb29e:
#ifndef __POSITIONING_INCLUDED__
#define __POSITIONING_INCLUDED__
#include "mbed.h"
class Positioning{
private:
Thread positioning_thread;
void run();
public:
Positioning(osPriority, int);
void start();
};
#endif
