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@0:78e2af20cbf3, 2014-09-08 (annotated)
- Committer:
- mfillinois
- Date:
- Mon Sep 08 11:32:04 2014 +0000
- Revision:
- 0:78e2af20cbf3
RC OOP code for mini-shield mouse. Only basic RC function at this time.
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| mfillinois | 0:78e2af20cbf3 | 1 | #include "Mousr.h" |
| mfillinois | 0:78e2af20cbf3 | 2 | |
| mfillinois | 0:78e2af20cbf3 | 3 | class WirelessMousr : public Mousr |
| mfillinois | 0:78e2af20cbf3 | 4 | { |
| mfillinois | 0:78e2af20cbf3 | 5 | public: |
| mfillinois | 0:78e2af20cbf3 | 6 | WirelessMousr(); |
| mfillinois | 0:78e2af20cbf3 | 7 | int init(); |
| mfillinois | 0:78e2af20cbf3 | 8 | void rxCallback(); |
| mfillinois | 0:78e2af20cbf3 | 9 | |
| mfillinois | 0:78e2af20cbf3 | 10 | private: |
| mfillinois | 0:78e2af20cbf3 | 11 | // Bluetooth |
| mfillinois | 0:78e2af20cbf3 | 12 | Serial pc;//(p13, p14); // tx, rx |
| mfillinois | 0:78e2af20cbf3 | 13 | }; |
