Dawn Framework 1.0
Universal data acquisition framework for embedded systems
buttons.hxx
1// dawn/include/dawn/porting/nuttx/buttons.hxx
2//
3// SPDX-License-Identifier: Apache-2.0
4//
5
6#pragma once
7
8// PATH format for BUTTONS
9
10#define BUTTONS_PATH_FMT "/dev/buttons%d"