From ba404bfd56676a0cdb181a4c5dfbae55fe56e330 Mon Sep 17 00:00:00 2001 From: FMC Date: Sun, 12 Feb 2012 23:26:24 +0100 Subject: [PATCH] Removed comments from main LCD class. --- LCD.cpp | 2 -- LCD.h | 2 -- 2 files changed, 4 deletions(-) diff --git a/LCD.cpp b/LCD.cpp index 5554da9..ac7c766 100644 --- a/LCD.cpp +++ b/LCD.cpp @@ -27,8 +27,6 @@ // backpacks such as the I2CLCDextraIO using the PCF8574* I2C IO Expander ASIC. // // -// This library is only compatible with Arduino's SDK version 1.0 -// // @version API 1.0.0 // // @author F. Malpartida - fmalpartida@gmail.com diff --git a/LCD.h b/LCD.h index 2f43cc8..3e80acd 100644 --- a/LCD.h +++ b/LCD.h @@ -27,8 +27,6 @@ // backpacks such as the I2CLCDextraIO using the PCF8574* I2C IO Expander ASIC. // // -// This library is only compatible with Arduino's SDK version 1.0 -// // @version API 1.0.0 // //