llvm-mos-sdk
rpc8e
librpc8e
include
rpc8e
sortron.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2023 Adrian "asie" Siekierka
3
*
4
* Licensed under the Apache License, Version 2.0 with LLVM Exceptions,
5
* See https://github.com/llvm-mos/llvm-mos-sdk/blob/main/LICENSE for license
6
* information.
7
*/
8
9
#ifndef _RPC8E_SORTRON_H_
10
#define _RPC8E_SORTRON_H_
11
12
#include <stdbool.h>
13
#include <stdint.h>
14
15
#ifdef __cplusplus
16
extern
"C"
{
17
#endif
18
29
bool
rpc8e_sortron_command
(
uint8_t
id
);
30
31
#ifdef __cplusplus
32
}
33
#endif
34
35
#endif
/* _RPC8E_SORTRON_H_ */
std::uint8_t
::uint8_t uint8_t
Definition:
cstdint:21
rpc8e_sortron_command
bool rpc8e_sortron_command(uint8_t id)
Send a command to the Sortron and wait for it to complete.
Generated by
1.8.17