Jens Hauke
Jens Hauke
Thanks for trying CopyThread on nrf52840! I would not use two different Schedulers at the same time (SchedulerRTOS and CthClass). As far as i know, Arduino expect at most one...
Hey Daniel, thank you for reporting the issue. i never tried the code on esp8266/Xtensa. It might be, that the stack_size calculation in https://github.com/jensh/CopyThreads/blob/master/src/cthread.c#L218 is wrong, or `_cth_backup_stack()`/`_cth_restore_stack()` doesn't work...
The DS3231 has i2c address 0x68 or 0x69. You can use for example `i2cget` from `i2c-tools` to read the "seconds" from register 0: ``` >i2cget -y 6 0x68 0x00 0x05...