X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka.git/blobdiff_plain/aeb8c0eac6635a886947e73c20ad0a08aaf9da53..64003e571413d855c0af2a686591b83aeb804467:/README.rst diff --git a/README.rst b/README.rst index 7803553..67c770a 100644 --- a/README.rst +++ b/README.rst @@ -39,13 +39,15 @@ Usage Example ============= At the time of writing (`git:3b2fc268 `_), -the following sequence runs through some basic testing of the digitalio compatibility layer, which looks like `this `_ . +the following sequence runs through some basic testing of the digitalio compatibility layer... .. code-block:: python import testing testing.main() +A typical log from running the suites is `here `_ . + Contributing ============