代码搜索:OSCCAL
找到约 87 项符合「OSCCAL」的源代码
代码结果 87
www.eeworm.com/read/112031/15495246
_c dl._c
#include //包含ATMEGA8的头文件
#include //包含一些常用宏的定义
//#define osccal 0xaa//内部RC 校正常数
#define fosc 8000000 //晶振8MHZ
#define baud 4800 //波特率
#define osccal_addr 0x1ff
//内部晶
www.eeworm.com/read/112031/15495252
c dl.c
#include //包含ATMEGA8的头文件
#include //包含一些常用宏的定义
//#define osccal 0xaa//内部RC 校正常数
#define fosc 8000000 //晶振8MHZ
#define baud 4800 //波特率
#define osccal_addr 0x1ff
//内部晶
www.eeworm.com/read/112030/15495258
c p.c
#include //包含ATMEGA8的头文件
#include //包含一些常用宏的定义
//#define osccal 0xaa//内部RC 校正常数
#define fosc 8000000 //晶振8MHZ
#define baud 4800 //波特率
#define osccal_addr 0x1ff
//内
www.eeworm.com/read/112030/15495269
_c p._c
#include //包含ATMEGA8的头文件
#include //包含一些常用宏的定义
//#define osccal 0xaa//内部RC 校正常数
#define fosc 8000000 //晶振8MHZ
#define baud 4800 //波特率
#define osccal_addr 0x1ff
//内
www.eeworm.com/read/332314/12763920
c demonstrator.c
// Demonstrator.c CommDemo version
#include "PC_Comm.h"
void initializer()
{
// Calibrate the oscillator:
OSCCAL_calibration();
// Initialize the USART
USARTinit();
// say he
www.eeworm.com/read/332314/12763928
c demonstrator.c
// Demonstrator.c Pointer Array Test version
#include "PC_Comm.h"
void initializer()
{
// Calibrate the oscillator:
OSCCAL_calibration();
// Initialize the USART
USARTinit();
www.eeworm.com/read/332314/12764020
c demonstrator.c
// Demonstrator.c Messenger version
#include "PC_Comm.h"
#include "Messages.h"
void initializer()
{
// Calibrate the oscillator:
OSCCAL_calibration();
// Initialize the USART
www.eeworm.com/read/332314/12764045
c demonstrator.c
// Demonstrator.c PWM version
#include "PC_Comm.h"
#include "Demonstrator.h"
unsigned char milliseconds = 0;
void initializer()
{
// Calibrate the oscillator:
OSCCAL_calibration();
www.eeworm.com/read/332314/12763998
c demonstrator.c
// Demonstrator.c Precision Blinking version
#include "PC_Comm.h"
#include "Demonstrator.h"
unsigned char milliseconds = 0;
void initializer()
{
// Calibrate the oscillator:
OSCCAL_c
www.eeworm.com/read/332314/12764083
c demonstrator.c
// Demonstrator.c LightMeter version
#include
#include "PC_Comm.h"
#include "Demonstrator.h"
void initializer()
{
// Calibrate the oscillator:
OSCCAL_calibration();