tangled
alpha
login
or
join now
harperandrews.org
/
UnfoldedCircle-IR-Tools
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
Add comment
harperandrews.org
6 months ago
c1af752c
a0fe44fb
verified
This commit was signed with the committer's
known signature
.
harperandrews.org
SSH Key Fingerprint:
SHA256:NIkD1hbA08vJ655wBfwMt7aNiGYhLEzeD8pjiRNhVuE=
+2
1 changed file
expand all
collapse all
unified
split
src
util
sony.ts
+2
src/util/sony.ts
···
3
3
* http://www.sbprojects.net/knowledge/ir/sirc.php
4
4
*/
5
5
6
6
+
// Good source for codes: https://web.archive.org/web/20160505000933/http://www.hifi-remote.com/sony/Sony_rcvr.htm
7
7
+
6
8
export interface SonyProtocolVariation {
7
9
totalLengthBits: 12 | 15 | 20;
8
10
commandLengthBits: 7;