From acab46f793a0d1f48c349fedf9158c0a637b2267 Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Sun, 8 Sep 2013 06:10:09 -0700 Subject: [PATCH] Updated ReadMe Raspberry Pi (Advanced) (markdown) --- ReadMe-Raspberry-Pi-(Advanced).md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ReadMe-Raspberry-Pi-(Advanced).md b/ReadMe-Raspberry-Pi-(Advanced).md index 2db883d..e1502d6 100644 --- a/ReadMe-Raspberry-Pi-(Advanced).md +++ b/ReadMe-Raspberry-Pi-(Advanced).md @@ -33,6 +33,8 @@ Then start Node-RED, then browse to http://{your-pi-address}:1880 +As we are now accessing the library globally, there are NO new nodes added to the palette. All the interaction now has to happen inside function blocks. This is why we call this advanced :-) + ##Blink To run a "blink" flow that uses the WiringPi pin 0 - Pin 11 on the header - as per Gordon's blink sketch.