Skip to content

Instantly share code, notes, and snippets.

@kuc-arc-f
Created April 28, 2015 03:15
agri-typ-a-2a
#define SENSOR 0
void setup() {
pinMode(SENSOR ,INPUT);
}
int iSen =analogRead(SENSOR);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment