From 11ad51cc18618b3a97f21a2e382af8786182fdbe Mon Sep 17 00:00:00 2001 From: kushalsingh007 <kushal.spiderman.singh@gmail.com> Date: Thu, 5 Mar 2015 03:50:56 +0530 Subject: [PATCH] Updating the README.md for examples/default -Replaced date by rtc in examples/default/README.md as date is part of rtc. --- examples/default/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/default/README.md b/examples/default/README.md index b3ddb6d09e..e4399b4c14 100644 --- a/examples/default/README.md +++ b/examples/default/README.md @@ -50,7 +50,6 @@ Running the `help` command on an msba2: 2014-05-06 13:14:38,522 - INFO # id Gets or sets the node's id. 2014-05-06 13:14:38,529 - INFO # heap Shows the heap state for the LPC2387 on the command shell. 2014-05-06 13:14:38,535 - INFO # ps Prints information about running threads. -2014-05-06 13:14:38,540 - INFO # date Gets or sets current date and time. 2014-05-06 13:14:38,544 - INFO # temp Prints measured temperature. 2014-05-06 13:14:38,548 - INFO # hum Prints measured humidity. 2014-05-06 13:14:38,553 - INFO # weather Prints measured humidity and temperature. @@ -68,6 +67,7 @@ Running the `help` command on an msba2: 2014-05-06 13:14:38,622 - INFO # dget_bsize Get the block size of inserted memory card 2014-05-06 13:14:38,625 - INFO # mersenne_init initializes the PRNG 2014-05-06 13:14:38,630 - INFO # mersenne_get returns 32 bit of pseudo randomness +2015-03-09 21:09:52,124 - INFO # rtc control RTC peripheral interface. ``` Running the `ps` command on an msba2: -- GitLab