avr-adc.c

来自「MANTIS是由科罗拉多大学开发的传感器网络嵌入式操作系统。 这是mantis」· C语言 代码 · 共 33 行

C
33
字号
//  This file is part of MANTIS OS, Operating System//  See http://mantis.cs.colorado.edu/////  Copyright (C) 2003,2004,2005 University of Colorado, Boulder////  This program is free software; you can redistribute it and/or//  modify it under the terms of the mos license (see file LICENSE)/*  Project Mantis  File:   avr-adc.c  Author: Jeff Rose  Date:   01-21-03  Modified by Brian Shucker, 4-14-04  This file implements the lowest level control of the analog to digital  conversion system on the atmega128.*/#include "mos.h"#ifdef ARCH_AVR#include "avr-adc.h"#include "dev.h"#include "sem.h"#include "mutex.h"/** @brief The interrupt handler for the conversion complete interrupt.  */#endif

⌨️ 快捷键说明

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