TR-mbed
1.0
Loading...
Searching...
No Matches
core
subsystems
Subsystem.h
Go to the documentation of this file.
1
#pragma once
2
#include "mbed.h"
3
4
class
Subsystem
5
{
6
public
:
7
void
periodic
();
8
void
getState
();
9
void
setState
();
10
};
Subsystem
Definition
Subsystem.h:5
Subsystem::getState
void getState()
Subsystem::setState
void setState()
Subsystem::periodic
void periodic()
Generated by
1.9.8