Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am panteo92 on github.
  • I am panteo92 (https://keybase.io/panteo92) on keybase.
  • I have a public key ASCEB8Yv6mWZwYaS9Hz8LOgbEjC7Y1TxQYCiYTpnb-I33wo

To claim this, I am signing this object:

// include the library code:
#include <LiquidCrystal.h>
// initialize the library with the numbers of the interface pins
LiquidCrystal lcd(12, 11, 10, 5, 4, 3, 2);
int backLight = 13;
int sensorPin = A0;
int sensorValue = 0;
void setup() {