Skip to content

Instantly share code, notes, and snippets.

@Fennco
Fennco / TextTemp.ino
Created December 15, 2016 23:28
Penn 2016 ESE 111 Final Project - TextTemp
#include "Adafruit_FONA.h"
#include <string.h>;
#include <stddef.h>;
#include <Servo.h>;
#define FONA_RX 2
#define FONA_TX 3
#define FONA_RST 4
int oddEvenCounter = 0;