Skip to content

Instantly share code, notes, and snippets.

#include <NewPing.h>
#include <Wire.h>
#include "rgb_lcd.h"
#define TRIGGER_PIN 12
#define ECHO_PIN 11
#define MAX_DISTANCE 200
rgb_lcd lcd;