Rafi Khan
2678449f99
Merge pull request #202 from AnalysIR/master
...
change int to unsigned int in IRrecvDumpV2
2015-08-20 10:19:26 -06:00
AnalysIR
3d3c2b9b28
Update IRrecvDumpV2.ino
...
looks like this multiplier was omitted and needs to be include to make the output meaningful/useful???
Would also explain some weird output I have seen posted.
2015-08-20 15:53:50 +01:00
AnalysIR
ef4ba97522
change int to unsigned int in IRrecvDumpV2
...
some larger values could overflow to negative numbers, with unsigned int (vs int)
2015-08-20 15:46:23 +01:00
Rafi Khan
4a8faa70c8
Merge pull request #201 from AnalysIR/master
...
Updates to IRremote.h, irSend.cpp. by @AnalysIR
2015-08-19 17:07:35 -06:00
AnalysIR
b00f6ad5e1
Update parameters for mark,space and sendraw
...
parameters changed from int to unsigned int to allow longer mark/space durations and signal length.
hz changed to allow for potential future use of 455kHz carrier frequency. (Ther may be existing modes to the library, using this frequency)
2015-08-19 23:24:59 +01:00
AnalysIR
23ac8dc109
Merge pull request #1 from AnalysIR/AnalysIR-IRremote-patch-1-1
...
changes to senRAW, mark,space,custom_delay_usec
2015-08-19 23:19:14 +01:00
AnalysIR
7925fcd36b
changes to senRAW, mark,space,custom_delay_usec
...
parameters changed from int to unsigned int to allow longer mark/space durations and signal length.hz changed to allow for potential future use of 455kHz carrier frequency. (Ther may be existing modes to the library, using this frequency)
removed "asm" workaround for compiler, because it was not need ed on my system.
Original autor should verify this again. It could be alternatice compiler optimization settings?
Alternatively, place the volatile keyword before the variables in the function to avoid the "optimization out"
2015-08-19 23:17:03 +01:00
Rafi Khan
d7a4fba705
Merge pull request #198 from pcoughlin/master
...
update custom_delay function
2015-08-15 14:04:34 -06:00
Paul Coughlin
ee655f09ea
update custom_delay function
...
Use micros() to delay based on "real-time" instead of approximation with
delay() or delayMicroseconds()
Changed name to _usec to correspond to MicroSeconds.
_ms is MilliSeconds.
2015-08-14 20:22:34 -06:00
Rafi Khan
5ee3905157
Fixed delay method by replacing delayMicroseconds call with a loop if
...
it is too long.
2015-08-13 16:54:59 -06:00
Rafi Khan
25424cb5d8
solves #195
2015-08-12 14:16:51 -06:00
Rafi Khan
f3ddc8543e
Removed a windows encoding line in irISR.cpp, #192
2015-08-11 00:17:55 -06:00
Rafi Khan
79af2d3cca
Fixed README links.
2015-08-10 14:41:13 -06:00
Rafi Khan
32beed8100
wrapped getRCLevel function with #if DECODE_RC5/6
2015-08-10 14:33:35 -06:00
Rafi Khan
b765bf1052
changed ifdef to if in IRRecv
2015-08-10 14:31:27 -06:00
Rafi Khan
6ce4df9134
fixed previous commit
2015-08-10 14:12:03 -06:00
Rafi Khan
b4c0143dca
Working on sendRaw Bug
2015-08-10 13:53:56 -06:00
Rafi Khan
e582bd1442
Merge pull request #183 from madmalkav/master
...
Added suport for user defined IR reception feedback LED
2015-08-09 21:31:08 -06:00
madmalkav
8516174dad
Added suport for user defined IR reception feedback LED
2015-07-31 20:58:04 +02:00
Rafi Khan
a3d8d5898d
Merge pull request #182 from ivankravets/patch-1
...
Update Travis CI badge with @z3t0 account
2015-07-30 11:44:29 -06:00
Rafi Khan
2dcc37ab0a
Update IRsendDemo.ino
2015-07-30 11:43:59 -06:00
Ivan Kravets
927ddf229e
Update Travis CI badge with @z3t0 account
2015-07-30 19:24:12 +03:00
Rafi Khan
68fc8dd7c3
Update Contributors.md
2015-07-30 00:14:55 -06:00
Rafi Khan
74cd48baa8
Travis CI workingvim README.md ! added the badge
2015-07-30 00:03:15 -06:00
Rafi Khan
5ff5cd753a
dummy commit to test travis ci
2015-07-30 00:01:37 -06:00
Rafi Khan
0d973bb7b8
Removed Travis Badge, will add when Travis is working
2015-07-26 23:03:39 -06:00
Rafi Khan
5b9d8f16f2
Merge pull request #107 from shirriff/experimental
...
Merging 2.1 (#107 Experimental) to master where development will continue
2015-07-26 22:41:31 -06:00
Rafi Khan
9eb9e60db5
Updated changelog
2015-07-26 22:38:20 -06:00
Rafi Khan
945472807f
Added pin comment for ATtiny84
2015-07-26 22:37:56 -06:00
Rafi Khan
99769349a3
Updating Changelog - test 1
2015-07-26 22:13:24 -06:00
Rafi Khan
8d0a044981
#176
2015-07-24 16:36:09 -06:00
Rafi Khan
ca7f7cd654
07236dd6d
2015-07-24 16:35:28 -06:00
Rafi Khan
07236dd6d5
added isIdle Method for receiving, #48
2015-07-23 19:39:46 -06:00
Rafi Khan
67330bb22c
Add support for ATtiny85
2015-07-23 19:12:23 -06:00
Rafi Khan
3b99380e3b
Add support for ATtiny84
2015-07-23 19:04:22 -06:00
Rafi Khan
1072a9048f
testing travis
2015-07-16 19:47:11 -06:00
Rafi Khan
393407ebfd
Merge branch 'ivankravets-master' into experimental
...
Conflicts:
README.md
2015-07-16 19:41:40 -06:00
Rafi Khan
a23d4ea4f6
Merge branch 'master' of git://github.com/ivankravets/Arduino-IRremote into ivankravets-master
2015-07-16 18:59:10 -06:00
Rafi Khan
56999760c5
Experimental Release
2015-07-11 15:43:18 -06:00
Rafi Khan
0b0719045e
Added pin variable in IRrecvDumpV2
2015-07-11 15:22:18 -06:00
Rafi Khan
85679b491f
Added option for Teensy 3.1's processor. This is NOT a fix to #171
2015-07-11 00:35:30 -06:00
Rafi Khan
ee13760c60
Add Teensy LC Support, confirmed working @48Mhz with RecvDemo
2015-07-08 16:22:50 -06:00
Rafi Khan
b2b278f8f7
Merge pull request #169 from csBlueChip/master
...
Fix coding error in send loops (specify bit size of literal)
2015-07-08 13:56:44 -06:00
Bluechip
ec40cdfea2
Fix coding error in send loops (specify bit size of literal)
2015-07-01 20:06:51 +01:00
Rafi Khan
2619ed667e
added changelog
2015-06-26 12:25:39 -06:00
Rafi Khan
7eeff377f4
Merge branch 'master' of https://github.com/csBlueChip/Arduino-IRremote into experimental
2015-06-26 11:41:58 -06:00
Rafi Khan
7ddf860bb2
Merge pull request #160 from gitter-badger/gitter-badge
...
Add a Gitter chat badge to README.md
2015-06-26 11:35:59 -06:00
The Gitter Badger
02d6ec8ff9
Added Gitter badge
2015-06-25 22:59:19 +00:00
Bluechip
48b77fe90a
https://github.com/shirriff/Arduino-IRremote/issues/156
...
Improve output for recvDumpV2
Added my name to the contributors list (not 'cos I really care for the credit <whatever> but so people know who to "blame" [non-pejorative])
Moved the decode() function to the top of the source as it is likely to be edited the most
2015-06-22 21:23:53 +01:00
Bluechip
ee907442b1
Fixup test harness & frequency calculator in Pronto code
2015-06-21 18:34:40 +01:00