Setters are the same but range of variables vary, readDateTime() is different because it returns date object instead of string, new features obviously don't break backward compatibility.
By the way, how to make minified version on module? is this okay: espruino -m DS3231.js -o DS3231.min.js
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Thank you!
Setters are the same but range of variables vary,
readDateTime()
is different because it returns date object instead of string, new features obviously don't break backward compatibility.By the way, how to make minified version on module? is this okay:
espruino -m DS3231.js -o DS3231.min.js