From 7ca1bd314bd5e3146f8c868f91af54d17dd04d45 Mon Sep 17 00:00:00 2001 From: Daniel Campora Date: Wed, 27 May 2015 13:59:59 +0200 Subject: docs: Generate a separate docs build for each port. Using Damien's approach where conf.py and topindex.html are shared by all ports. --- docs/tutorial/power_ctrl.rst | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 docs/tutorial/power_ctrl.rst (limited to 'docs/tutorial/power_ctrl.rst') diff --git a/docs/tutorial/power_ctrl.rst b/docs/tutorial/power_ctrl.rst deleted file mode 100644 index 877b7cd7e..000000000 --- a/docs/tutorial/power_ctrl.rst +++ /dev/null @@ -1,13 +0,0 @@ -Power control -============= - -:meth:`pyb.wfi` is used to reduce power consumption while waiting for an -event such as an interrupt. You would use it in the following situation:: - - while True: - do_some_processing() - pyb.wfi() - -Control the frequency using :meth:`pyb.freq`:: - - pyb.freq(30000000) # set CPU frequency to 30MHz -- cgit v1.2.3