Skip to content

Instantly share code, notes, and snippets.

View alexptbg's full-sized avatar

Alex Soares alexptbg

View GitHub Profile
@alexptbg
alexptbg / esphome_ir_lg.md
Created July 2, 2024 10:23 — forked from TheGroundZero/esphome_ir_lg.md
LG infrared codes captured using ESPHome Remote Receiver
@alexptbg
alexptbg / LG infrared codes
Created July 2, 2024 10:20 — forked from francis2110/LG infrared codes
Lg infrared codes for making your own remote
on-off->20DF10EF
energy->20DFA956
av. mode->20DF0CF3
input->20DFD02F
tv/rad->20DF0FF0
1->20DF8877
2->20DF48B7
3->20DFC837
4->20DF28D7
5->20DFA857
package com.emil.android.util;
import android.content.Context;
import android.location.Location;
import android.location.LocationListener;
import android.location.LocationManager;
import android.os.Bundle;
import android.util.Log;
/**