Dawn Framework
1.0
Universal data acquisition framework for embedded systems
dawn
include
dawn
porting
buttons.hxx
1
// dawn/include/dawn/porting/buttons.hxx
2
//
3
// SPDX-License-Identifier: Apache-2.0
4
//
5
6
#pragma once
7
8
#include <cstdint>
9
10
#include "dawn/porting/nuttx/buttons.hxx"
11
12
int
buttons_open(
const
char
*path);
13
void
buttons_close(
int
fd);
14
int
buttons_read(
int
fd, uint32_t *buttons);
Generated by
1.9.8