This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //;========================================================== | |
| ; | |
| ; 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. | |
| ; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //######################################################################### | |
| // | |
| // 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 |
NewerOlder