Corrected compilation error.
Set I2C as default benchmark sketch.
This commit is contained in:
@@ -119,6 +119,8 @@ inline static void waitUsec ( uint16_t uSec )
|
||||
#ifndef FAST_MODE
|
||||
delayMicroseconds ( uSec );
|
||||
#endif // FAST_MODE
|
||||
}
|
||||
|
||||
|
||||
// CONSTRUCTORS
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
#include <Arduino.h>
|
||||
#include <Wire.h>
|
||||
|
||||
#define _LCD_4BIT_
|
||||
#define _LCD_I2C_
|
||||
|
||||
#ifdef _LCD_I2C_
|
||||
#include <LiquidCrystal_I2C.h>
|
||||
|
||||
Reference in New Issue
Block a user