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.
Revision 1:ecde41301a4d, committed 2019-03-11
- Comitter:
- shimotoriharuki
- Date:
- Mon Mar 11 06:52:42 2019 +0000
- Parent:
- 0:2d87ed532eff
- Commit message:
- IR
Changed in this revision
| IR_Communication.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/IR_Communication.h Mon Mar 11 06:46:13 2019 +0000
+++ b/IR_Communication.h Mon Mar 11 06:52:42 2019 +0000
@@ -9,7 +9,7 @@
class IR_Comm{
public:
- IR_Comm(PinName IR_in, PinName IR_out, const int data_size); //InterruptIn PwmOut
+ IR_Comm(PinName IR_in, PinName IR_out, const int data_size); //(PinName of InterruptIn, PinName of PwmOut, Data size of array)
void IR_send(int *);
void IR_data_reset(int *);