代码搜索:driver development
找到约 10,000 项符合「driver development」的源代码
代码结果 10,000
www.eeworm.com/read/112494/6962927
h driver.h
// File Name:
// Driver.h
//
// Contents:
// Constants, structures, and function
// declarations specific to this driver.
//
#pragma once
//
// Header files
//
extern "C" {
#include
www.eeworm.com/read/112494/6962937
cpp driver.cpp
//
// Driver.c - LoDriver Driver
// Simplisitc driver example has an arbitrarily limited
// maximum Write transfer size of 16 bytes.
// Depends on higher filter driver, HIFILTER, to
// eliminate
www.eeworm.com/read/112494/6962952
h driver.h
// File Name:
// Driver.h
//
// Contents:
// Constants, structures, and function
// declarations specific to this driver.
//
#pragma once
//
// Header files
//
extern "C" {
#include
www.eeworm.com/read/112494/6962960
cpp driver.cpp
//
// Driver.c - HiFilter Driver
// Modifies behavior of LODriver to allow for unlimited
// Write transfer sizes.
//
// Copyright (C) 2000 by Jerry Lozano
//
#include "Driver.h"
// Forward
www.eeworm.com/read/157813/6971722
c driver.c
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
www.eeworm.com/read/467951/6997272
cpp driver.cpp
/*
File driver.cpp shinnerl@ucla.edu
Graph class Driver -- menu based graph operations.
There are very few safeguards against improperly formatted input.
*/
#includ
www.eeworm.com/read/467951/6997295
obj driver.obj
www.eeworm.com/read/467490/7004244
h driver.h
#ifndef T_E_S_T_D
#define T_E_S_T_D
#include "comm.h"
void SendSpeedLR(int SpeedL, int SpeedR);
/****************************************************************************
* 名称:travel_al
www.eeworm.com/read/467490/7004262
c driver.c
#include "driver.h"
#include "uart1.h"
#include "InitDev.h"
#include "I2cInt.h"
#include "comm.h"
uint8 inn=1;
int sf; //锁定航向方向值
uint8 Kp,Ti,Td;
// float T=0.1;
// uint8 T=0
www.eeworm.com/read/467490/7004312