描述:SN74LVCH16646A 16-Bit Bus Transceiver And Register With 3-State Outputs Technology Family:LVC Package Group:SSOP|56,TSSOP|56 F @ nom voltage(Max)(Mhz):100
代码很简单,改编自TI官网例程,如下所示(编译环境为IAR):#include io430.hint main( void ){volatile unsigned int i;// Stop watchdog timer to prevent time out resetWDTCTL = WDTPW + WDTHOLD;P1DIR |= BIT0;// P1.0 set as outputwhil
评论