X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka.git/blobdiff_plain/aeb8c0eac6635a886947e73c20ad0a08aaf9da53..38566e3a72507341517804c374e71e3bd4c82934:/README.rst diff --git a/README.rst b/README.rst index 7803553..993e0a9 100644 --- a/README.rst +++ b/README.rst @@ -38,14 +38,16 @@ on Micropython and **testing.implementation.circuitpython** will only run on Cir 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 `_ . +At the time of writing (`git:b70fd42a `_), +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 ============