]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
Update index.md
authorCefn Hoile <github.com@cefn.com>
Mon, 19 Feb 2018 16:12:08 +0000 (16:12 +0000)
committerGitHub <noreply@github.com>
Mon, 19 Feb 2018 16:12:08 +0000 (16:12 +0000)
notes/index.md

index 8823f4ceb9aef4196421548f3ae41e32a8148768..bde75a307ff8fc8ff9100bb64bbf3c969f86711e 100644 (file)
@@ -15,8 +15,7 @@ MCP layer are in fact already served from the CP layer.
 # Example
 
 To take a minimal example, the following asserts the default behaviour of the DigitalInOut 
-constructor, to configure a pin as an input with no pull. The gc.collect() calls help to 
-minimise heap fragmentation, and ensure there is enough memory to run the particular test. 
+constructor, checks the behaviour of switch_to_input/output(), configures a pin as a pull-up button, a pull-down button and an LED.
 
 ```python
 import testing