0
Answered

calendar running on Arduino ?

Elhanan Maayan 1 year ago updated by Michael J. Radwin 1 year ago 1

hi.. i'm trying to re-create this item which appears to be have been discontinued jewish desk clock
i was thinking about using an arduino nano with LCD that has hebrew fonts, and an RTC component 

i was wondering if i could use your c library, but i'm not sure that's possible.  

Answer

Answer
Answered

Hi, thanks for contacting us.

There is a C command-line interface (not a library). It is not designed to be used in a library context (global variables, places where the code calls die() or exit()) but you are welcome to take a look. 

To find the older C code, go back in the GitHub repository to the latest 4.x release 


https://github.com/hebcal/hebcal/tree/v4.31

Answer
Answered

Hi, thanks for contacting us.

There is a C command-line interface (not a library). It is not designed to be used in a library context (global variables, places where the code calls die() or exit()) but you are welcome to take a look. 

To find the older C code, go back in the GitHub repository to the latest 4.x release 


https://github.com/hebcal/hebcal/tree/v4.31