代码搜索结果

找到约 10,000 项符合 MCU 的代码

muti_mcu_function.c

#include #include #include "muti_mcu_function.h" static unsigned char TWI_buf[ TWI_BUFFER_SIZE ]; // Transceiver buffer static unsigned char TWI_msgSize=0;

muti_mcu_function.h

#define TWI_BUFFER_SIZE 4 // Set this to the largest message size that will be sent including address byte. #define TWI_TWBR 0x0C // TWI Bit rate Register setting.

mcu_hw_config.h

/************************************************************** * Prototypes **************************************************************/ void init_gpio(void); void use_external_clock(voi

mcu_hw_config.c

/************************************************************** * Includes **************************************************************/ //#include "device_header.h" /* include peripheral declara

mcu_hw_config.lst

ANSI-C/cC++ Compiler for HC08 V-5.0.19 (beta 0) Build 4210, Jul 29 2004 1: /************************************************************** 2: * Includes 3: ************************