Okay danke für den Tipp!
Ich habe jetzt die Lib runtergeladen und versuche sie zu kompilieren.
Ich habe sämtliche erforderliche Dateien dem Sketch Verzeichnis beigefügt,
aber ich erhalte diese Fehlermeldung:

libraries\I2Cdev\I2Cdev.cpp.o (symbol from plugin): In function `I2Cdev::I2Cdev()':

(.text+0x0): multiple definition of `I2Cdev::I2Cdev()'

sketch\I2Cdev.cpp.o (symbol from plugin): (.text+0x0): first defined here

libraries\I2Cdev\I2Cdev.cpp.o (symbol from plugin): In function `I2Cdev::I2Cdev()':

(.text+0x0): multiple definition of `I2Cdev::I2Cdev()'

sketch\I2Cdev.cpp.o (symbol from plugin): (.text+0x0): first defined here

libraries\I2Cdev\I2Cdev.cpp.o (symbol from plugin): In function `I2Cdev::I2Cdev()':

(.text+0x0): multiple definition of `I2Cdev::readTimeout'

sketch\I2Cdev.cpp.o (symbol from plugin): (.text+0x0): first defined here

collect2.exe: error: ld returned 1 exit status

exit status 1
Fehler beim Kompilieren für das Board Arduino/Genuino Uno.