Skip to content

Instantly share code, notes, and snippets.

View Michal-Fularz's full-sized avatar
💭
fighting hard to get out of PhD misery

Amin Michal-Fularz

💭
fighting hard to get out of PhD misery
View GitHub Profile
@Michal-Fularz
Michal-Fularz / ParkDistanceControl.ino
Created June 2, 2016 09:48
Arduino code for reading the park distance sensors from Chinese car kit
/*
Name: ParkDistanceControl.ino
Created: 4/14/2016 5:46:25 PM
Author: Amin
*/
#include <SoftwareSerial\SoftwareSerial.h>
const uint8_t data_pin = 7;
const uint8_t led_pin = 13;
@Michal-Fularz
Michal-Fularz / literki_asm.asm
Created December 30, 2015 21:49
Amin's first foray into AVR uC world!
.include <tn2313def.inc>
;*******************************************************
rjmp Start
;*******************************************************
Delay1:
@Michal-Fularz
Michal-Fularz / MASTERMI.PAS
Created December 30, 2015 21:37
Amin's first program
program mastermind;
uses crt;
var
a,b,c,d:word;
jeden,dwa,trzy,cztery:array[1..5] of byte;
k,l,m,n:byte;
odp:array[1..5] of string;
z,w:byte;
wybor1,wybor2:string;
wybor3:byte;