Skip to content

Commit 8ac4146

Browse files
committed
remove header files
1 parent 5044a66 commit 8ac4146

File tree

1 file changed

+0
-2
lines changed
  • content/hardware/02.hero/boards/uno-r4-wifi/tutorials/led-matrix

1 file changed

+0
-2
lines changed

content/hardware/02.hero/boards/uno-r4-wifi/tutorials/led-matrix/led-matrix.md

-2
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,6 @@ We've designed a gallery of frames and animations that are included in the libra
342342

343343
```arduino
344344
#include "Arduino_LED_Matrix.h" // Include the LED_Matrix library
345-
#include "frames.h" // Include a header file containing some custom icons
346345
347346
ArduinoLEDMatrix matrix; // Create an instance of the ArduinoLEDMatrix class
348347
@@ -380,7 +379,6 @@ Alternatively, play one of the animations on the LED matrix like this:
380379

381380
```arduino
382381
#include "Arduino_LED_Matrix.h" //Include the LED_Matrix library
383-
#include "animation.h" //Include animation.h header file
384382
385383
// Create an instance of the ArduinoLEDMatrix class
386384
ArduinoLEDMatrix matrix;

0 commit comments

Comments
 (0)