From 6c5b910981e69b5710654ac08f81d9f776a84deb Mon Sep 17 00:00:00 2001 From: Cefn Hoile Date: Sat, 24 Feb 2018 21:56:37 +0000 Subject: [PATCH] Retired notes directory --- {notes => examples}/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename {notes => examples}/index.md (95%) diff --git a/notes/index.md b/examples/index.md similarity index 95% rename from notes/index.md rename to examples/index.md index 2004644..b2c1a82 100644 --- a/notes/index.md +++ b/examples/index.md @@ -9,8 +9,8 @@ the same routines can be carried out on Micropython boards, dual boards running or dedicated CP boards. From a project-management point of view, tests can provide a strictly-interpreted way to -communicate missing features, with the means of verifying that intended features for the -MCP layer are in fact already served from the CP layer. +communicate missing features, also providing the implicit means of verifying that intended +features for the MCP layer are in fact already served from the CP layer. # Example -- 2.49.0