Minor fix DEFAULT_SDA

This commit is contained in:
Renzo Mischianti 2020-10-26 23:15:13 +01:00
parent c5fbc06d4f
commit a6859f7a4e

View File

@ -43,6 +43,9 @@
#include "WProgram.h"
#endif
#define DEFAULT_SDA SDA;
#define DEFAULT_SCL SCL;
// Uncomment to enable printing out nice debug messages.
// #define PCF8574_DEBUG