byteplug/controller/
touchscreen.rs

1// Copyright (c) 2020 - Jonathan De Wachter
2//
3// This source file is part of the Byteplug framework which is released under the MIT license.
4// Please refer to the LICENSE file that can be found at the root of the project directory.
5//
6// Written by Jonathan De Wachter <dewachter.jonathan@gmail.com>, January 2020
7
8//! Give access to the real-time state of the touchscreen.
9//!
10//! Additional documentation is to be written here.
11
12/// # Brief description
13///
14/// The **Component struct** is not documented yet. Pull requests are welcome.
15///
16pub struct Touchscreen {
17}