标题: ATtiny13-RGB-LED-Colormixer源程序 [打印本页] 作者: pannygg 时间: 2018-8-6 22:29 标题: ATtiny13-RGB-LED-Colormixer源程序 RGB LED MIXER- In this project we used the attiny 13 microcntroller for operating the RGB LED AND COLOR MIXING.
单片机源程序如下:
/*
Chapter - 2
Project - 3 RGB Colormixer
*/
#include<avr/io.h>
#include<avr/interrupt.h>
#define F_CPU 9600000UL
#include<util/delay.h>
//Prototypes
//This function is called to switch on the LED at the