Dawn Framework
1.0
Universal data acquisition framework for embedded systems
dawn
include
dawn
porting
leds.hxx
1
// dawn/include/dawn/porting/leds.hxx
2
//
3
// SPDX-License-Identifier: Apache-2.0
4
//
5
6
#pragma once
7
8
#include <cstdint>
9
10
#include "dawn/porting/nuttx/leds.hxx"
11
19
int
leds_open(
const
char
*path);
20
27
void
leds_close(
int
fd);
28
37
int
leds_read(
int
fd, uint32_t *leds);
38
47
int
leds_write(
int
fd, uint32_t leds);
Generated by
1.9.8