Skip to content

Instantly share code, notes, and snippets.

begin remote
name Humax.conf
bits 16
flags SPACE_ENC|CONST_LENGTH
eps 30
aeps 100
header 9044 4428
one 603 1631
@mrtheduke
mrtheduke / gist:c147425ce0e491d117a8bb7ec0f524a7
Created May 31, 2017 06:34
IR Remote Fails With Variables
// IRremote - Version: Latest
#include <IRremote.h>
const byte numChars = 32;
char receivedChars[numChars];
char recType = 'n';
Waynes-MacBook-Pro:~ wayne$ git clone https://github.com/espes/xqemu.git
Cloning into 'xqemu'...
remote: Counting objects: 169444, done.
remote: Total 169444 (delta 0), reused 0 (delta 0), pack-reused 169444
Receiving objects: 100% (169444/169444), 67.72 MiB | 1.72 MiB/s, done.
Resolving deltas: 100% (133123/133123), done.
Waynes-MacBook-Pro:~ wayne$ cd xqemu
Waynes-MacBook-Pro:xqemu wayne$ ./configure --cc=clang --enable-opengl --disable-vnc --disable-user --target-list=xbox-softmmu --extra-cflags="-march=native" --enable-debug
ld: unknown option: --verbose
Install prefix /usr/local