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