When I try and install the adafruit motor sheild library I get this error
crc doesn't match file is corrupted.
Then installed from zip file but when I run my accel constant speed sketch I get this error:
WARNING: Spurious .github folder in 'Adafruit Motor Shield V2 Library' library
C:\Users\David\AppData\Local\Temp\Rar$DIa575620.13589\Accel_ConstantSpeed\Accel_ConstantSpeed.ino:15:26: fatal error: AccelStepper.h: No such file or directory
#include <AccelStepper.h>
^
compilation terminated.
exit status 1
Error compiling.
CRC doesn't match. File is corrupted.
java.lang.RuntimeException: java.lang.Exception: CRC doesn't match. File is corrupted.
at cc.arduino.contributions.libraries.ui.LibraryManagerUI.lambda$onInstallPressed$14(LibraryManagerUI.java:224)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.Exception: CRC doesn't match. File is corrupted.
at cc.arduino.contributions.DownloadableContributionsDownloader.download(DownloadableContributionsDownloader.java:77)
at cc.arduino.contributions.libraries.LibraryInstaller.install(LibraryInstaller.java:97)
at cc.arduino.contributions.libraries.ui.LibraryManagerUI.lambda$onInstallPressed$14(LibraryManagerUI.java:220)
... 1 more
Any help.