User’s Manual
49
5.2 Digital IO Function
Sample Code
#include "stdafx.h"
#include "L706_GPIO_TEST.h"
#include "L706_GPIO_TESTDlg.h"
#include "WinIo.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CAboutDlg dialog used for App About
class CAboutDlg : public CDialog
{
public:
CAboutDlg();
// Dialog Data
//{{AFX_DATA(CAboutDlg)
enum { IDD = IDD_ABOUTBOX };
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAboutDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
//{{AFX_MSG(CAboutDlg)
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
CAboutDlg::CAboutDlg() : CDialog(CAboutDlg::IDD)
{
//{{AFX_DATA_INIT(CAboutDlg)
//}}AFX_DATA_INIT
}
void CAboutDlg::DoDataExchange(CDataExchange* pDX)
{
Содержание FEBC-3158
Страница 2: ...User s Manual 2 Version Note No Ver Note Date Writer 1 A1 0 first publish 20151106 Colin Cheng ...
Страница 8: ...User s Manual 1 General Information CHAPTER 1 ...
Страница 11: ...User s Manual 4 FEBC 3158 S001 Dimensions Uint mm Figure 1 1 ...
Страница 12: ...User s Manual 5 Hardware Installation CHAPTER 2 ...
Страница 17: ...User s Manual 10 2 4 I O indication Front view Rear view Figure 2 14 ...
Страница 24: ...User s Manual 17 Figure 2 24 Figure 2 25 ...
Страница 28: ...User s Manual 21 BIOS Setup CHAPTER 3 ...
Страница 50: ...User s Manual 43 Driver Installation CHAPTER 4 ...
Страница 53: ...User s Manual 46 SYSTEM RESOURCE CHAPTER 5 ...
Страница 64: ...User s Manual 57 m_ButtonLED5 LedOff ...