代码搜索结果

找到约 2,053 项符合 Relay 的代码

intr1.c

#include /* * Interrupt demo for PIC; wait for button press on RB0/INT, * turn on a relay on another port bit for a period of time. * For simplicity here, literal constants are used,

intr1.c

#include /* * Interrupt demo for PIC; wait for button press on RB0/INT, * turn on a relay on another port bit for a period of time. * For simplicity here, literal constants are used, usual

intr1.c

#include /* * Interrupt demo for PIC; wait for button press on RB0/INT, * turn on a relay on another port bit for a period of time. * For simplicity here, literal constants are used, usual

intr1.c

#include /* * Interrupt demo for PIC; wait for button press on RB0/INT, * turn on a relay on another port bit for a period of time. * For simplicity here, literal constants are used, usual

rtpproxy_relay.c

/* Copyright (C) 2003-2007 Thomas Ries This file is part of Siproxd. Siproxd is free software; you can redistribute it and/or modify it under the terms of the GNU Ge

rtpproxy_relay.c

/* Copyright (C) 2003-2005 Thomas Ries This file is part of Siproxd. Siproxd is free software; you can redistribute it and/or modify it under the terms of the GN

relay1.asm

output equ p0.7 org 000h jmp start org 100h start:clr output lcall delay setb output lcall delay jmp start delay: mov r3,#0ffh