Input == Output - singerman/TypeEquals GitHub Wiki

Sensor Input && Output

  1. Input << Light Energy

Output >> Solar Irradiance data flow

  1. Input << Air Humidity and Temperature

Output >> Environmental data flow

  1. Input << Ultraviolet Energy

Output >> Environmental data flow

Schematic 1

Schematic 2

/* Code Plan Set-Up for TypeEquals

*/

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 }

⚠️ **GitHub.com Fallback** ⚠️