Search
Project
General
Profile
Sign in
Register
Home
Projects
Redmine shortcuts
Search
:
MitySOM-335x (ARM Cortex-A8 Based Products)
All Projects
Mity CPU Platforms
»
MitySOM-335x (ARM Cortex-A8 Based Products)
Overview
Activity
Documents
Wiki
Forums
Download (417 Bytes)
Building libdaq example applicationslibraries
» mainwindow.h
gpiosingle example -
Jonathan Cormier
, 07/08/2021 02:56 PM
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include
<QMainWindow>
#include
"libdaq/gpiosingle.h"
QT_BEGIN_NAMESPACE
namespace
Ui
{
class
MainWindow
;
}
QT_END_NAMESPACE
class
MainWindow
:
public
QMainWindow
{
Q_OBJECT
public:
MainWindow
(
QWidget
*
parent
=
nullptr
);
~
MainWindow
();
private:
Ui
::
MainWindow
*
ui
;
MityDSP
::
tcGpioSingle
gpioRedLed
;
};
#endif // MAINWINDOW_H
« Previous
1
2
3
4
5
Next »
(3-3/5)
Go to top
Loading...