Not an issue, just a question.
It was pretty easy to run tamalib and Tamagothi P1 on Raspberry Pi Pico Clone RP2040 with a SSD1306 display, but i got some problem to understand how to set the correctly run frequency to get the time and speed run correctly.
bool_t tamalib_init(const u12_t *program, breakpoint_t *breakpoints, u32_t freq);
In tamalib_init does the freq value mean the MCU frequency?
If yes, does the sleep_until function used to add a delay and simulate the 32768Hz?

Not an issue, just a question.
It was pretty easy to run tamalib and Tamagothi P1 on Raspberry Pi Pico Clone RP2040 with a SSD1306 display, but i got some problem to understand how to set the correctly run frequency to get the time and speed run correctly.
bool_t tamalib_init(const u12_t *program, breakpoint_t *breakpoints, u32_t freq);In
tamalib_initdoes the freq value mean the MCU frequency?If yes, does the
sleep_untilfunction used to add a delay and simulate the 32768Hz?