Skip to content

Instantly share code, notes, and snippets.

View muhammadyaseen's full-sized avatar
💭
Building ML systems 🤖 🪨

Muhammad Yaseen muhammadyaseen

💭
Building ML systems 🤖 🪨
View GitHub Profile
@muhammadyaseen
muhammadyaseen / ldr.py
Created October 18, 2016 10:36 — forked from electronut/ldr.py
Display analog data from Arduino using Python (matplotlib animation)
"""
ldr.py
Display analog data from Arduino using Python (matplotlib)
Author: Mahesh Venkitachalam
Website: electronut.in
"""
import sys, serial, argparse
@muhammadyaseen
muhammadyaseen / SCCB_Arduino.c
Last active February 22, 2023 08:05 — forked from freespace/gist:2585921
Arduino SCCB Driver for OV7670 Camera Module
#define SIO_C 2
#define SIO_D 4
#define SIO_CLOCK_DELAY 100
void setup()
{
pinMode(8,OUTPUT);
// while(1)
// {