X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka.git/blobdiff_plain/aeb8c0eac6635a886947e73c20ad0a08aaf9da53..818f2951a46c9d407748c3e5829e8b1f560cb559:/README.rst?ds=sidebyside 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 ============