代码搜索结果
找到约 916 项符合
Stepper 的代码
makefile
CFLAGS = -O
SUBDIRS = misc-progs misc-modules \
skull scull scullp scullv sbull spull snull\
short stepper pci
FTPDIR = ../ftp
all: subdirs
subdirs:
for n in $(SUBDIRS); do $(MAKE) -
emcpid.c
// NOTE: emcpid.c is no longer used by emc2, the PID function is
// supplied by the HAL when needed. Stepper based systems don't
// use PID at all. This file will eventually be deleted, but is
// be
emcpid.h
// NOTE: emcpid.h is no longer used by emc2, the PID function is
// supplied by the HAL when needed. Stepper based systems don't
// use PID at all. This file will eventually be deleted, but is
// be
makefile
CFLAGS = -O
SUBDIRS = misc-progs misc-modules \
skull scull scullp scullv sbull spull snull\
short stepper pci
FTPDIR = ../ftp
all: subdirs
subdirs:
for n in $(SUBDIRS); do $(MAKE) -
makefile
CFLAGS = -O
SUBDIRS = misc-progs misc-modules \
skull scull scullp scullv sbull spull snull\
short stepper pci
FTPDIR = ../ftp
all: subdirs
subdirs:
for n in $(SUBDIRS); do $(MAKE) -
makefile
CFLAGS = -O
SUBDIRS = misc-progs misc-modules \
skull scull scullp scullv sbull spull snull\
short stepper pci
FTPDIR = ../ftp
all: subdirs
subdirs:
for n in $(SUBDIRS); do $(MAKE) -
makefile
CONTIKI=../../../../contiki-2.x/
TARGET=stepper-robot
MCK=23961600
XSLTPROC=xsltproc
CONTIKI_TARGET_MAIN=contiki-main.c
all: gateway
include $(CONTIKI)/Makefile.include
step_3.c
// Program STEP_3.C
//
// Uses a potentiometer on AN0 (term 2) to control the direction and speed of
// a stepper on the lower four bits of PORTB.
//
// Uses Timer 3 in conjuction with the CCP2 m
stepperstoerm.h
template
struct StepperStoerm : StepperBS {
using StepperBS::x; using StepperBS::xold; using StepperBS::y;
using StepperBS::dydx; using StepperBS::dense; using Stepper
timer.a51
; This module services the real time interrupt
;
; Get a Real Time interrupt every One millisecond (using SOF interrupt)
;
; Pulse the stepper motor every 10msec (100Hz) if required
; EZ-USB Port