cdeadlock

Results 2 issues of cdeadlock

This should maybe be in the readme.md: If you had an old version prior to 0.0.31 installed. Then "Rebuild Modules" is not enough. You need to delete the ~/.atom/packages/spark-dev/node_modules/serialport directory....

enhancement
confirmed

The main documentation for this project shows examples such as the RTC section ` import machine import utime rtc = machine.RTC() rtc.ntp_sync(server="hr.pool.ntp.org", tz="CET-1CEST") rtc.synced() True utime.gmtime() (2018, 1, 29, 16,...