格式:pdf
大?。?span class="single-tag-height">97KB
頁數(shù): 9頁
. . 各種顏色 RGB 值 ■RGB(255,192,203)■★●◆pink(粉紅) ■RGB(220,20,60)■★●◆crimson(腥紅) ■RGB(255,240,245)■★●◆ lavenderblush (蒼白的紫羅蘭紅) ■RGB(219,112,147)■★●◆palevioletred (臉紅的淡紫紅) ■RGB(255,105,180)■★●◆hotpink(熱情的粉紅) ■RGB(199,21,133)■★●◆mediumvioletred (適中的紫羅蘭紅) ■RGB(218,112,214)■★●◆orchid(蘭花紫) ■RGB(216,191,216)■★●◆ thistle(蒼紫) ■RGB(221,160,221)■★●◆plum(輕紫) ■RGB(238,130,238)■★●◆violet(紫羅蘭) ■RGB(255,0,255)■★●◆m
格式:pdf
大?。?span class="single-tag-height">8KB
頁數(shù): 8頁
#define int8 char #define int16 int #define int32 long int #define uint8 unsigned char #define uint16 unsigned int #define uint32 unsigned long int #ifndef __AVR_RGB_LED_H__ #define __AVR_RGB_LED_H__ #define R_MAX 255 #define G_MAX 255 #define B_MAX 255 uint8 MoudleAmount=2; #define SCL_SDA_OUT ( DDRD|=(1<<0)|(1<<1) ) #define SCL_SDA_HIGH ( PORTD |=(1<<0)|(1<<1)