I'm picking up some Arduino stuff that I haven't touched since before 1.0. Now that I've updated, it won't compile.
The specific problem I'm having is that part of the SerialDebugger library I'm using dies upon compilation, unable to find 'wiring.h'. What has wiring.h been renamed to/replaced with?
(Oh, hmm, searching for the explicit string "wiring.h: No such file or directory" brings up
this thread in French that seems to say "revert to the last version". Yay. Well, guess I'll be doing that until there's a new version of every library I use, or until I switch all my operations over to the Raspberry Pi.)