diff options
author | Damien George <damien.p.george@gmail.com> | 2015-01-01 18:00:45 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-01-01 18:00:45 +0000 |
commit | ddbcc795509bdd4957e876189577fdada0d486ac (patch) | |
tree | 0eeabe2b98f9fbc6bc51b28b720fcf0a703d8243 /docs/library/pyb.rst | |
parent | ce5b5caf8c50a771cb57d27342b4ce52b9ce6877 (diff) | |
download | micropython-ddbcc795509bdd4957e876189577fdada0d486ac.tar.gz micropython-ddbcc795509bdd4957e876189577fdada0d486ac.zip |
docs: Add quickref info about Servo; improve Servo docs.
Diffstat (limited to 'docs/library/pyb.rst')
-rw-r--r-- | docs/library/pyb.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/library/pyb.rst b/docs/library/pyb.rst index 3d05a40a74..2fab247592 100644 --- a/docs/library/pyb.rst +++ b/docs/library/pyb.rst @@ -98,6 +98,7 @@ Power related functions If given no arguments, returns a tuple of clock frequencies: (sysclk, hclk, pclk1, pclk2). These correspond to: + - sysclk: frequency of the CPU - hclk: frequency of the AHB bus, core memory and DMA - pclk1: frequency of the APB1 bus |