Fix already defined lib

This commit is contained in:
Renzo 2018-05-31 22:54:51 +02:00
parent 4176b0df2b
commit 59f06148dc

View File

@ -1,11 +1,11 @@
/** \mainpage Thermistor library
/** \mainpage PCF8574 library
*
* MIT license
* written by Renzo Mischianti
*/
#ifndef Thermistor_h
#define Thermistor_h
#ifndef PCF8574_h
#define PCF8574_h
#include "Wire.h"