ISSUE #5: Correction of string library import

This commit is contained in:
rjbatista@gmail.com
2011-11-14 11:18:17 +00:00
parent 19673f8650
commit b6a17f5989

View File

@@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "WProgram.h"
#include "TM1638.h"
#include "String.h"
#include "string.h"
TM1638::TM1638(byte dataPin, byte clockPin, byte strobePin, boolean activateDisplay, byte intensity)
{