added todo file, will add more things to it as i go along

This commit is contained in:
Rafi Khan
2016-09-24 17:12:42 -06:00
parent 05cc3e683c
commit 1f6e4d6a2e

14
todo.md Normal file
View File

@@ -0,0 +1,14 @@
# todo
- [ ] only keep base functions in the library
- [ ] move all protocols to examples as sketches
- [ ] notation for ir protocols
- [ ] update keywords.txt
- [ ] write some documentation on library development
- [ ] write documentation for library usage
- [ ] remove documentation from source code? cleaner code
- [ ] write tutorials
- [ ] update links (library.properties)
- [ ] update travis coverage
- [ ] create a rules list for issues and prs
- [ ] create guidlines for contributions, line-endings, indentations etc.