Taguchi Yuuki / IRremote

Dependents:   Lilnija_29012017 NucleoF042K6_IRReceiver

Files at this revision

API Documentation at this revision

Comitter:
yuhki50
Date:
Sat Jan 23 15:25:05 2016 +0900
Parent:
0:70c8e56bac45
Child:
2:6bbd1e911324
Commit message:
remove files that depend on Arduino

Changed in this revision

.gitignore Show diff for this revision Revisions of this file
.travis.yml Show diff for this revision Revisions of this file
keywords.txt Show diff for this revision Revisions of this file
library.json Show diff for this revision Revisions of this file
library.properties Show diff for this revision Revisions of this file
--- a/.gitignore	Sat Jan 23 06:16:48 2016 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-*.un~
--- a/.travis.yml	Sat Jan 23 06:16:48 2016 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-language: python
-python:
-    - "2.7"
-
-env:
-    - PLATFORMIO_CI_SRC=examples/AiwaRCT501SendDemo PLATFORMIO_BUILD_FLAGS="-DSEND_AIWA_RC_T501"
-    - PLATFORMIO_CI_SRC=examples/IRrecord PLATFORMIO_BUILD_FLAGS="-DSEND_NEC -DSEND_SONY -DSEND_RC5 -DSEND_RC6"
-    - PLATFORMIO_CI_SRC=examples/IRrecvDemo
-    - PLATFORMIO_CI_SRC=examples/IRrecvDump
-    - PLATFORMIO_CI_SRC=examples/IRrecvDumpV2
-    - PLATFORMIO_CI_SRC=examples/IRrelay
-    - PLATFORMIO_CI_SRC=examples/IRsendDemo PLATFORMIO_BUILD_FLAGS="-DSEND_SONY"
-    - PLATFORMIO_CI_SRC=examples/IRtest PLATFORMIO_BUILD_FLAGS="-DSEND_NEC -DSEND_SONY -DSEND_RC5 -DSEND_RC6"
-    - PLATFORMIO_CI_SRC=examples/IRtest2 PLATFORMIO_BUILD_FLAGS="-DSEND_NEC -DSEND_SONY -DSEND_RC5 -DSEND_RC6"
-    - PLATFORMIO_CI_SRC=examples/JVCPanasonicSendDemo PLATFORMIO_BUILD_FLAGS="-DSEND_JVC -DSEND_PANASONIC"
-    - PLATFORMIO_CI_SRC=examples/IRremoteInfo 
-
-install:
-    - python -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/master/scripts/get-platformio.py)"
-
-script:
-    - platformio ci --lib="." --board=uno --board=leonardo --board=pro16MHzatmega168
--- a/keywords.txt	Sat Jan 23 06:16:48 2016 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,52 +0,0 @@
-#######################################
-# Syntax Coloring Map For IRremote
-#######################################
-
-#######################################
-# Datatypes (KEYWORD1)
-#######################################
-
-decode_results	KEYWORD1
-IRrecv	KEYWORD1
-IRsend	KEYWORD1
-
-#######################################
-# Methods and Functions (KEYWORD2)
-#######################################
-
-blink13	KEYWORD2
-decode	KEYWORD2
-enableIRIn	KEYWORD2
-resume	KEYWORD2
-enableIROut	KEYWORD2
-sendNEC	KEYWORD2
-sendSony	KEYWORD2
-sendSanyo KEYWORD2
-sendMitsubishi KEYWORD2
-sendRaw	KEYWORD2
-sendRC5	KEYWORD2
-sendRC6	KEYWORD2
-sendDISH KEYWORD2
-sendSharp KEYWORD2
-sendSharpRaw KEYWORD2
-sendPanasonic KEYWORD2
-sendJVC KEYWORD2
-
-#######################################
-# Constants (LITERAL1)
-#######################################
-
-NEC	LITERAL1
-SONY	LITERAL1
-SANYO LITERAL1
-MITSUBISHI LITERAL1
-RC5	LITERAL1
-RC6	LITERAL1
-DISH LITERAL1
-SHARP LITERAL1
-PANASONIC LITERAL1
-JVC LITERAL1
-LG LITERAL1
-AIWA_RC_T501 LITERAL1
-UNKNOWN	LITERAL1
-REPEAT	LITERAL1
--- a/library.json	Sat Jan 23 06:16:48 2016 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-{
-  "name": "IRremote",
-  "keywords": "infrared, ir, remote",
-  "description": "Send and receive infrared signals with multiple protocols",
-  "repository":
-  {
-    "type": "git",
-    "url": "https://github.com/shirriff/Arduino-IRremote.git"
-  },
-  "frameworks": "arduino",
-  "platforms": "atmelavr"
-}
--- a/library.properties	Sat Jan 23 06:16:48 2016 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-name=IRremote
-version=2.0.1
-author=shirriff
-maintainer=shirriff
-sentence=Send and receive infrared signals with multiple protocols
-paragraph=Send and receive infrared signals with multiple protocols
-category=Signal Input/Output
-url=https://github.com/shirriff/Arduino-IRremote.git
-architectures=*