RBE1001Lib
Functions | Variables
Photoresistor.ino File Reference
#include <Arduino.h>
#include <RBE1001Lib.h>
Include dependency graph for Photoresistor.ino:

Go to the source code of this file.

Functions

void setup ()
 
void loop ()
 

Variables

const int photoresistorPin = 34
 
const uint32_t LINE_SENSOR_INTERVAL = 10
 

Function Documentation

◆ loop()

void loop ( )

Definition at line 30 of file Photoresistor.ino.

References LINE_SENSOR_INTERVAL, and photoresistorPin.

◆ setup()

void setup ( )

Definition at line 16 of file Photoresistor.ino.

References photoresistorPin.

Variable Documentation

◆ LINE_SENSOR_INTERVAL

const uint32_t LINE_SENSOR_INTERVAL = 10

Definition at line 10 of file Photoresistor.ino.

Referenced by loop().

◆ photoresistorPin

const int photoresistorPin = 34

Definition at line 9 of file Photoresistor.ino.

Referenced by loop(), and setup().