diff options
author | Damien George <damien.p.george@gmail.com> | 2014-05-02 16:58:15 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-05-02 16:58:15 +0100 |
commit | 3eb8163b16bc5b6ea30428b54dee60e5c7e9c98f (patch) | |
tree | ca06f877c8be5ed7610cde5e4f92fb753db0b3ca /stmhal/gendoc.py | |
parent | ba742ed6396cf14151dd397e7dbe6c9d2d2ecf93 (diff) | |
download | micropython-3eb8163b16bc5b6ea30428b54dee60e5c7e9c98f.tar.gz micropython-3eb8163b16bc5b6ea30428b54dee60e5c7e9c98f.zip |
stmhal: Add documentation for DAC and Timer classes.
Diffstat (limited to 'stmhal/gendoc.py')
-rw-r--r-- | stmhal/gendoc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/gendoc.py b/stmhal/gendoc.py index 42882ad277..e52ca5d8aa 100644 --- a/stmhal/gendoc.py +++ b/stmhal/gendoc.py @@ -343,7 +343,7 @@ def main(): args = cmd_parser.parse_args() if len(args.files) == 0: - args.files = ['modpyb.c', 'accel.c', 'adc.c', 'dac.c', 'extint.c', 'i2c.c', 'led.c', 'pin.c', 'rng.c', 'servo.c', 'spi.c', 'uart.c', 'usrsw.c'] + args.files = ['modpyb.c', 'accel.c', 'adc.c', 'dac.c', 'extint.c', 'i2c.c', 'led.c', 'pin.c', 'rng.c', 'servo.c', 'spi.c', 'uart.c', 'usrsw.c', 'timer.c'] doc = Doc() for file in args.files: |