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
Fork of RCControlOOP by
WirelessMousr.h
- Committer:
- mfillinois
- Date:
- 2014-10-11
- Revision:
- 6:29a4a4eba154
- Parent:
- 0:78e2af20cbf3
File content as of revision 6:29a4a4eba154:
#include "Mousr.h"
class WirelessMousr : public Mousr
{
public:
WirelessMousr();
int init();
void rxCallback();
private:
// Bluetooth
Serial pc;//(p13, p14); // tx, rx
};
