Skip to content

Instantly share code, notes, and snippets.

@develop4learners
Created July 26, 2017 16:05
Show Gist options
  • Save develop4learners/875279113fe982af553a4c53c95b5e67 to your computer and use it in GitHub Desktop.
Save develop4learners/875279113fe982af553a4c53c95b5e67 to your computer and use it in GitHub Desktop.
my-first-flow-SenseHat-sense-and-display

Allows only some readings instead of all to flow from SenseHat and then display on SenseHat LED

[{"id":"6b791da2.10caa4","type":"function","z":"6f22dd7d.f35be4","name":"temperature","func":"var o = msg.payload\nmsg.payload = o.temperature;\nreturn msg;","outputs":1,"noerr":0,"x":640,"y":140,"wires":[["713454e9.f9f8ac"]]}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment