From 6811a51e2ca4523847d2b1f4f17ec6ee022aeb75 Mon Sep 17 00:00:00 2001 From: Cefn Hoile Date: Mon, 19 Feb 2018 16:12:08 +0000 Subject: [PATCH] Update index.md --- notes/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/notes/index.md b/notes/index.md index 8823f4c..bde75a3 100644 --- a/notes/index.md +++ b/notes/index.md @@ -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 -- 2.49.0