Input == Output - singerman/TypeEquals GitHub Wiki
Library Header Files: --processing.serial.*
void setup() {
Input: // read UV sensor // read Photocell sensor // read Air Humidity and Temperature sensor }
void loop() {
Processing: //flash L.E.D. indication light (Red OR Green) //read Potentiometer //switch state (On OR Off)
Output: //Serial.communication out to Visual display (TBD) //Abstract User interface }