simple-arduino-crypto-display icon indicating copy to clipboard operation
simple-arduino-crypto-display copied to clipboard

'D3' was not declared in this scope

Open j-lorenzo opened this issue 6 years ago • 2 comments

Arduino:1.8.5 (Windows 10), Tarjeta:"Generic ESP8266 Module, 80 MHz, ck, 26 MHz, 40MHz, QIO, 512K (no SPIFFS), 2, v2 Lower Memory, Disabled, None, Only Sketch, 115200"

SimpleCrypto:49: error: 'D3' was not declared in this scope

#define SDA_PIN D3

             ^

C:\Users\javi\Desktop\simple-arduino-crypto-display-master\SimpleCrypto\SimpleCrypto.ino:72:22: note: in expansion of macro 'SDA_PIN'

SH1106 display(0x3c, SDA_PIN, SCL_PIN);

                  ^

SimpleCrypto:48: error: 'D5' was not declared in this scope

#define SCL_PIN D5

             ^

C:\Users\javi\Desktop\simple-arduino-crypto-display-master\SimpleCrypto\SimpleCrypto.ino:72:31: note: in expansion of macro 'SCL_PIN'

SH1106 display(0x3c, SDA_PIN, SCL_PIN);

                           ^

exit status 1 'D3' was not declared in this scope

Este reporte podría tener más información con "Mostrar salida detallada durante la compilación" opción habilitada en Archivo -> Preferencias.

j-lorenzo avatar May 19 '18 18:05 j-lorenzo