TR-mbed 1.0
Loading...
Searching...
No Matches
StmIO.h
Go to the documentation of this file.
1#pragma once
2#include "mbed.h"
3
4class StmIO
5{
6 public:
7 void read();
8 void write();
9};
Definition StmIO.h:5
void write()
void read()