Updated Add own functionality (markdown)

master
srg74 2020-04-08 09:39:54 -04:00
rodzic 6ad896e5c6
commit e5edf64055
1 zmienionych plików z 1 dodań i 1 usunięć

@ -1,7 +1,7 @@
This page is intended for those wishing to modify the WLED code to add their own functionality. This page is intended for those wishing to modify the WLED code to add their own functionality.
### Basics ### 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) (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: This file has three empty methods: