aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/peripheralsview.h
blob: 8aaf9b977373fcbd2e49563e8f612c90bed323b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#ifndef PERIPHERALSVIEW_H
#define PERIPHERALSVIEW_H

#include <QWidget>

#include "peripspiled.h"

namespace Ui {
class PeripheralsView;
}

class PeripheralsView : public QWidget
{
    Q_OBJECT

public:
    explicit PeripheralsView(QWidget *parent = 0);
    ~PeripheralsView();

    void setup(const machine::PeripSpiLed *perip_spi_led);

private:
    Ui::PeripheralsView *ui;
};

#endif // PERIPHERALSVIEW_H