Skip to content

Instantly share code, notes, and snippets.

View elisaado's full-sized avatar

Eli Saado elisaado

View GitHub Profile
@elisaado
elisaado / keybase.md
Created October 23, 2018 19:48
KeyBase account proof

Keybase proof

I hereby claim:

  • I am elisaado on github.
  • I am elisaado (https://keybase.io/elisaado) on keybase.
  • I have a public key whose fingerprint is 678B 38AC 05F3 413F A733 6656 BCA2 B809 60BB C89D

To claim this, I am signing this object:

@elisaado
elisaado / 24 button ledstrip IR codes
Created December 25, 2020 23:37
24 button ledstrip IR codes
#define IR_BPLUS 0xF700FF //
#define IR_BMINUS 0xF7807F //
#define IR_OFF 0xF740BF //
#define IR_ON 0xF7C03F //
#define IR_R 0xF720DF //
#define IR_G 0xF7A05F //
#define IR_B 0xF7609F //
#define IR_W 0xF7E01F //
#define IR_B1 0xF710EF //
#define IR_B2 0xF7906F //
@elisaado
elisaado / pcr_bluetooth_serial_protocol.md
Last active February 1, 2021 21:36
pcr_bluetooth_serial_protocol v2 (add message newline delimiter)

PCR Bluetooth serial protocol

All messages are utf-8 encoded.

Message

A message consists of several fields

Each field is delimitered by a space ( ), and each message is delimitered by a CRLF character (\r\n).

/*!
* pixi.js - v4.0.2
* Compiled Wed Sep 21 2016 13:19:41 GMT+0100 (BST)
*
* pixi.js is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
*/
! function(t) {
if ("object" == typeof exports && "undefined" != typeof module) module.exports = t();
else if ("function" == typeof define && define.amd) define([], t);