From d48bcaa9edbe352a933263fe15820903900975c9 Mon Sep 17 00:00:00 2001 From: Rafi Khan Date: Sat, 22 Apr 2017 22:14:03 -0600 Subject: [PATCH] restructuring --- .../ISSUE_TEMPLATE.md | 0 .../Contributing.md | 0 .../Contributors.md | 0 arduino-irremote.sublime-workspace | 240 ------------------ changelog.md => docs/changelog.md | 0 IRremote.cpp => src/IRremote.cpp | 0 IRremote.h => src/IRremote.h | 0 IRremoteInt.h => src/IRremoteInt.h | 0 boarddefs.h => src/boarddefs.h | 0 irPronto.cpp => src/irPronto.cpp | 0 irRecv.cpp => src/irRecv.cpp | 0 irSend.cpp => src/irSend.cpp | 0 ir_Aiwa.cpp => src/ir_Aiwa.cpp | 0 ir_Denon.cpp => src/ir_Denon.cpp | 0 ir_Dish.cpp => src/ir_Dish.cpp | 0 ir_JVC.cpp => src/ir_JVC.cpp | 0 ir_LG.cpp => src/ir_LG.cpp | 0 ir_Lego_PF.cpp => src/ir_Lego_PF.cpp | 0 .../ir_Lego_PF_BitStreamEncoder.h | 0 ir_Mitsubishi.cpp => src/ir_Mitsubishi.cpp | 0 ir_NEC.cpp => src/ir_NEC.cpp | 0 ir_Panasonic.cpp => src/ir_Panasonic.cpp | 0 ir_RC5_RC6.cpp => src/ir_RC5_RC6.cpp | 0 ir_Samsung.cpp => src/ir_Samsung.cpp | 0 ir_Sanyo.cpp => src/ir_Sanyo.cpp | 0 ir_Sharp.cpp => src/ir_Sharp.cpp | 0 ir_Sony.cpp => src/ir_Sony.cpp | 0 ir_Template.cpp => src/ir_Template.cpp | 0 ir_Whynter.cpp => src/ir_Whynter.cpp | 0 29 files changed, 240 deletions(-) rename ISSUE_TEMPLATE.md => .github/ISSUE_TEMPLATE.md (100%) rename Contributing.md => Contributing/Contributing.md (100%) rename Contributors.md => Contributing/Contributors.md (100%) delete mode 100644 arduino-irremote.sublime-workspace rename changelog.md => docs/changelog.md (100%) rename IRremote.cpp => src/IRremote.cpp (100%) rename IRremote.h => src/IRremote.h (100%) rename IRremoteInt.h => src/IRremoteInt.h (100%) rename boarddefs.h => src/boarddefs.h (100%) rename irPronto.cpp => src/irPronto.cpp (100%) rename irRecv.cpp => src/irRecv.cpp (100%) rename irSend.cpp => src/irSend.cpp (100%) rename ir_Aiwa.cpp => src/ir_Aiwa.cpp (100%) rename ir_Denon.cpp => src/ir_Denon.cpp (100%) rename ir_Dish.cpp => src/ir_Dish.cpp (100%) rename ir_JVC.cpp => src/ir_JVC.cpp (100%) rename ir_LG.cpp => src/ir_LG.cpp (100%) rename ir_Lego_PF.cpp => src/ir_Lego_PF.cpp (100%) rename ir_Lego_PF_BitStreamEncoder.h => src/ir_Lego_PF_BitStreamEncoder.h (100%) rename ir_Mitsubishi.cpp => src/ir_Mitsubishi.cpp (100%) rename ir_NEC.cpp => src/ir_NEC.cpp (100%) rename ir_Panasonic.cpp => src/ir_Panasonic.cpp (100%) rename ir_RC5_RC6.cpp => src/ir_RC5_RC6.cpp (100%) rename ir_Samsung.cpp => src/ir_Samsung.cpp (100%) rename ir_Sanyo.cpp => src/ir_Sanyo.cpp (100%) rename ir_Sharp.cpp => src/ir_Sharp.cpp (100%) rename ir_Sony.cpp => src/ir_Sony.cpp (100%) rename ir_Template.cpp => src/ir_Template.cpp (100%) rename ir_Whynter.cpp => src/ir_Whynter.cpp (100%) diff --git a/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md similarity index 100% rename from ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE.md diff --git a/Contributing.md b/Contributing/Contributing.md similarity index 100% rename from Contributing.md rename to Contributing/Contributing.md diff --git a/Contributors.md b/Contributing/Contributors.md similarity index 100% rename from Contributors.md rename to Contributing/Contributors.md diff --git a/arduino-irremote.sublime-workspace b/arduino-irremote.sublime-workspace deleted file mode 100644 index f536803..0000000 --- a/arduino-irremote.sublime-workspace +++ /dev/null @@ -1,240 +0,0 @@ -{ - "auto_complete": - { - "selected_items": - [ - [ - "vb", - "vboMatrix" - ] - ] - }, - "buffers": - [ - ], - "build_system": "", - "build_system_choices": - [ - ], - "build_varint": "", - "command_palette": - { - "height": 275.0, - "last_filter": "blame", - "selected_items": - [ - [ - "blame", - "Git: Blame" - ], - [ - "install", - "Package Control: Install Package" - ], - [ - "diff", - "Git: Diff Current File" - ], - [ - "js", - "Set Syntax: JavaScript" - ], - [ - "i", - "Package Control: Install Package" - ], - [ - "instal", - "Package Control: Install Package" - ] - ], - "width": 510.0 - }, - "console": - { - "height": 126.0, - "history": - [ - "import urllib.request,os,hashlib; h = '2915d1851351e5ee549c20394736b442' + '8bc59f460fa1548d1514676163dafc88'; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); by = urllib.request.urlopen( 'http://packagecontrol.io/' + pf.replace(' ', '%20')).read(); dh = hashlib.sha256(by).hexdigest(); print('Error validating download (got %s instead of %s), please try manual install' % (dh, h)) if dh != h else open(os.path.join( ipp, pf), 'wb' ).write(by)" - ] - }, - "distraction_free": - { - "menu_visible": true, - "show_minimap": false, - "show_open_files": false, - "show_tabs": false, - "side_bar_visible": false, - "status_bar_visible": false - }, - "expanded_folders": - [ - "/C/Users/Rafi Khan/Documents/Arduino/libraries/Arduino-IRremote" - ], - "file_history": - [ - "/C/Users/Rafi Khan/Documents/Arduino/libraries/Arduino-IRremote/changelog.md", - "/C/Users/Rafi Khan/Documents/Development/Arduino-IRremote/arduino-irremote.sublime-project", - "/C/Users/Rafi Khan/Documents/Development/Arduino-IRremote/.gitignore", - "/C/Users/Rafi Khan/Documents/Development/magic/README.md", - "/C/Users/Rafi Khan/Documents/Development/magic/shader.frag", - "/C/Users/Rafi Khan/Documents/Development/magic/package.json", - "/C/Users/Rafi Khan/Documents/Development/magic/block.js", - "/C/Users/Rafi Khan/Documents/Development/magic/chunker.js", - "/C/Users/Rafi Khan/Documents/Development/magic/index.js", - "/C/Users/Rafi Khan/Documents/Development/magic/blocks", - "/C/Users/Rafi Khan/AppData/Roaming/Sublime Text 3/Packages/User/Preferences.sublime-settings", - "/C/Users/Rafi Khan/Documents/Development/magic/shader.vert", - "/C/Users/Rafi Khan/Documents/Development/magic/magic.sublime-project", - "/C/Users/Rafi Khan/Documents/Development/magic/node_modules/browserify/node_modules/syntax-error/node_modules/acorn/.tern-project", - "/C/Users/Rafi Khan/OneDrive/Documents/School-RafiKhan/Grade 11/CS30/Python/supermarket.py", - "/C/Users/Rafi Khan/OneDrive/Documents/School-RafiKhan/Grade 11/CS30/Python/takingavacation.py", - "/C/Users/Rafi Khan/OneDrive/Documents/School-RafiKhan/Grade 11/CS30/Python/TipCalculator.py", - "/C/Users/Rafi Khan/OneDrive/Documents/School-RafiKhan/Grade 11/CS30/Python/battleship.py", - "/C/Users/Rafi Khan/OneDrive/Documents/School-RafiKhan/Grade 11/CS30/Python/exam.py", - "/C/Users/Rafi Khan/OneDrive/Documents/School-RafiKhan/Grade 11/CS30/Python/pyglatin.py", - "/C/Users/Rafi Khan/OneDrive/Documents/School-RafiKhan/Grade 11/CS30/Python/student.py" - ], - "find": - { - "height": 28.0 - }, - "find_in_files": - { - "height": 0.0, - "where_history": - [ - ] - }, - "find_state": - { - "case_sensitive": false, - "find_history": - [ - "i", - "Direction", - ";", - ";\n", - "north", - "cubeMatrix", - ")\n", - "vec3.set", - "f", - ";", - "();\n", - "render", - "this", - "y" - ], - "highlight": true, - "in_selection": false, - "preserve_case": false, - "regex": false, - "replace_history": - [ - ], - "reverse": false, - "show_context": true, - "use_buffer2": true, - "whole_word": false, - "wrap": true - }, - "groups": - [ - { - "sheets": - [ - ] - } - ], - "incremental_find": - { - "height": 28.0 - }, - "input": - { - "height": 66.0 - }, - "layout": - { - "cells": - [ - [ - 0, - 0, - 1, - 1 - ] - ], - "cols": - [ - 0.0, - 1.0 - ], - "rows": - [ - 0.0, - 1.0 - ] - }, - "menu_visible": true, - "output.find_results": - { - "height": 0.0 - }, - "pinned_build_system": "", - "project": "arduino-irremote.sublime-project", - "replace": - { - "height": 52.0 - }, - "save_all_on_build": true, - "select_file": - { - "height": 0.0, - "last_filter": "", - "selected_items": - [ - [ - "json", - "package.json" - ], - [ - "inde", - "index.js" - ] - ], - "width": 0.0 - }, - "select_project": - { - "height": 0.0, - "last_filter": "", - "selected_items": - [ - ], - "width": 0.0 - }, - "select_symbol": - { - "height": 0.0, - "last_filter": "", - "selected_items": - [ - ], - "width": 0.0 - }, - "selected_group": 0, - "settings": - { - }, - "show_minimap": true, - "show_open_files": false, - "show_tabs": true, - "side_bar_visible": true, - "side_bar_width": 150.0, - "status_bar_visible": true, - "template_settings": - { - } -} diff --git a/changelog.md b/docs/changelog.md similarity index 100% rename from changelog.md rename to docs/changelog.md diff --git a/IRremote.cpp b/src/IRremote.cpp similarity index 100% rename from IRremote.cpp rename to src/IRremote.cpp diff --git a/IRremote.h b/src/IRremote.h similarity index 100% rename from IRremote.h rename to src/IRremote.h diff --git a/IRremoteInt.h b/src/IRremoteInt.h similarity index 100% rename from IRremoteInt.h rename to src/IRremoteInt.h diff --git a/boarddefs.h b/src/boarddefs.h similarity index 100% rename from boarddefs.h rename to src/boarddefs.h diff --git a/irPronto.cpp b/src/irPronto.cpp similarity index 100% rename from irPronto.cpp rename to src/irPronto.cpp diff --git a/irRecv.cpp b/src/irRecv.cpp similarity index 100% rename from irRecv.cpp rename to src/irRecv.cpp diff --git a/irSend.cpp b/src/irSend.cpp similarity index 100% rename from irSend.cpp rename to src/irSend.cpp diff --git a/ir_Aiwa.cpp b/src/ir_Aiwa.cpp similarity index 100% rename from ir_Aiwa.cpp rename to src/ir_Aiwa.cpp diff --git a/ir_Denon.cpp b/src/ir_Denon.cpp similarity index 100% rename from ir_Denon.cpp rename to src/ir_Denon.cpp diff --git a/ir_Dish.cpp b/src/ir_Dish.cpp similarity index 100% rename from ir_Dish.cpp rename to src/ir_Dish.cpp diff --git a/ir_JVC.cpp b/src/ir_JVC.cpp similarity index 100% rename from ir_JVC.cpp rename to src/ir_JVC.cpp diff --git a/ir_LG.cpp b/src/ir_LG.cpp similarity index 100% rename from ir_LG.cpp rename to src/ir_LG.cpp diff --git a/ir_Lego_PF.cpp b/src/ir_Lego_PF.cpp similarity index 100% rename from ir_Lego_PF.cpp rename to src/ir_Lego_PF.cpp diff --git a/ir_Lego_PF_BitStreamEncoder.h b/src/ir_Lego_PF_BitStreamEncoder.h similarity index 100% rename from ir_Lego_PF_BitStreamEncoder.h rename to src/ir_Lego_PF_BitStreamEncoder.h diff --git a/ir_Mitsubishi.cpp b/src/ir_Mitsubishi.cpp similarity index 100% rename from ir_Mitsubishi.cpp rename to src/ir_Mitsubishi.cpp diff --git a/ir_NEC.cpp b/src/ir_NEC.cpp similarity index 100% rename from ir_NEC.cpp rename to src/ir_NEC.cpp diff --git a/ir_Panasonic.cpp b/src/ir_Panasonic.cpp similarity index 100% rename from ir_Panasonic.cpp rename to src/ir_Panasonic.cpp diff --git a/ir_RC5_RC6.cpp b/src/ir_RC5_RC6.cpp similarity index 100% rename from ir_RC5_RC6.cpp rename to src/ir_RC5_RC6.cpp diff --git a/ir_Samsung.cpp b/src/ir_Samsung.cpp similarity index 100% rename from ir_Samsung.cpp rename to src/ir_Samsung.cpp diff --git a/ir_Sanyo.cpp b/src/ir_Sanyo.cpp similarity index 100% rename from ir_Sanyo.cpp rename to src/ir_Sanyo.cpp diff --git a/ir_Sharp.cpp b/src/ir_Sharp.cpp similarity index 100% rename from ir_Sharp.cpp rename to src/ir_Sharp.cpp diff --git a/ir_Sony.cpp b/src/ir_Sony.cpp similarity index 100% rename from ir_Sony.cpp rename to src/ir_Sony.cpp diff --git a/ir_Template.cpp b/src/ir_Template.cpp similarity index 100% rename from ir_Template.cpp rename to src/ir_Template.cpp diff --git a/ir_Whynter.cpp b/src/ir_Whynter.cpp similarity index 100% rename from ir_Whynter.cpp rename to src/ir_Whynter.cpp