Skip to content

Instantly share code, notes, and snippets.

@Try-Parser
Try-Parser / AndroidEmulator.md
Last active March 16, 2024 17:04
Running emulator without Android Studio in Windows With Flutter

Android Emulator Setup without Android Studio in Windows with Flutter

First Download the Android SDK Commandline Tool only.

https://developer.android.com/studio/

Goto Download Options

Find Commandline tools only Section

@Micrified
Micrified / mpu6050.h
Created March 2, 2020 19:12
Header file for the MPU-6050 ESP32 wrapper.
/*
*******************************************************************************
* (C) Copyright 2020 Micrified *
* Created: 27/02/2020 *
* *
* Programmer(s): *
* - Charles Randolph *
* *
* Description: *
* MPU-6050 interface for the ESP32 I2C driver *
@Micrified
Micrified / mpu6050.c
Created March 2, 2020 19:13
Source file for the MPU-6050 ESP32 wrapper
#include "mpu6050.h"
/*
*******************************************************************************
* Global Variables *
*******************************************************************************
*/