qbancoffee / imac_g3_ivad_board_init

iMac G3 IVAD board initialization with an arduino
GNU Lesser General Public License v3.0
146 stars 14 forks source link

When i try to upload the code to my arduino it shows this error #15

Closed GerardPolloRebozado closed 1 year ago

GerardPolloRebozado commented 1 year ago

C:\Users\gerar\Downloads\imac_g3_ivad_board_init-master\imacG3IvadInit\imacG3IvadInit.ino:50:10: fatal error: EEPROMWearLevel.h: No such file or directory

include

      ^~~~~~~~~~~~~~~~~~~

compilation terminated.

exit status 1

Compilation error: EEPROMWearLevel.h: No such file or directory

qbancoffee commented 1 year ago

Ah, that looks like you need o load that library. The Arduino has a spot where you can search, find and install that library. go to "Tools----->Manage Libraries" and search for "EEPROMWearLevel" and install it. It should compile after that.