A few of the references to the Wire library are outdated in language, generating a few errors. Updated: - Replace all Wire.send() to Wire.write() - Replace all Wire.receive() to Wire.read() EDIT: undefined byte type seems to have been on my end.