|
RBE1001Lib
|

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 |
| void loop | ( | ) |
Definition at line 30 of file Photoresistor.ino.
References LINE_SENSOR_INTERVAL, and photoresistorPin.
| void setup | ( | ) |
Definition at line 16 of file Photoresistor.ino.
References photoresistorPin.
| const uint32_t LINE_SENSOR_INTERVAL = 10 |
Definition at line 10 of file Photoresistor.ino.
Referenced by loop().
| const int photoresistorPin = 34 |
Definition at line 9 of file Photoresistor.ino.
1.8.13