From 6e7003e9819990635f30b04b4fd181856564bc22 Mon Sep 17 00:00:00 2001 From: Sam Calisch <s.calisch@gmail.com> Date: Sun, 28 May 2017 13:56:15 -0400 Subject: [PATCH] added w --- RaspberryPiZero_bcm2835/index.html | 3 +++ RaspberryPiZero_node_rpio/index.html | 2 ++ 2 files changed, 5 insertions(+) diff --git a/RaspberryPiZero_bcm2835/index.html b/RaspberryPiZero_bcm2835/index.html index 59c9b6d..0c4c14b 100644 --- a/RaspberryPiZero_bcm2835/index.html +++ b/RaspberryPiZero_bcm2835/index.html @@ -67,6 +67,9 @@ int main(int argc, char **argv) <figcaption>A) 16mA pad current, B) 2 mA pad current</figcaption> </figure> +<p>Note: This test was run on a RPiZero W, instead of the baseline version (without wifi).</p> + + </body> </html> \ No newline at end of file diff --git a/RaspberryPiZero_node_rpio/index.html b/RaspberryPiZero_node_rpio/index.html index d577711..da9f719 100644 --- a/RaspberryPiZero_node_rpio/index.html +++ b/RaspberryPiZero_node_rpio/index.html @@ -31,6 +31,8 @@ while(1){rpio.write(3, 1-rpio.read(5) ); } </code> </pre> +<p>Note: This test was run on a RPiZero W, instead of the baseline version (without wifi).</p> + </body> </html> \ No newline at end of file -- GitLab