Open CalDexter opened 8 years ago
Hello Andreas, thanks for your suggestion. As you saw there was a previous suggestion, so I will consider adding this functionality due to popular demand ;-) I'm mostly concerned with code footprint but if a function is not called then it should not affect the size of the image in program memory. Unfortunately I can't address this very soon, so best to go ahead and do your own thing for now. Cheers ... Jack
Please, add this to the library
This is really an amazing library and it helps me a lot to make my first steps with an Arduino UNO and a DS3131 board. However, I have missed the feature to receive the alarm time once set. I would suggest to include a further function to your library doing this.
Here is a hack of myself doing the required task:
I am quite new for programming Arduino code and thus this code is probably not bullet proof, not well-suited to include, and possibly not well enough tested. I am sorry for that, however, it has worked for myself. Possibly, there is a strong reason not to include something like this to the code.
Best regards and many thanks again for this nice library,
Andreas
P.S. I've just see that this request was declined before due to keep the code small and simple. I am sorry for requesting it again. In my setting it was really nice to provide the user of the alarm clock the option to edit the alarm time instead of only letting him set the time. But of course, the code simplicity is a big argument - and actually the simplicity of your code was the reason for using it.