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
Diff: IRRemote/IRCommand.cpp
- Revision:
- 77:0b96f6867312
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/IRRemote/IRCommand.cpp Fri Mar 17 22:02:08 2017 +0000 @@ -0,0 +1,4 @@ +#include "IRCommand.h" + +// Null singleton for three-state logic class +const bool3 bool3::null = bool3();