taweili / ardublock

ArduBlock is a Block Programming Language for Arduino.
GNU General Public License v3.0
414 stars 292 forks source link

EEPROM blocks issues and feature request. #52

Closed TonyCallear closed 11 years ago

TonyCallear commented 11 years ago

(1) Blocks for EEPROM.write and EEPROM.read only work correctly with constants – not variables, math operations, etc. AFAICT. I have a fix for this if needed

(2) I’d really like EEPROM blocks to normally read/write ‘int’s, rather than ‘byte’s, as much else just assumes ‘int’s.

(3) Blocks to read/write unsigned longs would be useful too i.e. recording times from millis()

Is it OK to work on (2) or (3)?

Note::Please close/reject my previous issue "'EEPROM.write' max value for 'data' is wrong" as that one is pointless

TonyCallear commented 11 years ago

Dead issue. Solved.

taweili commented 11 years ago

Thanks Tony!