Skip to content

Instantly share code, notes, and snippets.

View latonita's full-sized avatar

Anton Viktorov latonita

View GitHub Profile
Gifts-2016:
. Билеты в Мариинку на Щелкунчика (кроме 15-19 и 22,30 декабря)
. Массаж классический
. Вискарик =)))
. Охуенный автокомпрессор для подкачки колес
. https://winmodels.ru/product/35225
. https://winmodels.ru/product/35268
/**********************************************************************************************
Chrysler/Jeep radio AUX in "hardcore" enabler.
Very first version: i'm hacking into I2C bus inside radio and controlling SAA7709H DSP chip manually :)
1. check whether CD input is enabled by user
1.1 then change input AUX instead of CD
1.2 and turn on bluetooth receiver which is connected to radio's VES IN connector
@latonita
latonita / reboot_counter.cpp
Last active April 28, 2018 13:40
Count esp8266 reboots
#include "Arduino.h"
#define RTC_MARKER 0x1234
unsigned int marker = 0;
unsigned int reboots = 0;
void setup() {
// initialize LED digital pin as an output.
pinMode(LED_BUILTIN, OUTPUT);