You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ZOWI_BASE_v2.ino: In function 'void setup()':
ZOWI_BASE_v2:152: error: 'class EEPROMClass' has no member named 'put'
ZOWI_BASE_v2:153: error: 'class EEPROMClass' has no member named 'put'
ZOWI_BASE_v2.ino: In function 'void receiveName()':
ZOWI_BASE_v2:928: error: 'class EEPROMClass' has no member named 'put'
ZOWI_BASE_v2.ino: In function 'void requestName()':
ZOWI_BASE_v2:951: error: 'class EEPROMClass' has no member named 'get'
The text was updated successfully, but these errors were encountered:
Arduino: 1.5.6-r2 is quite old, it was release FEB/2014; I will suggest you to use a newer release; I just compiled it with arduino 1.6.7 DEC/2015 without errors.
Hey, my name is Profesoratecno and I have a problem with compilation ZOWI BASE V2:
'class EEPROMClass' has no member named 'put'
Arduino: 1.5.6-r2 (Windows 8), Placa:"Arduino Nano, ATmega328"
ZOWI_BASE_v2.ino: In function 'void setup()':
ZOWI_BASE_v2:152: error: 'class EEPROMClass' has no member named 'put'
ZOWI_BASE_v2:153: error: 'class EEPROMClass' has no member named 'put'
ZOWI_BASE_v2.ino: In function 'void receiveName()':
ZOWI_BASE_v2:928: error: 'class EEPROMClass' has no member named 'put'
ZOWI_BASE_v2.ino: In function 'void requestName()':
ZOWI_BASE_v2:951: error: 'class EEPROMClass' has no member named 'get'
The text was updated successfully, but these errors were encountered: