代码搜索:LEDctrl

找到约 72 项符合「LEDctrl」的源代码

代码结果 72
www.eeworm.com/read/194563/5128639

cpp ledctrl.cpp

// ============================================================================ // headers // ============================================================================ #include "wx/wxprec.h" #ifd
www.eeworm.com/read/194535/5131265

h ledctrl.h

#ifndef _WX_LEDNUMBERCTRL_H_ #define _WX_LEDNUMBERCTRL_H_ #include "wx/gizmos/gizmos.h" #include #include class wxEraseEvent; class wxPaintEvent; class wxSizeEvent; //
www.eeworm.com/read/194535/5131364

cpp ledctrl.cpp

// ============================================================================ // headers // ============================================================================ #include "wx/wxprec.h" #ifd
www.eeworm.com/read/190056/5190143

h ledctrl.h

#ifndef _WX_LEDNUMBERCTRL_H_ #define _WX_LEDNUMBERCTRL_H_ #include "wx/gizmos/gizmos.h" #include #include class wxEraseEvent; class wxPaintEvent; class wxSizeEvent; //
www.eeworm.com/read/190056/5190302

cpp ledctrl.cpp

// ============================================================================ // headers // ============================================================================ #include "wx/wxprec.h" #ifd
www.eeworm.com/read/163892/5506238

cpp ledctrl.cpp

// LedCtrl.cpp : implementation file // #include "stdafx.h" #include "resource.h" #include "LedCtrl.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__
www.eeworm.com/read/163892/5506239

h ledctrl.h

#if !defined(AFX_LEDCTRL_H__ACA9A844_C33B_4A0E_AB89_5F59BBB41392__INCLUDED_) #define AFX_LEDCTRL_H__ACA9A844_C33B_4A0E_AB89_5F59BBB41392__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _M
www.eeworm.com/read/331325/3413843

h ledctrl.h

void led_init(void); void led_ctrl(void); void led_getvram(BYTE *p);
www.eeworm.com/read/331325/3413846

c ledctrl.c

// 8x8 Dot Matrix LED Control(Space Fight Game)+Sound ON // by Takuya Matsubara #include "fx2.h" #include "fx2regs.h" #include "ledctrl.h" #include "sound.h" #define LEDWIDTH 8 BYTE ledvram
www.eeworm.com/read/331325/3413852

h ledctrl.h

void led_init(void); void led_ctrl(void); void led_getvram(BYTE *p);