Corrected example.

Commented out __extern "C" void __cxa_pure_virtual() { while (1); } from LCD.h.
This commit is contained in:
fmalpartida
2015-09-15 01:44:32 +02:00
parent eee31dacbf
commit d459c82711
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -42,7 +42,7 @@
#include <Arduino.h>
#endif
extern "C" void __cxa_pure_virtual() { while (1); }
//extern "C" void __cxa_pure_virtual() { while (1); }
#include "LCD.h"
+1 -1
View File
@@ -1,4 +1,4 @@
#include <Wire.h>
#include <LiquidCrystal_SI2C.h>
LiquidCrystal_SI2C lcd(0x4e,2,1,0,4,5,6,7);