-
Random bits – edition 1
Sometimes the IDE breaks stuff trying to be helpful For anyone who’s never dabbled with Arduinos, there are two default functions in any Arduino project – setup and loop. setup runs on boot, and then loop is repeatedly called as one would expect in a loop. At some point I wrote some initialisation error handling…