#include <Wire.h>
#include <edushield.h>
#define button 2
#define led_red 4
#define led_yellow 7
#define led_green 13
#define rgb_red 9
#define rgb_green 5
#define rgb_blue 6
#define photorezistor A0
#define termistor A1
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}