1
TinyDuino Processors & TinyShields / Re: Tiny Screen + example compile fail missing sam.h
« on: September 12, 2017, 10:09:14 AM »
You have a library/IDE mismatch. In the newer IDE versions, they moved where the library include files are stored and addressed. The updated library code reflects that, but since you do not have an updated IDE, it cannot compile correctly. Update the IDE, make sure you are on the latest library editions and you should be fine.