I just got an Arduino Uno and started messing around in the web editor. I'm having a heck of a time trying to write my first (extremely simple) class, partially because every tutorial I follow seems to turn out to be outdated.
I really just want to create a class within the sketch, but since apparently that can't be done (?), I've created a library, which when included in my sketch refuses to recognize my methods
class 'Timer' has no member named 'check'
Anyway, are there any tutorials that are up to date for writing classes/libraries in the web editor?