From f41435e865fe911d9ca8dbb9c3e655ecfab13ba0 Mon Sep 17 00:00:00 2001 From: Corran Webster Date: Tue, 17 Sep 2024 10:22:20 +0100 Subject: [PATCH] Some fixes and tidy-up of main documentation page. (#27) --- docs/source/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 8e8aa92..c3791db 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -3,8 +3,8 @@ You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. -Ultimo documentation -==================== +Ultimo +====== An interface framework for Micropython built around asynchronous iterators. @@ -28,7 +28,7 @@ The basic Ultimo library is hardware-independent and should work on any recent Micropython version. The :py:mod:`ultimo_machine` library provides hardware support wrapping -the Micropython :py:mod:`machine`` module and other standard library +the Micropython :py:mod:`machine` module and other standard library modules. It provides sources for simple polling of, and interrupts from, GPIO pins, polled ADC, polled RTC, and interrupt-based timer sources.