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 FastIO FastPWM USBDevice
Fork of Pinscape_Controller by
IRRemote/IRCommand.cpp@77:0b96f6867312, 2017-03-17 (annotated)
- Committer:
- mjr
- Date:
- Fri Mar 17 22:02:08 2017 +0000
- Revision:
- 77:0b96f6867312
New memory pool management; keeping old ones as #ifdefs for now for reference.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mjr | 77:0b96f6867312 | 1 | #include "IRCommand.h" |
mjr | 77:0b96f6867312 | 2 | |
mjr | 77:0b96f6867312 | 3 | // Null singleton for three-state logic class |
mjr | 77:0b96f6867312 | 4 | const bool3 bool3::null = bool3(); |