Skip to content

Instantly share code, notes, and snippets.

View kala13x's full-sized avatar

Sandro Kalatozishvili kala13x

View GitHub Profile
@kala13x
kala13x / Tones.asm
Last active December 17, 2015 18:29
AVR Assembly Code for BIGAVR6 Board. It's like piano. When you press a button on the board, code returns some tone.
//;==========================================================
;
; Author: kala13x (a.k.a. 7th Ghost)
; AVR Assembly.
; Processor: ATMega128
; Board: BIGAVR6
;
; Code works on BIGAVR6 board. It's like piano.
; When you press a button on board, code returns some tone.
;
@kala13x
kala13x / HC–SR04.c
Last active December 17, 2015 18:19
Driver for Ultrasonic HC–SR04 Sensor.
//#########################################################################
//
// This is free software driver for Ultrasonic HC–SR04 Sensor. software
// is written for uniHack Vision Plus Team. Driver has two methods to
// transmit information from sensor: Equalizer on board display and USART.
//
// Copyright (c) 2014 uniHack Vision Plus TeaM
// Web: http://off-sec.com/ ; E-Mail: kala0x13@gmail.com
//
// This program is free software; you can redistribute it and/or modify