Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
ABout rtcController
A python script to get current time from the system and send the current time to the mbed The time is sent as a command sentence in the form of :
$ST,time,*checksum <cr><lf>
where:
$ST -> identifies this sentence as a command to set time time -> is a number that represents the current time as determined by the system asterisk checksum -> represents a two ascii character XOR checksum of the message <cr><lf> -> is a carriage line feed character pair that delimits the sentence