Skip to content

Instantly share code, notes, and snippets.

@nadavmatalon
Last active October 10, 2016 08:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nadavmatalon/4d749689124d93711a36fcf19f615cfd to your computer and use it in GitHub Desktop.
Save nadavmatalon/4d749689124d93711a36fcf19f615cfd to your computer and use it in GitHub Desktop.
// Code Author: Mikal Hart
// Code Source: http://arduiniana.org/libraries/streaming/
Serial << "Counter: " << counter;
lcd << "Temp: " << t.get_temperature() << " degrees";
my_pstring << "Hello World!" << endl;
Serial << "Byte value: " << _HEX(b) << endl;
lcd << "The key pressed was " << _BYTE(c) << endl;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment