Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rc-switch
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
c3pb
rc-switch
Graph
83a22365824016376106cf5438e50921e0eab9e7
Select Git revision
Branches
1
master
default
protected
Tags
19
2.6.2
2.6.1
2.6.0
v2.52
v2.3
v2.2
v2.1
v2.01
v2.00
v1.21
v1.31
v1.3
v1.2
v1.1
v0.9
v0.8
v0.7
v0.6
v0.5
20 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
5
Jun
26
Apr
22
Nov
9
7
30
Oct
8
Jun
1
May
27
Feb
10
1
23
Dec
22
4
1
26
Nov
16
18
Jul
12
29
May
28
26
25
23
4
5
4
3
2
28
Apr
30
Mar
29
26
20
11
5
1
16
Feb
10
9
10
Jan
7
6
5
17
Dec
14
12
11
8
23
Nov
28
Oct
5
Aug
5
Nov
13
Dec
11
10
11
May
10
Mar
9
3
2
2
Dec
21
Nov
18
Sep
16
11
2
17
Aug
16
Jul
12
4
17
May
12
11
27
Apr
26
Change dependency to Arduino instead of broken WProgram
master
master
Add cmake support
Add "Type A" functions that accept the dip code as a single string
Add component.mk to use project with esp-idf
Merge pull request #139 from aznoohwee/master
Merge pull request #173 from daphreak66/master
Merge pull request #175 from DominikPalo/enable-esp32-support
Merge pull request #174 from DominikPalo/polish-examples
Make the library compatible with the ESP32 architecture
Remove unnecessary conditions from examples
Add support for HS2303-PT
Update version to 2.6.2
Bugfix for inverted protocols that leave transmit pin HIGH after sending
add volatile to nReceivedValue and some other member vars.
Add some documentation comments
Changed order of setProtocol and setPulseLength
Update README.md
Update library.properties
2.6.2
2.6.2
Merge pull request #101 from uzi18/master
fix return value if code ignored
PT2260/SC2260 support (tested on 433MHz)
solve Arduino IDE library warnings
2.6.1
2.6.1
adding library.properties for arduino library manager
2.6.0
2.6.0
bugfix - switch off in example script
Added support for all Particle processors family
Merge pull request #73 from mcouto/master
Updated README.md to include HT6P20X
Merge pull request #49 from bau-sec/HT6P20x-support
Merge pull request #41 from valeros/patch-1
Merge pull request #67 from bau-sec/travis_ci
Added Arduino IDE build and more boards (attiny24/25, esp01, uno) to Travis CI tests.
Merge pull request #66 from bau-sec/travis_ci
Revert "changed function order to make travis compile, hopefully..."
changed function order to make travis compile, hopefully...
Fix Travis CI build
travis test
examples: changed outdated .pde extension to .ino
cleanup advanced demo
Added transmit and receive support for devices using Holtek HT6P20X series encoders via a new protocol. See the datasheet for the waveform. This protocol uses pulses that start low instead of high requiring a few more changes than simply adding to the proto struct.
Revert semantics of send(ulong data, uint len)
Loading