Marco Colli

Results 7 comments of Marco Colli

The code ` P.print(( currentTime.Hour) && ( currentTime.Minute)); ` Is not corrrect. In C++ && operator is a boolean operator. You are using this operator correctly in your if statements...

You have not eliminated the code that references zones completely. The below should display the time, updated each second. If you are still getting 00:00 then you may have comms...

Does the clock restart when the tune stops playing? Does the tune play at all? It seems to me that your logic should be that the minutes and the seconds...

Good to know that things are now working more smoothly. I think this additional functionality is beyond just helping you with the functions of the MD_Parola library. There are many...

Please do not hijack threads for unrelated issues, especially when the original issue is already closed. In future please open a new enquiry. I don't know what a P10 matrix...

This is the same question as asking what pins are supported by the FreqCount library for your hardware. From the web site ([https://www.pjrc.com/teensy/td_libs_FreqCount.html](https://www.pjrc.com/teensy/td_libs_FreqCount.html)) it appears that the hardware is not...

By "custom axis" do you mean a tilted axis (ie not parallel to the x, y, or z axis) or just one of the orthogonal axes? A potential issue with...