|
@ -17,6 +17,8 @@ void setup() |
|
|
|
|
|
|
|
|
void loop() |
|
|
void loop() |
|
|
{ |
|
|
{ |
|
|
|
|
|
int array[10]; |
|
|
|
|
|
array[11] = 0; |
|
|
// turn the LED on (HIGH is the voltage level)
|
|
|
// turn the LED on (HIGH is the voltage level)
|
|
|
digitalWrite(LED_BUILTIN, HIGH); |
|
|
digitalWrite(LED_BUILTIN, HIGH); |
|
|
// wait for a second
|
|
|
// wait for a second
|
|
|