I recently updated my board files including the one for the TinyScreen+in the Arduino IDE 1.6.8. Now I cannot get anything to properly upload to my TinyScreen+. I get a missing sam.h file message.
Arduino: 1.6.8 (Windows 10), Board: "TinyScreen+, Default"
In file included from sketch\Repulsor.ino.cpp:1:0:
C:\Users\Chris\AppData\Local\Arduino15\packages\TinyCircuits\hardware\samd\1.0.5\cores\arduino/Arduino.h:47:17: fatal error: sam.h: No such file or directory
#include "sam.h"
^
compilation terminated.
exit status 1
Error compiling for board TinyScreen+.
What am I missing or doing wrong?