├── LEDs as Sensors.pptx ├── LICENSE.md ├── README.md ├── _01_Blink_Pin13_LED └── _01_Blink_Pin13_LED.ino ├── _02_GraphLight └── _02_GraphLight.ino ├── _03_SenseAndLight └── _03_SenseAndLight.ino ├── _04_AutoLight └── _04_AutoLight.ino ├── _05_GraphHotLED └── _05_GraphHotLED.ino ├── _06_GraphHotLED256 └── _06_GraphHotLED256.ino └── _07_BlowOutLED └── _07_BlowOutLED.ino /LEDs as Sensors.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhdietz/LEDSensors/HEAD/LEDs as Sensors.pptx -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhdietz/LEDSensors/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhdietz/LEDSensors/HEAD/README.md -------------------------------------------------------------------------------- /_01_Blink_Pin13_LED/_01_Blink_Pin13_LED.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhdietz/LEDSensors/HEAD/_01_Blink_Pin13_LED/_01_Blink_Pin13_LED.ino -------------------------------------------------------------------------------- /_02_GraphLight/_02_GraphLight.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhdietz/LEDSensors/HEAD/_02_GraphLight/_02_GraphLight.ino -------------------------------------------------------------------------------- /_03_SenseAndLight/_03_SenseAndLight.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhdietz/LEDSensors/HEAD/_03_SenseAndLight/_03_SenseAndLight.ino -------------------------------------------------------------------------------- /_04_AutoLight/_04_AutoLight.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhdietz/LEDSensors/HEAD/_04_AutoLight/_04_AutoLight.ino -------------------------------------------------------------------------------- /_05_GraphHotLED/_05_GraphHotLED.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhdietz/LEDSensors/HEAD/_05_GraphHotLED/_05_GraphHotLED.ino -------------------------------------------------------------------------------- /_06_GraphHotLED256/_06_GraphHotLED256.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhdietz/LEDSensors/HEAD/_06_GraphHotLED256/_06_GraphHotLED256.ino -------------------------------------------------------------------------------- /_07_BlowOutLED/_07_BlowOutLED.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhdietz/LEDSensors/HEAD/_07_BlowOutLED/_07_BlowOutLED.ino --------------------------------------------------------------------------------