mirror of
https://github.com/fmalpartida/New-LiquidCrystal.git
synced 2026-07-28 04:07:33 +00:00
Corrected example.
Commented out __extern "C" void __cxa_pure_virtual() { while (1); } from LCD.h.
This commit is contained in:
@@ -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,4 +1,4 @@
|
||||
|
||||
#include <Wire.h>
|
||||
#include <LiquidCrystal_SI2C.h>
|
||||
|
||||
LiquidCrystal_SI2C lcd(0x4e,2,1,0,4,5,6,7);
|
||||
|
||||
Reference in New Issue
Block a user