Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - atmega
Search - atmega - List
ucos portable avr development Board atmega 128 LuminLABZ www.luminlabz.com
Date : 2025-12-28 Size : 12.51mb User : sarin

atmega uart,spi,timer,iic
Date : 2025-12-28 Size : 4kb User : vin

pin out of arduino boards using chips atmega 8/168
Date : 2025-12-28 Size : 149kb User : ahmed

winavr code for atmega flashed into glue disc indicator project
Date : 2025-12-28 Size : 1kb User : ref

Led matrix example to make a snake game using Atmega 16.
Date : 2025-12-28 Size : 63kb User : vishal nair

// //功能描述:通过串口调试助手向串口0发送符合相应协议的数据包,128解包并通过串口1控制sim900a发送相应的内容(协议为$,send message,tele number,content*) //配合SIM900A 发送一条英文短信 永远在线 自动重拨、-SIM900A#include <avr/io.h> #include <avr/signal.h> #include <avr/interrupt.h> #include <stdlib.h> #include <inttypes.h> #define sbi(sfr,bit) (_SFR_BYTE(sfr)|=_BV(bit)) #define cbi(sfr,bit) (_SFR_BYTE(sfr)&=~_BV(bit))
Date : 2025-12-28 Size : 21kb User :
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.