Skip to content

Instantly share code, notes, and snippets.

@rmeister
Created August 27, 2016 12:32
Show Gist options
  • Save rmeister/3f2d0c1804f49197c8876001da150d8c to your computer and use it in GitHub Desktop.
Save rmeister/3f2d0c1804f49197c8876001da150d8c to your computer and use it in GitHub Desktop.
Compile errors on CodeBender with uploaded Firmata 2.5.3
(sketch file) StandardFirmataWebJack.ino:269:5: error: use of undeclared identifier 'disableI2CPins'
disableI2CPins();
^
(sketch file) StandardFirmataWebJack.ino:277:5: error: use of undeclared identifier 'reportAnalogCallback'
reportAnalogCallback(PIN_TO_ANALOG(pin), mode == PIN_MODE_ANALOG ? 1 : 0); // turn on/off reporting
^
(sketch file) StandardFirmataWebJack.ino:589:9: error: use of undeclared identifier 'enableI2CPins'
enableI2CPins();
^
3 errors generated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment