Updated Add own functionality (markdown)

This commit is contained in:
srg74 2020-04-08 09:39:54 -04:00
parent 6ad896e5c6
commit e5edf64055
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
This page is intended for those wishing to modify the WLED code to add their own functionality.
### Basics
Programming is done in the Arduino IDE. There is a special file, `wled06_usermod.ino`, to write your own code.
Programming is done in the Arduino IDE. There is a special file, `usermod.cpp`, to write your own code.
(however, if you think your code may be relevant to many users, feel free to code it in directly and open a pull request)
This file has three empty methods: