⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.h

📁 用AVR单片机来控制数字摄像头
💻 H
字号:
/*
 * ----------------------------------------------------------------------------
 * Main Program of Digital Project 
 *
 * By I馻ki Navarro Oiza
 * Spring 2004
 * ----------------------------------------------------------------------------
 */
 
#include "usart.h"
#include "i2c-cam.h"
#include "bmp.h"
#include "servo.h"
#include "delay.h"
#include "cam.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <avr/interrupt.h>

#define SYSCLK 16

void readline(char *estr);
void readall(char *text);
void readregandprint(int reg, char *text);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -