Skip to content

Commit

Permalink
updated examples
Browse files Browse the repository at this point in the history
  • Loading branch information
felixthecat8a committed Jan 1, 2025
1 parent 5852af7 commit d64c6ed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,7 @@ notes.md


/examples/RGB_LED
/examples/ColorWheel

/examples/RGB_LED_Example
/examples/ColorWheelSpin
1 change: 1 addition & 0 deletions examples/HelloWorld/HelloWorld.ino
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
* One outer pin: Connect to GND.
* Other outer pin: Connect to 5V.
*
* felixthecat8a
*/

#include <LiquidCrystal.h>
Expand Down
1 change: 1 addition & 0 deletions examples/SimpleExample/SimpleExample.ino
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* One outer pin: Connect to GND.
* Other outer pin: Connect to 5V.
*
* felxthecat8a
*/

#include <LiquidCrystal.h>
Expand Down

0 comments on commit d64c6ed

Please sign in to comment.