Mike R / Mbed 2 deprecated Pinscape_Controller_V2

Dependencies:   mbed FastIO FastPWM USBDevice

Fork of Pinscape_Controller by Mike R

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?

UserRevisionLine numberNew 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();