/Designs/Data_loggers/LuxmetrSD/SW/Arduino/luxmetr/luxmetr.pde |
---|
82,9 → 82,9 |
void led_blink() |
{ |
digitalWrite(3, LOW); // set the LED off |
delay(100); |
digitalWrite(3, HIGH); // set the LED on |
delay(100); |
digitalWrite(3, LOW); // set the LED off |
} |
/*int light_sensor_write( unsigned int data, unsigned int address) |