代码搜索结果
找到约 10,000 项符合
Remote Control 的代码
control2.vhd
library ieee ;
use ieee.std_logic_1164.all ;
use ieee.std_logic_arith.all ;
use work.butter_lib.all ;
entity control_main is
port (
a_small , sign_a , sign_b : in std_logic ;
control_match.txt
; generated by ARM C/C++ Compiler, 4.1 [Build 481]
; commandline ArmCC [--debug -c --asm --interleave -o.\OBJ\control_match.o --depend=.\OBJ\control_match.d --cpu=Cortex-M3 --apcs=interwork -O0 -I..\
control_match.__i
-c --cpu Cortex-M3 -g -O0 --apcs=interwork --asm --interleave -I..\Demo -I.\HARDWARE\EXTI -I.\HARDWARE\KEY -I.\HARDWARE\LCD -I.\HARDWARE\LED -I.\HARDWARE\TIMER -I.\HARDWARE\WDG -I.\SYSTEM\delay -I.\SY
control_match.i
#line 1 "USER\\Control_Match.c"
#line 1 "USER\\Control_Match.h"
#line 1 "C:\\Keil\\ARM\\INC\\ST\\STM32F10x\\stm32f10x_lib.h"
#line 1 "C:\\Keil\\AR
control_match._ip
"USER\Control_Match.c" -E -c --cpu Cortex-M3 -O0 --apcs=interwork -I..\Demo -I.\HARDWARE\EXTI -I.\HARDWARE\KEY -I.\HARDWARE\LCD -I.\HARDWARE\LED -I.\HARDWARE\TIMER -I.\HARDWARE\WDG -I.\SYSTEM\delay -I
control_match.d
.\OBJ\control_match.o: USER\Control_Match.c
.\OBJ\control_match.o: USER\Control_Match.h
.\OBJ\control_match.o: C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_lib.h
.\OBJ\control_match.o: C:\Keil\ARM\INC\ST
control_match.c
#include "Control_Match.h"
#define YG_MAX_VALUE 35
#define YG_MIN_VALUE -35
#define YG_MID_VALUE 128
void ControlKeyInit(void)
{
//RCC->APB2ENR|= BIT(2);
GPIOA->CRL &= 0x0
control_match.h
# ifndef CONTROL_MATCH_H_H_
# define CONTROL_MATCH_H_H_
#include
#include "sys.h"
#include "delay.h"
#include "Comait.h"
#include "nRF2401.h"
#ifndef _BIT
#define _BIT