Sorry for the basic question but I'm getting back into this and running into
all sorts of weird and wonderful errors with Arduino IDE 1.6.3.
I can make changes (and already have some errors sorted out) but it got
me wondering, what version of IDE is recommended to compile the current code?
For example, after finding a workaround for the Flash-5 library, here's a
sample of what I see:
PWMPumps.ino:205:15: error: 'prog_uint8_t' does not name a type
Sensors.ino: In function 'float getTemp(int)':
Sensors.ino:136:8: error: 'tempdata' was not declared in this scope
etc...
Anyway, awesome project and sorry if I missed something obvious
ETA: Please disregard - Found my answer after posting this, naturally...
all sorts of weird and wonderful errors with Arduino IDE 1.6.3.
I can make changes (and already have some errors sorted out) but it got
me wondering, what version of IDE is recommended to compile the current code?
For example, after finding a workaround for the Flash-5 library, here's a
sample of what I see:
PWMPumps.ino:205:15: error: 'prog_uint8_t' does not name a type
Sensors.ino: In function 'float getTemp(int)':
Sensors.ino:136:8: error: 'tempdata' was not declared in this scope
etc...
Anyway, awesome project and sorry if I missed something obvious
ETA: Please disregard - Found my answer after posting this, naturally...
Last edited: