Skip to content

Instantly share code, notes, and snippets.

@blubbel01
blubbel01 / keybase.md
Created August 14, 2023 23:52
keybase.md

Keybase proof

I hereby claim:

  • I am blubbel01 on github.
  • I am paul_d_jip (https://keybase.io/paul_d_jip) on keybase.
  • I have a public key ASA8-fmCMckNurPUvxKa1cmyXF0ignmbgZl8O2A8taWi0Ao

To claim this, I am signing this object:

#include <SPI.h>
#include <Wire.h>
#include <OneWire.h>
#include <DallasTemperature.h>
#include <Adafruit_GFX.h>
#include <Adafruit_SSD1306.h>
#define ONE_WIRE_BUS_TEMPERATURE 4
OneWire oneWire_temp(ONE_WIRE_BUS_TEMPERATURE);
@blubbel01
blubbel01 / cef.js
Last active September 16, 2020 21:55
rageMP: workaround for CEF execute limiter
const tmpDataRequests = [];
function getData(id, request, index, length, string) {
if(index < length) {
if (index > 1) {
tmpDataRequests[id].parameters += string;
} else {
tmpDataRequests[id] = {
request,
parameters: string
};