Line 80... |
Line 80... |
80 |
Serial.println(filename); |
80 |
Serial.println(filename); |
81 |
} |
81 |
} |
82 |
|
82 |
|
83 |
void led_blink() |
83 |
void led_blink() |
84 |
{ |
84 |
{ |
85 |
digitalWrite(3, HIGH); // set the LED on |
- |
|
86 |
delay(100); |
- |
|
87 |
digitalWrite(3, LOW); // set the LED off |
85 |
digitalWrite(3, LOW); // set the LED off |
- |
|
86 |
delay(100); |
- |
|
87 |
digitalWrite(3, HIGH); // set the LED on |
88 |
} |
88 |
} |
89 |
|
89 |
|
90 |
/*int light_sensor_write( unsigned int data, unsigned int address) |
90 |
/*int light_sensor_write( unsigned int data, unsigned int address) |
91 |
{ |
91 |
{ |
92 |
} |
92 |
} |